﻿/********************************************************************************
**项目名：走进紫微
** 描述：走进紫微样式
** 创建时间：2018/16/10
** 最后修改人：（无）
** 最后修改时间：（无）
** 版权所有 (C) :tianmei
*********************************************************************************/
@charset "utf-8";
/*资质*/
.zw_banner {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.zw_banner_img {
    width: 100%;
}

.zw_banner_tab {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: rgba(255, 255, 255, .3);
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#30ffffff, endColorstr=#30ffffff);
    font-size: 0px;
}

.zw_banner_tab a {
    margin: 0px 1px;
    color: #333333;
    font-size: 14px;
    min-width: 8.4%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background: rgba(255, 255, 255, .7);
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#70ffffff, endColorstr=#70ffffff);
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.zw_banner_tab a.on, .zw_banner_tab a:hover {
    background: #ffffff;
    color: #c70a10;
}

.zw_container, .zw_list1 {
    width: 100%;
}

/*.zw_container {*/
/*padding-top: 10px;*/
/*}*/

.zw_inner {
    width: 100%;
    position: relative;
    padding-bottom: 118px;
    /*overflow: hidden;*/
}

.zw_cutbread {
    width: 100%;
    height: 102px;
    line-height: 102px;
}

.zw_cutbread a {
    color: #888888;
    font-size: 14px;
    margin: 0px 4px;
}

.zw_cutbread img {
    margin-top: -3px;
}

.zw_list1 {
    width: 100%;
    overflow: hidden;

}

.zw_list1 li {
    float: left;
    width: 33.3%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #f8c7c9;
    margin-bottom: 40px;
    /*border-right: 1px dotted #f8c7c9;*/
}

/*.zw_list1 li:nth-child(3n) {*/
/*    border-right: 1px dotted #f8c7c9;*/
/*}*/

.zw_list1_box {
    width: 90%;
    /*width: 318px;*/
    /*height: 318px;*/
    margin: 0px auto 13%;
    position: relative;
}

.zw_list1_box img {
    width: 100%;
    /*height: 100%;*/
    height:225px
}

.zw_list1_text {
    background: rgba(196, 58, 50, .9);
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#70c70a10, endColorstr=#70c70a10);
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

/*文化*/
.zw_boxList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 104px;
}

.zw_boxList .fl img {
    width: 100%;
    height: 100%;
}

.zw_boxList .zw_box1 {
    width: 366px;
    height: 640px;
    margin-right: 38px;
}

.zw_boxList .zw_box2 {
    width: 288px;
    height: 640px;
    margin-right: 20px;
}

.zw_boxList .zw_box3 {
    width: 348px;
    height: 310px;
}

.zw_boxList .zw_box3_t {
    width: 100%;
    margin-bottom: 30px;
}

.zw_boxList .zw_box4 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1060px;
    height: 160px;
}

.zw_boxList .zw_box5 {
    width: 366px;
    height: 366px;
    margin-right: 19px;
}

.zw_boxList .zw_box6 {
    width: 306px;
    height: 366px;
    margin-right: 20px;
}

.zw_boxList .zw_box7 {
    width: 349px;
    height: 366px;
}

/*联系留言*/
.zw_warp {
    width: 100%;
    padding-top: 80px;
}

.zw_warp.tc {
    text-align: center;
    padding-bottom: 400px;
}

.form_box {
    width: 884px;
    margin: 0px auto;
    overflow: hidden;
}


.form_box.tc {
    text-align: center;
    margin: 48px auto 150px;
    overflow: visible;
}

.form_box .error {
    bottom: -19px;
}

.zw_label, .zw_label2 {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    color: #555555;
    font-size: 15px;
    line-height: 38px;
}

.zw_label {
    width: 70px;
}

.form_box_item {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.zw_sex {
    width: 64px;
    height: 36px;
    display: block;
    float: left;
    border: 1px solid #dddddd;
    margin-right: 10px;
    line-height: 36px;
    text-align: center;
    color: #555555;
    font-size: 14px;
    cursor: pointer;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zw_sex.on {
    background: #d84a4e;
    color: #ffffff;
}

/*检查中心*/
.expect—inner {
    text-align: center;
    margin-bottom: 30px;
}

.expect—inner img {
    width: 174px;
    height: 174px;
}

/*招聘表单*/
.zw_form {
    clear: both;
    width: 100%;
    background: #f4f4f4;
    padding: 50px 36px;
}

.zw_form.type1 .input_item {
    width: 50%;
    margin-bottom: 36px;
}

.form_title1 {
    color: #222222;
    font-size: 30px;
    text-align: center;
}

.form_title2 {
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.input_box {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 36px;
}

.input_item {
    float: left;
    width: 33.3%;
    position: relative;
}

.input_item.w100 {
    width: 100%;
}

.zw_content {
    color: #000000;
    margin-left: 30px;
}

.zw_label2 {
    max-width: 80px;
    text-align: left;
    margin-right: 14px;
}

.type1 .zw_label2 {
    min-width: 80px;
}

.zw_title1 {
    margin-left: 10px;
}

/*新闻中心*/
.new_list, .new_ul li {
    width: 100%;
}

.new_list {
    padding-bottom: 50px;
}

.new_ul > li {
    overflow: hidden;
    background: #f6f6f6;
    margin-bottom: 20px;

}

.new_h2, .new_p, .new_time1, .btn4 {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.new_ul li:hover .new_h2, .new_ul li:hover .new_p,
.new_ul li:hover .new_time2, .new_ul li:hover .btn4, .new_ul li:hover .new_time1 {
    color: #c70a10;
}

.new_ul li:hover .btn4 {
    border: solid 1px #c70a10;
}

.new_right .btn4 {
    padding: 3px 16px;
}

.new_container {
    float: left;
    width: 100%;
    height: 210px;
}

.new_main {
    height: 100%;
    margin-left: 312px;
    margin-right: 200px;
    padding-top: 24px;
    padding-left: 32px;
}

.new_left {
    float: left;
    width: 312px;
    height: 100%;
    margin-left: -100%;
    text-align: center;
    line-height: 200px;
}

.new_left img {
    width: 220px;
    height: 146px;
}

.new_right {
    float: left;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    text-align: center;
    color: #a5a5a5;
    padding-top: 20px;
}

.new_h2 {
    color: #222222;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_p {
    margin-top: 10px;
    height: 60px;
    line-height: 30px;
    color: #999999;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /*作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient: vertical; /*设置伸缩盒子的子元素排列方式--从上到下垂直排列*/
    -webkit-line-clamp: 2; /*显示的行*/
}

.new_time1 {
    font-size: 24px;
}

.new_time2 {
    font-size: 15px;
    margin-bottom: 60px;
}

/*服务品牌*/
.banner_list {
    width: 100%;
    padding-bottom: 100px;
    float: left;
}

.banner_list ul {
    width: 120%;
    clear: both;
}

.banner_list li {
    width: 16.1%;
    height: 152px;
    line-height: 150px;
    border: 1px solid #f9e6e7;
    float: left;
    box-shadow: 4px 4px 4px #f9e6e7;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.banner_list li img {
    max-height: 100%;
    max-width: 100%;
}

.zw_connect {
    overflow: hidden;
    margin-top: 50px;
}

.map {
    /*width: 530px;*/
    width: 50%;
    /*height: 414px;*/
    float: left;
    position: relative;
}

.map img {
    width: 100%;
}

.addRessPoint {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -94px;
    margin-left: -94px;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 1px solid #eac0c3;
    background: rgba(240, 226, 228, .8);
    text-align: center;

}

.addRessName {
    color: #c60a0f;
    font-size: 16px;
    width: 100px;
    margin: 0px auto;
}

.addResspic {
    width: 28px;
    height: 38px;
    margin-top: 42px;
}

.zw_address {
    float: left;
    /*width: 514px;*/
    width: 48.5%;
    padding-left: 6.2%;
    /*padding-left: 58px;*/
    padding-top: 20px;
}

.zw_add_t1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.zw_add_t2 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.zw_additem.mt36 {
    margin-top: 24px;
}

.zw_additem {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;

}

.zw_additem dt {
    margin-right: 20px;
}

.zw_additem dd {
    max-width: 70%;
}

.zw_additem dt img {
    width: 26px;
    height: 26px;
}

.zw_additem dt, .zw_additem dd {
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
}

/*招聘列表*/
.zw_list2 {
    width: 100%;
    margin-bottom: 170px;
}

.zw_list2_l {
    width: 424px;
    float: left;
    position: relative;
}

.zw_list2_ul li {
    width: 100%;
    height: 166px;
    margin-bottom: 68px;
}

.zw_list2_pic {
    width: 220px;
    height: 146px;
    top: 50%;
    left: 0px;
    margin-top: -73px;
    position: absolute;
}

.zw_list2_time {
    height: 168px;
    margin-left: 78px;
    background: #f4f4f4;
    text-align: right;
}

.list2_time_up {
    margin-top: 18px;
    font-size: 72px;
    display: block;
    color: #d5e5cb;
    height: 96px;
}

.list2_time_down {
    font-size: 18px;
    color: #d5e5cb;
    margin-top: -6px;
}

.zw_list2_t_inner {
    float: right;
    width: 182px;
    height: 100%;
    text-align: center;
}

.zw_list2_r {
    padding-left: 500px;
    width: 100%;
}

.zw_list2_r .new_h2 {
    position: relative;
    padding-top: 30px;
}

.new_h2 .new_text {
    display: block;
    height: 100%;
    width: 80%;
    white-space: normal;
}

.zw_list2_r .btn4 {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 12px;
    border: 0px;
}

.zw_list2_r .new_p {
    margin-top: 5px;
    color: #888888;
    line-height: 26px;
    height: 52px;
}

/*招聘详情*/
.zw_recruitment {
    width: 100%;
}

.recruitment_top {
    /*width: 1220px;*/
    width: 100%;
    height: 170px;
    margin-left: 80px;
    background: #f4f4f4;
    line-height: 170px;
    position: relative;
}

.recruitment_pic {
    width: 240px;
    height: 120px;
    position: absolute;
    left: -82px;
    top: 50%;
    margin-top: -60px;
}

.recruitment_dec {
    float: right;
    /*width: 1062px;*/
    width: 80%;
    text-align: center;
    font-size: 30px;
    color: #222222;
}

/*招聘详情*/
.recruitment_bottom {
    width: 100%;
    padding-top: 74px;
    padding-bottom: 136px;
}

.recru_b_l {
    width: 240px;
    text-align: center;
    float: left;
}

.recru_b_r {
    width: 100%;
    padding-left: 240px;
}

/*.recru_b_r_item {*/
/*padding-left: 118px;*/
/*}*/

.recru_b_r_item, .recru_b_r_item dd {
    width: 100%;
    /*overflow: hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.recru_b_r_item dt {
    font-size: 16px;
    color: #000000;
    float: left;
    font-weight: bold;
}

.recru_b_r_item.type1 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 46px;
}

.recru_b_r_item.type2 {
    padding-top: 46px;
}

.recru_b_r_item dd {
    padding-left: 90px;
}

.recru_b_r_item.type1 dd .recru_item {
    display: inline-block;
    width: 26%;
}

.recru_b_r_item dd .recru_item {
    color: #333333;
    font-size: 16px;
    margin-bottom: 6px;
}

.recru_b_r_item.type2 dd .recru_item {
    width: 100%;
    display: block;
}

/*简介*/
.zw_intro_img {
    margin-top: 52px;
    height: 500px;
}

.zw_in_fl .zw_intro_img {
    width: 240px;
}

.zw_in_fl .zw_intro_img, .zw_in_ri .zw_intro_dec {
    float: left;
}

.zw_in_ri .zw_intro_img {
    width: 100%;
    padding-left: 828px;
}

.zw_in_ri .zw_intro_img img {
    height: 531px;
}

.zw_intro_img img {
    width: 240px;
    height: 505px;
}

.zw_intro_item {
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 26px;
}

.zw_intro_item.zw_in_fl {
    text-align: left;
}

.zw_intro_item.zw_in_ri {
    text-align: right;
}

.zw_intro .zw_intro_item, .zw_intro_dec, .zw_intro_bottom_content {
    width: 100%;
}

/*.zw_intro_item.zw_in_fl .zw_intro_dec {*/
/*padding-left: 278px;*/
/*}*/

.zw_intro_item.zw_in_ri .zw_intro_dec {
    /*width: 812px;*/
}

.zw_intro_img img {
    margin-top: 36px;
}

.zw_intro_bottom {
    width: 100%;
}

.zw_intro {
    width: 100%;
    line-height: 30px;
    color: #333333;
    font-size: 15px;
    margin-top: -50px;
}

.zw_intro_b_item {
    float: left;
    width: 48%;
    background: #fefaf9;
    border: 1px solid #f4c7c0;
    margin: 0px 1%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zw_intro_b_inner {
    margin: 0px -1%;
}

.zw_intro_b_item dt {
    font-weight: bold;
}

.zw_intro_bottom_content {
    overflow: hidden;
}

.intro_dec_h3 {
    text-align: center;
    color: #c70a10;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
}

.intro_dec_p {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    text-align: left;
}

/*.intro_dec_p p {*/
/*text-indent: 40px;*/
/*}*/


.zw_shuffling {
    width: 100%;
    margin-top: 60px;
    position: relative;
    height: 240px;
}

.zw_shuffling .bd {
    width: 100%;
    overflow: hidden;
}

.zw_shuffling ul li {
    float: left;
    width: 244px;
    height: 180px;
    margin-right: 34px;
}

.zw_shuffling .nextBtn, .zw_shuffling .prevBtn {
    top: 50%;
    margin-top: -52px;
}

.zw_shuffling .nextBtn {
    right: -40px;
}

.zw_shuffling .prevBtn {
    left: -58px;
}

/*展会*/
.zw_exhibition {
    width: 100%;
    position: relative;
    padding-bottom: 118px;
}

.zw_ul1 li {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.zw_ul1_l {
    width: 100%;
    border: 1px solid #fbddde;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.zw_ul1_l {
    width: 54%;
}

.zw_ul1_l img {
    width: 100%;
    /*width: 576px;*/
    /*height: 314px;*/
}

.zw_ul1_r {
    width: 530px;
    position: absolute;
    right: 0px;
    top: 58px;
    z-index: 99;
}

.zw_ul1_time {
    height: 46px;
    line-height: 46px;
    background: url("../img/zwline.png") right no-repeat;
    margin-right: 120px;
    position: relative;
}

.zw_ul1_time_inner {
    position: absolute;
    right: -116px;
    top: 50%;
    margin-top: -23px;
    font-size: 20px;
    color: #e56468;
}

.zw_ul1_title {
    background: rgba(216, 83, 87, .9);
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#70d85357, endColorstr=#70d85357);
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    padding: 26px 70px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.zw_ul1_content {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    padding-left: 100px;
}

/*<!--成功案例-->*/
.zw_ul2 {
    width: 1700px;
    overflow: hidden;
}

.zw_ul2 li {
    float: left;
    width: 306px;
    margin-right: 178px;
    margin-bottom: 90px;
}

.zw_ul2_img {
    width: 290px;
    height: 220px;
    position: relative;
}

.zw_ul2_img img {
    width: 100%;
    height: 100%;
}

.angleIcon {
    top: -16px;
    right: -12px;
    position: absolute;
    width: 71px;
    height: 122px;
    display: block;
    background: url("../img/Angle.png") no-repeat;
}

.zw_ul2_title1 {
    margin-top: 20px;
    color: #222222;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zw_ul2_inner {
    width: 294px;
}

.zw_ul2_content {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 32px;
    color: #777777;
    font-size: 15px;
    line-height: 26px;
    height: 136px;
    overflow: hidden;
}

.smallLine {
    width: 22px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #da2518;
}

/*新闻正文*/

.zw_title3 {
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.zw_new_title {
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
}

.new_line {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
}

.zw_new_time {
    display: inline;
    color: #888888;
    font-size: 15px;
    padding: 0px 15px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.zw_new_time .bshare-custom {
    display: inline-block;
    margin-left: 20px;

}

.pageBox {
    position: relative;
    padding-top: 60px;
    border-top: 1px solid #d3d3d3;
}

.pageItem {
    line-height: 30px;
    font-size: 15px;
}

.new_content {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 120px;
}

.new_content img {
    max-width: 100%;
    margin: 10px auto;
}

.backList {
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -40px;
    padding: 0px 10px;
    background: #ffffff;
}

/*产品详情*/
.detail_wrapper {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #f4bdb9;
}

.detail_title {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.con_div {
    overflow: hidden;
    width: 100%;
}

.pro_js {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.Contentbox2 {
    float: left;
    width: 100%;
    height: 374px;
    margin-bottom: 20px;
    text-align: center;

}

.spec-scroll {

    /*margin-top: 17px;*/
    width: 514px;
    height: 60px;
    margin: 0px auto;

}

.spec-scroll .prev {
    font-family: "黑体";
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    color: #b3b3b3;
    float: left;
}

.spec-scroll .next {
    font-family: "黑体";
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    color: #b3b3b3;
    float: right;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 472px;
    height: 60px;
    overflow: hidden;
    margin-left: 14px;
    display: inline;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width: 79px;
    height: 79px;
}

.spec-scroll .items ul li.hover img {
    border: 2px solid #ff4646;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spec-scroll .items ul li img {
    width: 58px;
    height: 58px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    display: inline;
}

#con_two_1 {
    float: left;
    width: 100%;
}

.cloud-zoom img {
    width: 514px;
    height: 374px;
}

#con_two_2, #con_two_3, #con_two_4, #con_two_5, #con_two_6, #con_two_7, #con_two_8, #con_two_9, #con_two_10, #con_two_11, #con_two_12, #con_two_13, #con_two_14, #con_two_15, #con_two_16, #con_two_17, #con_two_18, #con_two_19, #con_two_20 {
    display: none;
    float: left;
    width: 100%;
}

.spec-scroll .prev.disabled, .spec-scroll .next.disabled {
    cursor: not-allowed;
}

.con_div_right {
    float: left;
    /*width: 485px;*/
    /*margin-left: 52px;*/
    width: 100%;
    margin-top: 50px;
}

.con_div_item {
    width: 100%;
    margin-bottom: 30px;
}

.con_div_ti {
    float: left;
    color: #000000;

}

.con_div_tis, .con_div_ti {
    color: #999999;
    font-size: 14px;
}

.con_div_item2 {
    display: block;
    font-size: 14px;
}

.con_div_title1 {
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
}

.con_div_title2 {
    color: #333333;
}

.loadBook {
    margin-left: 26px;
    color: #003aff;
    font-size: 14px;
}

.loadBook img {
    margin-right: 4px;
}

.detail_tab {
    width: 100%;
    border: 1px solid #cfcfcf;
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
}

.detail_tab a {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    text-align: center;
    margin-top: -5px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    margin-left: -1px;
}

.detail_tab a.on {
    color: #ffffff;
    background: #333333;
}

.detail_containter {
    width: 100%;

}

.detail_content {
    width: 100%;
    padding-top: 40px;
}

.detail_content img {
    max-width: 100%;
}

.detail_content video {
    max-width: 100%;
}

.detail_content .p1 {
    font-size: 16px;
    line-height: 30px;
}

.detail_content table tr td {
    border: 1px solid #aaaaaa;
    text-align: center;
}

/*产品中心*/
.productCenter {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.pro_pic {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.pro_pic img {
    width: 100%;
    /*max-height: 220px;*/
    height:220px;
}

.pro_ul2 {
    overflow: hidden;
    padding-bottom: 35px;

    width: 103%;
}

.pro_ul2 li {
    float: left;
    width: 15.1%;
    /*width: 166px;*/
    height: 70px;
    background: #eeeeee;
    /*margin-right: 14px;*/
    margin-right: 1.2%;
    margin-bottom: 15px;
}

.pro_ul2 li .product_item {
    color: #c70a10;
    width: 100%;
    height: 100%;
}

.pro_ul2 li.on .product_item, .productCenter ul li:hover .product_item {
    background: #c70a10;
    color: #eeeeee;
}

.pro_ul3 {
    /*width: 1118px;*/
    width: 104%;
}

.pro_ul3 li {
    float: left;
    margin-right: 2.1%;
    /*margin-right: 24px;*/
    /*width: 250px;*/
    margin-bottom: 26px;
    width: 22.4%;
}

.product_item {
    color: #ffffff;
    padding: 14px 12px;
    position: relative;
    border-left: 1px solid #c70a10;
}

.product_item h2 {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_item p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_icon {
    width: 40px;
    height: 40px;
    margin-top: 78px;
}

.product_text {
    font-size: 20px;
    color: #444444;
    margin-top: 20px;
}

.on .pro_triangle, .productCenter ul li:hover .pro_triangle {
    width: 10px;
    height: 10px;
    background: url("../img/triangle2.png") no-repeat;
}

.pro_triangle {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/triangle.png") no-repeat;
}

.product_list {
    width: 100%;
    border-top: 1px solid #f4bdb9;
    border-bottom: 1px solid #f4bdb9;
    padding-top: 50px;
    overflow: hidden;
}

.pro_text {
    text-align: center;
    font-size: 16px;
    height: 44px;
    margin-top: 20px;
    overflow: hidden;
}

/*首页*/
.slideBox {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    display: block;
    /*float: left;*/
}

.slideBox .bd, .bgpic li img {
    width: 100%;
}

.bgpic li img {
    width: 100%;

}

.bgpic li {
    position: relative;
}

.zw_text {
    position: absolute;

}

.position1 {
    left: 255px;
    top: 132px;
    text-align: right;
    color: #2f3b45;
}

.position2 {
    left: 520px;
    top: 106px;
    text-align: left;
    color: #2e2427;
}

.position3 {
    color: #3e3730;
    left: 125px;
    top: 140px;
    text-align: right;
}

.position4 {
    color: #333333;
    left: 520px;
    top: 125px;
    text-align: left;
}

/*.position5{*/
/*    color: #35302b;*/
/*    left:356px;*/
/*    top:136px;*/
/*    text-align: right;*/
/*}*/
.position6 {
    color: #323a41;
    left: 524px;
    top: 136px;
    text-align: left;
}

.zw_line {
    float: right;
    width: 55px;
    height: 1px;
    background: #2e2427;
    margin: 18px auto;
}

.position2 .zw_line, .position4 .zw_line, .position6 .zw_line {
    float: left;
}

.zw_title {
    font-size: 18px;
}

.zw_title2 {
    font-size: 24px;
    display: block;
    margin-top: -6px;
}

.zw_dec {
    font-size: 18px;
}

.slideBox .bd li img {
    display: block;
}

.slideBox .hd, .procuctCenter .hd ,.brand_ad .hd{
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 2;
    text-align: center;
}

.procuctCenter .hd {
    bottom: 52px;
}
.brand_ad .hd{
    bottom:48px;
}
.slideBox .hd ul li, .procuctCenter .hd ul li ,.brand_ad .hd ul li{
    display: inline-block;
    font-size: 0px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 5px;
    /*background: rgba(255, 255, 255, .8);*/
    background: #eeeeee;
    /*filter: alpha(opacity=80);*/
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);*/
}
.brand_ad .hd ul li{
    background: #aaaaaa;
}
.slideBox .hd ul li.on,.brand_ad .hd ul li.on {
    background: #bd1225;
}

.procuctCenter .hd ul li.on {
    background: #ff9497;
}

.slideBox .bd {
    height: 100%;
    z-index: 1;
    overflow: hidden;
    float: left;
    display: inline;
    width: 100%;
}
.brand_ad .bd{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideBox .bd ul {
    height: 100%;
    width: 100% !important;
}

.slideBox .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideBox .bd ul li {
    /*float: left;*/
    /*display: inline;*/
    width: 100% !important;
    height: 100%;
    width: 100%;
}

/*.zw_block.bgred {*/
    /*background: #fcf3f3;*/
/*}*/

.zw_block {
    float: left;
}

.zw_block, .zw_block_title {
    width: 100%;
}

.zw_block_title {
    position: relative;
    padding: 36px 0px 22px;
    text-align: center;
}

.redFont {
    color: #b90000;
    font-size: 30px;
}

.commonTitle {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 45px;
}

.wordTitle {
    color: #7f7f7f;
    font-size: 30px;
    font-weight: 400;
}

.commonTitle .floor_p {
    font-size: 14px;
    color: #a5a5a5;
}

.floor_p {
    margin-top: 10px;
}

.floor_p p {
    font-size: 14px;
    color: #a5a5a5;
}

.commonTitle .floor_p {
    font-size: 14px;
    color: #a5a5a5;
}


.product_content, .product_right {
    overflow: hidden;
}

.product_right {
    float: left;
    /*width: 648px;*/
    width: 54%;
    max-height: 490px;
}

.proText {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #b90000;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -58px;
    font-size: 16px;
    padding: 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor_cell .product_content {
    margin-top: 0px;
}

.product_content, .floor_cell, .product_left .bd {
    width: 100%;
}

.floor_cell {
    float: left;
    margin-bottom: 20px;
}

.product_left .bd {
    height: 490px;
    overflow: hidden;
}

.product_left {
    float: left;
    /*width: 550px;*/
    width: 45.8%;
    height: 490px;
    position: relative;
}

.product_left .bd li {
    position: relative;
}

.product_left .bd li, .proImg {
    width: 100%;
    height: 432px;
}

.product_left .hd, .about_us_left .hd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
}

.product_left .hd li {
    width: 30px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    opacity: 0.3;
    cursor: pointer;
}

.product_left .hd li.on {
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
}

.product_items {
    width: 49%;
    height: 240px;
    float: left;
    background-color: #f2f2f2;
    margin-left: 1%;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.slide_item, .one, .two {
    width: 100%;
}

.one {
    height: 100%;
}

.two {
    height: 240px;
    position: absolute;
    left: 0px;
    top: 490px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.two_word {
    font-size: 26px;
    color: #ffffff;
    position: relative;
    z-index: 99;
    display: block;
    font-weight: 400;
    margin-top: 128px;
}

.lookBtn {
    width: 70px;
    height: 22px;
    line-height: 22px;
    margin: 20px auto 0px;
    border: solid 1px #ffffff;
    color: #ffffff;
    display: block;
    background: rgba(255, 255, 255, .3);
    position: relative;
    z-index: 99;
    border-radius: 10px;
}

a.lookBtn:hover {
    color: #ffffff
}

.twoPic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.two_classFity {
    width: 60px;
    height: 60px;
}

.two_name {
    margin-top: 20px;
    font-size: 42px;
    color: #ffffff;
    display: block;
}

.btn2 {
    margin-top: 80px;
}

.btn8 {
    background: #333333;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
}

.btn8:hover {
    color: #ffffff;
}

.product_two {
    padding-top: 120px;
    width: 100%;
    height: 432px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -490px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}

.product_two .lookBtn {
    margin-top: 40px;
}


.zw_b_line {
    position: absolute;
    left: 0px;
    top: 43%;
    width: 100%;
    border: 1px solid #dddddd;
}

.zw_block_t_inner {
    width: 400px;
    margin: 0px auto;
}

.zw_t_text {
    position: relative;
    z-index: 99;
    background: #c60a0f;
    color: #ffffff;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
}

.zw_t_green {
    color: #6ac279;
    font-size: 22px;
    line-height: 32px;
    vertical-align: middle;
}

.zw_t_green span {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 26px;
}

.zw_top_tel {
    margin-top: 50px;
    float: right;
    line-height: 20px;
}

.whblock {
    width: 4px;
    height: 4px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px;
}

.zw_t_g {
    font-size: 12px;
    color: #555555;
    line-height: 60px;
}

.zw_approach_l {
    background: #363131;
    padding: 60px 50px 0px;

}

.approach_pic {
    width: 100%;
    /*width: 445px;*/
    /*height: 258px;*/
}

.zw_approach_r, .zw_approach_l {
    width: 50%;
    height: 400px;
    float: left;
    margin-bottom: 60px;
}

.zw_approach_r img {
    width: 100%;
    height: 100%;
}

/*合作*/
.zw_cooperation {
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 60px;
}

.zw_cooperation img {
    /*width: 1060px;*/
    width: 100%;
    max-height: 344px;
}

/*成功案例*/
.SuccessStories {
    width: 100%;
}

.SuccessStories .SuccessSlide {
    width: 1200px;
    height: 645px;
    margin: 10px auto 70px;
    position: relative;
}

.SuccessStories .SuccessSlide .nextBtn {
    right: 0px;
    bottom: 0px;
}

.SuccessStories .SuccessSlide .prevBtn {
    bottom: 0px;
}

.SuccessStories .SuccessSlide .suSTitle {
    float: left;
    width: 484px;
    height: 260px;
    text-align: center;
    padding-top: 40px;
}

.SuccessStories .SuccessSlide .smallImg {
    float: left;
    width: 352px;
    height: 262px;
    z-index: 1;
    position: relative;
}

.SuccessStories .SuccessSlide .smallImg.ml12 {
    margin-left: 12px;
}

.SuccessStories .SuccessSlide .smallImg.ml8 {
    margin-left: 6px;
}

.SuccessStories .SuccessSlide .bigImg {
    width: 484px;
    float: left;
}

.SuccessStories .SuccessSlide .suDecrse {
    float: left;
    margin-right: -20px;
    z-index: 2;
    position: relative;
    margin-top: -2px;
    padding: 52px 40px;
    width: 378px;
    height: 378px;
    background: #e1e1e1;
    font-size: 14px;
    line-height: 30px;
}

.SuccessStories .SuccessSlide .suDecrse .redIcon {
    width: 30px;
    display: block;
    border-bottom: 2px solid #d83933;
    margin-bottom: 28px;
}

.SuccessStories .SuccessSlide .suDecrse p {
    height: 148px;
    overflow: hidden;
    margin-bottom: 72px;
}

.newWord {
    color: #d83933;
    font-size: 42px;
    font-weight: 100;
}

.newWord i {
    font-style: normal;
    margin: 0px 10px;
    font-size: 30px;
}

.newWord strong {
    color: #000000;
    font-weight: 100;
}

/*联系我们*/
.zw_contact_l {
    float: left;
    /*width: 354px;*/
    width: 34%;
}


.zw_contact_center {
    float: left;
    padding-left: 30px;
    /*width: 322px;*/
    width: 32%;
}

.zw_contact_right {
    float: right;
    /*width: 350px;*/
    width: 33%;
}

.contact_item {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.contact_item.tc {
    text-align: center;
}

.zw_contact_center .zw_additem dd {
    width: 224px;
}

.zw_contact {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

.approach_banner {
    width: 100%;
    margin-top: 14px;
}

.approach_item {
    /*width: 70px;*/
    width: 16%;
    height: 112px;
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.approach_item:hover, .approach_item.on {
    background: url("../img/boxshaw.png") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.approach_span {
    margin: 0px 3px;
}

/*PRODUCT*/
.procuctCenter {
    width: 100%;
    margin: 0px auto -22px;
    text-align: left;
    position: relative;
}

.tempWrap  {
    padding-bottom: 30px;
}

.procuctCenter .bd ul li {
    height: 395px;
    width: 100%;
    float: left;
}

.procuctCenter .bd ul li a {
    display: block;
    text-align: center;
    width: 25%;
    float: left;
    position: relative;
}

.procuctCenter .bd ul li a:hover .shade {
    display: block;
}

.procuctCenter .bd ul li a:hover .btn7 {
    background: #c60a0f;
}
.procuctCenter .bd ul li a:hover h1{
    color: #c60a0f;
}
.procuctCenter .picMarImg {
    width: 244px;
    height: 179px;
    position: relative;
    margin: 0px auto;
}

.procuctCenter .picMarImg img {
    width: 100%;
    height: 100%;
}

.procuctCenter .pic_text {
    width: 250px;
    height: 134px;
    overflow: hidden;
    margin: 0px auto;
}

.procuctCenter .bd ul li a h1 {
    line-height: 34px;
    font-size: 20px;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 28px;
}

.pic_text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888888;
}

.procuctCenter .btn7 {
    position: absolute;
    left: 50%;
    margin-left: -54px;
    bottom: -20px;
}

.procuctCenter .shade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 266px;
    height: 352px;
    background: url("../img/shade.png") no-repeat;
    z-index: 5;
    display: none;
}

.procuctCenter .procu_bg {
    width: 248px;
    height: 312px;
    margin: 0px auto;
    background: #fcf3f3;
    padding-bottom: 20px;
    z-index: 99;
    position: relative;
}

/*a.nextBtn, a.prevBtn {*/
/*    width: 30px;*/
/*    height: 44px;*/
/*  */
/*}*/

.procuctCenter .nextBtn {
    right: -48px;
    bottom: 218px;
}

.procuctCenter .prevBtn {
    left: -48px;
    bottom: 218px;
}

.zw_shuffling a.nextBtn {
    background: url("../img/next1.png") no-repeat;
}

.zw_shuffling a.prevBtn {
    background: url("../img/pre1.png") no-repeat;
}

.brand_ad {
    width: 100%;
    /*padding-bottom: 30px;*/
    position: relative;
    /*margin-bottom: 30px;*/
}
.brand_ad .next,.brand_ad .prev{
    position: absolute;
    bottom: 0px;
    width: 33px;
    height: 33px;
    z-index: 9;
    bottom: 218px;
}
.brand_ad .prev{
    background: url(../img/arrowLs.png) no-repeat;
    left: -48px;

}
.brand_ad .next{
    background: url(../img/rightRs.png) no-repeat;
    right: -48px;

}
.brand_ad .brand_ad_ul li img {
    width: 100%;
}

.ad_img {
    width: 258px;
    height: 154px;
    margin-left: 88px;
}

/*.type3 .ad_img {*/
    /*margin-top: -10px;*/
/*}*/

.type1 .ad_img {
    margin-bottom: 26px;
}

/*.type3 .ad_img{*/
/*margin-top: 25px;*/
/*}*/
.brand_ad_every.type2 {
    text-align: center;
}

.brand_ad_every.type2 img {
    width: 308px;
    height: 398px;
    margin: 38px auto 0px;
}

.brand_ad_left {
    float: left;
    width: 540px;
    padding-right: 70px;
}

.brand_ad_ri {
    float: right;
    width: 730px;
    height: 480px;
}

.brand_ad_ri img, .new_img img {
    width: 100%;
    height: 100%;
}

.brand_ad_item {
    width: 100%;
    margin-bottom: 26px;
    overflow: hidden;
}

.brand_ad_item dt {
    width: 60px;
    height: 60px;
    font-size: 48px;
    line-height: 70px;
    color: #c60a0f;
    font-style: italic;
    float: left;
}

.brand_ad_item dt img {
    width: 100%;
    height: 100%;
}

.brand_ad_item dd {
    padding-left: 90px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*品牌优势改版*/
.brand_ad_every {
    width: 33.3%;
    float: left;
}


.ad_title1 {
    color: #c60a0f;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
}

.ad_title2 {
    color: #333333;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
}

.new_tab, .new_tab_c{
    width: 100%;

}
.new_tab_c_list{
    width: 50%;
    float: left;
}
.new_tab_t {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.new_tab_t span {
    display: inline;
    border-bottom: 2px solid #999999;
    font-size: 18px;
    color: #333333;
    padding: 8px 4px;
    margin: 0px 20px;
    cursor: pointer;
}

.new_tab_t span.on {
    color: #c60a0f;
    border-bottom: 2px solid #c60a0f;
}

.new_tab_c_list {
    overflow: hidden;
    padding-bottom: 10px;
}

/*.new_tab_c_list li {*/
    /*float: left;*/
    /*width: 410px;*/
    /*height: 150px;*/
    /*background-color: #ffffff;*/
    /*position: relative;*/
    /*margin-right: 24px;*/
    /*margin-bottom: 48px;*/
/*}*/

/*.new_tab_c_list ul {*/
    /*width: 1340px;*/
/*}*/

.new_tab_c_list li:hover a .new_dec, .new_tab_c_list li:hover a .new_arrow {
    color: #c60a0f;
}

.new_tab_c_list li:hover .new_shade2 {
    display: block;
}

.new_img {
    width: 190px;
    height: 150px;
    float: left;
    padding: 4px;
}

.new_dec {
    height: 142px;
    width: 100%;
    padding: 22px 26px 22px 220px;
    color: #111111;
    font-size: 16px;
}

.new_arrow {
    position: absolute;
    right: 20px;
    bottom: 14px;

}

.new_shade2 {
    position: absolute;
    left: -4px;
    top: 0%;
    width: 420px;
    height: 180px;
    background: url("../img/shade2.png") no-repeat;
    display: none;
}

.new_tab_box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 22;
}

.new_item {
    width: 168px;
    height: 140px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
}

.new_pic img {
    width: 100%;
    height: 100%;
}

.new_red {
    background: #c32c30;
    font-size: 26px;
    line-height: 140px;
    color: #ffffff;
}

.new_white {
    background: #fcf3f3;
    font-size: 14px;
    padding: 36px 20px 36px;
}

.new_white a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}

.new_white:hover a {
    color: #c60a0f;
}

/*.new_left{*/
/*margin-right: 10px;*/
/*}*/
.new_tab_item {
    /*width: 522px;*/
    width: 49%;
    float: left;
}

.new_red.new_item a {
    color: #ffffff;
}

.new_main .new_p {
    margin-top: 20px;
}

.new_tab_left {
    margin-right: 8px;
}

.new_tab_right {
    margin-left: 8px;
}

.qq {
    position: fixed;
    right: 0px;
    width: 56px;
    top: 30%;
    z-index: 999;
    text-align: center;
}

.qq .qq_item {
    width: 56px;
    height: 56px;
    background: #eeeeee;
    margin-bottom: 4px;
    text-align: center;
    position: relative;

}

.qq_item p {
    color: #777777;
}

.qq_item .icons {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px auto 0px;
    padding-top: 4px;
}

.qq_item .qq_icon {
    background: url("../img/qqs.png") no-repeat;
}

.qq .wei_icon {
    background: url("../img/weixins.png") no-repeat;
}

.qq .weibo_icon {
    background: url("../img/weibos.png") no-repeat;
}

.qq .backTop_icon {
    background: url("../img/backTops.png") no-repeat;
}

.qq_item:hover {
    background: #eeeeee;
}

.qq_item:hover p {
    color: #ffffff;
}

.qq_item:hover .qq_icon {
    background: url("../img/qq.png") no-repeat;
}

.qq_item:hover .wei_icon {
    background: url("../img/weixin.png") no-repeat;
}

.qq_item:hover .weibo_icon {
    background: url("../img/weibo.png") no-repeat;
}

.qq_item:hover .backTop_icon {
    background: url("../img/backTop.png") no-repeat;
}

.qq_item.wei:hover .menu-bd3 {
    display: block;
}

.menu-bd3 {
    display: none;
    z-index: 10001;
    position: absolute;
    width: 132px;
    position: absolute;
    left: -136px;
    top: -68px;
    background: #c60a0f;
    height: 124px;
    text-align: center;
}

.menu-bd3 img {
    height: 116px;
    width: 116px;
    margin-top: 4px;
}

/*发展历程*/
.newsbt .nsp02 {
    padding-top: 15px;
    overflow: hidden;
    width: 130px;
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.newsbt .nsp02 span {
    display: block;
    line-height: 25px;
    color: #0d58a6;
    letter-spacing: 1px;
}

.about_history {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
}

.fzlc {
    width: 1000px;
    height: auto;
    margin: auto;
}

/****about****/
.abbwarp {
    background: #FFF;
    padding-bottom: 80px;
    padding-top: 80px
}

.abbcon {
    width: 100%;
}

.newsbt {
    margin-top: 120px;
}

.newsbt p {
    text-align: center;
}

.newsbt .nsp01 {
    font-size: 24px;
    text-transform: uppercase;
}

.newsbt .nsp02 {
    padding-top: 15px;
    overflow: hidden;
    width: 130px;
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.newsbt .nsp02 i {
    display: block;
    width: 20px;
    height: 1px;
    background: #808080;
    float: left;
    line-height: 25px;
    margin-top: 12px;
}

.newsbt .nsp02 span {
    display: block;
    line-height: 25px;
    color: #0d58a6;
    letter-spacing: 1px;
}

.abbcon {
    margin-top: 10px;
}

.abblist {
    width: 1000px;
    margin: 0 auto;
    background: url(../img/tmbg.png)
}

.abbleft {
    float: left;
    width: 600px;
    position: relative;
    margin-left: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.abbleft p {
    margin-top: 20px;
    line-height: 24px;
    text-indent: 2em;
}

.abbright {
    float: right;
    position: relative;
    margin-right: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#advhd {
    margin-top: 200px;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.advwarp {
    margin-top: 50px;
}

.advwarp p {
    margin-top: 20px;
    line-height: 22px;
    text-indent: 2em;
}

#hishd {
    margin-top: 200px;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.worksmenu {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    display: inline-block;
    background: url(../img/worksmenutt.jpg) repeat-x 0 178px;
}

.work_li {
    float: left;
    width: 65px;
    display: inline;
    padding: 70px 34px 0;
    position: relative;
}

.work_li span {
    display: inline-block;
    width: 100%;
    height: 52px;
    font: bolder 18px/25px "Microsoft YaHei";
    color: #fff;
    background: url(../img/work_lispan.png) no-repeat;
    text-align: center;
    cursor: pointer;
}

.work_dd {
    float: left;
    width: 100%;
    display: none;
    height: 50px;
    background: url(../img/work_ddtt.png) no-repeat center center;
    position: relative;
}

.work_dd1 {
    position: absolute;
    right: 40px;
    top: 35px;
    display: block;
    width: 200px;
    font: normal 12px/24px "Microsoft YaHei";
    color: #888;
    text-align: right;
}

.work_dd1 b {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.work_dd2 {
    position: absolute;
    left: 40px;
    top: 35px;
    display: block;
    width: 665px;
    font: normal 12px/24px "Microsoft YaHei";
    color: #f3f3f3;
    text-align: left;

}

.work_dd2 a {
    floaT: left;
    display: inline-block;
    border: 1px solid #b8b8b8;
    margin-right: 15px;
}

.work_dd2 p {
    floaT: left;
    display: inline-block;
    font: normal 13px/24px "Microsoft YaHei";
    color: #000;
    background: #f3f3f3;
    padding: 5px 20px;
    font-weight: bold;
    border: 1px solid #d5d5d5;
}

.work_dd2 p font {
    color: #000;
    display: inline-block;
}

.work_dt {
    height: 80px;
    background: url(../img/work_ddtt2.png) no-repeat top center;
}

.work_dt .work_dd1 {
    top: -10px;
}

.work_dt .work_dd1 b {
    font-size: 16px;
    color: #d90708;
}

.work_dt .work_dd2 {
    top: -16px;
}

.work_dt .work_dd2 p { /*padding-top:14px;*/
    color: #D90708;
    border: 1px solid #D5D5D5;
    background-color: #f3f3f3;
    line-height: 35px;
    padding: 0 15px;
    margin: 0 6px;
}

.work_dt .work_dd2 p font { /*color:#D90708;*/
    color: #000;
    font-size: 14px;
}

.worksmar {
    width: 940px;
    position: absolute;
    left: 20px;
    top: 68px;
    height: 90px;
    z-index: 50;
}

.worksmenu {
    position: relative;
    z-index: 10;
}

.worksgor {
    width: 20px;
    height: 20px;
    background: url(../img/works_btn.png) no-repeat;
    overflow: hidden;
    position: absolute;
    display: block;
    left: 0;
    top: 170px;
    cursor: pointer;
    z-index: 120;
}

.worksgol {
    width: 20px;
    height: 20px;
    background: url(../img/works_btn.png) no-repeat right top;
    overflow: hidden;
    position: absolute;
    display: block;
    right: 0;
    top: 170px;
    cursor: pointer;
    z-index: 120;
}

.worksgol:hover {
    background-position: right bottom;
}

.worksgor:hover {
    background-position: left bottom;
}

.worksab {
    position: absolute;
    z-index: 60;
}

.cur {
    padding-top: 0;
    background: url(../img/work_litt.jpg) repeat-y top center;
}

.cur .work_dd {
    display: inline-block;
}

.cur span {
    background: url(../img/work_lispan.png) no-repeat right top;
}

.work_li:hover span {
    background: url(../img/work_lispan.png) no-repeat right top;
}

.news_xw {
    background: #eee;
    padding: 30px 0;
}

.news_xw ul {
    width: 950px;
    margin: auto;
}

.news_xw ul li {
    height: 30px;
    line-height: 30px;
}

.newsli1 {
    background: #eee;
    transition: color .6s, border-color .6s, background-color .6s;
}

.newsli2 {
    background: #fff;
    transition: color .6s, border-color .6s, background-color .6s;
}

.newsxw_bit {
    width: 720px;
    height: 30px;
    float: left;
    padding-left: 20px;
}

.newsxw_bit a {
    color: #666;
}

.newsxw_sj {
    width: 100px;
    height: 30px;
    float: right;
    color: #666;
}

.news_xw ul li:hover {
    background: #18528f;
    color: #fff;
    transition: color .6s, border-color .6s, background-color .6s;
}

.news_xw ul li:hover .newsxw_bit a {
    color: #fff;
}

.news_xw ul li:hover .newsxw_sj {
    color: #fff;
}

.innova {
    width: 100%;
    height: 575px;
    position: relative;
    display: inline-block;
    background: url(../img/worksmenutt.jpg) repeat-x 0 145px;
}

.innova .btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 137px;
    cursor: pointer;
    z-index: 99;
    background: url(../img/works_btn.png) no-repeat;
}

.innova .prev {
    left: 0;
}

.innova #prevTop, .innova #nextTop {
    display: none;
}

.innova .next {
    right: 0;
    background-position: right top;
}

.innova .prev:hoveR {
    background-position: left bottom;
}

.innova .next:hoveR {
    background-position: right bottom;
}

.innova .cf li {
    position: relative;
    color: #fff;
}

.innova .listBox {
    width: 940px;
    position: relative;
    height: 575px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.innova .listBox ul {
    height: 1000px;
    position: absolute;
}

.innova .listBox li {
    float: left;
    width: 65px;
    display: inline;
    padding: 80px 34px 0;
    position: relative;
    margin-top: 25px;
}

.innova .listBox li span {
    display: inline-block;
    width: 100%;
    height: 52px;
    font: bolder 18px/25px "Microsoft YaHei";
    color: #fff;
    background: url(../img/work_lispan.png) no-repeat;
    text-align: center;
    cursor: pointer;
}

.innova .listBox li:hover span {
    background: url(../img/work_lispan.png) no-repeat right top;
}

.innova .listBox li.on span {
    background: url(../img/work_lispan.png) no-repeat right top;
}

.innova .listBox li.on {
    padding-top: 0;

    background: url(../img/work_litt.jpg) repeat-y top center;

}

.innova .listBox li.on .work_dd {
    display: inline-block;
}

.innova .listBox li.on span {
    background: url(../img/work_lispan.png) no-repeat right top;
}

.pro_js_btn {
    width: 100%;
    margin-top: 30px;
    float: left;
}

/*.pro_js_btn .btn8{*/
/*    color: #000000;*/
/*}*/
.brand_ad .brand_ad_ul li{
    float: left;
}
.jobProcuct{
    width: 100%;
     background: #f6f6f6;
    padding: 48px 0px 24px;
}
.jobProcuct .procuctCenter{
    padding: 0px 20px
}
.jobProcuct .procuctCenter .nextBtn {
    right: -50px;
}
.jobProcuct .procuctCenter  .prevBtn {
    left: -50px;

}
.jobProcuct .procuctCenter .bd ul li  {
    display: block;
    width: 100%;
    text-align: center;

}
.jobProcuct .btn7{
    background-color: #ffffff;
    text-align: center;
    color: #e89295;
}
.jobProcuct .tempWrap{
    padding-bottom: 0px;

}
.procu_bg2{
    width:100%;
    height: 312px;
    margin: 0px auto;
    padding-bottom: 20px;
    z-index: 99;
    position: relative;
}
.picMarImg2{
    width: 216px;
    height: 134px;
    position: relative;
    margin: 0px auto;
}
.picMarImg2 img{
    width: 100%;
    height: 100%;
}
.jobProcuct{
    margin-bottom: 62px;
}
.jobProcuct .procuctCenter .bd ul li a h1 {
   margin-top: 50px;

}
.jobProcuct .procuctCenter .bd ul li{
   height: 340px;
}

.jobProcuct .procuctCenter .bd ul li a:hover .btn7 {
    background-color: #ffffff;

}
.jobProcuct .procuctCenter .bd ul lia h1{
    color: #000000;
}
.jobProcuct .procuctCenter .btn7 {

    bottom: 20px;
}

/*新闻中心*/
.newsItem{
    width: 100%;
    padding: 20px 20px 0px 0px;
    /*background: url("../img/lines.png") center bottom repeat-x;*/
}
.newsItem:hover .newsDesc p,.newsItem:hover .newsDesc .news_time,.newsItem:hover .newsDesc h2{
    color: #b90000;
}
.newsBig {
    width: 100%;
    /*padding-left: 20px;*/
    padding-bottom: 20px;
}

.newsImg {
    width: 192px;
    height: 128px;
    float: left;
}


.newsDesc {
    padding-left: 215px;
}

.newsDesc h2 {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newsDesc {
    padding-top: 15px;
    height: 128px;
}

.newsDesc p {
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999999;
}

.news_time {
    color: #999999;
    margin-top: 10px;
    display: block;
}

.newsList{

    height: 180px;
    overflow: hidden;
}

.newsList li {
    background: url("../img/lines.png") center top repeat-x;
    color: #999999;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    width: 100%;
}

.newsList li a {
    display: block;
}

.newsList li:hover a .newDec, .newsList li:hover .newTime {
    color: #b90000;
}

.newsList li:hover a .newDec {
    text-decoration: underline;
}

.newsList li a {
    color: #666666;
    height:36px;
}

.newsArrow {
    display: block;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 36%;
    background: url("../img/moreBtn.png") no-repeat;
}

.newDec {
    display: block;
    float: left;
    /*width: 600px;*/
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    transition: all .4s linear;
    -moz-transition: all .4s linear; /* Firefox 4 */
    -webkit-transition: all .4s linear; /* Safari 和 Chrome */
    -o-transition: all .4s linear; /* Opera */
}

.newTime {
    /*float: right;*/
    color: #666666;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top:50%;
    margin-top: -18px;
}

/*右侧漂浮*/
#online{position:fixed; top:220px; right:-144px; width:200px; height:200px; z-index:100;}
#online a{display:block; width:200px; height:56px;margin-bottom:5px;text-align:center;color:#fff;position:relative;font-size:12px;}
#online a.cur span{background:none;}
#online a.on1{background:#f6be37!important;}
#online a.on2{background:#42ae3c; position:relative;}
#online a.on3{background:#68a5e1 ;}
#online a.on4{background:#84A6C6;}
#online a.top{background:#777;}
#online a .img{display:block; float:left; width:30px; height:30px;margin:5px 12px 0 14px;}
#online a span{display:block; float:left; width:144px; height:56px; line-height:56px; font-size:14px; color:#fff; overflow:hidden;}
#online a.on2 span{position:absolute; left:-128px; top:0; width:120px; height:120px; padding:3px; background:#fff; overflow:hidden; display:none;}
#online a.cur{margin-left:-144px;}
#online a.cur img{margin:13px 0 0 14px;}
#online a > div{width:56px;text-align:center;position:absolute;left:0;bottom:4px;}
#online a.cur div{display:none;}
#online a.top{display:block; width:56px; height:56px;margin-bottom:5px;text-align:center;color:#fff;}
#online a.top img{width:30px; height:30px;margin:5px 0 0 14px;float:left;}

/*合作品牌*/
.zw_cooperation{
    width: 100%;
    padding: 0;
    margin:0;
}
.zw_cooperation .procuctCenter{
    
}
.zw_cooperation .procuctCenter .nextBtn {
    right: -50px;
}
.zw_cooperation .procuctCenter  .prevBtn {
    left: -50px;

}
.zw_cooperation .procuctCenter .bd ul li  {
    display: block;
    width: 100%;
    overflow:hidden;
    height:auto;
}
.zw_cooperation .procuctCenter .bd ul li  a{width:32%;float:left;margin:0 2% 1% 0;background:#fefaf9;padding:0 20px 20px;}
.zw_cooperation .procuctCenter .bd ul li  a:nth-child(3n){margin-right:0;}
.zw_cooperation .title{color:#333333;font-size:16px;text-align:center;padding:20px 0;line-height:20px;font-weight:bold;}
.zw_cooperation .text{color:#888888;font-size:12px;line-height:20px;height:80px;overflow:hidden;text-align:left;}

