* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Regular";
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

li {
    list-style: none;
}

img {
    border: none;
}

.float_clear {
    clear: both;
}

/*.overflow{ overflow:hidden;position:relative;}*/
.panel {
    position: relative;
    z-index: 1;
}

.cur {
    cursor: pointer;
}

input, select {
    outline: none;
    border: none;
}

#windowclose {
    position: absolute;
    right: -24px;
    height: 24px;
    width: 24px;
    top: -23px;
    cursor: pointer;
}

.window_msg {
    display: none;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: red;
    padding: 0 0 0 25px;
    background: url("../newimages/window_title_bg.png")/*tpa=/skins/newimages/window_title_bg.png*/ left center no-repeat;
}

/*定位弹窗*/
.location_div {
    position: fixed;
    width: 430px;
    height: 196px;
    left: 50%;
    margin-left: -215px;
    top: 50%;
    margin-top: -93px;
    z-index: 999999999;
    border: 5px solid #7d1c74;
}

.location_div h2 {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #7d1c74;
    text-align: right;
}

.location_div h2 a {
    font-size: 20px;
    color: #FFF;
    margin: 0 5px 0 0;
}

.ld_content {
    height: 166px;
    width: 100%;
    background: #FFF;
}

.ld_text {
    height: 90px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #7d1c74;
    line-height: 90px;
}

.ld_btn {
    height: 76px;
    line-height: 76px;
    text-align: center;
}

.ld_btn span {
    margin: 0 10px;
}

.ld_btn span a {
    padding: 0 20px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #7d1c74;
    font-size: 15px;
    color: #FFF;
    display: inline-block;
}

.city_list {
    display: none;
    width: 100%;
    height: 166px;
    background: #FFF;
}

.city_list span {
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 2%;
}

.city_list span a {
    font-size: 13px;
    color: #7d1c74;
}

.city_list span a:hover {
    color: #666666;
}

.l_message {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

.l_message a {
    color: #7d1c74;
    font-size: 13px;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.back_top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999999999;
}

/*QQ漂浮*/
/*.qq_float{ width:36px; height:100%; position:fixed; top:90px; right:0px; background:#000; z-index:99999;}
.qq_body{ width:145px; position:fixed; top:30%; right:0px; z-index:999999;}*/
.qq_float {
    width: 36px;
    height: 100%;
    background: #000;
    z-index: 199999;
}

.qq_body {
    width: 145px;
    z-index: 1999999
}

.qq_list {
    float: left;
    width: 109px;
    position: relative;
    z-index: 1;
}

.qq_list ul {
    position: relative;
    right: -109px;
}

.qq_list ul li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #FFF;
    background-color: #7d1c74;
    border-bottom: 2px solid #FFF;
}

.qq_list ul li a {
    font-size: 13px;
    color: #FFF;
    padding: 0 0 0 48px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-position: left center;
    background-repeat: no-repeat;
}

.qq_list ul li span {
    cursor: pointer;
    font-size: 13px;
    color: #FFF;
    padding: 0 0 0 48px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-position: left center;
    background-repeat: no-repeat;
}

#fqq {
    background-image: url("../images/qq_li_bg.png")/*tpa=/skins/images/qq_li_bg.png*/;
}

.fmeg {
    background-image: url("../images/float_meg.png")/*tpa=/skins/images/float_meg.png*/;
}

.onleft {
    text-align: center;
}

.qq_btn {
    float: right;
    width: 36px;
    height: 290px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #000;
}

.qq_btn img {
    margin: 40px 0 0 0;
}

#m_reserved a {
    font-size: 12px;
    color: #4f4e4e;
}

#header_box {
    height: auto;
    background: #000;
    width: 100%;
}

/*#header_top{ height:138px;background:#FFF; width:100%; position:fixed; top:0px; left:0px; z-index:999999999;min-width:1200px;}*/
#header_top {
    height: auto;
    background: #000;
    width: 100%;
    min-width: 1200px;
}

.hearder_top_box {
    width: 1110px;
    margin: 0 auto;
    height: 90px;
}

.hearder_top_log {
    height: 90px;
    float: left;
}

.hearder_top_place {
    float: left;
    position: relative;
    width: auto;
    margin-top: 15px;
}

.hearder_top_place h2 {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 30px;
}

.header_title {
    float: right;
    margin-top: 25px;
}

#header_city {
    position: relative;
    margin: 0 0 0 30px;
    z-index: 999;
}

.s_city {
    width: 78px;
    height: 24px;
    background: #FFF;
    border: 1px solid #d0d0d0;
    line-height: 22px;
    color: #8e8e8e;
    font-size: 13px;
    cursor: pointer;
}

.s_city i {
    margin: 0 2px 0 7px;
}

.head_city_list {
    position: absolute;
    top: 27px;
    background: #FFF;
    max-height: 250px;
    overflow-y: auto;
    width: 103px;
    border: 1px solid #d0d0d0;
    border-top: none;
    display: none;
}

.head_city_list li {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.head_city_list li a {
    font-size: 12px;
}

.head_city_list li:hover a {
    color: #801a75;
}

#header_city:hover .head_city_list {
    display: block;
}

#header_menu {
    height: 48px;
    background: #000;
    /*background: #7f1a74;紫色*/
}

#hm_list {
    width: 1110px;
    margin: 0 auto;
}

#hm_list ul {
    float: left;
}

#hm_list ul li {
    float: left;
    position: relative;
}

#hm_list ul li h2 {
    height: 48px;
    text-align: center;
    width: 107px;
    text-align: center;
    line-height: 48px;
}

#hm_list ul li h2 a {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: 107px;
}

#hm_list ul li ul {
    position: absolute;
    left: 0px;
    top: 48px;
    background: #FFF;
    display: none;
    box-shadow: 0 0 6px #a7a7a7;
    -webkit-box-shadow: 0 0 6px #a7a7a7;
    -moz-box-shadow: 0 0 6px #a7a7a7;
    z-index: 9;
}

#hm_list ul li:hover h2 {
    background: #666666;
}

#hm_list ul li ul li {
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 107px;
}

#hm_list ul li ul li:hover {
    background: #f8f8f8;
}

#hm_list ul li ul li a {
    display: inline-block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #efefef;
    padding: 0 15px;
    color: #333;
}

#hm_list ul li ul li a:hover {
    color: #801b74;
}

#hm_list ul li ul li:last-child a {
    border-bottom: 0px;
}

.onmenu {
    background: #666666  !important;
}

.onmenu h2 a {
    color: #FFF !important;
}

.header_menu_phone {
    float: left;
    height: 48px;
    position: relative;
}

.menu_quest_box {
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

.header_quest_type {
    width: 254px;
    height: 100%;
    background: url("../newimages/banner_quest_bg.png")/*tpa=/skins/newimages/banner_quest_bg.png*/ top left repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.hqt-box {
    padding: 0 20px 20px 20px;
}

.tj_01 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}

.tj01_list {
    border-bottom: 1px dotted #c1c1c1;
    padding: 0 5px 15px 5px;
}

.tj01_list li {
    float: left;
    margin: 5px 10px 0px 0px;
}

.tj01_list li a:hover {
    color: #FFF;
}

.tj01_list li a {
    font-size: 13px;
    color: #c1c1c1;
}

.banner_feedbook {
    margin: 20px 0 0 0;
}

.banner_feedbook h2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: url("../newimages/banner_f_bg.png")/*tpa=/skins/newimages/banner_f_bg.png*/ 60% 3px no-repeat;
}

.banner_feedbook h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.feedbookdiv {
    margin-top: 12px;
}

.indexinput {
    width: 90%;
    height: 31px;
    line-height: 31px;
    border: 0px;
    padding: 0 5%;
    background: #FFF;
}

.inputeight {
    margin: 8px 0 0 0;
}

.indexbutton {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #8a1b7d;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}

/*公用样式*/
.icat_title_title {
    width: 1110px;
    text-align: center;
    margin: 66px auto 0;
}

.icat_title_title h2 {
    font-size: 28px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #323232;
    font-weight: 600;
    background: url("../newimages/ititle_bg.png")/*tpa=/skins/newimages/ititle_bg.png*/ center no-repeat;
}

.icat_title_title h3 {
    height: 35px;
    line-height: 38px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #a3a3a3;
}

.icat_title_title2 {
    width: 1110px;
    text-align: center;
    margin: 66px auto 0;
}

.icat_title_title2 h2 {
    font-size: 28px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #323232;
    font-weight: 600;
    background: url("../newimages/ititle_bg2.png")/*tpa=/skins/newimages/ititle_bg2.png*/ center no-repeat;
}

.icat_title_title2 h3 {
    height: 35px;
    line-height: 38px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #a3a3a3;
}

.icat_title1 {
    width: 1110px;
    text-align: center;
    margin: 48px auto 0;
}

.icat_title1 h2 {
    font-size: 25px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #323232;
    font-weight: 600;
    background: url("../newimages/ititle_bg01.png")/*tpa=/skins/newimages/ititle_bg01.png*/ center no-repeat;
}

.icat_title1 h3 {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #a3a3a3;
    margin-bottom: 28px;
}

/*二级菜单*/
.finish_border a {
    color: #8a1b7d !important;
}

.finish_nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;

}

.finish_nav_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.finish_nav_con span {
    font-size: 13px;
    font-weight: bold;
    color: #424242;
}

.finish_index img {
    position: relative;
    margin-right: 5px;
    width: 11px;
}

.finish_img img {
    position: relative;
    top: -2px;
    margin: 0 5px;
    width: 3px;
    height: 5px;
}

.finish_tab span {
    margin: 0 15px;
    cursor: pointer;
    color: #656565;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}

.finish_tab span a {
    color: #656565;
    font-weight: bold;
    font-size: 13px;
}

.finish_tab span p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #8a1b7d;
    border-radius: 4px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}

.finish_tab span.finish_bottom a {
    color: #8a1b7d;
}

.finish_tab span.finish_bottom p {
    width: 100%;
}

/*.finish_tab span:hover .finish_bottom{ border-bottom: 2px solid #8a1b7d; transform:scale(1.1); -webkit-transform:scale(1.1);transition:all .5s; width: 100%;}*/
.finish_tab span:hover {
    color: #8a1b7d;
}

/*内页banner*/
.development_banner {
    width: 100%;
    overflow: hidden;
}

#tb_banner img {
    width: 100%;
}

.icat_child {
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.icca a {
    font-size: 16px;
    color: #656565;
    padding: 0 0 20px 0;
}

/*分页样式*/
.page {
    text-align: center;
    font-size: 13px;
    color: #7d1c74;
    margin: 23px 0 85px 0;
}

.page span {
    padding: 5px 8px !important;
    background: #fff;
    color: #7d1c74;
    border: 1px solid #7d1c74;
}

.current {
    padding: 5px 8px !important;
    background: #7d1c74 !important;
}

.current {
    color: #FFF !important;
}

.page a {
    margin: 0 5px;
    padding: 3px 8px;
    background: #FFF;
    color: #7d1c74;
    border: 1px solid #7d1c74;
    display: inline-block;
    position: relative;
    top: 1px;
}

/*.icca a:hover{ color:#000; background:url(../images/icc_bg.png) center bottom no-repeat;}*/
.onicca a {
    color: #000;
    background: url("../images/icc_bg.png")/*tpa=/skins/images/icc_bg.png*/ center bottom no-repeat;
}

.icc {
    color: #656565;
    padding: 0 25px;
}

.readmore {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

/*首页banner*/
#ibanner {
    text-align: center;
    height: 100%;
}

/*首页滚动新闻*/
.index_banner_news {
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    margin-top: 20px;
}

.index_banner_news_box {
    width: 1110px;
    margin: 0 auto;
    height: 50px;
}

.index_banner_news_left {
    float: left;
}

.index_banner_news_tips {
    float: left;
    height: 50px;
    line-height: 50px;
}

.index_banner_news_tips span {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding: 0 5px;
}

.index_banner_news_tips span img {
    position: relative;
    top: 3px;
}

.index_banner_new_list {
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    width: 450px;
}

.index_banner_new_list ul {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 450px;
}

.index_banner_new_list ul li {
    height: 50px;
    line-height: 50px;
}

.index_banner_new_list ul li a {
    font-size: 13px;
    font-weight: normal;
    float: left;
}

.index_banner_new_list ul li span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    font-size: 13px;
}

.index_banner_news_right {
    float: right;
    padding: 12px 0;
}

.index_banner_news_right span {
    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.index_banner_news_right span:hover {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*经典案例*/
#icases {
    text-align: center;
    width: 1110px;
    margin: 0 auto;
}

#icase_content {
    padding: 30px 0 10px 0;
    position: relative;
}

#icase_content img {
    max-width: 100%;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>100%?"100%":"");
}

#icase_ul li {
    position: relative;
    float: left;
    height: 177px;
    width: 256px;
    cursor: pointer;
    margin: 5px;
}

#icase_ul li h2 {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    position: absolute;
    bottom: 0px;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 10px;
    width: 246px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.icase_div {
    display: none;
    position: absolute;
    background: #000;
    width: 100%;
    height: 154px;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#icase_ul li:hover .icase_div {
    display: block;
}

#ict_1_div {
    float: right;
    width: 798px;
}

.i_quanan {
    float: left;
    width: 307px;
    height: 365px;
    margin: 5px 5px 5px 0;
    cursor: pointer;
    position: relative;
}

.icase_div_quanan {
    position: absolute;
    background: url("../newimages/iquanan.png")/*tpa=/skins/newimages/iquanan.png*/ center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.i_quanan:hover .icase_div_quanan {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

/*案例搜索*/
.icases_search {
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
}

.icases_style {
    float: left;
    width: auto;
}

.icases_search_box {
    float: right;
    width: auto;
    margin-right: 15px;
}

.icases_style p {
    margin-left: 18px;
    font-size: 14px;
    color: #323232;
}

.icases_style p, .icases_style ul {
    float: left;
}

.icases_style li {
    float: left;
    font-size: 14px;
    color: #a3a3a3;
    margin-left: 21px;
}

.icases_style li:first-child {
    margin-left: 16px;
}

.icases_style li a {
    color: #a3a3a3;
    font-size: 14px;
}

.icases_style li:hover a {
    color: #801a75
}

.icases_search span {
    font-size: 14px;
    color: #000;
    position: relative;
    z-index: 10;
}

#icases_s_text {
    height: 21px;
    line-height: 20px;
    padding: 5px;
    color: #a3a3a3;
    border: 1px solid #ccc;
    width: 185px;
    font-size: 14px;
    border-right: 0px;
}

#icases_s_btn {
    height: 32px;
    width: 34px;
    border: 0;
    background: url("../newimages/search.jpg")/*tpa=/skins/newimages/search.jpg*/ center no-repeat;
    position: relative;
    left: -5px;
    top: 0/0;
    top: -2px;
    cursor: pointer;
}

.icase_search_select {
    position: absolute;
    left: 0;
    top: 41px;
    width: 196px;
    border: 1px solid #ccc;
    border-top: 0px;
    background: #FFF;
    display: none;
    z-index: 99999;
}

#isinput, #isbtn {
    margin: 0 0 0 5px;
}

.icases_search_box {
    margin-left: 34px;
}

.icases_search_boxname, .isinput, .isbtn {
    float: left;
}

.isinput {
    position: relative;
}

.icases_search_boxname {
    font-size: 14px;
    color: #323232;
}

.icase_search_select li {
    height: 30px;
    line-height: 30px;
    color: #686868;
    padding-left: 17px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.icase_search_select li:hover {
    background: #eeeeee;
}

.i_team_list {
    margin-top: 35px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr img {
    cursor: pointer;
}

a {
    text-decoration: none;
    display: inline-block;
}

ol, ul, li {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
}

b {
    font-weight: normal;
    display: inline-block;
}

i {
    font-style: normal;
}

.clear {
    clear: both;
}

.displaynone {
    display: none;
}

span {
    display: inline-block;
}

em {
    font-style: normal;
}

/*--------------------------------------------------------------------------------------------------------------------以上是总的样式*/
.num_box {
    width: 1110px;
    margin: 0 auto;
}

/*设计团队*/
.specialteacher_listbox ul li {
    float: left;
    padding: 0 18px;
}

.specialteacher_listbox ul li a {
    display: inline-block;
    width: 107px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.specialteacher_listbox ul li img {
    width: 107px;
    height: 107px;
    border-radius: 50%;
}

.specialteacher_listdivpos {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    bottom: -114px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 4px;
}

.specialteacher_listdivpos2 {
    width: 107px;
    height: 107px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.specialteacher_listdivpos2 p {
    font-size: 14px;
    color: #fff;
    width: 72px;
    height: 26px;
    border: 1px solid #fff;
    line-height: 26px;
    margin: 40px auto 0 auto;
    border-radius: 3px;
}

.specialteacher_listdivpos2 p:hover {
    background: #fff;
    color: #000;
}

.publiccenter_tl {
    line-height: 27px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.publiccenter_tl h1 {
    font-size: 30px;
    padding: 7px 0;
    color: #323232;
    width: 130px;
    border-bottom: 1px solid #000;
}

.publiccenter_tl a {
    position: relative;
    font-size: 13px;
    color: #353535;
    top: 8px;
}

.publiccenter_tl a i {
    margin-left: 5px;
}

.i_team_box {
    width: auto;
    margin: 35px 0 0px 0;
}

.i_team_content {
    width: 1110px;
    margin: 0 auto;
}

.i_team_title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #a3a3a3;
}

.i_team_title .itt_title {
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
    float: left;
}

.i_team_title .itt_more {
    display: inline-block;
    padding: 0 10px;
    float: right;
}

.i_team_title .itt_more a:hover {
    text-decoration: underline;
}

.specialteacher_text {
    text-align: center;
    margin-top: 28px;
}

.specialteacher_text h3 {
    font-size: 14px;
}

.specialteacher_text h3 span {
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 0 15px;
    color: #505050;
}

.specialteacher_text h4 {
    font-weight: normal;
    font-size: 14px;
    color: #505050;
}

.i_team_title .itt_more a {
    font-size: 13px;
    background: url("../newimages/jiant-1.jpg")/*tpa=/skins/newimages/jiant.jpg*/ right center no-repeat;
    padding: 0 15px 0 0;
}

#iquality {
    width: 1110px;
    margin: 0 auto;
}

#iquality_content {
    margin-top: 30px;
}

.construction_top {
    margin-top: 80px;
    text-align: center;
}

.construction h5 {
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}

.construction_con_left {
    width: 310px;
}

.construction_con_center {
    margin: 0 8px;
    width: 256px;
    position: relative;
    height: 362px;
    overflow: hidden;
}

.construction_con_center:hover .construction_name {
    bottom: 0;
    left: 0;
}

.construction_name {
    position: absolute;
    width: 95%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .3);
    font-size: 17px;
    bottom: 0px;
    left: 0;
    color: #fff;
    padding: 0 2.5%;
}

.construction_name b {
    margin-right: 6px;
}

.construction_con_right {
    width: 524px;
}

.construction_con_right span {
    position: relative;
    height: 176px;
    overflow: hidden;
    margin-bottom: 10px;
}

.construction_img {
    position: relative;
    left: 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 6px;
}

.construction_con_center:hover .construction_img {
    position: relative;
    left: -5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.construction_con_right span:hover .construction_img {
    position: relative;
    left: -5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.construction {
    padding-bottom: 60px;
}

.engineering {
    width: 100%;
    height: 520px;
    background: url("../newimages/b_care_bj.png")/*tpa=/skins/newimages/b_care_bj.png*/ top center no-repeat;
}

.engineering_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.engineering_left {
    width: 214px;
    height: 270px;
    border-top: 2px solid #801a75;
    background: #fff;
    text-align: center;
    position: relative;
    transtion: all 0.5s;
    -webkit-transition: all 0.5s;
}

.engineering_left img {
    margin: 28px 0;
    -moz-border-radius: 53px;
    -webkit-border-radius: 53px;
    border-radius: 53px;
}

.engineering_left h5 {
    font-size: 20px;
}

.engineering_left p {
    line-height: 30px;
    color: #646464;
    font-size: 16px;
    margin-top: 6px;
}

/*.engineering_left a{ width: 128px; height: 34px; line-height: 34px; border: 1px solid #801a75; color: #801a75; border-radius: 3px; margin-top: 29px;transition:all .5s;-webkit-transition:all .5s;}*/
.engineering_left:hover {
    color: #fff;
    background: #801a75;
    webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    transform: translate(0px, -2px);
    transtion: all 0.5s;
    -webkit-transition: all 0.5s;
}

.engineering_left:hover p {
    color: #fff;
}

.engineering_left:hover a {
    color: #fff;
}

#design_content {
    width: 1110px;
    margin: 0 auto;
}

.site {
    width: 1110px;
    height: auto;
    margin: 70px auto;
}

.site_top {
    text-align: center;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
}

.site_top i {
    color: #801a75;
}

.site_top b {
    position: relative;
    top: 5px;
}

.txtScroll-top {
    width: 350px;
    overflow: hidden;
    position: relative;
    top: 10px;
    margin: 0 auto;
    height: 32px;
}

.txtScroll-top .bd_news, .kaim {
    float: left;
}

.kaim {
    width: auto;
    color: #8a1b7d;
}

.txtScroll-top .infoList li {
    height: 24px;
    line-height: 21px;
    text-align: right;
}

.txtScroll-top .infoList li .date {
    color: #8a1b7d;
}

.txtScroll-top .infoList li a {
    font-size: 16px;
}

.date {
    font-size: 16px;
}

.date img {
    position: relative;
    top: 3px;
}

.txtScroll-top .infoList li a {
    color: #616161;
}

.table_title {
    background: #8a1b7d;
    color: #fff;
    height: 56px;
    line-height: 56px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}

.table_title li {
    font-size: 16px;
    color: #fff;
    float: left;
    border-left: 1px solid #dbdbdb;
    text-align: center
}

.table_title li:first-child {
    border-left: none;
}

.site_table {
    width: 100%;
    line-height: 45px;
    text-align: center;
    background: #fff;
}

.site_table tr {
    height: 45px;
    line-height: 45px;
}

.site_table tr td {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    color: #595959;
}

.site_table tr td a {
    width: 106px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #949494;
    color: #fff;
    border-radius: 3px;
}

.site_table tr td a:hover {
    background: #100d0c;
}

.hot {
    width: 1120px;
}

.hot_con {
    width: 270px;
    height: 218px;
    position: relative;
    margin: 0px 10px 10px 0;
}

.hot_con p {
    height: 177px;
    width: 100%;
    overflow: hidden;
}

.hot_con p img {
    width: 270px;
    height: 177px;
}

.hot_con_box {
    width: 270px;
    height: 177px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 177px;
    display: none;
}
.hot_cont_link{
    position: absolute;
    display: none;
    padding: 0 15px;
    top: 32%;
    left: 26%;
    color: #fff;
    height: 34px;
    border: 1px solid #fff;
    line-height: 34px;
    border-radius: 2px;
    z-index: 9999;
}
.hot_cont_link:hover {
    background: #fff;
    color: #000;

}


.hot_con:hover .hot_con_box {
    display: inline-block;
}
.hot_con:hover .hot_cont_link {
    display: block;
}

.hot_con h5 {
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    font-weight: normal;
    color: #595959;
    font-size: 14px;
}

.hot_con h5 b {
    color: #000;
}

.hot_con h5 b i {
    color: #595959;
    font-size: 12px;
}

#working_search_index {
    width: 1110px;
    margin: 0 auto;
    background: #000;
    height: 55px;
    line-height: 55px;
}

#working_search_index span {
    float: left;
}

#iqcs_title_index {
    color: #FFF;
    font-size: 16px;
    margin: 0 42px 0 0;
}

#iqcs_title_index b {
    font-size: 20px;
    font-weight: bold;
}

.iqc_s_index {
    font-size: 14px;
    color: #fff;
    padding: 0 27px 0 0;
    display: inline-block;
    position: relative;
}

.iqc_s_index input {
    width: 125px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    padding: 0 5px;
    border-radius: 3px;
}

#iqcs_btn_index {
    width: 129px;
    height: 35px;
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    background: #8a1b7d;
    font-size: 18px;
    color: #FFF;
    margin: 10px 0 0 15px;
}

.i_title_data {
    position: absolute;
    left: 103px;
    top: 45px;
    width: 135px;
    background: #FFF;
    height: 200px;
    overflow-y: auto;
    display: none;
}

.i_title_data h3 {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    z-index: 100;
    cursor: pointer;
}

.i_title_data h3:hover {
    background: #CCC;
}

.sever {
    margin-top: 70px;
    margin-bottom: 50px;
}

.sever h5 {
    text-align: center;
    line-height: 30px;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 40px;
}

.new {
    width: 100%;
    height: 557px;
    background: url("../newimages/index_news_bg.jpg")/*tpa=/skins/newimages/index_news_bg.jpg*/ top center no-repeat;
    margin-top: 50px;
    padding: 10px 0 50px 0;
}

.new_con h5 {
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.new_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.new_left {
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    width: 363px;
}

.new_left_con ul li {
    line-height: 25px;
    cursor: pointer;
}

.new_left_con ul li a {
    font-size: 13px;
    color: #595959;
}

.new_left_con ul li:hover a {
    color: #8a1b7d;
}

.new_left_con {
    padding: 18px 20px;
}
.new_left_con ul {
    height:104px;
}

.adviser {
    margin-top: 15px;
}

.adviser_left {
    background: #efefef;
    width: 551px;
}

.adviser_left_con {
    padding: 18px;
    border-bottom: 1px solid #d7d7d7;
}

.adviser_left_con ul {
    width: 250px;
    margin-left: 15px;
}

.adviser_left_con ul:first-child {
    margin-left: 0;
}

.adviser_left_con ul li {
    line-height: 26px;
    cursor: pointer;
}

.adviser_left_con ul li a {
    font-size: 13px;
    color: #595959;
}

.adviser_left_con ul li:hover a {
    color: #8a1b7d;
}

/*联系我们*/
.us_con_left {
    width: 679px;
    height: auto;
    margin-right: 61px;
}

.us_con_right {
    width: 335px;
    height: auto;
}

.us_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
}

.us_tab1 {
    width: 100%;
    height: auto;
}

.us_tab1 p {
    line-height: 60px;
    color: #5c5c5c;
    font-size: 15px;
    margin-bottom: 20px;
}

.us_tab1 ul li label {
    display: inline-block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    background: #e8e8e8;
    text-align: center;
    color: #414141;
}

.us_tab1 ul li {
    margin-bottom: 16px;
}

.us_tab1 ul li input {
    width: 200px;
    height: 34px;
    border: none;
    background: #f4f4f4;
    margin-right: 29px;
    padding-left: 11px;
}

.us_tab1 ul li label b {
    color: #ff0000;
    margin-right: 4px;
}

.us_tab1 ul li textarea {
    width: 410px;
    height: 60px;
    background: #e8e8e8;
    padding: 20px 10px;
    border: none;
}

.us_but01 {
    width: 84px;
    height: 34px;
    background: #2b2b2b;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border: none;
    margin-right: 10px;
    font-size: 14px;
}

.us_but01:hover {
    background: #000;
}

.us_but02 {
    width: 84px;
    height: 34px;
    background: #717171;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border: none;
    font-size: 14px;
}

.us_but02:hover {
    background: #2b2b2b;
}

.us_con_left_top span {
    padding: 0 28px;
    background: #e8e8e8;
    font-weight: bold;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

.us_con_left_top .us_bg {
    background: url("../newimages/us_bj.png")/*tpa=/skins/newimages/us_bj.png*/ center;
    height: 38px;
    color: #fff;
}

.us_con_right p {
    font-size: 18px;
    margin-bottom: 11px;
}

.us_con_right h5 {
    font-weight: normal;
    font-size: 15px;
    color: #8a1a7c;
    margin-bottom: 20px;
}

.us_con_right h6 b {
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.us_con_right h6 span {
    width: 305px;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 25px;
}

.us_address {
    width: 100%;
    background: url("../newimages/iiii02.png")/*tpa=/skins/newimages/iiii02.png*/ bottom center no-repeat;
    position: relative;
    z-index: 9;
    padding: 0 0 43px 0;
}

.us_address_con {
}

.us_address_tab span {
    margin: 5px 0 5px 18px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 60px;
}

.us_address_tab span:hover {
    background: #fff;
    color: #8a1a7c;
    line-height: 25px;
    border-radius: 15px;
    margin-left: 18px;
    width: 60px;
}

.us_tab {
    background: #fff;
    color: #8a1a7c;
    line-height: 25px;
    border-radius: 15px;
    margin-left: 18px;
    width: 60px;
}

.us_address_box {
    background: #8a1a7c;
}

.us_address_tab {
    border-bottom: 1px dashed #ad299c;
    font-size: 15px;
    color: #fff;
    padding: 30px 0;
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.us_address_tab i {
    font-size: 15px;
    font-weight: bold;
}

.us_address_list {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.us_tab_address {
    display: none;
}

.us_tab_address h5 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-top: 17px;
    margin-bottom: 10px;
}

.us_tab_address h6 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.map_content_box {
    width: 100%;
    height: 410px;
    overflow: hidden;
    margin-top: -11px;
}

.address_map {
    display: none;
    height: 410px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.us_news {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 100px 0;
}

.us_news_left {
    width: 806px;
    height: auto;
    border: 1px solid #ededed;
    background: #FFF;
    padding-bottom: 25px;
}

.us_news_left p {
    width: 100%;
    border-bottom: 1px solid #ededed;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
}

.us_news_left p span {
    width: 150px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

.us_left_color {
    background: #8a1a7c;
    color: #fff;
}

.us_news_left ul li {
    margin: 0 23px;
    border-bottom: 1px dotted #ededed;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
}

.us_news_left ul {
    margin-top: 20px;
}

.us_news_left ul li a {
    width: auto;
    color: #5d5d5d;
    font-size: 13px;
}

.us_news_left ul li a:hover {
    color: #8a1a7c;
}

.news_con {
    width: 1110px;
    height: auto;
    margin: 0 auto 50px;
}

.news_us {
    width: 286px;
    padding-bottom: 20px;
    border: 1px solid #e8e8e8;
    margin-top: 12px;
    background: #FFF;
}

.news_us h5 {
    line-height: 23px;
    font-weight: normal;
    color: #595959;
    text-align: center;
    font-size: 14px;
}

.news_us h5 b {
    font-weight: bold;
    font-size: 14px;
}

.news_us p {
    margin-bottom: 9px;
}

.news_us h6 {
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #e8e8e8;
    margin: 15px auto;
}

.news_us h4 {
    line-height: 20px;
    font-weight: normal;
    color: #595959;
    text-align: center;
    font-size: 14px;
}

.news_con_left {
    width: 806px;
    height: auto;
    border: 1px solid #e8e8e8;
    background: #FFF;
}

.news_con_right {
    width: 286px;
    height: auto;
}

.news_con_left_title p {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
}

.news_con_left_title {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
    margin: 0 45px;
}

.news_con_left_title h5 {
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #8c8c8c;
}

.news_con_left_con {
    border-bottom: 1px dashed #e8e8e8;
    padding: 22px 0px;
    margin: 0 45px;
    word-break: break-all; /*支持IE，chrome，FF不支持*/
    word-wrap: break-word; /*支持IE，chrome，FF*/
}

.news_con_left_con p {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 25px;
}
.news_con_left_con  a,.news_con_left_con  span{
    display:initial!important;
	text-decoration:none!important;
	text-indent:none!important;
}

.news_con_left_con h5 {
    margin-top: 40px;
    line-height: 30px;
    color: #4c4c4c;
}
.news_con_left_con img{
max-width:716px;
}

.hotnew {
    background: url("../newimages/new.jpg")/*tpa=/skins/newimages/new.jpg*/ right center no-repeat;
    padding: 0 30px 0 0;
}

.new_pic_box {
    position: relative;
}
.new_pic_box  a img{ width:363px; height:180px;}

.new_fix_title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #222222;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #FFF;
    padding: 0 0 0 18px;
    width: 345px;
}

.index_new_img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_next a {
    line-height: 50px;
    color: #4c4c4c;
    margin: 0 45px;
    display: inline-block
}

.news_next a:hover {
    color: #8a1b7d;
    text-decoration: underline;
}

.hot_site_top_right {
    width: 284px;
    border: 1px solid #e3e3e3;
    border-top: 5px solid #8a1b7d;
    padding-bottom: 25px;
    background: #FFF;
}

.hot_site_top_right p {
    line-height: 30px;
    color: #801a75;
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
}

.hot_site_top_right h6 {
    line-height: 23px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #595959;
}

.hot_site_top_right h5 {
    text-align: center;
    line-height: 38px;
    height: 38px;
    background: #f4f4f4;
    margin: 6px 17px;
    width: 250px;
}

.hot_site_top_right h5 label {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.hot_site_top_right h5 label img {
    height: 16px;
    position: relative;
    top: 3px;
}

.hot_site_top_input {
    width: 200px;
    border: none;
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
    background: #f4f4f4;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #595959;
}

.hot_site_top_input1 {
    width: 100px;
    border: none;
    padding-left: 10px;
    background: #f4f4f4;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #595959;
}

.hot_site_top_right h6 button {
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #8a1b7d;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}

.fix_box {
    width: 530px;
    height: 240px;
    z-index: 999999;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -261px;
    margin-top: -140px;
    text-align: center;
    display: none;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.fix_box h5 {
    font-size: 40px;
    color: #333333;
    height: 40px;
    line-height: 40px;
}

.fix_box h6 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin: 10px 0;
}

.fix_box h6 b {
    color: #8a1a7c;
    font-size: 16px;
    margin-top: 20px;
}

.fix_box a {
    width: 175px;
    height: 40px;
    line-height: 40px;
    background: #8a1a7c;
    color: #fff;
    border-radius: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.fix_box p {
    font-size: 40px;
    text-align: right !important;
    color: #333333;
    margin: 0 15px 0 0;
    cursor: pointer;
    line-height: 40px;
}

/*品质保障*/
.quality_con {
    width: 100%;
    background: url("../newimages/bj111.png")/*tpa=/skins/newimages/bj111.png*/ no-repeat center;
    position: relative;
    z-index: 99;
    top: -30px;
}

.quality_list {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding-top: 205px;
}

.quality_list span {
    width: 347px;
    height: 325px;
    position: relative;
    margin: 0 10px 42px 13px;
}

.quality_list span img {
    width: 342px;
    height: 214px;
}

.quality_list span b {
    position: absolute;
    right: 2px;
    top: 10px;
    background: url("../newimages/qq22.png")/*tpa=/skins/newimages/qq22.png*/;
    width: 68px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.quality_list span div {
    border: 1px solid #e0e0e0;
    width: 310px;
    margin-top: -3px;
    padding: 22px 15px 38px 15px;
    height: 45px;
    border-bottom: 4px solid #e3e3e3;
    background: #fff;
}

.quality_list span div h5 {
    font-size: 18px;
    color: #3b3b3b;
}

.quality_list span div h6 {
    width: 294px;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 23px;
    font-weight: normal;
}

.guanlito {
    margin: 0 auto;
}

.quality_a {
    width: 161px;
    height: 40px;
    border: 2px solid #252525;
    font-size: 18px;
    color: #252525;
    position: relative;
    margin: 35px auto 80px auto;
    display: block;
    line-height: 40px;
    text-align: center;
}

.quality_a:hover {
    background: #252525;
    color: #fff;
}

/*匠心精神*/
.quality01_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.quality01_list:first-child {
    margin-top: 10px;
}

.quality01_list h5 {
    font-weight: normal;
    font-size: 24px;
    color: #1e1e1e;
    text-align: center;
    margin: 25px auto;
}

.quality01_listlase:first-child h5 {
    margin-bottom: 0;
}

.quality01_listlase:first-child h6 {
    margin: 14px auto 25px auto;
}

.quality01_listlase h5 {
    margin-bottom: 65px;
}

.quality01_list p {
    text-align: center;
}

.quality01_list h6 {
    width: 860px;
    font-weight: normal;
    font-size: 18px;
    color: #4d4d4d;
    text-align: center;
    margin: 25px auto;
    line-height: 30px;
}

.quality01_list {
    margin-top: 70px;
}

.quality01_list_con {
    margin-top: 58px;
}

.peoplename {
    width: 213px;
    height: 415px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.peoplenamebox {
    width: 182px;
    border: 1px solid #e3e3e3;
    border-bottom: 4px solid #e3e3e3;
    margin-top: -4px;
    height: 80px;
    padding: 19px 15px 4px 15px;
    background: #fff;
}

.peoplenamebox h4 {
    line-height: 25px;
    font-size: 16px;
    color: #1e1e1e;
}

.peoplenamebox h3 {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: normal;
    margin-top: 2px;
    width: 180px;
}

.quality01_list_con span div h3 {
    font-weight: normal;
    color: #5d5d5d;
    line-height: 20px;
    font-size: 14px;
}

.quality02_con {
    width: 1110px;
    height: auto;
    margin: 70px auto 0;
}

.quality02_name {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #6f6f6f;
    margin-top: 25px;
}

.quality02_tab_top {
    text-align: center;
    margin: 35px auto 0 auto;
    width: 350px;
}

.quality02_tab_top li {
    float: left;
    cursor: pointer;
    width: 165px;
    height: 40px;
    border: 1px solid #8a1a7c;
    color: #8a1a7c;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.quality02_bj {
    background: url("../newimages/nn09.png")/*tpa=/skins/newimages/nn09.png*/;
    color: #fff !important;
    height: 50px !important;
    border: 1px solid #fff !important;
}

#quality02_tab01_box {
    margin: 30px 0 100px 0;
}

.jiancebox {
    width: 260px;
    border: 1px solid #e3e3e3;
    border-bottom: 4px solid #e3e3e3;
    float: left;
    margin: 10px 7px;
}

.jiancaiboxdi {
    padding: 15px 0 15px 19px;
    border-top: 1px solid #e3e3e3;
    background: #f8f8f8;
}

.jiancaiboxdi h5 {
    font-size: 14px;
}

.jiancaiboxdi h5 b {
    color: #8a1a7c;
    font-weight: bold;
}

.jiancaiboxdi h6 {
    font-size: 13px;
    font-weight: normal;
    margin-top: 6px;
    color: #626262;
    line-height: 20px;
}

.quality02_tab02 {
    margin-left: 15px;
}

.finish_con_list {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.finish_list_con {
    width: 206px;
    height: 405px;
    -webkit-filter: grayscale(1);
    position: relative;
    overflow: hidden;
    margin-left: 20px;
}

.finish_list_con:first-child {
    margin-left: 0;
}

.finish_list_con:hover {
    -webkit-filter: grayscale(0);
}

.finish_list_con_p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 187px;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 20px;
    background: #2a2a2a;
    color: #fff;
    font-size: 17px;
}

.quality01_list .finish_list_con_p {
    text-align: left;
}

.finish_list_con_p b {
    margin: 7px 23px 0 0;
}

.finish_list_con:hover .finish_list_con_p {
    background: #8a1b7d;
}

.finish_con h5 {
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

.finish_name {
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #9c9c9c;
}

.quality01_list-top {
    margin-bottom: 52px;
}

#quality02_tab02_box {
    width: 1110px;
    height: auto;
    margin: 0 auto 100px;
}

.quality02_tab02_list {
    padding: 30px 0 10px;
    border-bottom: 1px dashed #e3e3e3;
}

.quality02_tab02_list p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #404040;
    font-weight: bold;
}

.quality02_tab02_list img {
    margin-right: 60px;
    margin-bottom: 20px;
}

#finish_tab05_box {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

/*紫石工艺*/
.arts_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.arts_left_con {
    width: 308px;
    height: 185px;
    background: url("../newimages/art01.png")/*tpa=/skins/newimages/art01.png*/;
    margin-bottom: 3px;
}

.arts_left_con ul {
    margin: 38px 0 15px 27px;
}

.arts_left_con p {
    font-size: 28px;
    color: #fff;
    width: 256px;
    margin-bottom: 15px;
}

.arts_left_con h5 {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    width: 252px;
    line-height: 25px;
}

.arts_con_left {
    width: 577px;
    height: auto;
}

.arts_left_con1 {
    width: 265px;
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

.arts_left_con_b {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: none;
}

.arts_left_con_b a {
    border-radius: 2px;
    width: 116px;
    height: 34px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -58px;
    text-align: center;
}

.arts_left_con_b a:hover {
    background: #fff;
    color: #292929;
}

.arts_left_con2 {
    position: relative;
    width: 308px;
    height: 185px;
    overflow: hidden;
}

.arts_con_left span:hover .arts_left_con_b {
    display: inline-block;
}

.arts_left_con3 {
    position: relative;
    width: 265px;
    height: 185px;
    overflow: hidden;
}
.arts_left_con3  img{
    position: relative;
    width: 265px;
    height: 185px;
    
}

.arts_center {
    width: 260px;
    height: 373px;
    position: relative;
    overflow: hidden;
    margin: 0 3px;
}

.arts_center:hover .arts_left_con_b {
    display: inline-block;
}

.arts_right {
    width: 266px;
    height: auto;
}

.arts_right span:hover .arts_left_con_b {
    display: inline-block;
}

.arts_left_con4 {
    width: 308px;
    height: 185px;
    background: url("../newimages/art01.png")/*tpa=/skins/newimages/art01.png*/;
    margin-bottom: 3px;
}

.arts_left_con4 ul {
    margin: 38px 0 15px 27px;
}

.arts_left_con4 p {
    font-size: 28px;
    width: 256px;
    margin-bottom: 15px;
    color: #FFF;
}

.arts_left_con4 h5 {
    font-weight: normal;
    font-size: 16px;
    width: 252px;
    color: #FFF;
}

.arts_case {
    width: 100%;
    height: 414px;
    background: url("../newimages/big.jpg")/*tpa=/skins/newimages/big.jpg*/ no-repeat;
    margin: 50px 0;
}

.arts_case_con {
    width: 100%;
    height: 214px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 100px 0;
}

.arts_case_con h1 {
    line-height: 50px;
    font-size: 36px;
    color: #fff;
}

.arts_case_con p {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
}

.arts_case_con a {
    width: 211px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 43px;
    font-size: 24px;
}

.arts_case_con a:hover {
    background: #fff;
    color: #292929;
}

.arts_hot {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}

.qualityh2 h2 {
    font-size: 30px;
    font-weight: normal;
}

.qualityh2 h3 {
    font-size: 18px;
}

.quhot {
    margin-top: 33px;
}

.foot {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    background: #f8f8f8;
}

.foottop {
    width: 1100px;
    margin: 48px auto 37px auto;
}

.foot_con {
    width: 854px;
}

.foot_conimg {
    width: 246px;
}

.foot_ul_line {
    margin-right: 100px;
}

.foot_ul_line h1 {
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
}

.foot_ul_line li {
    line-height: 24px;
    color: #888888;
    cursor: pointer;
    font-size: 13px;
}

.foot_ul_line li a {
    line-height: 24px;
    color: #888888;
    cursor: pointer;
    font-size: 13px;
}

.foot_ul_line li:hover a {
    color: #000;
}

.foot_contact li {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
}

.foot_contact .foot_a {
    margin-top: 14px;
}

.foot_contact li a {
    color: #888;
    margin-right: 20px;
    font-size: 13px;
}

.foot_contact li a:hover {
    text-decoration: underline;
    color: #343434;
}

.foot_a a img {
    position: relative;
    top: 3px;
}

.foot_trad_box {
    border-top: 1px solid #eee;
}

.foot_trad {
    width: 1110px;
    line-height: 50px;
    margin: 0 auto;
}

.foot_trad span {
    font-size: 13px;
    font-weight: bold;
}

.foot_trad a {
    margin-right: 15px;
    color: #595959;
    font-size: 13px;
}

.foot_trad a:hover {
    color: #8a1b7d;
}

.foot_bottom {
    width: 100%;
    height: auto;
    background: #000;
    padding: 20px 0;
    border-top: 2px solid #8a1b7d;
}

.foot_bottom_con {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    color: #fff;
}

.foot_bottom_con p {
    line-height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.qrcode_text {
    height: 35px;
    line-height: 25px;
}

.pcfootimg {
    width: 452px;
    margin: 0 auto;
}

.pcfootimg li {
    margin-right: 15px;
}

.foot_bottom_top {
    width: 100%;
    height: auto;
    background: #282524;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.foot_bottom_top h5 {
    line-height: 25px;
    font-weight: normal;
    color: #c4c4c4;
    font-size: 13px;
}

.foot_bottom_top h5 a {
    color: #bf15ab;
    font-size: 13px;
}

.foot_bottom_top h5 a:hover {
    text-decoration: underline;
}

.foot_bottom_top p {
    font-size: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.fix {
    width: 155px;
    height: 140px;
    background: url("../newimages/fix02.png")/*tpa=/skins/newimages/fix02.png*/ no-repeat center;
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}

.foot_fix {
    width: 100%;
    height: 146px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.foot__fix_con {
    width: 1050px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -525px;
    margin-top: -60px;
}

.foot_fix_left {
    margin-left: 90px;
}

.foot_fix_left p {
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.foot_fix_left p b {
    color: #fff20b;
    font-size: 15px;
}

.foot_fix_left p input {
    width: 212px;
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
    border: none;
    margin: 0 3px 3px 0px;
    font-size: 13px;
    color: #4c4c4c;
}

.foot_fix_right {
    margin-top: 35px;
    margin-left: 5px;
    width: 78px;
    height: 79px;
    background: url("../newimages/fix03.png")/*tpa=/skins/newimages/fix03.png*/;
    cursor: pointer;
}

.foot_fix_right:hover {
    background: url("../newimages/fix04.png")/*tpa=/skins/newimages/fix04.png*/;
}

.foot_ul_line {
    border-right: 1px solid #efefef;
    margin-right: 34px !important;
    padding: 0 34px 0 0;
    height: 125px;
}

.banquan {
    color: #c4c4c4;
}

.banquantwo {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.pcfootimg li {
    float: left;
}

#examples {
    width: 78px;
    border: 1px solid #e5e5e5;
    border-top: none;
    display: none;
    margin: 3px 0 0 -1px;
}

#demo {
    line-height: 20px;
}

.content {
    overflow: auto;
    position: relative;
    background: #fff;
    width: 78px;
    height: 140px;
}

.content li {
    cursor: pointer;
}

.content li a {
    color: #686868;
    font-size: 13px;
    font-family: "宋体";
    margin: 0 0 0 7px;
    font-weight: normal;
}

.content li:hover a {
    color: #8a1b7d;
}

.citydown {
    background: url("../newimages/jt.jpg")/*tpa=/skins/newimages/jt.jpg*/ no-repeat;
    width: 9px;
    height: 5px;
    display: inline-block;
    vertical-align: 1px;
}

.citydownhover {
    background: url("../newimages/cityup.png")/*tpa=/skins/newimages/cityup.png*/ no-repeat;
    width: 9px;
    height: 5px;
    display: inline-block;
    vertical-align: 1px;
}

.advtp .publiccenter_tl {
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    background: #f5f5f5;
}

.advtp .publiccenter_tl h1 {
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    color: #323232;
    border-bottom: 0;
}

.advtp .publiccenter_tl a {
    position: relative;
    font-size: 13px;
    color: #353535;
    top: 0;
}

.advtp .publiccenter_tl a i {
    margin-left: 5px;
}

.advtp .new_fix_title {
    position: absolute;
    left: 0px;
    bottom: 3px;
    background: #222222;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #FFF;
    padding: 0 0 0 18px;
    width: 345px;
}

.advtp .new_left_con {
    background: #f8f8f8;
}

.new_con .icat_title1 h2, .new_con .icat_title1 h3 {
    color: #fff;
}

.makbjcla {
    background: url("../newimages/mak.jpg")/*tpa=/skins/newimages/mak.jpg*/ repeat;
}

/*弹窗部分*/
.box_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url("../images/box_bg.png")/*tpa=/skins/images/box_bg.png*/ repeat;
    left: 0px;
    top: 0px;
    display: none;
}

.box_content {
    position: fixed;
    width: 800px;
    height: 517px;
    top: 50%;
    left: 50%;
    z-index: 999999999;
    background: #FFF;
    padding: 20px;
    margin-left: -400px;
    margin-top: -258px;
    display: none;
}

.box_close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#myaddress_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url("../images/box_bg.png")/*tpa=/skins/images/box_bg.png*/ repeat;
    left: 0px;
    top: 0px;
    display: none;
}

#myaddress {
    position: fixed;
    width: 697px;
    height: 550px;
    top: 50%;
    left: 50%;
    z-index: 999999999;
    background: #FFF;
    padding: 32px;
    margin-left: -400px;
    margin-top: -258px;
    display: none;
}

.message_content {
    padding: 519px 0 0 0;
}

.message_bg {
    background: #FFF;
    position: relative;
    top: -4px;
}

.message_c {
    width: 1200px;
    margin: 0 auto;
}

#message_left {
    float: left;
    width: 800px;
    padding: 0 0 30px 0;
    position: relative;
}

#mf_title {
    padding: 45px 0;
}

#mf_title h2 {
    font-weight: normal;
    font-size: 18px;
}

#mf_title h2 span {
    font-size: 18px;
    font-weight: bold;
}

#mf_title h3 {
    font-weight: normal;
    font-size: 18px;
    color: #b7b7b7;
}

#mf_form h2 {
    width: 350px;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 10px;
}

#mf_form h2 span {
    font-size: 13px;
    font-weight: normal;
    color: #626262;
    float: left;
}

/*#mf_form h2 input{ height:22px; line-height:22px; padding:5px; border:0px; float:right; width:230px; background:#e8e8e8 url(../images/mfinput_bg.png) right bottom no-repeat; color:#000; }
#mf_form h2 input:hover{ background:#ab8448 url(../images/mfinput_hover.png) right bottom no-repeat;color:#FFF;}*/
#mf_form h2 input {
    height: 22px;
    line-height: 22px;
    padding: 5px;
    border: 0px;
    float: right;
    width: 230px;
    background-color: #e8e8e8;
    color: #000;
    color: #666666;
    font-size: 12px;
}

#mf_form h2 input:hover {
    background-color: #7d1c74;
    color: #FFF;
}

#m_need {
    background-image: url("../images/mfinput_bg.png")/*tpa=/skins/images/mfinput_bg.png*/;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #666666;
}

#div_select:hover input {
    background-image: url("../images/mfinput_hover.png")/*tpa=/skins/images/mfinput_hover.png*/;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ab8448;
    color: #FFF;
}

#div_select {
    width: 350px;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 10px;
    position: relative;
}

#div_select {
    width: 350px;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 10px;
}

#div_select span {
    font-size: 13px;
    font-weight: normal;
    color: #626262;
    float: left;
}

#div_select input {
    height: 22px;
    line-height: 22px;
    padding: 5px;
    border: 0px;
    float: right;
    width: 230px;
    background-color: #e8e8e8;
    color: #000;
}

#div_select:hover input {
}

#select_option {
    position: absolute;
    width: 240px;
    padding: 20px 0;
    height: 60px;
    background-color: #7d1c74;
    left: 120px;
    top: 42px;
    display: none;
}

.option_div {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    padding: 0 0 0 20px;
}

.option_div:hover {
    background: #D2AA6D;
}

#mf_form h3 {
    width: 520px;
    padding: 10px;
}

#mf_form h3 span {
    font-size: 13px;
    font-weight: normal;
    color: #626262;
    float: left;
}

#mf_content {
    float: right;
    width: 390px;
    height: 100px;
    background: #e8e8e8 url("../images/mfinput_bg.png")/*tpa=/skins/images/mfinput_bg.png*/ right bottom no-repeat;
    color: #000;
    border: 0px;
    padding: 10px;
    color: #666666;
}

#mf_content:hover {
    background: #7d1c74 url("../images/mfinput_hover.png")/*tpa=/skins/images/mfinput_hover.png*/ right bottom no-repeat;
    color: #FFF;
}

.mf_s {
    height: 32px;
    width: 87px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    border: 0px;
    cursor: pointer;
}

#mf_sub {
    padding: 30px 0;
}

#mf_btn {
    background: #555555;
    margin: 0 15px 0 120px;
}

#mf_reset {
    background: #919191;
}

.message_icon {
    width: 48px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

#message_right {
    float: right;
    width: 306px;
}

.hot_site_top_right h5 button {
    width: 265px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #8a1b7d;
    color: #fff;
}

.widow_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 999;
    display: none;
    left: 0px;
    top: 0px;
}

.window_box {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 498px;
    height: 380px;
    margin: -190px 0 0 -249px;
    z-index: 999999;
    background: #FFF;
    border-top: 5px solid #801a75;
    display: none;
}

.window_img {
    text-align: center;
    margin: -27px 0 0 0;
}

.window_title {
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
}

.window_title .title_z {
    color: #801a75;
    font-size: 24px;
}

.window_title .title_t {
    color: #000;
    font-size: 24px;
}

.window_desc {
    text-align: center;
    font-size: 16px;
    color: #545454;
    margin: 4px 0 16px 0;
}

.window_step {
    text-align: center;
}

.window_form {
    width: 400px;
    margin: 22px auto;
}

.input_box {
    height: 45px;
    line-height: 45px;
    width: 350px;
    margin: 8px 0;
    padding-left: 50px;
}

#input_box_name {
    background: #f4f4f4 url("../newimages/name_bg.png")/*tpa=/skins/newimages/name_bg.png*/ 20px center no-repeat;
}

#input_box_tel {
    background: #f4f4f4 url("../newimages/tel_bg.png")/*tpa=/skins/newimages/tel_bg.png*/ 20px center no-repeat;
}

.input_box input {
    width: 100%;
    border: 0px;
    background: #f4f4f4;
}

.input_box_btn a {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #FFF;
    background: #801a75;
    text-align: center;
}

.detk {
    display: none;
}

#design_list_index ul li {
    float: left;
    width: 206px;
    height: 332px;
    text-align: left;
    margin: 0 15px 0px 0px;
    position: relative;
    background: #fff;
    position: relative;
    transtion: all 0.5s;
    -webkit-transition: all 0.5s;
}

#design_list_index ul li:hover {
    webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    transform: translate(0px, -2px);
    transtion: all 0.5s;
    -webkit-transition: all 0.5s;
}

#design_list_index ul li h2 {
    width: 206px;
    height: 263px;
    overflow: hidden;
    position: relative;
}

#design_list_index ul li h2 a {
    width: 206px;
    height: 263px;
    overflow: hidden;
    position: relative;
}

#design_list_index ul li h2 img {
    width: 206px;
    height: 263px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.design_list_text_index {
    /*border: 1px solid #e3e3e3;*/
    border-top: 0px;
    padding: 13px;
}

#design_list_index ul li {
    position: relative;
}

#design_list_index ul li h3 {
    font-size: 13px;
    color: #232323;
}

#design_list_index ul li h4 {
    margin: 5px 0 0 0;
}

#design_list_index ul li h4 span {
    font-weight: normal;
    font-size: 13px;
    color: #656565;
    padding: 0 3px 0 0;
}

#design_list_index ul li:hover .team_div_index {
    display: block;
}

#design_list_index ul li:hover .team_div_link {
    display: block;
}

.team_div_index {
    display: none;
    text-align: center;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=50);
    width: 206px;
    height: 263px;
}

.team_div_link {
    position: absolute;
    left: 60px;
    top: 120px;
    display: none;
    height: 25px;
    line-height: 23px;
    padding: 0 12px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.team_div_link:hover {
    background: white;
    color: #545454;
}

.matop5 {
    margin-top: 5px;
}

.foot_fixbj {
    background: #000;
    opacity: 0.78;
    filter: alpha(opacity=78);
    width: 100%;
    height: 146px;
    position: relative;
}

.empty_font {
    position:relative;
	left:50%;
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-align: left;
    padding-left: 100px;
    min-height: 75px;
    position: relative;
    margin:40px 0 90px -150px;
}
.empty_font i.icon {
    width: 85px;
    height: 73px;
    background: url("../newimages/search_empty.jpg")/*tpa=/skins/newimages/search_empty.jpg*/ no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
}
.empty_font h6 {
    font-size: 18px;
    color: #666;
    line-height: 1em;
    margin-top: -3px;
    line-height: 1.3;
    padding-top: 7px;
    font-weight: normal;
}
.empty_font a {
    color: #bf15ab;
    text-decoration: underline;
}