@charset "utf-8";
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --ty-color:#0cb46a;
}
html,
body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    color: #333;
}

body,
input,
button,
select {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 14px;
    background: #fff;
}

a {
    text-decoration: none;
    outline: 0 none;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul,
li,
table,
tbody {
    margin: 0;
    padding: 0;
    list-style: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

select::-ms-expand {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
    -webkit-appearance: none;
    appearance: none;
    font-family: '微软雅黑';
    border-radius: 0;
    outline: none;
    border: 0;
}

select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.ff0 {
    font-family: 'arial';
}

.ff1 {
    font-family: '微软雅黑';
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs48 {
    font-size: 48px;
}

.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #020207;
}

.colorOrange {
    color: var(--ty-color);
}

.colorDarkGray {
    color: #333;
}

.colorGray {
    color: #666;
}

.colorLightGray {
    color: #999;
}

.colorRed {
    color: #e6081f;
}

.colorGreen {
    color: #90be20;
}

.colorBlue {
    color: #4395ff;
}

.color222 {
    color: #222;
}

.textl {
    text-align: left;
}

.textr {
    text-align: right;
}

.textc {
    text-align: center;
}

.textj {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.fontw {
    font-weight: bold;
}

.fontn {
    font-style: normal;
    font-weight: normal;
}

.fontd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fontd2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fontd3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.backWhite {
    background-color: #fff !important;
}

.backBlack {
    background-color: #020207 !important;
}

.backGray {
    background-color: #f7f7f7 !important;
}

.backGray1 {
    background-color: #dbdbdb !important;
}

.backOrange {
    background-color: var(--ty-color) !important;
}

.backGreen {
    background-color: #90be20 !important;
}

.backTm {
    background-color: transparent !important;
}

.backe7e {
    background-color: #f7f7f7 !important;
}

.bordern {
    border: none;
}

.borderLn {
    border-left: none;
}

.borderRn {
    border-right: none;
}

.borderTn {
    border-top: none;
}

.borderBn {
    border-bottom: none;
}

.borderGray {
    border: 1px solid #dbdbdb;
}

.borderOrange {
    border: 1px solid #f08300;
}

.borderWhite {
    border: 1px solid #fff;
}

.borderGreen {
    border: 1px solid #90be20;
}

.borderCcc {
    border: 1px solid #ccc;
}

.borderr4 {
    border-radius: 4px;
}

.borderr6 {
    border-radius: 6px;
}

.borderr8 {
    border-radius: 8px;
}

.borderr50_ {
    border-radius: 50%;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.ovh {
    overflow: hidden;
}

.ova {
    overflow: auto;
}

.ovv {
    overflow: visible;
}

.block {
    display: block;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.fm {
    margin: 0 auto;
}

.width100_ {
    width: 100%;
}

.width50_ {
    width: 50%;
}

.width1200 {
    width: 1200px;
}

.width1200m {
    min-width: 1200px;
}

.width868 {
    width: 868px;
}

.width594 {
    width: 594px;
}

.width392 {
    width: 392px;
}

.width320 {
    width: 320px;
}

.width291 {
    width: 291px;
}

.width251 {
    width: 251px;
}

.height100_ {
    height: 100%;
}

.mr12 {
    margin-right: 12px;
}

.ml12 {
    margin-left: 12px;
}

.mt12 {
    margin-top: 12px;
}

.mb12 {
    margin-bottom: 12px;
}

.mr6 {
    margin-right: 6px;
}

.ml6 {
    margin-left: 6px;
}

.mt6 {
    margin-top: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.cup {
    cursor: pointer;
}

.o0 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.o1 {
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.o2 {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.o3 {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.o4 {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.o5 {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.o6 {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.o7 {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.o8 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.o9 {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.o10 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner {
    min-width: 1200px;
    position: relative;
    height: 450px;
}

.banner ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner ul li h2 {
    display: none;
}

.banner .Number {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    bottom: 28px;
}

.banner .Number span {
    overflow: hidden;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background: #333;
    display: inline-block;
    height: 2px;
    width: 20px;
    margin: 0 5px;
}

.banner .Number span.hover {
    background-color: #fff !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 30px;
}

.slider {
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    background-color: #fff !important;
    text-align: center;
    height: 500px;
}

.slider .bd {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: 600px;
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.slider .bd li img.bdImg {
    display: block;
    width: 1200px;
    height: 500px;
}

.slider .tempWrap {
    overflow: visible !important;
}

.slider .tempWrap ul {
    margin-left: -1200px !important;
}

.slider .hd {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 1;
    height: 2px;
    bottom: 8px;
}

.slider .hd li {
    overflow: hidden;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 2px;
    line-height: 99px;
    background: #333;
    margin: 0 3px;
}

.slider .hd li.on {
    background-color: #fff !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 30px;
}

.slider .pnBtn {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 500px;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: #000;
}

.select {
    position: relative;
    display: block;
    float: left;
    z-index: 10;
}

.select a {
    display: block;
    text-align: center;
    cursor: pointer;
}

.select ul {
    display: block;
    text-align: center;
    display: none;
}

.select ul li {
    width: 100%;
    cursor: pointer;
}

.error {
    color: #e6081f;
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 12px;
    height: 14px;
    line-height: 14px;
}

/*选择城市*/
.fixeCenter {
    position: relative;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 24px;
    top: 30%;
    min-height: 20px;
}

.fixeCityHead {
    margin: 0 auto;
    height: 81px;
    border-bottom: 1px solid #d9d9d9;
    width: 550px;
    line-height: 24px;
    padding-top: 36px;
}

.fixeCityHead h2 {
    float: left;
    font-size: 24px;
}

.fixeCityHead p {
    float: right;
    color: #999;
    margin-right: 10px;
}

.fixeCityHead p a {
    margin-left: 10px;
    color: #555;
}

.fixeCityHead p a:hover {
    color: #ec6c00;
}

.fixeCityList {
    display: block;
    margin: 22px 0;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    padding-bottom: 28px;
}

.fixeCityList li {
    position: relative;
    padding-left: 30px;
    line-height: 39px;
    overflow: hidden;
}

.fixeCityList li b {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-family: 'arial';
    left: 0;
    width: 14px;
    text-align: center;
    color: #888;
}

.fixeCityList li a {
    display: inline-block;
    color: #555;
    margin-right: 14px;
}

.fixeCityList li a:hover {
    color: #ec6c00;
}

.head {
    position: relative;
    height: 70px;
}

.head .headTop {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    top: 0;
    z-index: 12;
}

.head .headTop .headCity {
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 26px;
}

.head .headTop .headCity img {
    vertical-align: -3px;
}

.head .headTop .headCity span i {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    margin-left: 5px;
}

.head .headTop .headCity .fixeCenter {
    position: absolute;
    border: none;
    overflow: hidden;
    display: none;
    min-height: 0;
    left: 0;
    top: 40px;
    background: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.head .headTop .headCity .fixeCenter .fixeCityList {
    padding-bottom: 0;
}

.head .headTop .headLog {
    float: right;
    font-size: 12px;
    color: #aaa;
    margin-right: 29px;
}

.head .headTop .headLog span {
    margin-right: 10px;
}

.head .headTop .headLog a {
    color: #555;
}

.head .headTop .headLog a + img {
    margin: 0 2px;
    vertical-align: 0.5px;
}

.head .headTop .headadve {
    float: right;
}

.head .headTop .headadve a {
    display: block;
    float: left;
    height: 24px;
    margin: 8px 7px 0;
}

.head .headTop .headadve a img {
    height: 100%;
    vertical-align: top;
}

.head .headNav {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    height: 70px;
    /*top: 40px;*/
    z-index: 999;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.head .headNav .width1200 {
    height: 70px;
}

.head .headNav .logo {
    float: left;
    margin-top: 13px;
}

.head .headNav .nav {
    position: relative;
    float: right;
}

.head .headNav .nav ul {
    display: block;
    float: left;
}

.head .headNav .nav ul li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 70px;
    width: 115px;
    text-align: center;
}

.head .headNav .nav ul li a {
    display: block;
    color: #333;
}

.head .headNav .nav ul li a:hover {
    /*color: var(--ty-color);*/
    color: var(--ty-color);
}

.head .headNav .nav ul li a img.navIcon {
    vertical-align: 3px;
    margin-left: 6px;
}

.head .headNav .nav ul li a img.navDidi {
    position: absolute;
    top: 6px;
    left: -10px;
}

.head .headNav .nav ul li a img.navNew {
    position: absolute;
    top: 2px;
    left: -3px;
}

.head .headNav .nav ul li a img.hot {
    position: absolute;
    top: 22px;
    right: -3px;
}

.head .headNav .nav ul .headHotLine {
    margin-right: 0;
    padding-top: 20px;
}

.head .headNav .nav ul .headHotLine a {
    display: block;
    width: 106px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    color: #000;
    text-indent: 32px;
    background: url(../images/tel1.png) no-repeat 10px center #fafafa;
    font-size: 14px;
}

.head .headNav .nav ul .headHotLine a:hover {
    background-image: url(../images/tel_hover.png);
    /*color: var(--ty-color);*/
    color: var(--ty-color);
}

.head .headNav .nav .hotLinePop {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    width: 181px;
    height: 88px;
    padding-top: 20px;
    background: url(../images/hotline_bg.png) no-repeat top center;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.head .headNav .nav .hotLinePop a {
    font: normal normal 20px/1.3 PingFang, 'Microsoft YaHei', arial, sans-serif;
    color: #000;
}

.head .headNav .navCode {
    float: right;
    width: 80px;
    padding-top: 30px;
    margin-right: 13px;
}

.head .headNav .navCode a {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 26px;
    height: 24px;
    margin-left: 14px;
}

.head .headNav .navCode a div {
    position: absolute;
    display: none;
    text-align: center;
    top: 25px;
    left: 0;
    z-index: 10;
    width: 147px;
    height: 175px;
    line-height: 16px;
    background: url(../images/code_bg.png) no-repeat center center;
}

.head .headNav .navCode a div.navApp {
    left: -60px;
}

.head .headNav .navCode a div.navWeixin {
    left: -62px;
    letter-spacing: 1px;
}

.head .headNav .navCode a div .navMa {
    margin-top: 39px;
}

.head .headNav .navCode a div i {
    font-style: normal;
    font-weight: normal;
    /*color: var(--ty-color);*/
    color: var(--ty-color);
}

.head .headNav .navCode a:hover div {
    display: block;
}

.head .headNav .navHover {
    width: 100%;
    background-color: #fff !important;
    display: none;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.head .headNav .navHover ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head .headNav .navHover ul.navZxgd {
    padding-left: 475px;
}

.head .headNav .navHover ul.navZxgd li {
    padding-top: 20px;
}

.head .headNav .navHover ul.navZxgd li img.navHoverImg {
    top: 26px;
}

.head .headNav .navHover ul.navZxgd li p {
    position: relative;
}

.head .headNav .navHover ul.navZxgd li .new {
    position: absolute;
    top: -18px;
    left: -10px;
    margin: 0;
}

.head .headNav .navHover ul.navZxtt {
    padding-left: 320px;
}

.head .headNav .navHover ul.navZxfw {
    padding-left: 460px;
}

.head .headNav .navHover ul.navZxfw li:nth-child(4) .navHoverImg {
    display: none;
}

.head .headNav .navHover ul.navZxfw li:nth-child(5) {
    display: none;
}

.head .headNav .navHover ul li {
    position: relative;
    float: left;
    padding: 24px 30px 0;
    /*width: 217px;*/
    height: 104px;
    margin-right: 3px;
    border-top: 3px solid transparent;
}

.head .headNav .navHover ul li:hover {
    border-color: #f08300;
}

.head .headNav .navHover ul li a {
    display: block;
    margin: 0 auto;
}

.head .headNav .navHover ul li a img {
    float: left;
    display: block;
    margin-right: 9px;
}

.head .headNav .navHover ul li a.navZxgd_1 img {
    margin-top: 11px;
}

.head .headNav .navHover ul li a.navZxgd_2 img {
    margin-top: 16px;
}

.head .headNav .navHover ul li a.navZxgd_3 img {
    margin-top: 16px;
}

.head .headNav .navHover ul li a.navZxtt_1 img {
    margin-top: 1px;
}

.head .headNav .navHover ul li a.navZxtt_2 img {
    margin-top: 3px;
}

.head .headNav .navHover ul li a.navZxtt_3 img {
    margin-top: 4px;
}

.head .headNav .navHover ul li a.navZxtt_4 img {
    margin-top: 3px;
}

.head .headNav .navHover ul li a.navZxfw_1 img {
    margin-top: 10px;
}

.head .headNav .navHover ul li a.navZxfw_2 img {
    margin-top: 4px;
}

.head .headNav .navHover ul li a.navZxfw_3 img {
    margin-top: 10px;
}

.head .headNav .navHover ul li a p {
    float: left;
    color: #333;
    line-height: 20px;
}

.head .headNav .navHover ul li a p span {
    display: block;
    color: #888;
}

.head .headNav .navHover ul li img.navHoverImg {
    position: absolute;
    right: -3px;
    top: 23px;
}

/*2018-08-29 装修学院*/
.icoNavXy {
    display: inline-block;
    background: url("../images/nav_college.png") no-repeat;
}

.icoNavXy_1 {
    width: 26px;
    height: 30px;
    background-position: 0 0;
}

.icoNavXy_2 {
    width: 28px;
    height: 28px;
    background-position: -100px 0;
}

.icoNavXy_3 {
    width: 36px;
    height: 30px;
    background-position: -200px 0;
}

.icoNavXy_4 {
    width: 36px;
    height: 34px;
    background-position: -300px 0;
}

.icoNavXy_5 {
    width: 30px;
    height: 26px;
    background-position: -400px 0;
}

.icoNavXy_6 {
    width: 28px;
    height: 28px;
    background-position: -500px 0;
}

.head .headNav .navHover ul.navZxxy {
    padding-left: 444px;
}

.head .headNav .navHover ul.navZxxy li {
    margin: 0;
    padding: 0;
    width: 126px;
    text-align: center;
    background: url("../images/nav_2.png") no-repeat right center;
    overflow: hidden;
}

.head .headNav .navHover .navZxxy li a {
    color: #333;
    margin-left: -4px;
}

.head .headNav .navHover ul.navZxxy li.last {
    background: none;
}

.headNav ul.navZxxy li span {
    display: block;
    margin: 18px 0 10px;
    height: 34px;
    line-height: 34px;
}

.headNav ul.navZxxy li i {
    vertical-align: middle;
}

.footer {
    overflow: hidden;
    height: 297px;
    background: url(../images/footer.jpg) no-repeat center / 100% 100%;
}

.footer .width1200 {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    height: 238px;
    border-bottom: 1px solid #424242;
}

.footer .fl {
    width: 830px;
    padding-left: 15px;
}

.footer .fl ul {
    overflow: hidden;
    padding: 10px 0 25px 1px;
}

.footer .fl ul li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-right: 36px;
}

.footer .fl ul li a {
    color: #fff;
}

.footer .fl ul li a:hover {
    /*color: var(--ty-color);*/
    color: var(--ty-color);
}

.footer .fl .tel {
    color: #fff;
    font-size: 30px;
    font-family: 'arial';
    height: 34px;
    line-height: 36px;
    background: url(../images/footer_1.png) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 12px;
}

.footer .fl p {
    font-size: 12px;
    color: #939392;
    line-height: 20px;
}

.footer .fr span {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 105px;
    margin-left: 17px;
}

.footer .fr span img {
    vertical-align: 0;
    margin-bottom: 10px;
    width: 105px;
}

.footer .fr span i {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #939392;
}

.footer strong {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #939392;
    line-height: 59px;
}

.pagePosition {
    width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

.pagePosition,
.pagePosition a {
    color: #666;
}

.pagePosition a.home {
    color: #020207;
}

.pagePosition a:hover {
    text-decoration: underline;
}

.pagePosition i {
    font-style: normal;
    font-weight: normal;
    margin: 0 5px;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 5px 22px;
}

.crumbs a {
    color: #555;
    margin-right: 6px;
}

.crumbs span {
    color: #999;
    margin-right: 6px;
}

.Paging {
    height: 60px;
    padding-top: 10px;
}

.Paging p {
    float: left;
    color: #999;
    line-height: 40px;
    padding: 0 10px 0 4px;
}

.Paging ul {
    float: right;
    width: auto !important;
}

.Paging li {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.Paging li:last-child {
    margin-right: 0 !important;
}

.Paging li.paging_gd {
    border: none;
}

.Paging li.paging_prev,
.Paging li.paging_next {
    width: 60px;
}

.Paging li.Paging_total {
    border: none;
    width: auto;
}

.Paging li.paging_Jump {
    border: none;
    width: auto;
}

.Paging li.paging_Jump span {
    padding: 0 10px;
}

.Paging li.paging_Jump input.paging_text {
    color: #555;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.Paging li.paging_Jump input.paging_url {
    color: #555;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.Paging li a {
    display: block;
    color: #555;
    background: #f3f3f3;
}

.Paging li a:hover,
.Paging li a.hover,
.paging li .hover,
.Paging li.paging_Jump input.paging_url:hover {
    background: #d7d7d7;
}

.starWordPl {
    position: relative;
    float: right;
    width: 1140px;
}

.starWordPl textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    height: 78px;
    padding: 12px 102px 12px 26px;
    margin-bottom: 38px;
    resize: none;
}

.starWordPl .starPlClick {
    position: absolute;
    display: block;
    border: none;
    border-radius: 6px;
    /*background-color: var(--ty-color) !important;*/
    background-color:var(--ty-color) !important;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: 36px;
    top: 35px;
    right: 10px;
}

.starWordPl .starPingHr {
    display: block;
    width: 100%;
    border: none;
    background-color: #dbdbdb !important;
    height: 2px;
}

.Ad {
    float: left;
    width: 320px;
    overflow: hidden;
}

.Ad .Di {
    width: 100%;
    background-color: #f7f7f7 !important;
    height: 460px;
    padding-top: 32px;
    margin-bottom: 24px;
}

.Ad .Di img {
    display: block;
    margin: 0 auto;
    width: 61px;
    height: 50px;
    margin-bottom: 14px;
}

.Ad .Di h6 {
    display: block;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    margin-bottom: 6px;
    color: var(--ty-color);
    line-height: 26px;
}

.Ad .Di span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    margin-bottom: 42px;
}

.Ad .Di input {
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    padding: 0 16px;
    border: 1px solid #999;
    width: 230px;
    height: 40px;
    line-height: 38px;
}

.Ad .Di input.addressDiClick {
    border: 1px solid #f08300;
    background-color: var(--ty-color) !important;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.Ad .Di a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    width: 80px;
}

.Ad .AdHr {
    display: block;
    border: 1px solid #dbdbdb;
    border-style: dotted;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    height: 1px;
    margin-bottom: 50px;
}

.AdBaojia {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7 !important;
    margin-bottom: 12px;
    height: 388px;
}

.AdBaojia h2.bannerAboutTextH2_1 {
    letter-spacing: 2px;
}

.AdBaojia p,
.AdBaojia input {
    width: 260px;
}

.Ad .AdImg {
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

.Ad .AdImg img {
    display: block;
    float: left;
    width: 100%;
}

.AdNews {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

.AdNews h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #f08300;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 6px;
    line-height: 30px;
}

.AdNews li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    width: 96%;
}

.AdNews li a {
    color: #666;
}

.AdNews li a:hover {
    color: var(--ty-color);
}

.AdNews p {
    text-align: justify;
    text-justify: distribute-all-lines;
    line-height: 22px;
    padding: 6px 0;
}

.AdLabel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

.AdLabel h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #f08300;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 6px;
    line-height: 30px;
}

.AdLabel a {
    color: #020207;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 72px;
    height: 26px;
    line-height: 26px;
    background: #e8e8ef;
    padding: 0 3px;
    margin: 0 8px 8px 0;
}

.AdLabel a:hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.bannerAbout {
    position: absolute;
    width: 251px;
    background: rgba(255, 255, 255, 0.85);
    display: none;
    z-index: 8;
    height: 400px;
    top: 28px;
}

.bannerAboutTab {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.bannerAboutTab a {
    width: 50%;
    display: block;
    height: 100%;
    float: left;
    text-align: center;
    color: #666;
    cursor: pointer;
    background: rgba(219, 219, 219, 0.85);
}

.bannerAboutTab a:hover {
    background: rgba(255, 255, 255, 0.85);
}

.bannerAboutTab a.hover {
    background: 0;
}

.bannerAboutText {
    padding: 30px 10px 0;
}

.bannerAboutText h2 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    color: #54586e;
    width: 209px;
}

.bannerAboutText h2.bannerAboutTextH2_1 {
    font-size: 20px;
    overflow: hidden;
    height: 38px;
    line-height: 20px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    background: url(../images/bannertab.png) no-repeat left 0, url(../img/head/bannertab.png) no-repeat right -38px;
}

.bannerAboutText h2.bannerAboutTextH2_2 {
    font-size: 18px;
    overflow: hidden;
    height: 21px;
    line-height: 21px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    background: url(../images/bannertab.png) no-repeat left -76px, url(../img/head/bannertab.png) no-repeat right -97px;
}

.bannerAboutText h2 span {
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
}

.bannerAboutText strong {
    text-align: center;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    color: #54586e;
    margin-bottom: 24px;
}

.bannerAboutText strong em {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    color: var(--ty-color);
    margin-left: 6px;
    margin-right: 6px;
    font-family: 'arial';
}

.bannerAboutText span.bannerAboutTextH2_span {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #999;
    margin-bottom: 24px;
}

.bannerAboutText span.bannerAboutTextH2_span em {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    margin: 0 2px;
}

.bannerAboutText p {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.bannerAboutText p i {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    color: #999;
    line-height: 34px;
    top: 0;
    right: 16px;
}

.bannerAboutText input {
    width: 100%;
    border: 1px solid #dbdbdb;
    margin: 0 auto;
    margin-bottom: 12px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0);
    width: 260px;
}

.bannerAboutText input.bannerAboutClick {
    border: none;
    background-color: var(--ty-color) !important;
    color: #fff;
    height: 34px;
    margin-bottom: 14px;
    width: 260px;
}

.starWord {
    overflow: hidden;
    width: 100%;
}

.starWord .countComment,
.starWord h5 {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    background-color: #f7f7f7 !important;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    margin-bottom: 24px;
}

.starWordList {
    overflow: hidden;
    width: 100%;
}

.starWordList li {
    margin-bottom: 12px;
    overflow: hidden;
}

.starWordList li i {
    float: left;
    display: block;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.starWordList li i img {
    float: left;
    width: 100%;
    height: 100%;
}

.starWordList li .starWordText {
    position: relative;
    float: right;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 1140px;
}

.starWordList li .starWordText h6,
.starWordList li .starWordText .commentator {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    line-height: 16px;
    margin: 4px 0 8px 0;
}

.starWordList li .starWordText h6 span,
.starWordList li .starWordText .commentator span {
    color: #999;
    margin-left: 10px;
}

.starWordList li .starWordLiuyan {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.starWordList li .starWordLiuyan p {
    width: 100%;
    line-height: 24px;
    padding-right: 185px;
}

.starWordList li .starWordLiuyan b {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    line-height: 24px;
    top: 0;
    right: 14px;
}

.starWordList li .starWordLiuyan b a {
    display: block;
    float: left;
    color: #999;
    cursor: pointer;
    margin-left: 24px;
}

.starWordList li .starWordLiuyan b a.starNum {
    background: url(../images/zan1.png) no-repeat left 2px;
    padding-left: 21px;
}

.starWordList li .starWordLiuyan b a.starNum:hover,
.star .starWordList li .starWordLiuyan b a.starNum.hover {
    background: url(../images/zan2.png) no-repeat left 2px;
}

.starWordList li .starWordLiuyan b a.starClick {
    background: url(../images/ping.png) no-repeat left 4px;
    padding-left: 21px;
}

.starWordList li .starWordHuifu {
    overflow: hidden;
    background-color: #f7f7f7 !important;
    padding: 10px 5px 0;
    margin-bottom: 14px;
}

.starWordList li .starWordHuifu p {
    line-height: 22px;
    margin-bottom: 10px;
}

.starWordList li .starWordHuifu p span {
    color: #666;
    font-style: normal;
    font-weight: normal;
    margin-right: 6px;
}

.cityTab {
    margin: 0 auto;
    width: 1200px;
    background-color: #f7f7f7 !important;
    padding: 14px 20px;
    margin-top: 30px;
    margin-bottom: 24px;
    min-height: 184px;
}

.cityTab li {
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 22px;
    padding-top: 8px;
}

.cityTab li.last {
    border: none;
}

.cityTab li p {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    display: block;
    margin-right: 35px;
    width: 30px;
}

.cityTab li p b {
    font-size: 14px;
}

.cityTab li .cityTabDiv {
    float: left;
    width: 1095px;
}

.cityTab li .cityTabDiv input {
    display: none;
}

.cityTab li .cityTabDiv label,
.cityTab li .cityTabDiv a {
    display: block;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    margin-right: 12px;
    cursor: pointer;
    padding: 0 5px;
    margin-bottom: 8px;
    color: #333;
}

.cityTab li .cityTabDiv label.hover,
.cityTab li .cityTabDiv a.hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.nothing {
    font-size: 22px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #666;
    line-height: 300px;
    background: #fbfbfb;
}

.indexZnList ul {
    height: 240px;
    overflow: hidden;
}

@media screen and (min-width: 1920px) and (max-width: 10000px) {
    .videoHead {
        background-size: 100% !important;
    }
}

.div_scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    float: left;
}

.scroll_container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scroll_absolute {
    position: absolute;
}

.scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 5px;
    border-radius: 8px;
    width: 8px;
    height: 100%;
    background: url("../images/scroll_bg.png") repeat-y top center;
    margin: 0 !important;
    padding: 0;
}

.scroll_track {
    position: relative;
    margin: 0 !important;
}

.scroll_drag {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    cursor: pointer;
    border-radius: 8px;
    background: #d2d2d2;
}

.errorTips {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 200px;
    max-width: 500px;
    padding: 30px 50px !important;
    height: auto !important;
    font-size: 22px !important;
    color: #fff;
    line-height: 35px !important;
    z-index: 22;
}

.errorTips span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
    background-color: #020207 !important;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 0;
}

.errorTips p {
    position: relative;
    z-index: 1;
    text-align: center;
}

.order_scu_new_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.order_scu_new {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin: -310px 0 0 -240px;
    width: 480px;
    height: 620px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.order_scu_new h3 {
    margin: 5px 0 3px;
    font-size: 28px;
}

.order_scu_new .red_bag {
    position: relative;
    margin: 10px auto 0;
    padding-top: 165px;
    width: 325px;
    height: 434px;
    background: url("../images/red_bag.png");
    color: #feffa1;
}

.order_scu_new .red_bag .close {
    position: absolute;
    top: 28px;
    right: -35px;
}

.order_scu_new .red_bag .gzh {
    box-shadow: 0 0 10px rgba(238, 92, 27, 0.1);
}

.order_scu_new .red_bag .tips {
    margin-top: 15px;
    line-height: 30px;
}

.order_scu_new .red_bag .tips span {
    display: inline-block;
    padding: 0 5px;
    height: 28px;
    border: 1px solid #feffa1;
    border-radius: 14px;
    line-height: 28px;
}

.order_scu_new_act {
    padding-top: 30px;
    width: 408px;
    height: 460px;
    margin: -230px 0 0 -204px;
    background: url("../images/red_bag_act.png") no-repeat top center;
    font-size: 14px;
}

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

.order_scu_new_act .close {
    position: absolute;
    top: 40px;
    right: 25px;
}

.orderRedBag {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin: -175px 0 0 -492px;
    padding-left: 625px;
    width: 983px;
    height: 351px;
    color: #fff;
    background: url("../images/red_bag_big.png") no-repeat top center;
}

.orderRedBag h2 {
    margin: 30px 0 20px 42px;
    width: 270px;
    text-align: center;
    font-weight: normal;
}

.orderRedBag p {
    margin-bottom: 10px;
    line-height: 50px;
}

.orderRedBag label {
    display: block;
    float: left;
    width: 42px;
    font-size: 14px;
}

.orderRedBag input,
.orderRedBag select {
    width: 270px;
    height: 50px;
    padding: 10px 14px;
    line-height: 30px;
    border-radius: 5px;
    background: #fff;
}

.orderRedBag select {
    border: 0;
    background: url("../images/select.png") no-repeat 245px center #fff;
}

.orderRedBag button {
    margin-left: 42px;
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: var(--ty-color);
}

.orderRedBag .close {
    position: absolute;
    top: -18px;
    right: -38px;
    width: 35px;
    height: 35px;
    background: url("../images/close.png") no-repeat top center;
}

/*预约弹层关注爱空间服务号*/
.pageMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.ikjOrderSucPop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    margin: -200px 0 0 -446px;
    width: 892px;
    height: 400px;
}

.ikjOrderSucPop p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 55px 18px 0 254px;
    text-align: center;
    font-size: 36px;
}

.ikjOrderSucPop p span {
    font-size: 74px;
    font-family: Arial;
}

.ikjOrderSucPop p i {
    margin-right: 5px;
    font-style: normal;
    font-size: 50px;
}

.ikjOrderSucPop .close {
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: 1;
    cursor: pointer;
}

.homeTitle {
    overflow: hidden;
    text-align: center;
    height: 88px;
}

.homeTitle h2 {
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 10;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    margin: 0 auto;
    width: 530px;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    transition: all 0.5s ease-out;
}

.homeTitle h2 span {
    position: relative;
    background-color: #fff !important;
    z-index: 1;
    padding: 0 58px;
}

.homeTitle h2 hr {
    position: absolute;
    width: 100%;
    display: block;
    border: none;
    top: 50%;
    height: 1px;
    background: #d9d9d9;
}

.homeTitle p {
    margin-top: 12px;
    line-height: 15px;
    color: #888;
}

.homeTitle p a {
    color: #888;
}

.active.hover .homeTitle h2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 0px;
}

.homeMore {
    display: block;
    border-radius: 4px;
    border: 1px solid #90be20;
    color: #90be20;
    text-align: center;
    font-size: 16px;
    border-width: 2px;
    margin: 0 auto 20px;
    width: 210px;
    height: 55px;
    line-height: 51px;
    transition: all 0.5s ease-in-out;
}

.homeMore:hover {
    color: #fff;
    background-color: #90be20 !important;
}

.homeMore img {
    margin-left: 8px;
    vertical-align: 0px;
}

.homeBanner {
    overflow: hidden;
    height: 620px;
}

.homeBanner .Number {
    bottom: 18px;
}

.homeBanner .houmePrev {
    position: absolute;
    display: block;
    left: 10%;
    top: 40%;
    z-index: 10;
    width: 60px;
    height: 130px;
    background: url(../images/banner.png) no-repeat left center;
}

.homeBanner .houmeNext {
    position: absolute;
    display: block;
    right: 10%;
    top: 40%;
    z-index: 10;
    width: 60px;
    height: 130px;
    background: url(../images/banner.png) no-repeat right center;
}

.homeBanner .homeBanneraAbout {
    position: absolute;
    margin: 0 auto;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: 36px;
    height: 125px;
    width: 960px;
    z-index: 10;
    background: rgba(51, 51, 51, 0.9);
    padding: 18px 40px 0;
}

.homeBanner .homeBanneraAbout div {
    overflow: hidden;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}

.homeBanner .homeBanneraAbout div h2 {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
}

.homeBanner .homeBanneraAbout div span {
    float: left;
    font-size: 14px;
    background: url(../images/banner_1.jpg) no-repeat left center;
    padding-left: 6px;
    margin-left: 9px;
}

.homeBanner .homeBanneraAbout input {
    display: block;
    float: left;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 20px;
    height: 50px;
    margin-right: 10px;
}

.homeBanner .homeBanneraAbout input.name {
    width: 310px;
}

.homeBanner .homeBanneraAbout input.tel {
    width: 390px;
}

.homeBanner .homeBanneraAbout input.button {
    /*background-color: var(--ty-color) !important;*/
    background-color: var(--ty-color)!important;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 0 !important;
    cursor: pointer;
    width: 160px;
}

@media screen and (min-width: 1921px) {
    .homeBanner {
        min-height: 822px;
    }

    .homeBanner ul li a {
        background-size: auto 100% !important;
    }
}

.homeBrand {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 56px;
}

.homeBrand .homeTitle {
    margin-bottom: 36px;
}

.homeBrand .homeBrandBanner {
    float: left;
    width: 802px;
    min-width: 802px;
    height: 400px;
    margin-bottom: 20px;
}

.homeBrand .homeBrandBanner li {
    background: #e8e8e8;
}

.homeBrand .homeBrandBanner li .left {
    float: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 375px;
    padding: 280px 0 0 85px;
    transition: all 0.3s ease-in-out 0.3s;
}

.homeBrand .homeBrandBanner li .left.hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding: 250px 0 0 85px;
}

.homeBrand .homeBrandBanner li .left p {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/brand.png) no-repeat left 10px;
    line-height: 25px;
    color: #555;
    margin-bottom: 14px;
    padding-left: 17px;
}

.homeBrand .homeBrandBanner li .left span {
    display: block;
    color: #888;
    width: 270px;
    padding-left: 21px;
    line-height: 15px;
}

.homeBrand .homeBrandBanner li .right {
    float: right;
    width: 320px;
    margin: 72px 80px 0 0;
}

.homeBrand .homeBrandBanner li .right i {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    height: 240px;
}

.homeBrand .homeBrandBanner li .right i img {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
}

.homeBrand .homeBrandBanner li:hover .right i img {
    transform: scale(1.1);
}

.homeBrand .homeBrandBanner li .right h3 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #8d8d8d;
}

.homeBrand .homeBrandBanner .homeBrandNumber {
    text-align: right;
    bottom: 19px;
    padding-right: 19px;
}

.homeBrand .homeBrandBanner .homeBrandNext {
    position: absolute;
    cursor: pointer;
    right: 19px;
    top: 50%;
    z-index: 10;
}

.homeBrand .homeBrandBanner .homeBrandJzrx {
    position: absolute;
    font-weight: bold;
    font-size: 55px;
    color: #555;
    line-height: 60px;
    left: 102px;
    top: 108px;
    z-index: 10;
}

.homeBrandBack {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    background: #f0f0ee;
    width: 254px;
    height: 334px;
    margin-right: 20px;
}

.homeBrandBack img {
    transform: scale(1);
    transition: all 0.8s ease-in-out;
}

.homeBrandBack:hover img.homeBrandQwhbBack {
    transform: scale(1.1);
}

.homeBrandBack:hover img.homeBrandQwhbBack1 {
    transform: scale(1);
}

.homeBrandBack img.homeBrandQwhbBack {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.homeBrandBack img.homeBrandQwhbName {
    position: absolute;
    top: 30px;
    left: 28px;
}

.homeBrandQwhb {
    float: right;
    margin: 0 0 20px;
    width: 379px;
    height: 400px;
}

.homeBrandQwhb img.homeBrandQwhbName {
    position: absolute;
    top: 50px;
    left: 40px;
}

.homeBrandTc {
    float: right;
    margin: 0;
    width: 379px;
    height: 334px;
}

.homeBrandTc img.homeBrandQwhbIcon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.homeOf {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    padding-top: 78px;
}

.homeOf .homeTitle {
    margin-bottom: 28px;
}

.homeOf .homeOfTab {
    float: left;
    width: 273px;
    margin-top: 30px;
}

.homeOf .homeOfTab a {
    display: block;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    width: 122px;
    height: 149px;
    margin: 0 10px 6px 0;
    background: #555;
}

.homeOf .homeOfTab a img {
    margin-top: 38px;
    vertical-align: 0;
}

.homeOf .homeOfTab a span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-top: 7px;
}

.homeOf .homeOfTab a:last-child {
    width: 254px;
    height: 119px;
}

.homeOf .homeOfTab a:last-child img {
    margin-top: 0;
    margin-right: 10px;
    vertical-align: -8px;
}

.homeOf .homeOfTab a:last-child span {
    display: inline;
    line-height: 119px;
}

.homeOf .homeOfTab a.hover,
.homeOf .homeOfTab a:hover {
    background-color: var(--ty-color) !important;
}

.homeOf .homeOfBat {
    float: left;
    width: 927px;
    height: 335px;
    border: 1px solid #e9e9e9;
    padding: 29px 27px 0;
}

.homeOf .homeOfBat h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    line-height: 24px;
    margin-bottom: 17px;
}

.homeOf .homeOfBat h2 span {
    font-size: 14px;
    padding: 0 10px;
    color: #555;
    vertical-align: 2px;
}

.homeOf .homeOfBat h2 em {
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    font-family: '微软雅黑';
}

.homeOf .homeOfBat p {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.homeOf .homeOfBat p span {
    display: block;
    font-weight: bold;
    line-height: 14px;
    margin: 4px 0 8px;
}

.homeOf .homeOfBat p input,
.homeOf .homeOfBat p select {
    display: block;
    float: left;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    background: #e8e8e8;
    height: 50px;
    padding: 0 12px;
    line-height: 50px;
}

.homeOf .homeOfBat p select {
    background: url(../images/jsq_icon.png) no-repeat 92% center #e8e8e8;
}

.homeOf .homeOfBat p i {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    bottom: 18px;
    right: 18px;
}

.homeOf .homeOfBat input[type='button'] {
    display: block;
    background-color: var(--ty-color) !important;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.homeOf .homeOfJsq {
    overflow: hidden;
}

.homeOf .homeOfJsqLeft {
    float: left;
    width: 642px;
    margin-right: 20px;
}

.homeOf .homeOfJsqLeft p input,
.homeOf .homeOfJsqLeft p select {
    width: 150px;
}

.homeOf .homeOfJsqLeft input[type='button'] {
    width: 630px;
}

.homeOf .homeOfJsqRight {
    float: left;
    vertical-align: 0;
}

.homeOf .homeOfFq {
    overflow: hidden;
}

.homeOf .homeOfFqcLeft {
    float: left;
    width: 540px;
    margin-right: 20px;
}

.homeOf .homeOfFqcLeft input,
.homeOf .homeOfFqcLeft select {
    width: 170px;
}

.homeOf .homeOfFqcLeft input.w260 {
    width: 260px;
}

.homeOf .homeOfFqcLeft input[type='button'] {
    width: 530px;
}

.homeOf .homeOfFqcRight {
    float: left;
    width: 306px;
}

.homeOf .homeOfFqcRight img {
    vertical-align: top;
}

.homeOf .homeOfFqcRight p {
    overflow: hidden;
    float: none;
    margin: 0 auto;
    width: 275px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 18px 0 18px;
}

.homeOf .homeOfFqcRight p span {
    display: block;
    float: left;
    width: 50%;
    font-style: normal;
    font-weight: normal;
    color: #888;
    line-height: 14px;
    margin: 0;
    padding: 0 18px;
}

.homeOf .homeOfFqcRight p b {
    display: block;
    color: #333;
    font-family: '微软雅黑';
    margin-top: 6px;
    line-height: 14px;
}

.homeOf .homeOfFqcRight div {
    text-align: center;
    color: var(--ty-color);
    padding-top: 12px;
}

.homeOf .homeOfFqcRight div b {
    display: block;
    font-size: 24px;
    font-family: '微软雅黑';
    line-height: 24px;
    margin: 1px 0 2px;
}

.homeOf .homeOfFqcRight div span {
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.homeOf .homeOfDidi {
    overflow: hidden;
}

.homeOf .homeOfDidiLeft {
    float: left;
    width: 642px;
}

.homeOf .homeOfDidiLeft input {
    width: 310px;
}

.homeOf .homeOfDidiLeft select {
    width: 630px;
}

.homeOf .homeOfDidiLeft input[type='button'] {
    width: 630px;
}

.homeOf .homeOfDidiRight {
    float: left;
    margin-left: 20px;
}

.home3d {
    overflow: hidden;
    padding-top: 78px;
}

.home3d .homeTitle {
    margin-bottom: 38px;
}

.home3d .home3dName {
    position: absolute;
    text-align: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    top: 140px;
    right: 90px;
    transition: all 0.6s ease-out 0.2s;
}

.home3d .home3dName.hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 132px;
}

.home3d .home3dName img {
    vertical-align: top;
    margin-bottom: 18px;
}

.home3d .home3dName p {
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
}

.home3d .home3dName p em {
    font-style: normal;
    font-weight: normal;
    float: left;
    margin-right: 22px;
}

.home3d .home3dName p span {
    font-size: 12px;
    display: block;
    float: left;
    background: url(../images/3d_0.png) no-repeat left center;
    padding-left: 21px;
    margin-bottom: 35px;
}

.home3d .home3dName p span i {
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
}

.home3d .home3dName a {
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    width: 180px;
    height: 55px;
    line-height: 55px;
    background: #3c3c3c;
    border-radius: 4px;
    margin-right: 20px;
}

.home3d .hd {
    display: none;
}

.home3d .slider .prev span {
    background: url(../images/scrollleft.png) no-repeat 98% center rgba(0, 0, 0, 0.4);
    opacity: inherit;
}

.home3d .slider .next span {
    background: url(../images/scrollright.png) no-repeat 2% center rgba(0, 0, 0, 0.4);
    opacity: inherit;
}

.homeService {
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding-top: 142px;
    transition: all 0.8s ease-out;
}

.homeService.hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding-top: 82px;
}

.homeService .homeTitle {
    margin-bottom: 60px;
}

.homeService .homeTitle h2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 100%;
}

.homeService .homeServiceIcon {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: table;
    height: 255px;
}

.homeService .homeServiceIcon div {
    display: table-cell;
    padding: 0 5px;
}

.homeService .homeServiceIcon img {
    vertical-align: top;
    margin-bottom: 16px;
    width: 119px;
    height: 119px;
}

.homeService .homeServiceIcon p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.homeService .homeServiceIcon span {
    color: #999;
    line-height: 18px;
}

.homeCaseBox {
    position: relative;
}

.homeCaseBox .line {
    position: absolute;
    left: 0;
    top: 209px;
    z-index: 0;
    border-top: 1px solid #e9e9e9;
    width: 100%;
}

.homeCase {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.homeCase .homeTitle {
    margin-bottom: 15px;
}

.homeCase .hd {
    position: relative;
    z-index: 1;
    height: 95px;
    text-align: center;
    font-size: 24px;
}

.homeCase .hd li {
    float: left;
    position: relative;
    width: 200px;
    height: 95px;
    line-height: 95px;
    cursor: pointer;
    transition: line-height 0.5s;
}

.homeCase .hd li.on {
    color: var(--ty-color);
    line-height: 115px;
    border-bottom: 4px solid var(--ty-color);
}

.homeCase .hd .more {
    display: block;
    width: 200px;
    float: right;
    height: 95px;
    line-height: 95px;
    color: #333;
}

.homeCase .hd .more:hover {
    color: var(--ty-color);
}

.homeCase .bd {
    padding-top: 50px;
    overflow: hidden;
}

.homeCase .bd li {
    margin-left: -24px;
}

.homeCase .bd div {
    float: left;
    overflow: hidden;
    margin: 0 0 24px 24px;
    width: 384px;
    height: 249px;
}

.homeCase .bd li h3,
.homeCase .bd li p {
    display: none;
}

.homeCase .bd li img {
    width: 384px;
    height: 249px;
    vertical-align: top;
}

.homeCase .recommendCase {
    width: 1200px;
    height: 230px;
    padding: 40px 0 0 4px;
    background: url("../images/recommend_case.jpg") no-repeat top center;
    text-align: center;
}

.homeCase .recommendCase li {
    position: relative;
    float: left;
    margin-left: 16px;
    width: 278px;
    height: 150px;
}

.homeCase .recommendCase li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 278px;
    height: 150px;
    background: #fff;
    z-index: 0;
    transition: transform 0.5s;
}

.homeCase .recommendCase li:hover:before {
    transform: scale(1.03);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.homeCase .recommendCase li a {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 16px;
}

.homeCase .recommendCase li h3 {
    margin: 26px 0 16px;
    font-size: 24px;
}

.homeCase .recommendCase li a:hover h3 {
    color: var(--ty-color);
}

.zsxJs h3 {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    padding: 0 10px;
}

.zsxJs p {
    font-size: 16px;
    line-height: 16px;
}

.zsxJs p span {
    margin-left: 14px;
    background: url(../images/3d_0.png) no-repeat left center;
    padding-left: 18px;
}

.sliphover-container {
    z-index: 1 !important;
}

.homeLive {
    margin-top: 40px;
}

.homeLive .bd li {
    margin-left: -24px;
}

.homeLive li .house {
    float: left;
    position: relative;
    margin-left: 24px;
    width: 384px;
    height: 370px;
    background: #f0f0f0;
    transition: all 0.5s;
}

.homeLive li .house:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.homeLive li .house img {
    width: 384px;
    height: 249px;
}

.homeLive li .house span {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    width: 68px;
    height: 30px;
    border-radius: 4px;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
}

.homeLive li .house .status {
    background: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    line-height: 30px;
    color: #fff;
}

.homeLive li .house .over {
    background: #98bd3b;
}

.homeLive li .house .text {
    margin: 0;
    height: 121px;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.homeLive .house .text h3,
.homeLive .house .text p {
    display: block;
}

.homeLive .house .text h3 {
    margin: 25px 0 5px;
    font-weight: normal;
    font-size: 24px;
}

.iconZx {
    display: inline-block;
    background: url("../images/icon_18.png") no-repeat;
}

.iconZxTriangle {
    width: 8px;
    height: 11px;
    background-position: -100px -200px;
}

.iconZxBj {
    width: 36px;
    height: 40px;
    background-position: 0 0;
}

a.hover .iconZxBj,
a:hover .iconZxBj {
    background-position: 0 -100px;
}

.iconZxHbs {
    width: 39px;
    height: 39px;
    background-position: -100px 0;
}

a.hover .iconZxHbs,
a:hover .iconZxHbs {
    background-position: -100px -100px;
}

.iconZxZb {
    width: 39px;
    height: 40px;
    background-position: -200px 0;
}

a.hover .iconZxZb,
a:hover .iconZxZb {
    background-position: -200px -100px;
}

.iconZxYsj {
    width: 45px;
    height: 30px;
    background-position: -300px 0;
}

a.hover .iconZxYsj,
a:hover .iconZxYsj {
    background-position: -300px -100px;
}

a:hover .iconZxTriangle {
    background-position: 0 -200px;
}

.homeNews {
    padding-top: 75px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.homeNews ul {
    margin: 45px 0 55px -24px;
    height: 465px;
}

.homeNews ul li {
    float: left;
    margin-left: 24px;
    width: 282px;
    height: 453px;
    border-radius: 4px;
    background: #f2f2f2;
    transition: all 0.5s ease-out;
}

.homeNews ul li h3 {
    line-height: 70px;
    text-align: center;
    font-size: 22px;
}

.homeNews ul li .homeNewsHeight {
    overflow: hidden;
    margin-top: -5px;
    height: 145px;
}

.homeNews ul li .homeNewsMore {
    float: right;
    display: block;
    width: 31px;
    height: 28px;
    margin: 20px 30px 0 0;
    background: url(../images/news_5.png) no-repeat center center;
    transition: all 0.1s ease-out 0.2s;
}

.homeNews ul li:hover {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.homeNews ul li:hover h3 {
    color: var(--ty-color);
}

.homeNews ul li:hover .homeNewsMore {
    background: url(../images/news_5_1.png) no-repeat center center;
}

.homeNews img {
    border-radius: 4px;
    vertical-align: middle;
}

.homeNews .homeZxtt {
    margin: 0 30px;
}

.homeNews .homeZxtt a {
    font-size: 12px;
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: -20px;
    line-height: 24px;
    transition: all 0.1s ease-out;
    padding-left: 20px;
    background: url(../images/news_3.png) no-repeat left center;
}

.homeNews .homeZxtt a:hover {
    color: var(--ty-color);
    margin-left: 0;
}

.homeNews .bottom {
    margin-top: 45px;
    overflow: hidden;
}

.homeNews .bottom .hd {
    margin-bottom: 27px;
    height: 26px;
    line-height: 26px;
}

.homeNews .bottom .hd h3 {
    float: left;
    font-size: 22px;
    font-weight: normal;
}

.homeNews .bottom .hd a.more {
    float: right;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #98bd3b;
    border-radius: 4px;
    height: 26px;
    line-height: 24px;
    color: #98bd3b;
    font-size: 16px;
    text-align: center;
}

.homeNews .bottom .hd a.more i {
    margin-left: 3px;
}

.homeNews .bottom .hd a.more:hover {
    background: #98bd3b;
    color: #fff;
}

.homeNews .homeWiki {
    float: left;
    width: 282px;
}

.homeNews .homeWiki ol {
    margin-left: -10px;
    text-align: center;
}

.homeNews .homeWiki li {
    float: left;
    margin: 0 0 10px 10px;
    width: 136px;
    height: 88px;
    font-size: 20px;
}

.homeNews .homeWiki li a {
    display: block;
    border-radius: 4px;
    width: 136px;
    height: 88px;
    line-height: 88px;
    background: #f2f2f2;
    color: #323232;
}

.homeNews .homeWiki li a:hover {
    background: var(--ty-color);
    color: #fff;
}

.homeNews .homeAnswer {
    float: left;
    margin: 0 24px;
    width: 588px;
}

.homeNews .homeAnswer ol {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 27px 0;
}

.homeNews .homeAnswer li {
    margin: 0 40px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.homeNews .homeAnswer li a {
    float: left;
    display: block;
    width: 345px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: -20px;
    padding-left: 20px;
    transition: all 0.1s ease-out;
    background: url(../images/news_3.png) no-repeat left center;
}

.homeNews .homeAnswer li a:hover {
    color: var(--ty-color);
    margin-left: 0;
}

.homeNews .homeAnswer li span {
    float: right;
    color: #828282;
}

.homeNews .homeAnswer li span i {
    margin: 0 3px;
    color: var(--ty-color);
    font-style: normal;
}

.homeNews .homeTool {
    float: right;
    width: 282px;
}

.homeNews .homeTool ol {
    margin-left: -22px;
    text-align: center;
}

.homeNews .homeTool li {
    float: left;
    margin: 0 0 22px 22px;
    width: 130px;
    height: 130px;
}

.homeNews .homeTool li a {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 4px;
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    color: #333;
}

.homeNews .homeTool li span {
    display: block;
    margin: 30px auto 10px;
    height: 40px;
    line-height: 40px;
}

.homeNews .homeTool li a.hover,
.homeNews .homeTool li a:hover {
    color: #fff;
    background: var(--ty-color);
    border-color: var(--ty-color);
}

.homeNamic {
    width: 1200px;
    margin: 0 auto;
    padding-top: 82px;
    height: 619px;
}

.homeNamic .homeTitle {
    margin-bottom: 32px;
}

.homeNamic .fl {
    overflow: hidden;
    width: 590px;
}

.homeNamic .fl a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 331px;
}

.homeNamic .fl a img {
    vertical-align: top;
}

.homeNamic .fl a img.click {
    position: absolute;
    margin: 0 auto;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    top: 136px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out;
    width: 92px;
    height: 90px;
}

.homeNamic .fl a:hover img.click {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.homeNamic .fl p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
}

.homeNamic .fr {
    width: 588px;
    height: 331px;
}

.homeNamic .fr a {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    display: table;
    height: 99px;
    background: #ededed;
    margin-bottom: 18px;
    transition: all 0.3s ease-out;
}

.homeNamic .fr a p {
    height: 99px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    color: #555;
    line-height: 20px;
}

.homeNamic .fr a p span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.homeNamic .fr a img {
    float: right;
    display: table-cell;
    transition: all 0.2s ease-out;
    margin: 1.5px -97px 1.5px 0;
}

.homeNamic .fr a:hover {
    background-color: #fff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.homeNamic .fr a:hover img {
    margin-right: 1.5px;
}

.homePrice {
    border-top: 1px solid #d9d9d9;
}

.homePrice .homePriceIkj {
    text-align: center;
    font-size: 55px;
    margin-top: 66px;
    line-height: 66px;
    height: 96px;
    background: url(../images/price_icon.png) no-repeat center 82px;
}

.homePrice .homePriceIkj img {
    margin-right: 36px;
    vertical-align: top;
}

.homePrice .homePriceIkj b.day {
    margin-left: 36px;
}

.homePrice .houmePriceXin {
    vertical-align: top;
    margin-bottom: 23px;
}

.homePrice .homePrice5qd {
    overflow: hidden;
    margin-bottom: 91px;
}

.homePrice .homePrice5qd li {
    position: relative;
    float: left;
    width: 90px;
    margin-right: 5px;
    height: 350px;
    transition: all 0.4s ease-out;
}

.homePrice .homePrice5qd li h3,
.homePrice .homePrice5qd li p {
    display: none;
}

.homePrice .homePrice5qd li img {
    position: absolute;
    height: 100%;
    width: 90px;
    vertical-align: top;
    top: 0;
    left: 0;
    transition: all 0.15s ease-out;
}

.homePrice .homePrice5qd li img.homePriceImg {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 910px;
}

.homePrice .homePrice5qd li.hover {
    /*width: 820px;*/
    width: 910px;
}

.homePrice .homePrice5qd li.hover img.homePriceIcon {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.homePrice .homePrice5qd li.hover img.homePriceImg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.homeLink {
    overflow: hidden;
    padding-bottom: 50px;
}

.homeLink .homeLinkTab {
    height: 29px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px;
}

.homeLink .homeLinkTab a {
    display: block;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    width: 90px;
    margin-right: 25px;
}

.homeLink .homeLinkTab a.hover,
.homeLink .homeLinkTab a:hover {
    border: 1px solid #f08300;
    border-left: none;
    border-right: none;
    border-top: none;
    color: var(--ty-color);
    border-width: 3px;
}

.homeLink .homeLinkText {
    width: 1200px;
    margin: 0 auto;
}

.homeLink .homeLinkText ul {
    overflow: hidden;
}

.homeLink .homeLinkText li {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 14.2%;
    padding: 0 10px;
    line-height: 24px;
}

.homeLink .homeLinkText li a {
    color: #888;
}

.homeLink .homeLinkText li a:hover {
    color: var(--ty-color);
}

.nomalScreen {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.orderResult {
    height: 463px;
    margin-top: 14px;
    background: url("../images/order_suc.jpg") no-repeat top center;
}

.orderResult .success {
    text-align: center;
    margin-top: 22px;
}

.orderResult .success h2 {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    color: #5eb55e;
    letter-spacing: 2px;
}

.orderResult .success h2 img {
    margin-right: 20px;
    vertical-align: middle;
}

.orderResult .success p {
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.orderResult .success p span {
    margin: 0 5px;
    font-size: 16px;
    color: #f08300;
}

.orderResult .success a.backHome {
    border-radius: 4px;
    text-align: center;
    color: #f08300;
    border: 1px solid #f08300;
    display: inline-block;
    margin-top: 30px;
    width: 130px;
    height: 34px;
    line-height: 34px;
}

.moreAct {
    padding-top: 20px;
    margin: 0 auto;
    width: 600px;
    overflow: hidden;
}

.moreAct ul {
    width: 610px;
    margin-left: -10px;
}

.moreAct li {
    float: left;
    width: 295px;
    height: 104px;
    margin: 0 0 10px 10px;
    background: #df7474;
}

.moreAct li:first-child,
.moreAct li.first {
    width: 600px;
    height: 70px;
}

.orderResult .success a.backHome:hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.costResult {
    text-align: center;
    height: 460px;
    background: url("../images/cost_suc.jpg") no-repeat top center;
    margin-bottom: 80px;
}

.costResult .success {
    margin: 65px 0 0 724px;
    width: auto;
    min-width: 340px;
}

.costResult .success h2 {
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 48px;
    letter-spacing: 0;
}

.orderResult .success p {
    line-height: 28px;
}

.costResult .success a.backHome {
    background-color: #fff !important;
    border: 1px solid #dbdbdb;
    color: #878787;
    margin-top: 20px;
    width: 130px;
}

.login {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
    height: 460px;
    background: url('../images/back.jpg') no-repeat center center;
    box-shadow: -2px 2px 20px #ccc;
}

.login .loginText {
    float: right;
    height: 100%;
    background-color: #fff !important;
    width: 430px;
}

.login .loginTab {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    width: 362px;
    margin-bottom: 48px;
}

.login .loginTab a {
    float: left;
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #333;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 2px;
    line-height: 78px;
}

.login .loginTab a:hover,
.loginTab a.loginTabOver {
    border: 1px solid #f08300;
    border-left: none;
    border-right: none;
    border-top: none;
    color: var(--ty-color);
    border-width: 2px;
}

.login h2 {
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: var(--ty-color);
    width: 362px;
    height: 26px;
    line-height: 26px;
    margin: 30px auto 44px;
}

.login h2.loginMb74 {
    margin-bottom: 74px;
}

.login h2 a {
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.login p {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 362px;
    height: 48px;
    margin-bottom: 24px;
}

.login p input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    line-height: 46px;
    padding: 0 112px 0 10px;
}

.login p input.tel {
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #333;
    right: 0;
    top: 0;
    width: 102px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.login p input.tel:disabled {
    background: #999;
    cursor: auto;
}

.login p.loginClick {
    margin-bottom: 12px;
}

.login p.loginClick input {
    color: #fff;
    font-size: 16px;
    background-color: var(--ty-color) !important;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f08300;
    padding: 0;
}

.login p.loginClick input:disabled {
    background-color: #FBC393 !important;
    border: 1px solid #FBC393;
    cursor: auto;
}

.login .loginLink {
    overflow: hidden;
    margin: 0 auto;
    width: 362px;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
}

.login .loginLink a {
    color: #666;
}

.address {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 68px;
}

.address .addressName {
    width: 100%;
    overflow: hidden;
    padding-right: 332px;
    margin-bottom: 26px;
}

.address .addressName a {
    color: #333;
    display: block;
    float: left;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 20px 0 0;
    line-height: 27px;
    text-align: justify;
}

.address .addressName a:hover,
.address .addressName a.hover {
    color: var(--ty-color);
    border: 1px solid #f08300;
    border-top: none;
    border-left: none;
    border-right: none;
}

.address .addressDetails {
    float: left;
    width: 868px;
    margin-right: 12px;
}

.address .addressMap {
    display: block;
    border: none;
    width: 100%;
    height: 460px;
    margin-bottom: 26px;
}

.address .addressList {
    overflow: hidden;
    float: left;
}

.address .addressList li {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    height: 242px;
}

.address .addressList li img {
    float: left;
    display: block;
    width: 242px;
    height: 242px;
    margin-right: 24px;
}

.address .addressList li h4 {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    width: 602px;
    margin: 20px 0 36px 0;
}

.address .addressList li p {
    float: left;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 602px;
    line-height: 28px;
    padding-right: 20px;
}

.address .addressList li a {
    position: absolute;
    display: block;
    float: left;
    border: 1px solid #f08300;
    text-align: center;
    color: #333;
    border-width: 2px;
    width: 230px;
    height: 40px;
    line-height: 36px;
    margin-top: 30px;
    bottom: 0;
    left: 266px;
}

.address .addressList li a:hover {
    color: #fff;
    background-color: var(--ty-color) !important;
}

.star {
    margin: 0 auto;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 90px;
}

.star .starMan {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7 !important;
    height: 280px;
    margin-bottom: 50px;
}

.star .starMan img {
    display: block;
    float: left;
}

.star .starMan img.starPhoto {
    width: 280px;
    height: 280px;
    margin-right: 47px;
}

.star .starMan img.starImg {
    margin-top: 16px;
    padding-right: 750px;
}

.star .starMan h4 {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 30px;
    float: left;
    width: 873px;
    line-height: 32px;
    margin-top: 80px;
    padding-right: 706px;
}

.star .starMan h4 span {
    float: right;
    font-size: 12px;
}

.star .starMan hr {
    display: block;
    border: none;
    background-color: #dbdbdb !important;
    float: left;
    height: 1px;
    width: 640px;
    margin: 32px 232px 14px 0;
}

.star .starMan p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
    width: 640px;
}

.star .starMan a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 132px;
    height: 132px;
    top: 74px;
    right: 23px;
}

.star .starMan a img {
    width: 100%;
    height: 100%;
    float: left;
}

.star .starCase {
    width: 100%;
    overflow: hidden;
}

.star .starCase h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-bottom: 22px;
}

.star .starCaseTab {
    margin: 0 auto;
    width: 328px;
    height: 44px;
    line-height: 42px;
    margin-bottom: 22px;
}

.star .starCaseTab a {
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    width: 160px;
    margin: 0 2px;
}

.star .starCaseTab a:hover,
.star .starCaseTab a.hover {
    border: 1px solid #f08300;
    background-color: var(--ty-color) !important;
    color: #fff;
}

.star .starCaseList {
    width: 100%;
    height: 485px;
    margin-bottom: 24px;
}

.star .starCaseList li {
    float: left;
    width: 392px;
    margin-right: 12px;
    margin-bottom: 12px;
    height: 230px;
}

.star .starCaseList li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.star .starCaseList li img.starCaseImg {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.star .starCaseList li img.starShou {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
}

.star .starCaseList li p {
    position: absolute;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 28px 0 18px;
    bottom: 0;
    left: 0;
}

.star .starCaseList li p i {
    position: absolute;
    width: 100%;
    background-color: #020207 !important;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    left: 0;
}

.star .starCaseList li p span,
.star .starCaseList li p em {
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    z-index: 1;
}

.star .starCaseList li p span {
    font-size: 18px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    padding-right: 18px;
}

.star .starCaseList li p em {
    font-size: 14px;
    float: right;
}

.star a.starCaseListMroe {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: var(--ty-color);
    width: 92px;
    margin-bottom: 52px;
}

.star .starCaseList li a img {
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
}

.star .starCaseList li a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.icon {
    display: inline-block;
    background: url("../images/icons.png") no-repeat top center;
    vertical-align: middle;
    margin-top: -2px;
}

.icoEyes {
    width: 24px;
    height: 16px;
    background-position: -30px -120px;
}

.icoStar {
    width: 18px;
    height: 16px;
    background-position: -30px -90px;
}

.icoPrise {
    width: 24px;
    height: 16px;
    background-position: -30px -60px;
}

.icoPriseG {
    width: 24px;
    height: 16px;
    background-position: 0 -60px;
}

.icoComment {
    width: 24px;
    height: 16px;
    background-position: -30px -30px;
}

.icoCommentG {
    width: 24px;
    height: 16px;
    background-position: 0 -30px;
}

.iconClose {
    width: 48px;
    height: 48px;
    background-position: 0 -150px;
}

.iconPrev {
    width: 36px;
    height: 120px;
    background-position: 0 -210px;
}

.iconNext {
    width: 36px;
    height: 120px;
    background-position: -55px -210px;
}

.iconPerlize {
    width: 21px;
    height: 21px;
    background-position: -60px -30px;
}

.iconMainMat {
    width: 21px;
    height: 21px;
    background-position: -60px -60px;
}

.iconAccMat {
    width: 21px;
    height: 21px;
    background-position: -60px -90px;
}

.iconFold {
    width: 14px;
    height: 8px;
    background-position: -30px 0;
}

.learnDecorate {
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.learnDecorate img {
    vertical-align: middle;
}

.learnDecorate .title {
    position: relative;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #F08300;
}

.learnDecorate .title h3 {
    font-style: normal;
    font-weight: normal;
    color: #020207;
}

.learnDecorate .title .more {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    color: var(--ty-color);
    font-size: 12px;
    vertical-align: top;
}

.learnDecorate .tag span {
    float: left;
    color: #999;
    margin-left: 23px;
}

.learnDecorate .tag .icon {
    margin-right: 6px;
}

.learnDecorate .notData {
    color: #666;
    text-align: center;
    padding-top: 20%;
}

.rightSider {
    float: right;
    width: 320px;
}

.learnNav ul {
    margin: 39px 0 20px -12px;
    height: 120px;
}

.learnNav li {
    position: relative;
    float: left;
    margin-left: 12px;
    color: #fff;
    width: 291px;
    height: 120px;
}

.learnNav li .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.23) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0.23)), color-stop(100%, rgba(0, 0, 0, 0.89)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0.23) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 0.23) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 0.23) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.23) 0%, rgba(0, 0, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.7;
}

.learnNav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.learnNav li img {
    width: 291px;
    height: 120px;
}

.learnNav li p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 291px;
    height: 120px;
}

.learnNav li strong {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    margin-top: 39px;
    text-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}

.learnFocus,
.learnFocus .slide {
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 868px;
    height: 450px;
}

.learnFocus .slide {
    line-height: 450px;
    background-color: #f7f7f7 !important;
}

.learnFocus .slide img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.learnFocus .focusBox {
    overflow: hidden;
    position: relative;
    height: 450px;
}

.learnFocus .slide .text {
    display: none;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 80px;
    line-height: 80px;
    width: 624px;
    padding: 0 20px;
}

.learnFocus .thumber {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 3;
    width: 244px;
    height: 60px;
}

.learnFocus .thumber li {
    float: left;
    margin-left: 12px;
    width: 60px;
    height: 60px;
}

.learnFocus .thumber img {
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.learnFocus .thumber li.active img {
    border: 1px solid #f08300;
}

.learnFocus .titleBg {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 868px;
    height: 80px;
    background: #000;
}

.decorateAsk {
    height: 450px;
    overflow: hidden;
}

.decorateAsk ul {
    margin-top: 16px;
}

.decorateAsk li {
    margin-bottom: 27px;
}

.decorateAsk li h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #999;
}

.decorateAsk li p {
    color: #999;
}

.decorateNew {
    padding-bottom: 12px;
}

.decorateNew .indexNew {
    overflow: hidden;
    width: 100%;
    background-color: var(--ty-color) !important;
    height: 354px;
    margin-bottom: 24px;
}

.decorateNew .indexNew h2.indexH2 {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 14px;
    margin-top: 40px;
}

.decorateNew .indexNew a.indexMore {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80px;
    line-height: 16px;
    margin-bottom: 30px;
}

.decorateNew .indexNew .indexNewsJd {
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff !important;
    width: 1150px;
    height: 180px;
    padding: 20px 24px;
}

.decorateNew .indexNew .indexNewsJd img {
    float: left;
    margin: 37px 17.5px 0;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv {
    width: 320px;
    float: left;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv em {
    font-style: normal;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 32px;
    font-family: 'arial';
    color: var(--ty-color);
    line-height: 34px;
    margin-bottom: 2px;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv strong {
    font-style: normal;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv hr {
    display: block;
    margin: 0 auto;
    border: none;
    background-color: var(--ty-color) !important;
    width: 48px;
    height: 2px;
    margin-bottom: 28px;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv p {
    width: 320px;
    overflow: hidden;
    color: #666;
    background: #f2f2f2;
    height: 32px;
    line-height: 32px;
    border-radius: 19px;
    padding: 0 5px;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv p.num5 a {
    width: 20%;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv p a {
    display: block;
    text-align: center;
    float: left;
    color: #666;
    width: 25%;
}

.decorateNew .indexNew .indexNewsJd .indexNewsDiv p a:hover {
    color: var(--ty-color);
}

.decorateNew .indexNew {
    margin: 20px 0 12px;
    overflow: hidden;
}

.decorateNew .stageFocus {
    float: left;
    width: 868px;
}

.decorateNew .stage {
    position: relative;
    padding-left: 190px;
}

.decorateNew .stage,
.decorateNew .stage ul,
.decorateNew .stage li {
    overflow: hidden;
    height: 364px;
}

.decorateNew .stage ul {
    position: relative;
    width: 100%;
}

.decorateNew .stage li {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.decorateNew .thumber {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
}

.decorateNew .thumber span {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-bottom: 1px;
    width: 180px;
    height: 72px;
    line-height: 72px;
    background: #faebd8;
}

.decorateNew .thumber span.active {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.decorateNew .thumber span.active i {
    display: block;
}

.decorateNew .thumber i {
    display: none;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border: 16px dashed transparent;
    border-left: 10px solid #F08300;
}

.decorateNew .stageText {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 244px;
}

.decorateNew .stageText li {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 244px;
}

.decorateNew .stageText li.active {
    display: block;
}

.decorateNew .stageText h6 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    margin: 28px 0 17px;
    height: 24px;
}

.decorateNew .stageText h6 a {
    color: var(--ty-color);
}

.decorateNew .stageText p {
    overflow: hidden;
    height: 160px;
    line-height: 32px;
}

.decorateNew .stageText p a {
    color: #333;
}

.decorateNew .guide .title,
.decorateNew .material .title {
    height: 34px;
    vertical-align: top;
    line-height: 24px;
}

.decorateNew .guide ul,
.decorateNew .material ul {
    overflow: hidden;
    margin-top: 4px;
}

.decorateNew .guide ul {
    height: 304px;
    margin-bottom: 35px;
}

.decorateNew .material ul {
    height: 190px;
}

.decorateNew .guide li,
.decorateNew .guide li a,
.decorateNew .material li,
.decorateNew .material li a {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
}

.decorateThing {
    padding-top: 40px;
}

.decorateThing .indexH2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 14px;
}

.decorateThing .indexMore {
    color: var(--ty-color);
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80px;
    line-height: 16px;
    margin-bottom: 30px;
}

.decorateTabs {
    text-align: center;
    padding-bottom: 24px;
}

.decorateThing .list {
    margin: -12px 0 40px -12px;
    overflow: hidden;
}

.decorateThing .list li {
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 12px;
    margin-left: 12px;
    width: 594px;
    height: 446px;
}

.decorateThing .list li img {
    width: 594px;
    height: 446px;
}

.decorateThing .list .ft {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 90px;
}

.decorateThing .list .tit {
    display: block;
    font-size: 18px;
    color: #020207;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 19px;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
}

.decorateThing .list .time {
    color: #666;
    margin-left: 20px;
}

.decorateThing .list .tag {
    float: right;
    margin-right: 20px;
}

.decorateThing .list .ftBg {
    background-color: #fff !important;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 594px;
    height: 90px;
}

.decorateTabs a {
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #020207;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    width: 160px;
    height: 44px;
    line-height: 42px;
}

.decorateTabs a.hover {
    color: #fff;
    background-color: var(--ty-color) !important;
    border: 1px solid #f08300;
}

.decorateDiary {
    padding-top: 40px;
}

.decorateDiary .indexH2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 14px;
}

.decorateDiary .indexMore {
    color: var(--ty-color);
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80px;
    line-height: 16px;
    margin-bottom: 30px;
}

.decorateDiary .diaryList {
    float: left;
    width: 868px;
    min-height: 630px;
}

.decorateDiary .group {
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 60px;
}

.decorateDiary .group .hd {
    position: relative;
}

.decorateDiary .group .hd .userPic {
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: -8px;
    width: 48px;
    height: 48px;
}

.decorateDiary .group .tag {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    line-height: 18px;
}

.decorateDiary .group .hd h5 {
    color: var(--ty-color);
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0;
    height: 18px;
    line-height: 18px;
}

.decorateDiary .group .info span {
    color: #666;
    font-size: 12px;
    margin-right: 8px;
}

.decorateDiary .group .info .name {
    color: #90be20;
    margin-right: 20px;
}

.decorateDiary .group .con {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    height: 48px;
    line-height: 24px;
}

.decorateDiary .group ul {
    overflow: hidden;
    margin: 12px 0 8px -12px;
}

.decorateDiary .group li {
    text-align: center;
    float: left;
    margin-left: 12px;
    width: 193px;
    height: 136px;
    line-height: 136px;
}

.decorateDiary .group li img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.decorateDiary .group hr {
    border: none;
    border-bottom: 1px dashed #d4d4db;
    margin: 0 20px;
    height: 12px;
}

.decorateDiary .group:last-child hr {
    display: none;
}

.acrossAd {
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    min-height: 200px;
    background: #ededed;
}

.decorateDiary .rtAd {
    margin-top: -12px;
}

.rtAd {
    width: 320px;
}

.rtAd p {
    margin-top: 12px;
}

.pageDecorate .decorateTabs {
    color: #d8d8d8;
    padding: 40px 0 0;
}

.pageDecorate .decorateTabs a,
.pageDecorate .decorateTabs a.active {
    color: #020207;
    border: none;
    background: none !important;
    width: auto;
    height: 32px;
    line-height: 32px;
    margin: 0 33px;
}

.pageDecorate .decorateTabs a.active {
    border-bottom: 2px solid #f08300;
}

.pageDecorate .list {
    min-height: 450px;
}

.decorateThing .list .label,
.pageDetailBox .conTitle .label {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/iconlabel.png") no-repeat top center;
    width: 136px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
}

.pageDetail {
    padding-top: 30px;
}

.pageDetailBox {
    float: left;
    width: 868px;
    min-height: 450px;
}

.pageDetailBox .conTitle {
    position: relative;
}

.pageDetailBox .conTitle img {
    width: 100%;
}

.pageDetailBox .conTitle .ft {
    background-color: #f7f7f7 !important;
    padding: 0 20px;
    height: 120px;
}

.pageDetailBox .conTitle .ft h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    line-height: 44px;
}

.pageDetailBox .conTitle .ft .look {
    float: left;
    display: block;
    margin-top: 5px;
}

.pageDetailBox .conTitle .jiathisShare {
    float: right;
}

.pageDetailBox .detail {
    line-height: 32px;
}

.pageDetailBox .detail p {
    margin: 12px 0 10px;
}

.pageDetailBox .detail img {
    max-width: 100%;
}

.pageDetailBox img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.pageDetail .star {
    width: 868px;
    margin-bottom: 0;
}

.pageDetail .star .starWordPl,
.pageDetail .star .starWordList .starWordText {
    width: 808px;
}

.pageDetail .starWordPl textarea {
    margin-bottom: 5px;
}

.pageDetail .starWordPl .starPlClick {
    float: right;
    position: initial;
    margin-bottom: 12px;
}

.allLooking .title {
    height: 36px;
    line-height: 20px;
}

.allLooking ul {
    padding-top: 8px;
}

.allLooking li {
    margin-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d4d4db;
}

.allLooking li img {
    width: 100%;
}

.allLooking li a {
    color: #666;
}

.allLooking li p {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
}

.diary {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 42px;
}

.diary .pagePosition {
    margin-bottom: 10px;
}

.diaryLeft {
    float: left;
    width: 868px;
    margin-right: 12px;
}

.diaryJiathis {
    float: right;
    overflow: hidden;
    margin-bottom: 12px;
    height: 32px;
    line-height: 30px;
}

.diaryJiathis .jiathis_counter_style span.jiathis_button_expanded {
    width: 60px !important;
    padding-right: 0;
}

.diaryJiathis a.diaryShou,
.diaryJiathis a.diaryTel {
    float: left;
    margin-left: 12px;
    border: 1px solid #dbdbdb;
    color: #999;
    border-radius: 16px;
    display: block;
}

.diaryJiathis a.diaryShou {
    background: url(../images/shou.png) no-repeat 12px center;
    padding: 0 12px 0 40px;
}

.diaryJiathis a.diaryShouHover {
    background: url(../images/shou-hover.png) no-repeat 12px center;
}

.diaryJiathis a.diaryTel {
    background: url(../images/tel.png) no-repeat 10px center;
    padding: 0 12px 0 38px;
}

.diaryBanner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.diaryBanner img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.diaryList {
    overflow: hidden;
}

.diaryList li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 22px;
}

.diaryList li i {
    float: left;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.diaryList li i img {
    display: block;
    width: 100%;
    height: 100%;
}

.diaryList li .diaryThe {
    position: relative;
    float: left;
    height: 100%;
    border-bottom: 1px dashed #dbdbdb;
    width: 808px;
    padding-bottom: 15px;
}

.diaryList li .diaryThe a {
    overflow: hidden;
    display: block;
}

.diaryList li .diaryThe h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: var(--ty-color);
    margin: 10px 0;
    line-height: 18px;
}

.diaryList li .diaryThe h3 span {
    color: #8b572a;
    margin-left: 10px;
}

.diaryList li .diaryTheFun {
    position: absolute;
    right: 22px;
    top: 10px;
    line-height: 18px;
    height: 18px;
}

.diaryList li .diaryTheFun span {
    display: block;
    float: left;
    color: #999;
    margin-left: 22px;
}

.diaryList li .diaryTheFun span.diaryLan {
    background: url(../images/list1.png) no-repeat left center;
    padding-left: 30px;
}

.diaryList li .diaryTheFun span.diaryShou {
    background: url(../images/list2.png) no-repeat left center;
    padding-left: 24px;
}

.diaryList li .diaryTheFun span.diaryPing {
    background: url(../images/list3.png) no-repeat left center;
    padding-left: 24px;
}

.diaryList li .diaryTheBiao {
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}

.diaryList li .diaryTheBiao span {
    display: block;
    float: left;
    color: #999;
    background-color: #f7f7f7 !important;
    margin: 0 10px 10px 0;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}

.diaryList li .diaryImg {
    overflow: hidden;
}

.diaryList li .diaryImg img {
    float: left;
    display: block;
    margin-right: 12px;
    width: 193px;
    height: 136px;
}

.diaryList li p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-bottom: 12px;
}

.diaryXie {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #90be20 !important;
    font-size: 18px;
    margin-bottom: 12px;
    height: 50px;
    line-height: 50px;
}

.diaryList li .diaryDele {
    float: right;
    padding: 10px 22px 0 0;
}

.diaryList li .diaryDele a {
    color: #666;
    cursor: pointer;
    line-height: 16px;
    margin-left: 34px;
}

.diaryList li .diaryDele a:hover {
    color: var(--ty-color);
}

.diaryXie img {
    vertical-align: -1px;
    margin: 0 16px 0 0;
}

.diaryMan {
    overflow: hidden;
    margin: 20px 0;
}

.diaryMan i {
    float: left;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.diaryMan i img {
    display: block;
    width: 100%;
    height: 100%;
}

.diaryManRight {
    float: left;
    width: 1140px;
}

.diaryManRight h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: var(--ty-color);
    line-height: 18px;
    margin: 10px 0 15px;
}

.diaryManRight p {
    font-size: 12px;
    line-height: 14px;
}

.diaryManRight p span {
    margin-left: 30px;
    background: url(../images/list1.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
}

.diaryManRight .diaryJiathis {
    margin-bottom: 0 !important;
}

.diaryTab {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 130px;
    margin-bottom: 20px;
}

.diaryTab a {
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    background: #c1c1c1;
    width: 74px;
    height: 74px;
    line-height: 64px;
    margin: 28px 13px 0;
    border: 5px solid #fff;
}

.diaryTab a.hover,
.diaryTab a:hover {
    background-color: #90be20 !important;
    border: 5px solid #d1e8ae;
}

.diaryTab img {
    position: absolute;
    left: 28.5px;
    top: 115px;
}

.diaryText {
    overflow: hidden;
}

.diaryText .stage,
.diaryText h2 {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
    display: block;
    font-size: 20px;
    border: 1px solid #979797;
    width: 312px;
    height: 40px;
    line-height: 38px;
}

.diaryText p {
    color: #666;
    line-height: 24px;
    margin-bottom: 18px;
}

.diaryText .diaryTextImg {
    overflow: hidden;
    margin: 0 0 28px -12px;
}

.diaryText .diaryTextImg img {
    float: left;
    margin-bottom: 12px;
    margin-left: 12px;
    width: 230px;
    height: 230px;
}

.diaryXieTitle {
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 16px;
}

.diaryXieriji input.diaryTitle {
    display: block;
    width: 100%;
    color: #999;
    border: 1px solid #dbdbdb;
    margin-bottom: 6px;
    height: 80px;
    line-height: 16px;
    padding: 20px;
}

.diaryXieriji .diaryTabClick {
    position: relative;
    overflow: visible;
    width: auto;
    height: 115px;
}

.diaryXieriji .diaryTabClick input {
    position: absolute;
    display: none;
    top: 0;
    width: 10px;
    height: 10px;
}

.diaryXieriji textarea {
    display: block;
    width: 100%;
    color: #999;
    border: 1px solid #dbdbdb;
    font-family: '微软雅黑';
    margin-bottom: 40px;
    height: 370px;
    padding: 20px;
    resize: none;
}

.diaryXieriji .diaryUp {
    overflow: hidden;
    margin-bottom: 30px;
}

.diaryXieriji .diaryUp span {
    display: block;
    float: left;
    color: #666;
    line-height: 36px;
    margin-right: 10px;
}

.diaryXieriji .diaryUp a {
    position: relative;
    display: block;
    border-radius: 4px;
    float: left;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #979797;
    color: #808080;
    width: 100px;
    height: 36px;
    line-height: 34px;
}

.diaryXieriji .diaryUp a input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    top: 0;
    z-index: 2;
}

.diaryXieriji .diaryUp em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: block;
    float: left;
    line-height: 16px;
}

.diaryXieriji .diaryBq {
    overflow: hidden;
    height: 32px;
    line-height: 22px;
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dbdbdb;
}

.diaryXieriji .diaryBq span {
    display: block;
    float: left;
    color: #666;
    line-height: 22px;
    margin-right: 10px;
}

.diaryXieriji .diaryBq input {
    float: left;
    display: none;
    width: 10px;
    height: 10px;
}

.diaryXieriji .diaryBq label {
    float: left;
    display: block;
    color: #999;
    cursor: pointer;
    background-color: #f7f7f7 !important;
    margin-right: 10px;
    padding: 0 8px;
}

.diaryXieriji .diaryBq label:hover,
.diaryXieriji .diaryBq label.hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.diaryXieriji .diaryClick {
    margin: 0 auto;
    overflow: hidden;
    width: 340px;
    height: 40px;
    line-height: 40px;
}

.diaryXieriji .diaryClick input {
    float: left;
    display: block;
    height: 100%;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 160px;
}

.diaryXieriji .diaryClick input.diaryClickOK {
    background-color: var(--ty-color) !important;
    margin-right: 20px;
}

.diaryXieriji .diaryClick input.diaryClickNo {
    background: #999;
}

.diaryManNum {
    overflow: hidden;
    background-color: #f7f7f7 !important;
    margin-bottom: 12px;
    height: 320px;
}

.diaryManNum i {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 40px auto 20px;
}

.diaryManNum i img {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.diaryManNum h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 26px;
}

.diaryManNum p {
    overflow: hidden;
}

.diaryManNum p span {
    display: block;
    width: 50%;
    text-align: center;
    color: #999;
    line-height: 28px;
}

.diaryManNum p span.fl {
    background: url(../images/man.png) no-repeat right 10px;
}

.diaryManNum p span em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: var(--ty-color);
}

.diaryNo {
    overflow: hidden;
    font-size: 22px;
    color: #999;
    text-align: center;
    padding-top: 100px;
}

.diarySubmit {
    overflow: hidden;
    height: 300px;
    margin-bottom: 40px;
}

.diarySubmit img {
    display: block;
    margin: 40px auto 20px;
}

.diarySubmit p {
    text-align: center;
    font-size: 22px;
    color: var(--ty-color);
    line-height: 24px;
    margin-bottom: 10px;
}

.diarySubmit span {
    display: block;
    color: #999;
    text-align: center;
    padding: 0 10px;
    line-height: 16px;
    margin-bottom: 22px;
}

.diarySubmit a {
    display: block;
    margin: 0 auto;
    background-color: #90be20 !important;
    color: #fff;
    border-radius: 4px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    background: url(../images/xie.png) no-repeat 40px center;
    padding-left: 70px;
}

.decorateLive {
    padding: 30px 0 80px;
}

.decorateLive .cityTab {
    margin-top: 0;
}

.liveListBox {
    float: left;
    width: 868px;
}

.liveListBox .liveList {
    min-height: 800px;
    margin-top: -20px;
}

.liveList li {
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    padding: 20px 0;
}

.liveList li img {
    float: left;
    margin-right: 10px;
    width: 232px;
    height: 174px;
}

.liveList .detail {
    float: right;
    overflow: hidden;
    width: 624px;
}

.liveList .detail h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 12px;
    height: 42px;
    line-height: 42px;
}

.liveList .detail a {
    color: #020207;
}

.liveList .detail .community,
.liveList .detail p {
    font-style: normal;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
}

.buildProgress {
    display: inline-block;
    margin-left: -40px;
    padding: 14px 0 10px;
}

.buildProgress span {
    position: relative;
    float: left;
    display: block;
    color: #999;
    text-align: center;
    margin-left: 40px;
    padding-bottom: 15px;
}

.buildProgress span.done {
    color: #90be20;
}

.buildProgress span i {
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -8px;
    z-index: 1;
    border: 8px solid #ededed;
    margin-left: -8px;
    width: 0;
    height: 0;
}

.buildProgress span.done i {
    border-color: #90be20;
}

.buildProgress hr {
    clear: both;
    border: none;
    border-bottom: 1px solid #ededed;
}
.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page span {
    display: inline-block;
    padding: 10px 10px;
    min-width: 15px;
}
.page .pagination li.active span {
    background: #ff9b51;
    color: #fff;
}
.page {
    margin-top: 20px;
    text-align: center;
}
.page a {
    display: inline-block;
    background: #f5f5f5;
    color: #888;
    padding: 10px 13px;
    min-width: 15px;
    transition: background-color ease .5s;
    font-family: "microsoft yahei";
    border-radius: 3px;
}
.page a:hover {
    color: #fff;
    background: #ff9b51;
}
.orderVisit {
    background-color: #f7f7f7 !important;
    text-align: center;
    width: 320px;
    padding: 15px 30px;
    height: 296px;
}

.orderVisit h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0 35px;
    color: #54586e;
}

.orderVisit input,
.orderVisit select {
    border: 1px solid #dbdbdb;
    margin-bottom: 12px;
    border-radius: 4px;
    width: 100%;
    padding: 5px 10px;
    height: 34px;
    line-height: 24px;
}

.orderVisit button {
    width: 100%;
    background-color: var(--ty-color) !important;
    color: #fff;
    border: none;
    height: 34px;
}

.workerInfo {
    position: relative;
    height: 450px;
    clear: both;
}

.workerInfo img {
    width: 100%;
    height: 450px;
}

.workerInfo .orderVisit {
    position: absolute;
    bottom: 80px;
    right: 30px;
}

.workerInfo .ft,
.workerInfo .ftBg {
    width: 1200px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
}

.workerInfo .ft {
    color: #fff;
    z-index: 2;
    padding: 0 20px;
}

.workerInfo .ft h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    margin: 12px 0 8px;
}

.workerInfo .ft span {
    margin-right: 10px;
}

.workerInfo .ftBg {
    background-color: #020207 !important;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 1;
}

.workerProgress {
    text-align: center;
    margin-top: 40px;
    background: #fafafa;
}

.workerProgress .diaryTab {
    margin-bottom: 0;
    padding: 20px 0 40px;
    height: 150px;
}

.workerProgress .diaryTab a {
    font-size: 16px;
    margin: 0 35px;
    background: #c1c1c1;
    width: 90px;
    height: 90px;
    line-height: 80px;
}

.workerProgress .diaryTab a h3 {
    font-style: normal;
    font-weight: normal;
}

.liveListCon .myBuildLog {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.liveListCon .diaryText h2 {
    margin-bottom: 8px;
}

.liveListCon .diaryText .time {
    text-align: center;
    margin-bottom: 18px;
    color: #b0b0b0;
}

.liveListCon .diaryText p {
    font-size: 16px;
}

.designer {
    display: none;
    overflow: hidden;
    margin: 18px 0 10px;
}

.designer .hd {
    float: left;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.designer .hd img {
    width: 100%;
    height: 100%;
}

.designer .name {
    color: var(--ty-color);
    margin-left: 12px;
    line-height: 42px;
}

.pictureMask,
.pictureShow {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.pictureMask {
    background-color: #020207 !important;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    z-index: 99;
}

.pictureShow {
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    z-index: 100;
    text-align: center;
}

.pictureShow img {
    display: none;
    max-width: 100%;
}

.pictureShow .icon {
    position: absolute;
    cursor: pointer;
}

.pictureShow .iconClose {
    top: 40px;
    right: -48px;
    width: 50px;
    height: 50px;
    background-position: 0 -150px;
    transition: transform 0.5s;
}

.pictureShow .iconPrev {
    top: 50%;
    left: 0;
    margin-top: -60px;
}

.pictureShow .iconNext {
    top: 50%;
    right: 0;
    margin-top: -60px;
}

.pictureShow .iconClose:hover {
    background-position: 0 -150px;
    transform: rotate(180deg);
}

.activePage {
    padding-top: 40px;
}

.activeTabs {
    margin-left: -22px;
    color: #d8d8d8;
}

.activeTabs a {
    color: #333;
    font-size: 18px;
    border-bottom: 2px;
    display: inline-block;
    margin: 0 22px;
    padding: 0 12px;
    height: 32px;
    line-height: 28px;
}

.activeTabs a.active {
    color: var(--ty-color);
    border: 1px solid #f08300;
    border-width: 0 0 2px 0;
}

.hotActive ul {
    overflow: hidden;
    margin: 4px 0 52px;
}

.hotActive ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    line-height: 38px;
}

.hotActive li a {
    color: #666;
}

.activeList {
    float: left;
    margin-top: 12px;
    width: 850px;
}

.activeList ul {
    min-height: 600px;
}

.activeList li {
    margin-bottom: 40px;
}

.activeList li img {
    width: 850px;
    height: 360px;
}

.activeList li a {
    color: var(--ty-color);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.activeList li .ft {
    position: relative;
    color: #666;
    padding: 16px 0 9px;
}

.activeList li .ft h3 {
    margin-bottom: 10px;
}

.activeList li .city {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    padding-left: 20px;
    height: 20px;
    background: url("../images/city.png") no-repeat left center;
}

.materialPage {
    position: relative;
    padding: 4px 0 80px;
}

.materialPage img {
    vertical-align: middle;
}

.materialPage .pagePosition {
    padding-bottom: 20px;
}

.materialPage .diaryJiathis {
    position: absolute;
    top: 15px;
    right: 0;
}

.lfNav {
    float: left;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 320px;
}

.lfNav h2 {
    color: var(--ty-color);
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    height: 64px;
    line-height: 64px;
}

.lfNav h3 {
    position: relative;
    background-color: #dbdbdb !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
}

.lfNav h3 .icon {
    margin-right: 6px;
    margin-top: -5px;
}

.lfNav h3 .iconFold {
    position: absolute;
    top: 30px;
    right: 17px;
}

.lfNav h3.fold {
    cursor: pointer;
}

.lfNav h3.unFold .iconFold {
    background-position: -60px 0;
}

.lfNav ul {
    display: none;
    background-color: #fff !important;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    padding-bottom: 73px;
}

.lfNav ul li {
    cursor: pointer;
    padding-left: 24px;
    height: 46px;
    line-height: 46px;
}

.lfNav ul li,
.lfNav ul a {
    color: #151515;
}

.lfNav ul li.active {
    background: url("../images/active.png") no-repeat top center;
}

.lfNav ul li.active,
.lfNav ul li.active a {
    color: var(--ty-color);
}

.lfNav.lfNavZfc {
    width: 200px;
}

.lfNav.lfNavGxh ul {
    overflow: auto !important;
    height: 514px;
    padding: 0;
}

.lfNav.lfNavGxh ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.lfNav.lfNavGxh ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.lfNav.lfNavGxh ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dbdbdb;
}

.rtDetail {
    float: right;
    color: #666;
    margin-top: 20px;
    width: 868px;
    min-height: 753px;
}

.itemDetail {
    display: none;
    overflow: hidden;
}

.itemDetail .detail {
    padding-top: 10px;
}

.itemDetail .detail h3 {
    font-style: normal;
    font-weight: normal;
    color: #020207;
    text-align: center;
    font-size: 28px;
    height: 67px;
    line-height: 67px;
}

.itemDetail .detail h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: var(--ty-color);
    border-bottom: 1px solid #dbdbdb;
    margin-top: 20px;
    line-height: 44px;
}

.itemDetail .detail dl {
    overflow: hidden;
    min-height: 47px;
    padding: 16px 20px 0;
    background: #f7f7f7;
}

.itemDetail .detail dd {
    float: left;
    margin: 0 80px 16px 0;
}

.itemDetail .detail ul {
    padding: 15px 0;
}

.itemDetail .detail li {
    line-height: 28px;
}

.materialCon {
    min-height: 500px;
    width: 988px;
}

.materialCon .itemDetail {
    background: none !important;
    margin-top: 0;
    padding: 0;
}

.materialCon .itemDetail .logo {
    margin-bottom: 12px;
}

.materialLst {
    margin-left: -12px;
    padding-top: 12px;
}

.materialLst li {
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    width: 238px;
}

.materialLst li a {
    color: #666;
}

.materialLst li .text {
    padding-top: 10px;
    height: 188px;
}

.materialLst li dt {
    color: #333;
    font-size: 18px;
    padding: 10px 0;
    line-height: 22px;
}

.materialLst li dd {
    line-height: 28px;
}

.workDi {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    margin-top: 38px;
    margin-bottom: 40px;
}

.workDi .workDiList {
    overflow: hidden;
}

.workDi .workDiList li {
    float: left;
    width: 392px;
    margin-right: 12px;
    background-color: #f7f7f7 !important;
    overflow: hidden;
    height: 449px;
    margin-bottom: 40px;
}

.workDi .workDiList li h2 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 26px;
    margin: 30px 0 24px;
}

.workDi .workDiList li p {
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}

.workDi .workDiList li p span {
    display: block;
    width: 50%;
    color: #999;
    line-height: 24px;
}

.workDi .workDiList li p span em {
    display: block;
    font-size: 30px;
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    margin-top: 8px;
}

.workDi .workDiList li img {
    display: block;
    width: 100%;
    height: 280px;
}

.workDi .workDiFenxiang {
    overflow: hidden;
    margin-top: 42px;
    height: 32px;
}

.workDi .workDiAbout {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    height: 450px;
    margin-bottom: 40px;
}

.workDi .workDiAbout img {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.workDi .workDiAboutBottom {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 94px;
    padding: 0 20px;
    bottom: 0;
    z-index: 1;
}

.workDi .workDiAboutBottom i {
    position: absolute;
    display: block;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
}

.workDi .workDiAboutBottom h2 {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    z-index: 1;
}

.workDi .workDiAboutBottom p {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    line-height: 14px;
    height: 14px;
    z-index: 1;
}

.workDi .workDiAboutBottom strong {
    position: relative;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 14px;
    margin-top: 8px;
    z-index: 1;
}

.workDi .workDiAboutBottom strong span {
    display: block;
    float: left;
    margin-right: 30px;
}

.workDi .workDiAboutBottom strong span em {
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    font-family: 'arial';
}

.workDi .workDiAboutI {
    position: absolute;
    background-color: #f7f7f7 !important;
    width: 320px;
    height: 324px;
    top: 63px;
    right: 30px;
    z-index: 2;
}

.workDi .workDiAboutI h3 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #666;
    font-size: 24px;
    line-height: 26px;
    margin: 32px 0 35px;
}

.workDi .workDiAboutI input {
    display: block;
    border: 1px solid #dbdbdb;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0 12px;
    width: 258px;
    height: 34px;
    line-height: 32px;
}

.workDi .workDiAboutI input.workDiAboutOk {
    background-color: var(--ty-color) !important;
    border: 1px solid #f08300;
    text-align: center;
    color: #fff;
}

.workDi h4.workDiTitle {
    text-align: center;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    margin: 0 auto;
    width: 310px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #979797;
    margin-bottom: 30px;
}

.workDi .workDiXqList li {
    position: relative;
    cursor: pointer;
    height: 392px;
}

.workDi h4.workDiTitle em {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
}

.workDi .workDiXqList li h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin: 12px 0 16px;
    padding: 0 20px;
}

.workDi .workDiXqList li h5 span {
    font-size: 14px;
    color: #8b572a;
}

.workDi .workDiXqList li p {
    text-align: left;
    color: #999;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 24px;
}

.workDi .workDiXqList li .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: 0;
    top: 0;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.workDi .workDiXqList li .hover i {
    position: absolute;
    background-color: var(--ty-color) !important;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}

.workDi .workDiXqList li .hover a {
    position: relative;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    width: 190px;
    height: 38px;
    line-height: 36px;
    z-index: 1;
    margin-top: 177px;
}

.workDi .workDiXqList li:hover .hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
}

.case {
    display: block;
    overflow: hidden;
}

.caseThite {
    overflow: hidden;
    margin: 60px 0 24px;
}

.caseThite h2 {
    color: var(--ty-color);
    font-size: 24px;
    float: left;
    line-height: 26px;
}

.caseThite a {
    float: right;
    display: block;
    color: #999;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
}

.caseThite a img {
    vertical-align: -4px;
    margin-right: 13px;
}

.caseThite a img.xz {
    animation: rotating 0.6s linear infinite;
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.caseBanner {
    height: 400px;
    margin-bottom: 32px;
}

.caseBanner .caseChoice {
    position: absolute;
    float: left;
    display: block;
    width: 500px;
    height: 356px;
    background: rgba(255, 255, 255, 0.95);
    padding: 33px 40px 0;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.08);
    bottom: 0;
    z-index: 10;
}

.caseBanner .caseChoice div {
    overflow: hidden;
    margin-bottom: 15px;
}

.caseBanner .caseChoice p {
    float: left;
    width: 372px;
    line-height: 30px;
}

.caseBanner .caseChoice p input {
    display: none;
    float: left;
}

.caseBanner .caseChoice p label,
.caseBanner .caseChoice p a {
    display: block;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-right: 22px;
    margin-bottom: 2px;
    padding: 0 7px;
    color: #333;
}

.caseBanner .caseChoice p label.hover,
.caseBanner .caseChoice p a.hover {
    background-color: var(--ty-color) !important;
    color: #fff;
    border-radius: 4px;
}

.caseBanner .caseChoice p a:hover {
    color: var(--ty-color);
}

.caseBanner .caseChoice p a.hover:hover {
    color: #fff;
}

.caseBanner .caseChoice b {
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 30px;
}

.caseBanner .caseNumber {
    position: absolute;
    float: left;
    text-align: left;
    width: 700px;
    bottom: 0;
    left: 500px;
    height: 80px;
    background: rgba(0, 0, 0, 0.67);
    z-index: 10;
}

.caseBanner .caseNumber span {
    position: absolute;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    background: none;
    margin: 0;
    line-height: 80px;
    padding: 0 40px;
    top: 0;
}

.caseBanner .caseNumber span.hover {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0) !important;
}

.caseBanner a.casePrev {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    bottom: 0;
    z-index: 10;
    left: 0;
    background: url(../images/xian.png) no-repeat left center, url(../images/left.png) no-repeat center center;
}

.caseBanner a.caseNext {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    bottom: 0;
    z-index: 10;
    left: 0;
    background: url(../images/xian.png) no-repeat left center, url(../images/right.png) no-repeat center center;
}

@media screen and (min-width: 1921px) {
    .caseBanner {
        min-height: 543px;
    }

    .caseBanner ul li a {
        background-size: auto 100% !important;
    }
}

.caseChoiceEsc {
    width: 1200px;
    margin: 0 auto;
    display: none;
    height: 45px;
    background: #f3f3f3;
    margin-top: 20px;
    padding: 7px 12px;
}

.caseChoiceEsc a {
    display: block;
    float: left;
    background-color: #fff !important;
    text-align: center;
    color: #999;
    border-radius: 4px;
    display: none;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 10px;
}

.caseChoiceEsc a img {
    cursor: pointer;
    vertical-align: 0;
    margin: 0 10px 0 6px;
}

.caseText {
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
    display: block;
}

.caseList {
    width: 100%;
    display: inline-block;
}

.caseList li {
    float: left;
    overflow: hidden;
    width: 382px;
    height: 303px;
    border: 1px solid #f3f3f3;
    margin: 0 27px 37px 0;
    transition: all 0.3s ease-out;
}

.caseList_1 li {
    margin-bottom: 0 !important;
}

.caseList li:nth-child(3n) {
    margin-right: 0 !important;
}

.caseList li i {
    display: block;
    overflow: hidden;
    height: 225px;
    border-bottom: 1px solid #f3f3f3;
}

.caseList li i img {
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.caseList li div {
    position: relative;
    overflow: hidden;
    height: 78px;
    padding-top: 20px;
}

.caseList li div div {
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    padding: 0 26px;
    transition: all 0.3s ease-out;
}

.caseList li div div h3 {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    height: 19px;
}

.caseList li div div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 10px;
}

.caseList li div em {
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    color: #fff;
    background-color: var(--ty-color) !important;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    bottom: 10px;
    right: 10px;
    width: 58px;
    height: 58px;
    line-height: 16px;
    padding-top: 14px;
    z-index: 10;
    transition: all 0.5s ease-out;
}

.caseList li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.caseList li:hover div div {
    width: 312px;
}

.caseList li:hover div em {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.caseText .Paging {
    padding: 0;
}

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

.caseGood ul {
    width: 100%;
    display: inline-block;
}

.caseGood li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 292px;
    height: 170px;
    margin: 0 13px 13px 0;
}

.caseGood li:nth-child(3) {
    margin-right: 0 !important;
}

.caseGood li:nth-child(4) {
    margin-bottom: 0 !important;
}

.caseGood li:nth-child(5) {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.caseGood li a {
    display: block;
    width: 100%;
    height: 100%;
}

.caseGood li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.caseGood li div {
    position: absolute;
    width: 100%;
    color: #fff;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    height: 50px;
    left: 0;
    bottom: -66px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    transition: all 0.3s ease-out;
}

.caseGood li div h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 14px;
    margin: 9px 0 4px;
}

.caseGood li div span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.caseGood li.caseGood_1 {
    width: 590px;
    height: 353px;
    margin-bottom: 0;
}

.caseGood li.caseGood_1 div {
    height: 66px;
}

.caseGood li.caseGood_1 div h3 {
    font-size: 18px;
    float: left;
    margin: 0;
    line-height: 66px;
    display: inherit;
}

.caseGood li.caseGood_1 div span {
    float: right;
    font-size: 14px;
    display: inherit;
    line-height: 66px;
}

.caseGood li:hover div {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 0;
}

.sacePush {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 116px;
}

.sacePush ul {
    display: inline-block;
}

.sacePush li {
    float: left;
    width: 278px;
    height: 220px;
    overflow: hidden;
    margin-right: 20px;
}

.sacePush li:nth-child(4) {
    margin-right: 0 !important;
}

.sacePush li i {
    display: block;
    width: 100%;
    height: 164px;
    border: 1px solid #e7e7e7;
    margin-bottom: 18px;
    transition: all 0.3s ease-out;
}

.sacePush li i img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.sacePush li div {
    padding: 0 10px;
}

.sacePush li h3 {
    font-style: normal;
    font-weight: normal;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    height: 16px;
    line-height: 16px;
    margin-bottom: 6px;
}

.sacePush li span {
    font-size: 12px;
    color: #999;
}

.sacePush li:hover i {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.case .nothing {
    background-color: #fff !important;
}

.caseDetaBaner {
    width: 100%;
    height: 360px;
}

.caseDetaBaner .caseDetaBanerImg {
    display: none;
}

.caseDetaBaner ul {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 0;
}

.caseDetaBaner ul li {
    color: #fff;
    float: left;
    width: 19%;
    padding-right: 34px;
}

.caseDetaBaner ul li:nth-child(1) {
    width: 24%;
}

.caseDetaBaner ul li h6 {
    font-size: 20px;
    color: var(--ty-color);
    line-height: 20px;
    margin-bottom: 35px;
}

.caseDetaBaner ul li h6 hr {
    display: block;
    background-color: var(--ty-color) !important;
    border: none;
    width: 19px;
    height: 3px;
    margin-bottom: 18px;
}

.caseDetaBaner ul li p {
    line-height: 20px;
}

.caseDeta {
    width: 1200px;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 100px;
}

.caseDeta .caseDetaLeft {
    float: left;
    background-color: #f7f7f7 !important;
    width: 1130px;
    padding: 0 56px 0 46px;
    margin-bottom: 60px;
}

.caseDeta .caseDetaLeft .crumbs {
    border: none;
    width: auto;
    padding: 27px 0 29px 0;
}

.caseDeta .caseDetaLeft h1 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}

.caseDeta .caseDetaLeft p {
    text-indent: 2em;
    line-height: 25px;
    color: #555;
    margin-bottom: 50px;
}

.caseDeta .caseDetaLeft ul {
    overflow: hidden;
}

.caseDeta .caseDetaLeft ul li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 58px;
}

.caseDeta .caseDetaLeft ul li .caseLeft {
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    float: left;
    display: none;
    margin-right: 27px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    background: #e3e3e3;
    color: #555;
}

.caseDeta .caseDetaLeft ul li .caseRight {
    margin: 0 auto;
    width: 660px;
    color: #555;
}

.caseDeta .caseDetaLeft ul li .caseRight img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 18px;
}

.caseDeta .caseDetaLeft ul li .caseRight span {
    line-height: 22px;
}

.caseDeta .caseDetaRight {
    position: relative;
    float: left;
    width: 70px;
    top: 0;
    z-index: 3;
}

.caseDeta .caseDetaRight strong {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #797979;
    margin-bottom: 2px;
    background: #d6d6d6;
    width: 70px;
    height: 70px;
}

.caseDeta .caseDetaRight strong img {
    display: block;
    margin: 0 auto;
}

.caseDeta .caseDetaRight strong.caseFx img {
    padding: 15px 0 5px;
}

.caseDeta .caseDetaRight strong.caseFx .diaryJiathis {
    position: absolute;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: -280px;
    top: 0;
    z-index: 1;
    height: 70px;
    padding: 0 21px;
    margin-bottom: 0;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 19px;
}

.caseDeta .caseDetaRight strong.casePg {
    padding-top: 10px;
    height: 86px;
}

.caseDeta .caseDetaRight strong.caseSc img {
    padding: 16px 0 4px;
}

.caseDeta .caseDetaRight strong.caseZx {
    position: relative;
    background-color: var(--ty-color) !important;
    color: #fff;
    font-size: 20px;
    height: 177px;
    padding-top: 58px;
}

.caseDeta .caseDetaRight strong.caseZx em {
    display: block;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    width: 20px;
    line-height: 22px;
}

.caseDeta .caseDetaRight strong.caseZx img {
    position: absolute;
    margin: 0;
    right: 20px;
    top: 20px;
    animation: imgLr 0.8s linear infinite;
}

.caseDeta .caseDetaRight .programShow {
    display: none;
    position: absolute;
    top: -22px;
    left: -214px;
}

@keyframes imgLr {
    from {
        right: 12px;
    }
    to {
        left: 13px;
    }
}

.caseDeta .caseDetaRight strong.caseDb {
    background-color: #fff !important;
}

.caseDeta .caseDetaRight strong.caseDb img {
    padding-top: 20px;
}

.caseDeta .caseFenye {
    overflow: hidden;
    width: 100%;
}

.caseDeta .caseFenye a {
    display: block;
    float: left;
    width: 50%;
    line-height: 35px;
}

.caseDeta .caseFenye a b {
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #555;
    width: 90px;
    height: 35px;
    background: #e3e3e3;
    margin-right: 10px;
}

.caseDeta .caseFenye a p {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #555;
    height: 35px;
    width: 500px;
    padding-right: 25px;
}

.caseDeta .caseFenye a:hover p {
    text-decoration: underline;
}

@media screen and (min-width: 1921px) {
    .caseDetaBaner {
        min-height: 480px;
        background-size: auto 100% !important;
    }
}

.news {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.news .pagePosition {
    margin-bottom: 10px;
}

.news .newsLeft {
    width: 868px;
    margin-right: 12px;
    display: block;
    float: left;
}

.news .newsList {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 16px;
}

.news .newsList li {
    overflow: hidden;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 195px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news .newsList li a {
    display: block;
    width: 100%;
    height: 100%;
    display: table;
}

.news .newsList li img {
    float: left;
    width: 232px;
    height: 174px;
    margin-right: 20px;
}

.news .newsList li div {
    float: left;
    width: 612px;
    vertical-align: middle;
}

.news .newsList li h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #020207;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 24px;
    height: 42px;
    padding-bottom: 18px;
}

.news .newsList li p {
    color: #666;
    margin-bottom: 12px;
    line-height: 22px;
}

.news .newsList li span {
    color: var(--ty-color);
}

.news .newsList li a:hover h2 {
    color: var(--ty-color);
}

.newsNew {
    overflow: hidden;
    width: 100%;
}

.newsNew h1 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.newsNew .newsSource {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.newsNew .newsSource span {
    color: #666;
    margin: 0 5px;
}

.newsNew p {
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 14px;
    line-height: 24px;
}

.newsNew img {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    vertical-align: top;
    max-width: 100%;
}

.userCenter {
    padding: 40px 0 90px;
}

.userCenter .sideBar {
    border: 1px solid #dbdbdb;
    float: left;
    width: 216px;
    height: 500px;
}

.userCenter .sideBar h3 {
    background-color: #f7f7f7 !important;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding-left: 24px;
    height: 36px;
    line-height: 36px;
}

.userCenter .sideBar ul {
    padding-top: 10px;
}

.userCenter .sideBar li {
    font-size: 18px;
    padding: 13px 0;
}

.userCenter .sideBar li a {
    display: block;
    color: #333;
    padding-left: 24px;
    height: 24px;
}

.userCenter .sideBar li.cur a,
.userCenter .sideBar li.cur a:hover {
    border: 1px solid #f08300;
    color: var(--ty-color);
    border-width: 0 0 0 4px;
    background: url("../images/arrow.png") no-repeat 187px center;
}

.userCenter .userCon {
    float: right;
    width: 960px;
}

.userCenter .rtSection {
    border: 1px solid #dbdbdb;
    margin-bottom: 12px;
}

.userCenter .innerBox {
    padding: 10px 24px;
    min-height: 500px;
}

.userCon .line {
    height: 12px;
    border: none;
    border-bottom: 1px dotted #dbdbdb;
}

.userCon table {
    width: 100%;
    text-align: center;
    color: #999;
    border-spacing: 0;
    border-collapse: collapse;
}

.userCon table thead th {
    color: #020207;
    font-style: normal;
    font-weight: normal;
    padding: 10px 0;
}

.userCon tbody td {
    padding: 10px 0;
    line-height: 20px;
}

.myFCode a {
    color: #999;
}

.myFCode a:hover {
    color: var(--ty-color);
}

.myFCode tbody tr:hover {
    background-color: #f7f7f7 !important;
}

.myFCode tbody tr:first-child td {
    padding-top: 20px;
}

.myFCode thead th {
    border-bottom: 1px dotted #dbdbdb;
    padding: 15px 0;
}

.myFCode thead th:first-child,
.myFCode tr td:first-child {
    text-align: left;
}

.myFCode thead th:last-child,
.myFCode tr td:last-child {
    text-align: right;
}

.fdetail {
    color: #666;
    padding: 10px 0;
}

.fdetail h2,
.fdetail h3 {
    font-style: normal;
    font-weight: normal;
}

.fdetail h2 {
    font-size: 14px;
    color: #020207;
}

.fdetail h3 {
    margin-top: 12px;
    font-size: 16px;
    color: var(--ty-color);
}

.fdetail .info {
    margin-top: 6px;
    line-height: 40px;
}

.wxService {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
}

.fdetail .rule {
    margin-top: 12px;
    line-height: 28px;
}

.caseLst .tag .icon {
    margin-right: 6px;
}

.userCon .tabs {
    font-size: 16px;
    text-align: center;
}

.userCon .tabs a {
    color: #020207;
    border: none;
    cursor: pointer;
    border-bottom-width: 2px;
    display: inline-block;
    margin: 0 35px;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
}

.userCon .tabs a.hover,
.userCon .tabs a:hover {
    color: var(--ty-color);
}

.userCon .tabs a.hover {
    border: 1px solid #f08300;
    border-width: 0 0 2px 0;
}

.userCon .decorateThing .list li,
.userCon .decorateThing .list li img {
    width: 450px;
    height: 340px;
}

.userCon .decorateThing {
    overflow: hidden;
}

.userCon .decorateThing .list {
    overflow: hidden;
    height: 725px;
}

.userCon .decorateThing .list li {
    margin: 0 0 45px 10px;
}

.userCon .decorateThing .list .ft,
.userCon .decorateThing .list .ftBg {
    height: 68px;
}

.userCon .decorateThing .list .tit {
    margin: 10px 0;
}

.userCon .decorateThing .paging {
    padding: 40px 0 80px;
}

.caseLst {
    overflow: hidden;
    margin-left: -12px;
}

.caseLst li {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: 10px;
    width: 295px;
    height: 360px;
}

.caseLst li img {
    width: 295px;
    height: 295px;
}

.caseLst li .label,
.caseLst li .labelBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 105px;
    height: 36px;
}

.caseLst li .label {
    color: #fff;
    padding-left: 14px;
    line-height: 36px;
    z-index: 2;
}

.caseLst li .labelBg {
    background-color: #90be20 !important;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1;
}

.caseLst li .ft span {
    margin-right: 20px;
}

.caseLst li .tit {
    display: block;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    margin-bottom: 12px;
}

.userForm {
    margin: 0 auto;
    width: 380px;
    padding-top: 28px;
}

.userForm p {
    margin-bottom: 20px;
    height: 40px;
}

.userForm p .inputTxt {
    border: 1px solid #dbdbdb;
    width: 280px;
    height: 40px;
    padding: 5px 10px;
    line-height: 28px;
}

.userForm p span {
    float: left;
    text-align: right;
    display: inline-block;
    margin-right: 16px;
    width: 70px;
    line-height: 40px;
}

.userForm .saveBtn {
    border: none;
    background-color: var(--ty-color) !important;
    color: #fff;
    border-radius: 4px;
    margin: 20px 0 0 86px;
    width: 120px;
    height: 36px;
}

.userForm .radioBox {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 30px;
    line-height: 40px;
    background: url("../images/radio.png") no-repeat bottom left;
}

.userForm .radioCek {
    background-position: top left;
}

.userForm .radioBox input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.userHead {
    margin: 0 auto;
    width: 260px;
    padding: 0 0 0 10px;
}

.userHead h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
}

.userHead .picBox {
    background-color: #f7f7f7 !important;
    text-align: center;
    margin-bottom: 24px;
    width: 240px;
    height: 240px;
    line-height: 100%;
    background: url("../images/photo.png") no-repeat center center;
}

.userHead .picBox img {
    display: inline-block;
    width: 100%;
}

.userHead .selectPic {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    border-radius: 4px 0 0 4px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #999;
}

.userHead .selectPic input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 120px;
    height: 36px;
}

.userHead .saveBtn {
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-radius: 0 4px 4px 0;
}

.userHead .tips {
    font-size: 12px;
    color: #666;
    padding-top: 20px;
    line-height: 24px;
}

.userNotData {
    text-align: center;
    color: #666;
    font-size: 18px;
    padding: 24px;
    line-height: 74px;
    height: 122px;
}

.userNotData .orderBtn {
    display: block;
    color: #fff;
    background-color: var(--ty-color) !important;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
    width: 230px;
    height: 36px;
    line-height: 36px;
}

.notOrder p {
    font-size: 14px;
    line-height: 36px;
}

.myOrder {
    color: #666;
}

.myOrder .hd,
.myOrder .bd {
    margin: 0 24px;
}

.myOrder .hd {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #dbdbdb;
}

.myOrder .hd h3 {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333;
}

.myOrder .hd .time {
    float: right;
    color: #999;
}

.myOrder .bd {
    overflow: hidden;
    padding: 15px 0;
    line-height: 36px;
}

.myOrder .bd li {
    float: left;
    display: inline-block;
    min-width: 33.33%;
    *width: 33.33%;
}

.myOrder .ft {
    background-color: #f7f7f7 !important;
    color: #333;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
}

.myOrder .ft a {
    display: block;
    text-align: center;
    color: #333;
}

.myOrder .ft span {
    display: inline-block;
    margin-right: 100px;
}

.userCon .myTabs {
    margin-bottom: 12px;
}

.memberLst {
    overflow: hidden;
    padding: 5px 4px 20px;
}

.memberLst li {
    float: left;
    width: 50%;
    margin: 20px 0 0 20px;
    width: 455px;
    height: 58px;
}

.memberLst li .phone {
    display: block;
    float: left;
    font-size: 18px;
    color: #333;
    padding-left: 36px;
    height: 58px;
    line-height: 58px;
    background: url("../images/phone.png") no-repeat center left;
}

.memberLst li img {
    float: left;
    width: 58px;
    height: 58px;
}

.memberLst li .member {
    float: left;
    margin: 8px 25px 0 12px;
    width: 56px;
}

.memberLst .member span {
    display: block;
}

.memberLst .member .name {
    color: #999;
}

.drawLst {
    overflow: hidden;
    padding: 25px 0;
    margin-left: -6px;
}

.drawLst li {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 28px;
    width: 444px;
    height: 328px;
}

.drawLst li span {
    display: block;
    line-height: 36px;
}

.drawLst li img {
    width: 444px;
    height: 292px;
    border: 10px solid #f7f7f7;
}

.drawLst li .download,
.drawLst li .downloadBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 292px;
    line-height: 292px;
}

.drawLst li .download {
    z-index: 2;
}

.drawLst li .downloadBg {
    z-index: 1;
}

.drawLst li .download a {
    color: var(--ty-color);
}

.myMatLst table th,
.myMatLst table td {
    text-align: center;
    border: 1px dotted #dbdbdb;
    border-right: 0;
}

.myMatLst table th {
    border-top-style: solid;
}

.myMatLst table td {
    border-bottom: 0;
}

.myMatLst tr td:last-child {
    border-right: 0;
}

.myMatLst tr td:first-child,
.myMatLst table th:first-child {
    width: 20%;
    border-left: 0;
}

.myMatTabs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

.myMatTabs a {
    float: left;
    display: block;
    font-size: 18px;
    color: #333;
    width: 25%;
    height: 52px;
}

.myMatTabs a.hover {
    color: #fff;
    background: #aaa;
}

.iconBuild,
.myBuild .status {
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url("../images/build.png") no-repeat;
}

.builddStepA {
    background-position: 0 0;
}

.builddStepB {
    background-position: 0 -70px;
}

.builddStepC {
    background-position: 0 -140px;
}

.builddStepD {
    background-position: 0 -210px;
}

.builddStepE {
    background-position: 0 -280px;
}

.builddStepF {
    background-position: 0 -350px;
}

.done .builddStepA {
    background-position: -70px 0;
}

.done .builddStepB {
    background-position: -70px -70px;
}

.done .builddStepC {
    background-position: -70px -140px;
}

.done .builddStepD {
    background-position: -70px -210px;
}

.done .builddStepE {
    background-position: -70px -280px;
}

.done .builddStepF {
    background-position: -70px -350px;
}

.myBuild {
    position: relative;
    font-size: 12px;
    overflow: hidden;
    padding-top: 32px;
}

.myBuild hr {
    border: none;
    position: absolute;
    top: 52px;
    left: 10%;
    right: 10%;
    zb-index: -1;
    height: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.myBuild ul {
    margin-left: -61px;
}

.myBuild li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 130px;
    width: 60px;
}

.myBuild .old {
    margin-left: -33px;
}

.myBuild .old li {
    margin-left: 95px;
}

.myBuild li strong {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.myBuild .status {
    display: none;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -4px;
    left: 43px;
    z-index: 1;
    width: 40px;
    height: 18px;
    line-height: 16px;
    background-position: 0 -420px;
}

.myBuild i {
    font-style: normal;
    font-weight: normal;
}

.myBuild .done i {
    display: none;
}

.myBuild .done .status {
    display: block;
}

.myBuildLog {
    margin: 24px 23px 0;
    border-top: 1px dotted #dbdbdb;
}

.myBuildLog .diaryText {
    padding-top: 46px;
}

.myBuildLog .diaryText h6,
.myBuildLog .diaryText .buildTime {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    background: url(../images/group.png) no-repeat left center;
    padding: 0 45px;
    margin-bottom: 23px;
}

.myBuildLog .diaryText h6 span,
.myBuildLog .diaryText .buildTime span {
    margin-left: 46px;
}

.myBuildLog .diaryText h6 b,
.myBuildLog .diaryText .buildTime b {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #90be20 !important;
    right: -23px;
    width: 98px;
    height: 24px;
    line-height: 24px;
    top: 4px;
    border-radius: 12px 0 0 12px;
}

.myBuildLog .diaryTextImg img {
    width: 219px;
    height: 219px;
}

.myAsk {
    margin-top: 12px;
}

.myAsk ul {
    margin: 12px 24px 0;
    border-top: 1px dotted #dbdbdb;
}

.myAsk li {
    overflow: hidden;
    padding: 5px 0;
    line-height: 28px;
    border-bottom: 1px dotted #dbdbdb;
}

.myAsk li a {
    color: #333;
}

.myAsk li span {
    float: left;
    margin-right: 20px;
    color: #999;
}

.myAsk li .num {
    float: right;
}

.myAsk li .num i {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
}

.sendPhonePop {
    display: block;
    background-color: #020207 !important;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.sendPhone {
    background-color: #fff !important;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin: -130px 0 0 -250px;
    width: 500px;
    height: 260px;
}

.sendPhone .title {
    position: relative;
    font-size: 16px;
    padding: 0 10px 0 24px;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
}

.sendPhone .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/esc.png") no-repeat top center;
}

.sendPhone .formBox {
    position: relative;
    text-align: center;
    padding: 20px;
}

.sendPhone .formBox .error {
    position: absolute;
    top: 0;
    line-height: 32px;
}

.sendPhone .formBox p {
    margin-top: 12px;
}

.sendPhone .formBox label {
    text-align: right;
    margin-right: 12px;
    display: inline-block;
    width: 70px;
}

.sendPhone .formBox .inputTxt {
    padding: 2px 5px;
    width: 230px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #999;
}

.sendPhone .formBox .inputCode {
    width: 150px;
}

.sendPhone .formBox .code {
    display: inline-block;
    margin-left: 4px;
    width: 74px;
    height: 40px;
    background: #d8d8d8;
    vertical-align: top;
}

.sendPhone .formBox .btnBox {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px dotted #dbdbdb;
}

.sendPhone .formBox button {
    background-color: var(--ty-color) !important;
    border: none;
    border-radius: 4px;
    color: #fff;
    width: 160px;
    height: 36px;
}

.dsIcon {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/design_icon.png") no-repeat;
}

.iconStepA {
    background-position: -150px -50px;
}

.iconStepB {
    background-position: -150px -100px;
}

.iconStepC {
    background-position: -150px -150px;
}

.iconStepD {
    background-position: -150px -200px;
}

.hover .iconStepA {
    background-position: -200px -50px;
}

.hover .iconStepB {
    background-position: -200px -100px;
}

.hover .iconStepC {
    background-position: -200px -150px;
}

.hover .iconStepD {
    background-position: -200px -200px;
}

.iconSearch {
    width: 20px;
    height: 20px;
    background-position: -10px -10px;
}

.iconSearch2 {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-position: -90px -10px;
}

.iconPos {
    width: 15px;
    height: 16px;
    background-position: -10px -100px;
}

.iconPic {
    width: 15px;
    height: 16px;
    background-position: -50px -100px;
}

.iconClock {
    width: 15px;
    height: 16px;
    background-position: -100px -100px;
}

.iconDecorate {
    width: 18px;
    height: 20px;
    background-position: -10px -50px;
}

.iconChange {
    margin: -2px 10px 0 0;
    width: 14px;
    height: 14px;
    background-position: -50px -50px;
}

.iconChange2 {
    margin: -2px 10px 0 0;
    width: 14px;
    height: 14px;
    background-position: -90px -50px;
}

.iconDraw {
    margin: -8px 20px 0 0;
    width: 22px;
    height: 22px;
    background-position: -50px -200px;
}

a:hover .iconDraw,
a:active .iconDraw {
    background-position: -90px -200px;
}

.iconArrow {
    width: 15px;
    height: 10px;
    background-position: -50px -10px;
}

.iconEdit {
    width: 30px;
    height: 30px;
    background-position: 0 -240px;
}

.iconBack {
    width: 10px;
    height: 12px;
    background-position: -100px -250px;
}

.iconWrap {
    margin: -2px 5px 0 0;
    width: 15px;
    height: 15px;
    background-position: -120px -10px;
}

.iconInner {
    margin: -2px 5px 0 0;
    width: 15px;
    height: 15px;
    background-position: -150px -10px;
}

.cloudDesign {
    padding-bottom: 40px;
    min-height: 660px;
    background-color: #f2f2f2;
}

.cloudDesign .dsBanner {
    height: 100px;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: url("../images/kjlbanner.jpg") no-repeat center center;
}

.cloudDesign .guideBanner {
    height: 550px;
    background: url("../images/guidebanner.jpg") no-repeat top center;
}

.cloudDesign .btn {
    display: inline-block;
    width: 110px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.cloudDesign .btn i {
    margin-right: 10px;
}

.cloudDesign .createBtn {
    border: 1px solid #ed6c00;
    color: #ed6c00;
}

.cloudDesign .decorateBtn {
    background: #ed6c00;
    color: #fff;
}

.cloudDesign .changeDsBtn {
    background-color: #fff !important;
    color: #333;
    border: 1px solid #ddd;
}

.guideBanner .btn,
.designGuide .btn {
    display: inline-block;
    width: 180px;
    height: 44px;
    border: 1px solid #ed6c00;
    line-height: 42px;
    text-align: center;
    background: #ed6c00;
    color: #fff;
    font-size: 20px;
}

.guideBanner .btn:active,
.designGuide .btn:active {
    background: #ed6c00;
}

.guideBanner .btnOpacity,
.designGuide .btnOpacity {
    border: 1px solid #ec7600;
    background: rgba(255, 108, 0, 0.6);
}

.guideBanner .btnOpacity:hover,
.designGuide .btnOpacity:hover,
.guideBanner .btnOpacity :active,
.designGuide .btnOpacity :active {
    background: #ed6c00;
}

.guideBanner .btn {
    margin-top: 157px;
}

.designGuide {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px;
    color: #666;
}

.designGuide .box {
    margin-top: 90px;
    height: 640px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.designGuide .box h2,
.designGuide .box h3,
.designGuide .box p {
    padding-left: 22px;
    font-style: normal;
    font-weight: normal;
}

.designGuide .box h2 {
    font-size: 28px;
    color: #333;
}

.designGuide .box h3 {
    font-size: 21px;
    color: #333;
}

.designGuide .box p {
    font-size: 18px;
}

.designGuide .quickBuild {
    height: 550px;
    background-color: #fff !important;
}

.designGuide .quickBuild .text {
    float: left;
    padding-top: 85px;
}

.designGuide .quickBuild .text h2 {
    margin-bottom: 5px;
}

.designGuide .quickBuild .text p {
    margin-top: 15px;
    color: #666;
}

.designGuide .quickBuild .step {
    position: relative;
    float: right;
    width: 729px;
}

.designGuide .quickBuild .step .thumnTopline {
    width: 20px;
    height: 20px;
    border-top: 2px solid #666;
}

.designGuide .quickBuild .step .thumnBotline {
    width: 90px;
    height: 12px;
    margin-left: 5px;
    background-position: -150px -250px;
}

.designGuide .quickBuild .step .thumn {
    position: absolute;
    top: 276px;
    left: -245px;
    width: 100px;
}

.designGuide .quickBuild .step .thumn li {
    position: relative;
    margin-bottom: 20px;
    height: 22px;
    line-height: 22px;
    color: #999;
    cursor: default;
}

.designGuide .quickBuild .step .thumn li i {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.designGuide .quickBuild .step .thumn li span {
    position: absolute;
    right: -145px;
    z-index: 100;
    display: inline-block;
    width: 20px;
    height: 24px;
    color: #fff;
    text-align: center;
}

.designGuide .quickBuild .step .thumn li span.stepA {
    top: 22px;
}

.designGuide .quickBuild .step .thumn li span.stepB {
    top: 10px;
}

.designGuide .quickBuild .step .thumn li span.stepC {
    top: -5px;
}

.designGuide .quickBuild .step .thumn li span.stepD {
    top: -20px;
}

.designGuide .quickBuild .step .thumn li.hover span {
    background: #90be20;
}

.designGuide .quickBuild .step .stepImg li {
    display: none;
}

.designGuide .quickBuild .step .line {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 550px;
    background: #c2d98a;
}

.designGuide .designStyle {
    position: relative;
}

.designGuide .designStyle .title {
    height: 140px;
    background-color: #fff !important;
}

.designGuide .designStyle h2 {
    padding: 40px 0 5px 22px;
}

.designGuide .designStyle .styleImg {
    height: 500px;
    overflow: hidden;
}

.designGuide .designStyle .styleImg li {
    display: none;
}

.designGuide .designStyle .styleImg li img {
    vertical-align: middle;
}

.designGuide .designStyle .thumn {
    position: absolute;
    top: 84px;
    right: 0;
    border-bottom: 1px solid #c7de8f;
}

.designGuide .designStyle .thumn li {
    float: left;
    margin-bottom: -2px;
    width: 106px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.designGuide .designStyle .thumn li.hover {
    border-bottom: 3px solid #90be20;
    color: #90be20;
}

.designGuide .designMould {
    box-shadow: none;
    background: url("../images/model.jpg") no-repeat top center;
}

.designGuide .designMould h2 {
    padding: 20px 0 10px 22px;
}

.designGuide .designMould p {
    font-size: 16px;
    line-height: 28px;
}

.designGuide .rendering {
    position: relative;
    background-color: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.designGuide .rendering h2 {
    padding: 60px 0 10px 22px;
}

.designGuide .rendering .pic {
    position: absolute;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.designGuide .rendering .pic img {
    vertical-align: middle;
}

.designGuide .rendering .pic .text {
    position: absolute;
    display: block;
    width: 160px;
}

.designGuide .rendering .pic .text h3 {
    margin: 10px 0 5px;
    font-size: 14px;
}

.designGuide .rendering .pic .text p {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.designGuide .rendering .pic .text span {
    position: absolute;
    left: -25px;
    display: block;
    width: 74px;
    height: 10px;
    border-top: 2px solid #90be20;
}

.designGuide .rendering .picA {
    top: 158px;
    left: 128px;
}

.designGuide .rendering .picA .text {
    top: 20px;
    left: 285px;
}

.designGuide .rendering .picB {
    top: 80px;
    left: 728px;
}

.designGuide .rendering .picC {
    top: 315px;
    left: 484px;
}

.designGuide .rendering .picC .text {
    top: 20px;
    left: 560px;
}

.designGuide .designGuideFt {
    margin: 60px 0 40px;
    height: 289px;
    background: url("../images/guideftbg.jpg") no-repeat top center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.designGuide .designGuideFt .btn {
    margin-top: 165px;
}

.cloudDesignBox {
    width: 1200px;
    margin: 18px auto 0;
    padding-bottom: 40px;
    min-height: 470px;
    border-top: 1px solid #a3c84a;
    background-color: #fff !important;
}

.cloudDesignBox .title {
    position: relative;
    margin: 25px 20px 0;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #ed6c00;
}

.cloudDesignBox .title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #333;
}

.cloudDesignBox .title a {
    position: absolute;
    top: 10px;
    right: 0;
    width: 138px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.cloudDesignBox .title .selfDraw {
    display: inline-block;
    border: 1px solid #ed6c00;
    color: #333;
}

.cloudDesignBox .title .selfDraw:hover,
.cloudDesignBox .title .selfDraw:active {
    background: #ed6c00;
    color: #fff;
}

.cloudDesignBox .title .createBtn,
.cloudDesignBox .title .backBtn {
    right: 150px;
    border: 1px solid #90be20;
    color: #333;
}

.cloudDesignBox .title .backBtn {
    right: 0;
}

.cloudDesignBox .title .createBtn:hover,
.cloudDesignBox .title .createBtn:active,
.cloudDesignBox .title .backBtn:hover,
.cloudDesignBox .title .backBtn:active {
    background: #a3c84a;
    color: #fff;
}

.cloudDesignBox .title .orderBtn {
    background: #ed6c00;
}

.cloudDesignBox .title .orderBtn:hover,
.cloudDesignBox .title .orderBtn:active {
    background: #d46100;
}

.cloudDesignBox .notDesign {
    padding-top: 65px;
    min-height: 190px;
    background-color: #fff !important;
    text-align: center;
    color: #999;
}

.cloudDesignBox .notDesign .createBtn {
    margin-top: 28px;
}

.cloudDesignBox .designDetail {
    margin: 40px 22px;
    color: #333;
}

.cloudDesignBox .designDetail .ft {
    padding-top: 45px;
    text-align: center;
}

.cloudDesignBox .designDetail .ft .orderBtn {
    margin-top: 20px;
    width: 218px;
    height: 42px;
    background: #ed6c00;
    border-radius: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 24px;
}

.cloudDesignBox .ownHouse {
    border: 1px solid #ddd;
    overflow: hidden;
}

.cloudDesignBox .ownHouse .left {
    float: left;
    width: 250px;
    height: 190px;
    text-align: center;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.cloudDesignBox .ownHouse .left img {
    width: 190px;
}

.cloudDesignBox .ownHouse .right {
    float: left;
    padding: 25px 35px;
    font-size: 14px;
}

.cloudDesignBox .ownHouse .right .hd {
    height: 30px;
    line-height: 30px;
}

.cloudDesignBox .ownHouse .right .hd h3 {
    display: inline;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.cloudDesignBox .ownHouse .right .hd a {
    margin-left: 55px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #90be20;
    color: #fff;
}

.cloudDesignBox .ownHouse .right h4 {
    margin: 10px 0 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #666;
}

.cloudDesignBox .ownHouse .right .houseSize {
    color: #999;
    overflow: hidden;
}

.cloudDesignBox .ownHouse .right .houseSize p {
    float: left;
    margin-right: 35px;
}

.cloudDesignBox .ownHouse .right .time {
    clear: both;
    margin-top: 15px;
    color: #999;
}

.cloudDesignBox .designLst {
    padding: 42px 22px;
}

.cloudDesignBox .designLst li {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #fff !important;
    overflow: hidden;
}

.cloudDesignBox .designLst li .pic {
    float: left;
    width: 188px;
    height: 190px;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.cloudDesignBox .designLst li .detail {
    float: left;
    padding: 33px 46px;
    *padding: 30px 46px;
}

.cloudDesignBox .designLst li .detail .hd span {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 10px;
    background-color: #b0b0b0;
    color: #fff;
}

.cloudDesignBox .designLst li .detail .hd h6 {
    display: inline;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.cloudDesignBox .designLst li .detail .bd {
    padding: 15px 0 32px;
}

.cloudDesignBox .designLst li .detail .bd dd {
    display: inline;
    margin-right: 25px;
    color: #999;
}

.cloudDesignBox .designLst li .detail .bd dd i {
    margin-right: 5px;
}

.cloudDesignBox .designLst li .detail .ft .btn {
    margin-right: 12px;
}

.cloudDesignBox .searchType {
    padding: 40px 0;
    text-align: center;
    background-color: #fff !important;
    font-size: 14px;
}

.cloudDesignBox .searchType .searchBox {
    clear: both;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    *padding: 0 20px;
    height: 58px;
    *width: 1030px;
}

.cloudDesignBox .searchType .searchBox .fL {
    float: left;
}

.cloudDesignBox .searchType .searchBox .guide {
    float: left;
    margin-right: 10px;
    line-height: 58px;
    color: #666;
}

.cloudDesignBox .searchType .searchBox .curCity {
    float: left;
    display: inline-block;
    padding: 0 20px;
    min-width: 130px;
    *min-width: 86px;
    height: 58px;
    *height: 56px;
    line-height: 58px;
    *line-height: 56px;
    font-size: 24px;
    text-align: right;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px;
}

.cloudDesignBox .searchType .searchBox .curCity i {
    margin-left: 12px;
}

.cloudDesignBox .searchType .searchBox .inputText {
    float: left;
    padding: 8px 25px;
    width: 670px;
    *width: 620px;
    height: 58px;
    *height: 40px;
    line-height: 40px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #999;
    font-size: 16px;
}

.cloudDesignBox .searchType .searchBox .inputText:focus {
    outline: 0;
}

.cloudDesignBox .searchType .searchBox button {
    float: left;
    width: 132px;
    height: 58px;
    background: #90be20;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.cloudDesignBox .searchType .searchBox button:focus {
    outline: 0;
}

.cloudDesignBox .searchType .tips {
    clear: left;
    margin: 25px 0 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.cloudDesignBox .searchType .tips a {
    color: #ed6c00;
}

.cloudDesignBox .searchType .more {
    clear: both;
    text-align: center;
    padding-top: 30px;
}

.cloudDesignBox .searchType .more a {
    color: #333;
    font-size: 18px;
}

.cloudDesignBox .searchType .more a:hover {
    color: #ed6c00;
}

.cloudDesignBox .searchResult {
    display: table;
    margin-left: 22px;
}

.cloudDesignBox .searchResult li {
    display: table-cell;
    float: left;
    margin: -1px 0 0 -1px;
    padding: 20px 24px;
    width: 292px;
    height: 390px;
    *width: 244px;
    *height: 350px;
    border: 1px solid #ddd;
}

.cloudDesignBox .searchResult li .houseType {
    width: 244px;
    height: 270px;
    line-height: 270px;
    text-align: center;
    overflow: hidden;
}

.cloudDesignBox .searchResult li .houseType img {
    width: 244px;
    height: auto;
    vertical-align: middle;
}

.cloudDesignBox .searchResult li .houseInfo {
    margin-top: 18px;
    text-align: left;
}

.cloudDesignBox .searchResult li a {
    display: block;
    color: #333;
    z-index: 0;
}

.cloudDesignBox .searchResult li a span {
    display: none;
}

.cloudDesignBox .searchResult li a:hover {
    position: relative;
}

.cloudDesignBox .searchResult li a:hover span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -44px;
    width: 88px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.cloudDesignBox .areaList {
    position: absolute;
    top: 58px;
    left: 0;
    *left: 20px;
    padding: 15px;
    width: 430px;
    *width: 400px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    background: #fff;
    color: #333;
}

.cloudDesignBox .areaList .curPos {
    margin-bottom: 5px;
    padding: 0 15px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.cloudDesignBox .areaList .curPos span {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
}

.cloudDesignBox .areaList li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

.cloudDesignBox .areaList li.hide {
    display: none;
}

.cloudDesignBox .areaList li.active {
    background: #a3c84a;
    color: #fff;
}

.cloudDesignBox .areaList li.active_flod:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f2f2f2;
}

.cloudDesignBox .areaList li.subCity {
    width: 0;
    margin: 0;
    padding: 0;
    z-index: 990;
}

.cloudDesignBox .areaList li.subCity ul {
    position: absolute;
    width: 400px;
    *width: 380px;
    padding: 10px 0;
    left: 0;
    top: 38px;
    border: 0;
    background: #f2f2f2;
    z-index: 1000;
}

.cloudDesignBox .areaList li .sub_area {
    margin: 8px -15px;
    padding: 5px 20px;
    background-color: #f2f2f2;
}

.cloudDesignBox .areaList li .sub_area i {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    font-style: normal;
    font-size: 14px;
}

.cloudDesignBox .areaList li .sub_area i.active {
    background: #a3c84a;
    color: #fff;
}

.cloudDesignBox .pageing {
    clear: both;
    width: 100%;
    text-align: center;
}

.cloudDesignBox .pageing ul {
    display: inline-block;
}

.cloudDesignBox .pageing li {
    line-height: 30px;
    display: inline-block;
    float: left;
    margin: 0 5px;
    background: none;
}

.cloudDesignBox .pageing li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.cloudDesignBox .pageing li a.active {
    background: #aaa;
    color: #fff;
    border-color: #aaa;
}

.cloudDesignBox .pageing li i {
    display: inline-block;
    margin-top: -4px;
    width: 0;
    height: 0;
    vertical-align: middle;
    text-indent: -9999px;
}

.cloudDesignBox .pageing li.prev i {
    border-top: 8px solid transparent;
    border-right: 8px solid #999;
    border-bottom: 8px solid transparent;
}

.cloudDesignBox .pageing li.next i {
    border-top: 8px solid transparent;
    border-left: 8px solid #999;
    border-bottom: 8px solid transparent;
}

@media screen and (min-width: 1921px) and (max-width: 10000px) {
    .cloudDesign .dsBanner {
        background-size: 100% !important;
    }

    .cloudDesign .guideBanner {
        height: 620px;
    }
}

.kjyj_nav_box {
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
    background-color: #f2f2f2;
}

.kjyj_nav_box .kjyj_nav {
    width: 1200px;
    margin: 0 auto;
}

.kjyj_nav_box .kjyj_nav img {
    margin: 6px 0 0 5px;
}

.kjyj_nav_box ul {
    float: right;
    margin: 13px 45px 0 0;
    *margin-top: -30px;
}

.kjyj_nav_box ul li {
    float: left;
    border-left: 1px solid #999;
    padding: 0 20px;
}

.kjyj_nav_box ul li:first-child {
    border: 0;
}

.kjyj_nav_box ul li a {
    color: #666;
}

.kjyj_nav_box ul li a:hover {
    color: #6fba2c;
}

.kjyjBanner {
    height: 590px;
    margin-bottom: 0;
}

.kjyjBanner ul {
    overflow: hidden;
}

.kjyjBanner ul,
.kjyjBanner ul li {
    width: 100%;
    height: 100%;
}

.kjyjBanner .kjyjNumber {
    bottom: 33px;
}

.kjyjBanner .kjyjNumber span {
    width: 64px;
    border-radius: 0;
    background: #1d1d1e;
}

.kjyjBanner .kjyjNumber span.indexNumber_hover {
    background: #aa9b77;
}

.kjyj_icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url("../images/contact_icon.png");
    vertical-align: top;
}

.kjyj_icon.kjyj_icon_pos {
    margin-top: 12px;
    background-position: 0 0;
}

.kjyj_icon.kjyj_icon_email {
    background-position: 0 -60px;
}

.kjyj_icon.kjyj_icon_tel {
    background-position: 0 -120px;
}

.kjyj_content {
    margin: 0 auto;
    padding: 43px 0 135px;
    width: 1200px;
}

.kjyj_contactUs {
    padding: 43px 0 135px;
}

.kjyj_contactUs .kjyj_HQ {
    padding: 95px 0 0 133px;
    width: 1200px;
    height: 240px;
    background: url("../images/contact_1.jpg") no-repeat top center;
    color: #fff;
}

.kjyj_contactUs .kjyj_HQ p {
    display: inline-block;
    padding-top: 14px;
    height: 75px;
}

.kjyj_contactUs .kjyj_HQ p.north {
    margin-left: 20px;
}

.kjyj_contactUs .kjyj_HQ p.south {
    border-left: 1px solid #fff;
    margin-left: 105px;
    padding-left: 105px;
}

.kjyj_contactUs .kjyj_HQ span {
    font-size: 18px;
}

.kjyj_contactUs .kjyj_tyg {
    margin: 14px 0 12px;
    width: 1200px;
    height: 400px;
    background: url("../images/contact_tyg.jpg") no-repeat top center;
}

.kjyj_contactUs .kjyj_tyg dl {
    margin-left: 640px;
    padding-top: 52px;
    color: #666;
    line-height: 24px;
}

.kjyj_contactUs .kjyj_tyg dl dt {
    margin-bottom: 22px;
    font-size: 18px;
    color: #333;
}

.kjyj_contactUs .kjyj_tyg dl dd:hover {
    color: #0cb326;
}

.kjyj_contactUs .kjyj_tyg dl span {
    margin-right: 60px;
    color: #aa9b77;
}

.kjyj_contactUs .kjyj_connect {
    width: 1200px;
    height: 240px;
    background: url("../images/contact_2.jpg") no-repeat top center;
}

.kjyj_contactUs .kjyj_connect img {
    float: left;
    margin: 88px 0 0 130px;
}

.kjyj_contactUs .kjyj_connect div {
    padding-left: 640px;
    color: #666;
}

.kjyj_contactUs .kjyj_connect div.email {
    padding-top: 57px;
    margin-bottom: 35px;
}

.kjyj_contactUs .kjyj_connect div i {
    float: left;
    margin-right: 34px;
}

.kjyj_contactUs .kjyj_connect div span {
    font-size: 18px;
}

.kjyj_coop_model .coop_model {
    height: 400px;
    text-align: center;
    color: #fff;
}

.kjyj_coop_model .coop_model h2 {
    padding: 110px 0 40px;
    font-size: 36px;
    font-weight: 400;
}

.kjyj_coop_model .coop_model h2 span {
    display: block;
    margin: 12px auto 0;
    width: 50px;
    height: 4px;
    background: #fff;
}

.kjyj_coop_model .coop_model p {
    text-align: center;
    line-height: 24px;
}

.kjyj_coop_model .coop_model.coop_modelA {
    background: url("../images/coop_mode_1.jpg") no-repeat top center;
}

.kjyj_coop_model .coop_model.coop_modelA h2 span {
    background: #aa9b77;
}

.kjyj_coop_model .coop_model.coop_modelB {
    margin: 14px 0;
    background: url("../images/coop_mode_2.jpg") no-repeat top center;
}

.kjyj_coop_model .coop_model.coop_modelC {
    background: url("../images/coop_mode_3.jpg") no-repeat top center;
    color: #666;
}

.kjyj_coop_model .coop_model.coop_modelC h2 {
    color: #2e2f36;
}

.kjyj_coop_model .coop_model.coop_modelC h2 span {
    background: #aa9b77;
}

.kjyj_about h2 {
    margin-left: 45px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.kjyj_about .vision {
    height: 400px;
    background: url("../images/about_banner.jpg") no-repeat top center;
    line-height: 24px;
}

.kjyj_about .vision h2 {
    padding-top: 72px;
}

.kjyj_about .vision p {
    padding: 10px 0 0 45px;
}

.kjyj_about .isp {
    margin: 14px 0;
    height: 400px;
    background: url("../images/about_1.jpg") no-repeat 600px 0;
    line-height: 24px;
}

.kjyj_about .isp h2 {
    padding-top: 82px;
}

.kjyj_about .isp p {
    width: 50%;
    *width: 500px;
    padding: 30px 55px 0 45px;
}

.kjyj_about .valueFramework {
    height: 400px;
    background: url("../images/about_2.jpg") no-repeat -5px 0;
}

.kjyj_about .valueFramework .value {
    float: left;
    width: 50%;
    height: 400px;
}

.kjyj_about .valueFramework .value h2 {
    float: left;
    padding-top: 95px;
}

.kjyj_about .valueFramework .value p {
    float: left;
    margin: 92px 0 0 25px;
    font-size: 30px;
    font-weight: 300;
}

.kjyj_about .valueFramework .framework {
    position: relative;
    float: left;
    width: 50%;
}

.kjyj_about .valueFramework .framework h2 {
    padding-top: 52px;
    margin-left: 50px;
}

.kjyj_about .valueFramework .framework dl {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -86px;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border: 1px dashed #aa9b77;
}

.kjyj_about .valueFramework .framework dl dt {
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.kjyj_about .valueFramework .framework dl dd {
    text-align: center;
    color: #aa9b77;
}

.kjyj_about .valueFramework .framework dl.frameA {
    text-align: center;
}

.kjyj_about .valueFramework .framework dl.frameA dt {
    top: -38px;
    margin-left: -38px;
    padding-top: 15px;
}

.kjyj_about .valueFramework .framework dl.frameA dd {
    padding-top: 65px;
}

.kjyj_about .valueFramework .framework dl.frameB {
    top: 210px;
    margin-left: -146px;
}

.kjyj_about .valueFramework .framework dl.frameB dt {
    bottom: 10px;
    left: 0;
    margin-left: -38px;
    padding-top: 15px;
}

.kjyj_about .valueFramework .framework dl.frameB dd {
    padding-top: 65px;
}

.kjyj_about .valueFramework .framework dl.frameC {
    top: 210px;
    margin-left: -20px;
}

.kjyj_about .valueFramework .framework dl.frameC dt {
    bottom: 10px;
    right: 0;
    margin-left: 38px;
    line-height: 76px;
}

.kjyj_about .valueFramework .framework dl.frameC dd {
    line-height: 172px;
}

.caseShow {
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 0 05px;
    width: 1200px;
    margin-bottom: 80px;
}

.caseShow ul {
    margin-left: -10px;
    *width: 1210px;
}

.caseShow ul li {
    float: left;
    margin: 0 0 15px 10px;
    width: 292px;
    height: 272px;
    text-align: center;
    font-size: 18px;
}

.caseShow ul li.last {
    background: #e5e1d6;
    line-height: 272px;
    color: #aa9b77;
}

.caseShow ul li a {
    display: block;
    color: #666;
}

.caseShow ul li a:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
}

.caseShow ul li img {
    vertical-align: middle;
}

.caseShow ul li span {
    display: block;
    height: 64px;
    line-height: 64px;
}

.caseShow .caseShowSmall {
    float: left;
    width: 560px;
}

.caseShow .caseShowSmall h2 {
    margin: 90px 0 60px;
    padding-left: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #666;
}

.caseShow .caseShowSmall ul {
    padding-left: 32px;
    width: 415px;
}

.caseShow .caseShowSmall li {
    margin: 0 0 14px 14px;
    width: 113px;
    height: 80px;
}

.caseShow .caseShowSmall li a {
    display: block;
}

.caseShow .caseShowSmall li a.cur,
.caseShow .caseShowSmall li a:hover {
    padding: 6px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
}

.caseShow .caseShowSmall li a.cur img,
.caseShow .caseShowSmall li a:hover img {
    width: 100%;
    height: auto;
}

.caseShow .caseShowSmall hr {
    clear: both;
    float: left;
    margin: 35px 0 0 32px;
    display: inline-block;
    width: 84px;
    height: 2px;
    background: #999;
}

.caseShow .bigPicShow {
    float: right;
    width: 638px;
}

.caseShow .bigPicShow img {
    border: 9px solid #eee;
    width: 620px;
}

@media screen and (min-width: 1921px) and (max-width: 10000px) {
    .kjyjBanner {
        height: 600px;
    }

    .kjyjBanner ul li {
        background-size: 100% !important;
    }
}

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

.indextitle {
    font-size: 28px;
    overflow: hidden;
    height: 88px;
    line-height: 98px;
}

.indextitle .moreA {
    font-size: 12px;
    color: #666;
    margin-left: 620px;
    line-height: 109px;
}

.indexLive .indexLiveMore {
    float: left;
    background-color: #ed6c00;
    height: 100%;
    width: 290px;
}

.indexLive .indexLiveMore img {
    display: block;
    margin: 0 auto;
    padding-top: 140px;
}

.indexLive .indexLiveMore a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    width: 190px;
    height: 46px;
    line-height: 42px;
    margin: 94px auto 93px;
}

.indexLive .indexLiveMore a:before,
.indexLive .indexLiveMore a:after {
    overflow: hidden;
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    height: 0px;
    width: 20%;
    border: 2px solid #fff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s ease-out 0.2s, height 0.2s ease-in;
    transition: width 0.3s ease-out 0.2s, height 0.2s ease-in;
    display: none \9;
}

.indexLive .indexLiveMore a:before {
    top: 0px;
    border-bottom: 0;
}

.indexLive .indexLiveMore a:after {
    bottom: 0px;
    border-top: 0;
}

.indexLive .indexLiveMore a:hover:before,
.indexLive .indexLiveMore a:hover:after {
    width: 100%;
    height: 23px;
    -webkit-transition: width 0.3s ease-in, height 0.2s ease-out 0.3s;
    transition: width 0.3s ease-in, height 0.2s ease-out 0.3s;
}

.indexLive .indexLiveTist {
    float: left;
    height: 100%;
    width: 910px;
}

.indexLive .indexLiveTist li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 285px;
    margin: 0 0 12px 18px;
    height: 241px;
}

.indexLive .indexLiveTist li a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexLive .indexLiveTist li a img {
    width: 100%;
    height: 100%;
}

.indexLive .indexLiveTist li a p {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    font-size: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #90bf20;
    line-height: 32px;
    padding-top: 78px;
    -ms-transition-property: top;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.indexLive .indexLiveTist li a p span {
    display: block;
}

.indexLive .indexLiveTist li a:hover p {
    top: 0;
}

.indexJournalism {
    width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: -52px auto 40px;
    height: 534px;
}

.indexJournalism .indexJournalismText {
    float: left;
    height: 100%;
    width: 1200px;
    margin-right: 14px;
    border-top: 1px solid #ddd;
}

.indexJournalism .indexJournalismText li {
    overflow: hidden;
    background-color: #f2f2f2;
    height: 148px;
}

.indexJournalism .indexJournalismText li .indexJournalismA {
    float: left;
    display: block;
    border: 1px solid #fff;
    border-width: 6px;
    width: 227px;
    height: 124px;
    margin: 11px 30px 24px 7px;
}

.indexJournalism .indexJournalismText li .indexJournalismA img {
    width: 100%;
    height: 100%;
}

.indexJournalism .indexJournalismText li .indexJournaLismDetails {
    float: left;
    height: 100%;
    border-bottom: 1px solid #ddd;
    width: 316px;
}

.indexJournalism .indexJournalismText li .indexJournaLismDetails a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding: 26px 0 14px 0;
}

.indexJournalism .indexJournalismText li .indexJournaLismDetails a:hover {
    color: #ed6c00;
}

.indexJournalism .indexJournalismText li .indexJournaLismDetails p {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 72px;
    text-align: justify;
    word-break: break-all;
}

.pageError {
    position: relative;
    width: 1200px;
    text-align: center;
    font-size: 24px;
    color: #666;
    margin: 40px auto 0;
    height: 458px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #f8f8f8;
}

.pageError img,
.pageError span {
    position: relative;
    vertical-align: middle;
}

.pageError .floatDialog {
    left: 20px;
    animation: myLeft 2s 2s both;
}

.pageError .surprisePanda {
    margin-top: 142px;
    animation: myDown 1.5s;
}

.pageError span {
    top: 70px;
    left: 10px;
    animation: myRight 2s 2.5s both;
}

.pageErrorNews {
    height: 420px;
}

.pageErrorNews .moreA {
    float: right;
}

.pageErrorNews .newsList {
    margin: 0 0 0 -10px;
    width: 1210px;
    height: 295px;
    background: #f2f2f2;
    overflow: hidden;
}

.pageErrorNews .newsList li {
    float: left;
    margin-left: 10px;
    width: 590px;
}

@keyframes myDown {
    from {
        top: -210px;
    }
    to {
        top: 0;
    }
}

@keyframes myLeft {
    from {
        left: 100px;
        opacity: 0;
    }
    to {
        left: 20px;
        opacity: 1;
    }
}

@keyframes myRight {
    from {
        left: 300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.we {
    margin-top: 42px;
}

.we .newsNew p {
    margin-bottom: 12px;
    text-indent: 2em;
}

.invest {
    overflow: hidden;
    margin-bottom: 68px;
}

.investBanner {
    width: 100%;
    height: 450px;
    background: url(../images/banner.jpg) no-repeat center center;
    margin-bottom: 40px;
}

.invest .investMan {
    margin-bottom: 24px;
}

.invest p {
    color: #666;
    text-align: justify;
    text-justify: distribute-all-lines;
    margin-bottom: 20px;
    line-height: 22px;
}

.invest p.invest2em {
    text-indent: 2em;
}

.invest h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
}

.invest h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: var(--ty-color);
    margin-bottom: 4px;
}

.invest ul {
    overflow: hidden;
}

.invest li {
    overflow: hidden;
    margin-bottom: 12px;
    margin-right: 12px;
    float: left;
    width: 291px;
    height: 291px;
}

.activity {
    overflow: hidden;
    width: 100%;
}

.activity .activityDiv {
    position: relative;
    display: block;
    overflow: hidden;
}

.activity .activityHome {
    position: absolute;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    left: 0;
    right: 0;
    bottom: 20px;
    background: rgba(240, 131, 0, 0.8);
}

.activity .activityHome:hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.activity .activityAbout {
    overflow: hidden;
    width: 100%;
    background-color: #fff !important;
    height: 120px;
}

.activity .activityAbout .width1200 {
    overflow: hidden;
    padding: 35px 165px 0;
}

.activity .activityAbout input {
    display: block;
    float: left;
    border-radius: 6px;
    border: 1px solid #090204;
    width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    margin-right: 16px;
    color: #000;
}

.activity .activityAbout input[type="button"] {
    background-color: var(--ty-color) !important;
    color: #fff;
    cursor: pointer;
    margin-right: 0 !important;
    border: none;
    width: 102px;
    padding: 0;
}

.activity .activityAbout input::-webkit-input-placeholder {
    color: #000;
}

.activity .activityAbout input:-moz-placeholder {
    color: #000;
}

.activity .activityAbout input::-moz-placeholder {
    color: #000;
}

.activity .activityAbout input:-ms-input-placeholder {
    color: #000;
}

.activity .activityAbout select {
    display: block;
    float: left;
    border: none;
    border-radius: 6px;
    color: #000;
    border: 1px solid #090204;
    width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    margin-right: 16px;
    background: url(../images/select.png) no-repeat 210px center #fff;
}

.activity .activityAbout select option {
    display: block;
    color: #000;
}

.activity .activityAbout select option:first-child {
    color: #000;
}

.activity .activityAbout i.error {
    font-size: 14px;
    margin-top: 10px;
}

.privilege .banner {
    min-width: 1200px;
    height: 450px;
    background: url("../images/banner.jpg") no-repeat center center;
}

.privilege .serviceImg {
    float: left;
}

.privilege .orderVisit {
    float: right;
    margin-top: 65px;
    padding-top: 0;
    width: 300px;
    height: 334px;
    background: #fff2c5 !important;
}

.privilege .orderVisit h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.privilege .orderVisit p {
    position: relative;
}

.privilege .orderVisit .yzCode {
    border: none;
    color: var(--ty-color);
    position: absolute;
    right: 15px;
    width: auto;
    background: none !important;
    text-decoration: underline;
    outline: 0;
}

.privilege .orderVisit .yzCode:disabled {
    color: #666;
}

.privilege .orderVisit select {
    background: url("../images/selectbg.png") no-repeat 215px center #fff;
}

@media screen and (min-width: 1921px) and (max-width: 10000px) {
    .privilege .banner {
        background-size: 100% !important;
    }
}

.dvd {
    overflow: hidden;
    width: 100%;
}

.dvd_text {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.dvd_nav {
    position: relative;
    background: #f4f3f1;
    height: 120px;
    width: 100%;
    top: 0;
}

.dvd_nav h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    float: left;
    line-height: 120px;
    width: 200px;
}

.dvd_nav ul {
    float: right;
}

.dvd_nav ul li {
    float: left;
    font-size: 16px;
    line-height: 120px;
    margin: 0 3px 0 60px;
}

.dvd_nav ul li a {
    cursor: pointer;
    color: #020207;
}

.dvd_nav ul li a:hover,
.dvd_nav ul li a.ahr {
    color: var(--ty-color);
    border: 1px solid #f08300;
    border-top: none;
    border-right: none;
    border-left: none;
}

.dvd_1 {
    overflow: hidden;
    height: 600px;
    background: #dfe6eb;
}

.dvd_tv {
    float: left;
    cursor: pointer;
    width: 675px;
    height: 465px;
    border: 6px solid #000;
    margin: 60px 118px 0 82px;
}

.dvd_youku {
    width: 663px;
    height: 453px;
}

.dvd_deta {
    float: left;
    width: 310px;
    margin-top: 63px;
}

.dvd_deta h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 3px solid #000;
    width: 148px;
    padding-bottom: 7px;
    margin-bottom: 36px;
}

.dvd_deta strong {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    display: block;
    padding-bottom: 20px;
}

.dvd_deta p {
    line-height: 24px;
}

.dvd_deta1 {
    width: 300px;
    margin: 63px 150px 0 65px;
}

.dvd_deta1 h1,
.dvd_deta2 h1 {
    width: 259px;
}

.dvd_0,
.dvd_2 {
    background-color: #fff !important;
    height: 600px;
}

.dvd_3 {
    height: 600px;
    background: #ebefe1;
}

.dvd_tv1 {
    margin: 60px 0 0 0;
}

.local {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 80px;
}

.local h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    background-color: #dbdbdb !important;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    margin-bottom: 35px;
}

.local p {
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    overflow: hidden;
    width: 680px;
    line-height: 40px;
}

.local p span {
    display: block;
    float: left;
    text-align: right;
    margin-right: 16px;
    width: 153px;
}

.local p input {
    display: block;
    float: left;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    width: 446px;
}

.local p input[type=checkbox] {
    display: none;
    width: 10px;
    height: 10px;
}

.local p b {
    float: left;
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 446px;
}

.local p label {
    float: left;
    cursor: pointer;
    margin-right: 20px;
    padding-left: 25px;
    background: url('../images/checked.png') no-repeat left center;
}

.local p label.hover {
    background: url(../images/checked_over.png) no-repeat left center;
}

.local p a {
    position: absolute;
    color: var(--ty-color);
    cursor: pointer;
    left: 532px;
}

.local input.localClick {
    display: block;
    margin: 0 auto;
    border: none;
    background-color: var(--ty-color) !important;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    width: 260px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    margin-bottom: 30px;
}

.local em {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    display: block;
    color: #999;
}

.miniContent .miniBanner {
    overflow: hidden;
    height: 450px;
    background: url("../images/minbanner.jpg") no-repeat top center;
}

.miniContent .miniFocusBox {
    margin: 39px 0 0 5px;
    width: 628px;
    height: 410px;
}

.miniContent .miniFocus {
    background-color: #fff !important;
    border: 1px solid #fff;
    overflow: hidden;
    width: 630px;
    height: 360px;
}

.miniContent .miniFocus li {
    float: left;
    width: 628px;
    height: 358px;
}

.miniContent .miniFocusBox .Number {
    width: 630px;
    bottom: 20px;
}

.miniContent strong {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 40px 0 45px;
}

.miniContent .btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #82b700;
    margin: 20px auto 100px;
    border: 3px solid #82b700;
    width: 446px;
    height: 60px;
    border-radius: 60px;
    font-size: 40px;
    line-height: 52px;
}

.miniContent .btn:hover {
    background-color: #fff !important;
    color: #82b700;
}

.recruitBanner {
    overflow: hidden;
    height: 450px;
    background: url(../images/recruit.jpg) no-repeat center center;
}

.recruit {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 40px;
}

.recruit .recruitLeft {
    float: left;
    margin-right: 12px;
    width: 868px;
}

.recruit .recruitLeft h2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    height: 52px;
    line-height: 52px;
}

.recruit .recruitForm {
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
}

.recruit .recruitForm select {
    float: left;
    color: #999;
    width: 180px;
    margin-right: 10px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 3px;
    background: url(../images/form0.png) no-repeat 165px center;
    padding: 0 16px;
}

.recruit .recruitForm input {
    float: left;
    width: 360px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 16px;
    margin-right: 10px;
}

.recruit .recruitForm input[type=button] {
    border: none;
    margin-right: 0 !important;
    border: 1px solid #f08300;
    background-color: var(--ty-color) !important;
    color: #fff;
    text-align: left;
    cursor: pointer;
    width: 118px;
    background: url(../images/form1.png) no-repeat 17px center;
    padding: 0 0 0 40px;
}

.recruit .recruitTable {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.recruit .recruitTable th {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    color: #fff;
    height: 55px;
    background: #c2c2c2;
}

.recruit .recruitTable td {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    background-color: #f7f7f7 !important;
    text-align: center;
    color: #020207;
    height: 50px;
}

.recruit .recruitTable td a {
    color: var(--ty-color);
}

.recruit .recruitTable th:last-child,
.recruit .recruitTable td:last-child {
    border-right: none;
}

.recruit .recruitWen {
    overflow: hidden;
    width: 100%;
}

.recruit .recruitWen h1 {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 30px;
}

.recruit .recruitWen .recruitWenBlack {
    position: relative;
    overflow: hidden;
    margin-bottom: 72px;
    min-height: 230px;
}

.recruit .recruitWen h2 {
    font-style: normal;
    font-weight: normal;
    color: #020207;
    font-size: 18px;
    width: 868px;
    margin-bottom: 25px;
}

.recruit .recruitWen p {
    color: #666;
    width: 868px;
    line-height: 20px;
    margin-bottom: 22px;
}

.recruit .recruitWen strong {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--ty-color);
    line-height: 22px;
    margin: 100px 0 20px;
}

.recruit .recruitWen strong span {
    margin: 0 18px;
}

.recruit .recruitThis {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    height: 230px;
    background: #f6f6f6;
    padding: 20px;
}

.recruit .recruitThis h3 {
    font-style: normal;
    font-weight: normal;
    color: var(--ty-color);
    font-size: 16px;
    line-height: 22px;
    background: url(../images/dingw.png) no-repeat left center;
    padding-left: 24px;
    margin-bottom: 20px;
}

.recruit .recruitThis p {
    line-height: 38px;
    width: auto;
}

.recruit .recruitWenClick {
    margin: 0 auto;
    overflow: hidden;
    width: 500px;
    margin-bottom: 74px;
}

.recruit .recruitWenClick a {
    display: block;
    float: left;
    background-color: var(--ty-color) !important;
    color: #fff;
    text-align: center;
    width: 230px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
}

.recruit .diaryJiathis {
    margin: 0 auto;
    float: none;
    width: 352px;
}

.recruit .diaryJiathis span.fl {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
}

@media screen and (min-width: 1921px) and (max-width: 10000px) {
    .recruitBanner {
        background-size: 100% !important;
    }
}

.reform {
    overflow: hidden;
    min-width: 1200px;
    background: #010101;
}

.reform div {
    overflow: hidden;
    float: left;
    width: 100%;
    vertical-align: 0;
}

.reform div h1,
.reform div p,
.reform div h2,
.reform div h3 {
    overflow: hidden;
    display: none;
}

.reform .reformCctv2 {
    height: 329px;
    background: url(../images/1_01.jpg) no-repeat center center;
}

.reform .reformBanner {
    height: 556px;
    background: url(../images/1_02.jpg) no-repeat center center;
}

.reform .reformUi {
    height: 558px;
    background: url(../images/1_03.jpg) no-repeat center center;
}

.reform .reformTema {
    height: 342px;
    background: url(../images/1_04.jpg) no-repeat center center;
}

.reform .reformForm {
    position: relative;
    height: 456px;
    background: url(../images/1_05.jpg) no-repeat center center;
}

.reform .reformForm .reformClick {
    border: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/4_4.png) no-repeat center center;
    width: 479px;
    height: 150px;
}

.reform .reformForm p {
    display: block;
    margin: 0 auto;
    width: 472px;
    margin-bottom: 30px;
}

.reform .reformForm p img {
    float: left;
    margin: 11px 23px 0 0;
}

.reform .reformForm p input {
    float: left;
    display: block;
    border: none;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/4_3.png) no-repeat;
    width: 366px;
    height: 59px;
    padding: 0 24px;
    color: #edcf7e;
}

.reform .reformForm p input:-moz-placeholder {
    color: #edcf7e;
    opacity: 1;
}

.reform .reformForm p input::-moz-placeholder {
    color: #edcf7e;
    opacity: 1;
}

.reform .reformForm p input:-ms-input-placeholder {
    color: #edcf7e;
    opacity: 1;
}

.reform .reformForm p input::-webkit-input-placeholder {
    color: #edcf7e;
    opacity: 1;
}

.reform .reformForm i.error {
    position: absolute;
    width: 100%;
    font-size: 14px;
    bottom: 246px;
}

.reform .reform14 {
    height: 680px;
    background: url(../images/1_06.jpg) no-repeat top center, url(../img/reform/1_07.jpg) no-repeat center 340px;
}

.reform .reformList {
    float: left;
    overflow: hidden;
    width: 100%;
}

.reform .reformList li {
    overflow: hidden;
    height: 1004px;
}

.reform .reformList li i {
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 1182px;
    margin-top: 11px;
}

.reform .reformList li i.reformImg0 {
    height: 471px;
}

.reform .reformList li i.reformImg1 {
    height: 477px;
}

.reform .reformList li i img {
    height: 100%;
}

.reform .reformList li i img.reformIco {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.reform .reformList1 {
    background: url(../images/1_08.jpg) no-repeat center center;
}

.reform .reformList2 {
    background: url(../images/1_09.jpg) no-repeat center center;
}

.reform .reformList3 {
    background: url(../images/1_10.jpg) no-repeat center center;
}

.reform .reformList4 {
    background: url(../images/1_11.jpg) no-repeat center center;
}

.reform .reformIkj {
    height: 257px;
    background: url(../images/1_12.jpg) no-repeat center center;
}

.reform .reformStandard {
    height: 554px;
    background: url(../images/1_13.jpg) no-repeat center top, url(../img/reform/1_14.jpg) no-repeat center 304px;
}

.reform .reformIkjFlow {
    height: 831px;
    background: url(../images/1_15.jpg) no-repeat center top, url(../img/reform/1_16.jpg) no-repeat center 243px, url(../img/reform/1_17.jpg) no-repeat center 442px, url(../img/reform/1_18.jpg) no-repeat center 640px;
}

.reform .reformFuture {
    height: 338px;
    background: url(../images/1_19.jpg) no-repeat center center;
}

.contactUs .banner {
    height: 390px;
    background: url("../images/banner.jpg") no-repeat top center;
}

.contactUs .cooperate {
    margin: 0 auto 85px;
    width: 705px;
}

.contactUs h3 {
    margin: 48px 0 38px;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
}

.contactUs h3 span {
    display: inline-block;
    margin: 0 35px;
    width: 70px;
    height: 0;
    border-top: 1px solid #d9d9d9;
    vertical-align: middle;
}

.contactUs .cooperate p {
    margin-bottom: 40px;
    border-left: 5px solid #f08300;
    padding-left: 10px;
    color: #f08300;
    font-size: 28px;
    font-weight: bolder;
    line-height: 1;
}

.contactUs .cooperate .group {
    position: relative;
    margin-bottom: 15px;
}

.contactUs .cooperate .group span {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.contactUs .cooperate .group span i {
    font-style: normal;
}

.contactUs .cooperate label {
    display: inline-block;
    float: left;
    width: 85px;
    padding-right: 15px;
    line-height: 50px;
    text-align: right;
}

.contactUs .cooperate input,
.contactUs .cooperate textarea,
.contactUs .cooperate select {
    padding: 10px;
    width: 620px;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #d1cfcf;
    background: #fffdfd;
}

.contactUs .cooperate select {
    background: url("../images/select.png") no-repeat 590px center #fffdfd;
}

.contactUs .cooperate textarea {
    height: 100px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.contactUs .cooperate button {
    margin-top: 20px;
    width: 620px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: var(--ty-color);
    border: 1px solid #f08300;
    color: #fff;
    font-size: 20px;
}

.contactUs .brandPower {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 35px;
    overflow: hidden;
}

.contactUs .brandPower h4 {
    margin-bottom: 40px;
    text-align: center;
}

.contactUs .brandPower h4 span {
    display: inline-block;
    border-left: 5px solid #f08300;
    padding-left: 10px;
    color: #f08300;
    font-size: 28px;
    line-height: 1;
}

.contactUs .brandPower p {
    font-size: 16px;
    line-height: 30px;
}

.contactUs .brandPower ul {
    margin: 35px -106px 0 0;
    padding-top: 155px;
    background: url("../images/power_icon.png") no-repeat top left;
}

.contactUs .brandPower ul li {
    float: left;
    margin-right: 106px;
    width: 155px;
    text-align: center;
    color: #666;
}

.contactUs .brandPower ul li h5 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.contactUs .brandPower ul li p {
    line-height: 20px;
}

.contactUs .branchAdd {
    padding: 35px 0 90px;
    background: #f4f1ef;
}

.contactUs .branchAdd h3 {
    margin: 0 0 48px;
}

.contactUs .branchAdd h3 strong {
    margin: 0 20px;
    color: #f08300;
    font-size: 60px;
}

.contactUs .branchAdd .allBranch {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 882px;
    background: url("../images/map.png") no-repeat top center;
}

.contactUs .hotLine {
    margin-left: 10px;
    padding: 20px 0 0 60px;
    background: url("../images/tel.png") no-repeat 0 20px;
    font-size: 20px;
    line-height: 34px;
}

.contactUs .hotLine p {
    margin-bottom: 10px;
}

.contactUs .hotLine img {
    margin-right: 10px;
}

.contactUs .hotLine p a {
    color: #f08300;
}

.allBranch ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 882px;
    z-index: 1;
}

.allBranch ul li {
    position: absolute;
}

.allBranch ul li span {
    color: #333;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
}

.allBranch ul li i {
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    background: url("../images/point.png") no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}

.allBranch ul li:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.allBranch ul li.heb {
    top: 123px;
    left: 1022px;
}

.allBranch ul li.heb i {
    top: 28px;
    left: 10px;
}

.allBranch ul li.bj {
    top: 303px;
    left: 885px;
}

.allBranch ul li.bj i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.lf {
    top: 322px;
    left: 939px;
}

.allBranch ul li.lf i {
    top: 12px;
    left: -28px;
}

.allBranch ul li.yc {
    top: 355px;
    left: 665px;
}

.allBranch ul li.yc i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.ty {
    top: 362px;
    left: 810px;
}

.allBranch ul li.ty i {
    top: 22px;
    left: 3px;
}

.allBranch ul li.tj {
    top: 355px;
    left: 938px;
}

.allBranch ul li.tj i {
    top: 0px;
    left: -30px;
}

.allBranch ul li.jn {
    top: 390px;
    left: 918px;
}

.allBranch ul li.jn i {
    top: 20px;
    left: 3px;
}

.allBranch ul li.xa {
    top: 450px;
    left: 755px;
}

.allBranch ul li.xa i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.zz {
    top: 440px;
    left: 838px;
}

.allBranch ul li.zz i {
    top: 28px;
    left: 3px;
}

.allBranch ul li.ha {
    top: 450px;
    left: 950px;
}

.allBranch ul li.ha i {
    top: 16px;
    left: -21px;
}

.allBranch ul li.cd {
    top: 520px;
    left: 695px;
}

.allBranch ul li.cd i {
    top: 32px;
    left: 3px;
}

.allBranch ul li.cq {
    top: 590px;
    left: 755px;
}

.allBranch ul li.cq i {
    top: -34px;
    left: 3px;
}

.allBranch ul li.hf {
    top: 540px;
    left: 858px;
}

.allBranch ul li.hf i {
    top: 10px;
    left: 43px;
}

.allBranch ul li.wh {
    top: 596px;
    left: 875px;
}

.allBranch ul li.wh i {
    top: -32px;
    left: 3px;
}

.allBranch ul li.nj {
    top: 490px;
    left: 948px;
}

.allBranch ul li.nj i {
    top: 20px;
    left: 14px;
}

.allBranch ul li.suz {
    top: 505px;
    left: 994px;
}

.allBranch ul li.suz i {
    top: 18px;
    left: -16px;
}

.allBranch ul li.sh {
    top: 555px;
    left: 1038px;
}

.allBranch ul li.sh i {
    top: -30px;
    left: -20px;
}

.allBranch ul li.hz {
    top: 598px;
    left: 989px;
}

.allBranch ul li.hz i {
    top: -36px;
    left: 3px;
}

.allBranch ul li.gy {
    top: 633px;
    left: 734px;
}

.allBranch ul li.gy i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.cs {
    top: 680px;
    left: 788px;
}

.allBranch ul li.cs i {
    top: -32px;
    left: 10px;
}

.allBranch ul li.nc {
    top: 640px;
    left: 907px;
}

.allBranch ul li.nc i {
    top: -36px;
    left: 3px;
}

.allBranch ul li.km {
    top: 684px;
    left: 636px;
}

.allBranch ul li.km i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.gz {
    top: 700px;
    left: 875px;
}

.allBranch ul li.gz i {
    top: 24px;
    left: 3px;
}

.allBranch ul li.sz {
    top: 778px;
    left: 865px;
}

.allBranch ul li.sz i {
    top: -32px;
    left: 32px;
}

.allBranch .tyg {
    position: absolute;
    z-index: 2;
    padding: 15px 20px 10px 12px;
    width: 576px;
    background: var(--ty-color);
    border: 1px solid #f08300;
    color: #fff;
}

.allBranch .tyg h6 {
    font-size: 16px;
    padding-left: 24px;
    background: url("../images/position.png") no-repeat left center;
}

.allBranch .tyg dl {
    padding-top: 5px;
}

.allBranch .tyg dt {
    float: left;
}

.allBranch .tyg dd {
    padding: 0 0 5px 70px;
}

.allBranch .tyg span {
    position: absolute;
    right: 90px;
    bottom: -15px;
    z-index: 3;
    width: 24px;
    height: 16px;
    background: url("../images/triangle.png") no-repeat;
    cursor: default;
}

.webMap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.webMap .trunk {
    margin-top: 30px;
}

.webMap .trunk h3 {
    border: 1px solid #f08300;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 20px;
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    line-height: 44px;
}

.webMap .trunk .branch {
    margin: 0 0 18px -22.22px;
    overflow: hidden;
}

.webMap .trunk .branch p {
    overflow: hidden;
}

.webMap .trunk .branch a {
    float: left;
    position: relative;
    display: inline-block;
    margin: 18px 0 6px 22.22px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #f2f2f2;
    color: #666;
    text-align: center;
    font-size: 16px;
}

.webMap .trunk .branch a:hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.webMap .trunk .branch a .tag {
    position: absolute;
    top: -4px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: var(--ty-color) !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.webMap .trunk hr {
    border: 1px solid #f08300;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 4px;
    margin-bottom: 32px;
    height: 0;
}

.webMap .wordLst {
    margin: 36px auto 0;
    padding: 28px 0 4px;
    width: 1050px;
    height: 60px;
    text-align: center;
}

.webMap .wordLst a {
    display: inline-block;
    font-size: 18px;
    color: #666;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.webMap .wordLst a:hover,
.webMap .wordLst a:active {
    margin: 0 15px;
    background-color: var(--ty-color) !important;
    border-radius: 50%;
    color: #fff;
    transform: scale(1.65, 1.65) translateY(-4px);
    -moz-transform: scale(1.65, 1.65) translateY(-4px);
    -webkit-transform: scale(1.65, 1.65) translateY(-4px);
    -ms-transform: scale(1.65, 1.65) translateY(-4px);
    transition: transform 1s, margin-left 1s, margin-right 1s;
    -webkit-transition: -webkit-transform 1s, margin-left 1s, margin-right 1s;
    -moz-transition: -moz-transform 1s, margin-left 1s, margin-right 1s;
    -ms-transition: -ms-transform 1s, margin-left 1s, margin-right 1s;
}

.webMap .trunk .newsList {
    margin: 24px 0 90px -15px;
    height: 256px;
    overflow: hidden;
}

.webMap .trunk .newsList li {
    position: relative;
    float: left;
    width: 390px;
    margin: 0 0 10px 15px;
    padding-left: 20px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.webMap .trunk .newsList li:before {
    position: absolute;
    top: -17px;
    left: 1px;
    content: ".";
    color: #666;
    font-size: 50px;
}

.webMap .trunk .newsList a {
    color: #666;
}

.webMap .trunk .newsList a:hover {
    color: var(--ty-color);
}

.webMap .trunk .Paging {
    margin-bottom: 124px;
}

.worker {
    width: 1200px;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
}

.workerList {
    width: 868px;
    display: table-cell;
}

.workerList .workerSoso {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 0 auto;
    height: 60px;
    width: 868px;
    margin-bottom: 36px;
}

.workerList .workerSoso .workerCity,
.workerList .workerSoso input {
    float: left;
    display: block;
    border: none;
    height: 58px;
    line-height: 58px;
}

.workerList .workerSoso .workerCity {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #999;
    width: 112px;
}

.workerList .workerSoso .workerCity span {
    cursor: pointer;
    background: url(../images/selectbg.png) no-repeat right center;
    padding: 0 15px 0 0;
}

.workerList .workerSoso .workerCity ul {
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #dbdbdb;
    border-top: none;
    display: none;
    width: 114px;
    z-index: 2;
    top: 47px;
    left: -1px;
}

.workerList .workerSoso .workerCity ul li {
    height: 34px;
    line-height: 34px;
}

.workerList .workerSoso .workerCity ul li span {
    background: none;
}

.workerList .workerSoso hr {
    display: block;
    float: left;
    border: none;
    background-color: #dbdbdb !important;
    width: 1px;
    height: 34px;
    margin-top: 13px;
}

.workerList .workerSoso input[type='text'] {
    font-size: 14px;
    width: 636px;
    padding: 0 34px;
}

.workerList .workerSoso input[type='button'] {
    position: absolute;
    font-size: 16px;
    background-color: var(--ty-color) !important;
    cursor: pointer;
    color: #fff;
    text-align: left;
    width: 118px;
    height: 60px;
    right: -1px;
    top: -1px;
    border-radius: 0 6px 6px 0;
    background: url(../images/search.png) no-repeat 22px center;
    padding-left: 54px;
}

.workerList .workerNoList {
    overflow: hidden;
    width: 100%;
    margin: 0 0 80px;
    padding-top: 90px;
}

.workerList .workerNoList img {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    margin-bottom: 80px;
    width: 300px;
}

.workerList .workerNoList span {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #A7A7AE;
}

.workerList .workerTable {
    width: 100%;
}

.workerList .workerTable th {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background-color: #f7f7f7 !important;
    height: 60px;
    line-height: 60px;
    border-bottom: 14px solid #fff;
}

.workerList .workerTable th a {
    cursor: pointer;
    background: url(../images/up_no.png) no-repeat right center;
    padding: 0 28px;
}

.workerList .workerTable th a.workerTableUp {
    color: var(--ty-color);
    background: url(../images/up.png) no-repeat right center;
}

.workerList .workerTable th .workerScroll {
    position: absolute;
    width: 100%;
    background-color: #f7f7f7 !important;
    height: auto;
    max-height: 480px;
    top: 60px;
    left: 0;
    z-index: 2;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.workerList .workerTable th .workerScroll .div_scroll {
    width: 100%;
    float: left;
    overflow: auto;
    height: auto;
    max-height: 480px;
}

.workerList .workerTable th .workerScroll .scroll_container {
    overflow: hidden;
    position: relative;
}

.workerList .workerTable th .workerScroll .scroll_absolute {
    position: absolute;
    width: 100% !important;
}

.workerList .workerTable th .workerScroll .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
}

.workerScroll .scroll_drag {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    top: 0;
    left: 0;
    background-color: #999;
}

.workerList .workerTable th ul {
    width: 100% !important;
}

.workerList .workerTable th ul li {
    text-align: center;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.workerList .workerTable th ul li:hover,
.workerList .workerTable th ul li.hover {
    background-color: #dbdbdb !important;
}

.workerList .workerTable td {
    position: relative;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    height: 88px;
}

.workerList .workerTable td img {
    width: 18px;
}

.workerList .workerTable td img.workerPhoto {
    position: absolute;
    float: left;
    width: 60px;
    height: 60px;
    left: 0;
    top: 14px;
    object-fit: cover;
}

.workerList strong {
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    margin: 22px 0 25px;
    color: #020206;
}

.workerList strong span {
    color: #999;
    padding-left: 5px;
}

.workerList .Paging {
    margin-bottom: 28px;
}

.workerOwn {
    display: table-cell;
    padding-left: 32px;
    vertical-align: top;
}

.workerOwn .workerOwnBack {
    background-color: #f7f7f7 !important;
    margin-top: 97px;
    padding: 22px;
    position: relative;
}

.workerOwn .workerOwnBack .inspection {
    position: absolute;
    left: 95px;
    top: 145px;
    width: 80px;
    z-index: 2;
}

.workerOwn p {
    font-size: 18px;
    overflow: hidden;
    height: auto;
    margin-bottom: 12px;
    line-height: 22px;
}

.workerOwn p span {
    color: #666;
    display: block;
    float: left;
    width: 90px;
    margin-right: 39px;
}

.workerOwn p i {
    display: block;
    float: left;
    font-style: normal;
    font-weight: normal;
}

.workerOwn p i img {
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.workerOwn p.workerOwnPhoto {
    position: relative;
    margin-bottom: 28px;
}

.workerOwn p.workerOwnPhoto .workerPhoto {
    float: left;
    width: 135px;
    height: 189px;
    vertical-align: top;
    margin-right: 18px;
}

.workerOwn p.workerOwnPhoto span {
    margin: 51px 0 22px;
}

.workerOwn p.workerOwnPhoto i {
    width: 103px;
}

.hotArea {
    width: 100%;
    overflow: hidden;
}

.hotArea .hotAreaBanner {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/rzlp.jpg) no-repeat center center;
}

.hotArea .hotAreaHot {
    width: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    height: 90px;
    background: rgba(34, 34, 34, 0.7);
}

.hotArea .hotAreaHot p {
    margin: 0 auto;
    width: 760px;
    padding-top: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotArea .hotAreaHot p span {
    display: block;
    float: left;
    text-align: center;
    background-color: var(--ty-color) !important;
    font-weight: bold;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    margin-right: 8px;
}

.hotArea .hotAreaHot p a {
    color: #fff;
    line-height: 35px;
    margin: 0 8px;
}

.hotArea .hotAreaHot p a:hover {
    color: var(--ty-color);
    text-decoration: underline;
}

.hotArea .hotAreaAbout {
    padding-top: 57px;
    height: 240px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.hotArea .hotAreaAbout h2 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
}

.hotArea .hotAreaAbout strong {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    color: #555;
    margin-bottom: 34px;
}

.hotArea .hotAreaAbout p {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
}

.hotArea .hotAreaAbout p span {
    display: block;
    float: left;
    margin-right: 10px;
}

.hotArea .hotAreaAbout p input,
.hotArea .hotAreaAbout p select {
    display: block;
    float: left;
    border-radius: 6px;
    border: none;
    width: 175px;
    height: 50px;
    background: #e7e7e7;
    padding: 0 15px;
}

.hotArea .hotAreaAbout p select {
    background: url(../images/xl.png) no-repeat 150px center #e7e7e7;
    width: 175px;
}

.hotArea .hotAreaAbout input[type=button] {
    border: none;
    background-color: var(--ty-color) !important;
    color: #fff;
    display: block;
    border-radius: 6px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    width: 190px;
    height: 50px;
    margin-left: 13px;
}

.hotArea .hotAreaAbout_2 {
    margin-bottom: 0 !important;
    height: auto;
}

.hotArea .hotAreaAbout_2 h2 {
    color: var(--ty-color);
    text-align: left;
    float: left;
    margin-bottom: 18px;
}

.hotArea .hotAreaAbout_2 strong {
    float: left;
    text-align: left;
    width: 820px;
    padding-left: 10px;
    line-height: 42px;
    margin-bottom: 18px;
}

.hotArea .hotAreaAbout_2 .back {
    background: #e9e9e9;
    height: 110px;
    padding-top: 30px;
}

.hotArea .hotAreaAbout_2 p select,
.hotArea .hotAreaAbout_2 p input {
    background-color: #fff;
}

.hotArea .hotAreaRoom {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 70px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList {
    width: 1200px;
    margin: 0 auto;
    height: 1928px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li {
    float: left;
    width: 580px;
    height: 435px;
    margin-right: 40px;
    margin-bottom: 47px;
    border: 1px solid #e9e9e9;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li:nth-child(2n) {
    margin-right: 0 !important;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li:hover {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li i.hotAreaRoomImg {
    position: relative;
    display: block;
    width: 100%;
    height: 342px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li i.hotAreaRoomImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li i.hotAreaRoomImg b {
    position: absolute;
    color: #fff;
    top: 0;
    left: 20px;
    z-index: 1;
    background: url(../images/icon_1.png) no-repeat center center;
    width: 100px;
    height: 96px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li i.hotAreaRoomImg b span {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    padding-top: 16px;
    line-height: 18px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li i.hotAreaRoomImg b em {
    display: block;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    vertical-align: 1px;
    line-height: 30px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomText {
    height: 93px;
    padding: 19px 15px 0;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomMing {
    float: left;
    display: block;
    width: 240px;
    margin-right: 12px;
    margin-top: 8px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomMing p {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomMing span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    margin-top: 2px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomYue {
    float: left;
    color: var(--ty-color);
    text-align: right;
    width: 126px;
    padding-right: 10px;
    margin-top: 12px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomYue span {
    display: block;
    line-height: 16px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomYue em {
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 24px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomYue em b {
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 4px;
}

.hotArea .hotAreaRoom ul.hotAreaRoomList li .hotAreaRoomBao {
    display: block;
    cursor: pointer;
    float: right;
    background-color: var(--ty-color) !important;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    line-height: 55px;
    width: 170px;
    height: 55px;
}

.hotArea .Paging {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hotArea .hotAreaXuan {
    width: 1200px;
    margin: 0 auto;
    height: 307px;
    padding: 0 10px;
    margin-bottom: 48px;
}

.hotArea .hotAreaXuan li {
    position: relative;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 307px;
    height: 307px;
    margin-right: 129px;
    z-index: 1;
}

.hotArea .hotAreaXuan li:last-child {
    margin-right: 0 !important;
}

.hotArea .hotAreaXuan li img {
    overflow: hidden;
    vertical-align: top;
}

.hotArea .hotAreaXuan li img.img1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hotArea .hotAreaXuan li img.img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hotArea .hotAreaXuan li:hover img.img1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.hotArea .hotAreaXuan li:hover img.img2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
    z-index: 1;
}

.hotArea .hotAreaShuo {
    width: 1200px;
    margin: 0 auto;
    height: 210px;
    margin-bottom: 120px;
}

.hotArea .hotAreaShuo h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}

.hotArea .hotAreaShuo .hotAreaShuoBorder {
    position: relative;
    border-radius: 6px;
    height: 161px;
    width: 1199px;
    background: url(../images/border.jpg) no-repeat center center;
    padding: 12px 1px 1px;
}

.hotArea .hotAreaShuo .hotAreaShuoBanner {
    min-width: 1199px;
    height: 148px;
}

.hotArea .hotAreaShuo .hotAreaShuoBanner li {
    font-size: 16px;
    background: url(../images/lb.png) no-repeat center 29px;
    padding: 60px 100px 0;
    line-height: 30px;
    height: 100% !important;
    width: 100% !important;
}

.hotArea .hotAreaShuo .hotAreaShuoBanner li span {
    float: right;
    font-size: 14px;
}

.hotArea .hotAreaJs {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 413px;
    background: #f3f3f3;
    margin-top: 16px;
}

.hotArea .hotAreaJs .hotAreaJs_img {
    display: block;
    float: left;
    width: 700px;
    height: 413px;
    vertical-align: top;
    margin-right: 30px;
}

.hotArea .hotAreaJs h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 18px;
}

.hotArea .hotAreaJs strong {
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    background-color: var(--ty-color) !important;
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 8px;
}

.hotArea .hotAreaJs p {
    float: left;
    overflow: hidden;
    width: 422px;
    line-height: 18px;
    margin-bottom: 22px;
    padding-left: 13px;
    max-height: 54px;
}

.hotArea .hotAreaYh_Bm {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    height: 345px;
}

.hotArea .hotAreaYh {
    float: left;
    overflow: hidden;
    width: 700px;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    height: 100%;
    padding: 22px 30px 0;
}

.hotArea .hotAreaYh .hotAreaTitle {
    margin-bottom: 14px;
    padding: 0;
}

.hotArea .hotAreaYh p {
    font-size: 16px;
    line-height: 36px;
}

.hotArea .hotAreaBm {
    float: right;
    width: 480px;
    height: 345px;
    border: 1px solid #e7e7e7;
}

.hotArea .hotAreaBm h2 {
    font-size: 24px;
    text-align: center;
    background-color: var(--ty-color) !important;
    color: #fff;
    line-height: 28px;
    height: 76px;
    padding-top: 16px;
    margin-bottom: 20px;
}

.hotArea .hotAreaBm h2 span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.hotArea .hotAreaBm p {
    margin: 0 auto;
    width: 338px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
}

.hotArea .hotAreaBm p span {
    display: block;
    float: left;
    font-weight: bold;
    width: 38px;
}

.hotArea .hotAreaBm p input,
.hotArea .hotAreaBm p select {
    display: block;
    float: left;
    border-radius: 6px;
    padding: 0 15px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ccc;
    width: 300px;
}

.hotArea .hotAreaBm p input[type=button] {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #888888;
    border: none;
    line-height: 50px;
}

.hotArea .hotAreaBm p input[type=button]:hover {
    background-color: var(--ty-color) !important;
}

.hotArea .hotAreaBm p select {
    background: url(../images/xl.png) no-repeat 279px center;
}

.hotArea .hotAreaTitle {
    display: block;
    font-size: 24px;
    color: var(--ty-color);
    padding-left: 10px;
    line-height: 28px;
    margin-bottom: 15px;
}

.hotArea .hotAreaTitle span {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #555;
    padding-left: 10px;
}

.hotArea .hotAreaUl {
    width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
}

.hotArea .hotAreaUl ul {
    display: inline-block;
}

.hotArea .hotAreaUl_Ui li {
    cursor: pointer;
}

.hotArea .hotAreaUl li {
    position: relative;
    float: left;
    background-color: #fff !important;
    border: 1px solid #eaeaea;
    height: 303px;
    width: 383px;
    margin-right: 25px;
}

.hotArea .hotAreaUl li:last-child {
    margin-right: 0 !important;
}

.hotArea .hotAreaUl li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.hotArea .hotAreaUl li img.hotAreaUlImg {
    display: block;
    width: 100%;
    vertical-align: top;
    height: 224px;
    transition: all 0.1s ease-out;
}

.hotArea .hotAreaUl li p {
    height: 77px;
    padding: 11px 20px 0;
    color: #333;
}

.hotArea .hotAreaUl li p i {
    display: block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.hotArea .hotAreaUl li p i img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.hotArea .hotAreaUl li p b {
    display: block;
    float: left;
    font-size: 18px;
    width: 270px;
    line-height: 22px;
    margin-top: 7px;
}

.hotArea .hotAreaUl li p span {
    display: block;
    float: left;
    width: 270px;
    line-height: 18px;
    margin-top: 5px;
    color: #555555;
}

.hotArea .hotAreaUl_Jl li div {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.1s ease-out;
}

.hotArea .hotAreaUl_Jl li div i {
    display: block;
    margin: 0 auto;
    width: 84px;
    height: 84px;
}

.hotArea .hotAreaUl_Jl li div i img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 2px;
}

.hotArea .hotAreaUl_Jl li div b {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}

.hotArea .hotAreaUl_Jl li div span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 34px;
    line-height: 20px;
}

.hotArea .hotAreaUl_Jl li div span b {
    font-size: 14px;
    display: initial;
    width: auto;
}

.hotArea .hotAreaUl_Jl li:hover img.hotAreaUlImg {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}

.hotArea .hotAreaUl_Jl li:hover div {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.hotArea .hotAreaHx {
    margin: 0 auto;
    width: 1200px;
    padding-top: 56px;
}

.hotArea .hotAreaHxTab {
    height: 62px;
}

.hotArea .hotAreaHxTab p {
    float: left;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #e9e9e9;
    width: 398px;
    height: 62px;
    line-height: 62px;
    margin-right: 3px;
}

.hotArea .hotAreaHxTab p:last-child {
    margin-right: 0 !important;
}

.hotArea .hotAreaHxTab p.hover,
.hotArea .hotAreaHxTab p:hover {
    background-color: var(--ty-color) !important;
    color: #fff;
}

.hotArea .hotAreaHxTab p.hover:before,
.hotArea .hotAreaHxTab p:hover:before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 193px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--ty-color);
}

.hotArea .hotAreaHxImg {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.hotArea .hotAreaHxImg img {
    display: block;
    margin: 0 auto;
    width: 1138px;
    height: 430px;
    margin-bottom: 16px;
    vertical-align: top;
}

.hotArea .hotAreaHxImg b {
    display: block;
    margin: 0 auto;
    width: 1138px;
    padding: 0 28px;
    line-height: 18px;
    margin-bottom: 11px;
}

.hotArea .hotAreaHxImg p {
    margin: 0 auto;
    width: 1138px;
    padding: 0 28px;
}

.hotArea .hotAreaHxImg p span {
    margin-right: 10px;
}

.hotArea .hotAreaIaj {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 52px;
}

.hotArea .hotAreaIaj ul li {
    position: relative;
    float: left;
    text-align: center;
    width: 240px;
}

.hotArea .hotAreaIaj ul li img {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    margin-bottom: 12px;
}

.hotArea .hotAreaIaj ul li h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 12px;
}

.hotArea .hotAreaIaj ul li p {
    line-height: 18px;
    color: #555;
}

.hotArea .hotAreaIaj ul li hr {
    position: absolute;
    border: none;
    right: 0;
    top: 16px;
    height: 196px;
    width: 1px;
    border-left: 1px dashed #d3d3d3;
}

.hotArea .hotAreaHz {
    width: 1200px;
    margin: 0 auto;
    height: 235px;
    padding-bottom: 23px;
}

.hotArea .hotAreaHz hr {
    display: block;
    width: 100%;
    border: none;
    background: #e9e9e9;
    height: 2px;
    margin-bottom: 18px;
}

.hotArea .hotAreaHz_banner {
    width: 100%;
    height: 169px;
}

.hotArea .hotAreaHz_banner li i {
    display: block;
    float: left;
    text-align: center;
    width: 14%;
}

.hotArea .hotAreaHz_banner li p {
    float: left;
    color: #555;
    line-height: 20px;
    width: 86%;
    padding-right: 20px;
    padding-top: 3px;
}

.hotArea .hotAreaHz_banner li b {
    display: block;
    float: left;
    width: 8%;
}

.hotArea .hotAreaHz_banner li span {
    display: block;
    float: left;
    width: 92%;
}

.hotArea .hotAreaHz_banner .hotAreaHzA {
    display: block;
    position: absolute;
    top: -66px;
    width: 41px;
    height: 41px;
}

.hotArea .hotAreaHz_banner .hotAreaHzPrev {
    background: url(../images/prev.png) no-repeat center center;
    right: 45px;
}

.hotArea .hotAreaHz_banner .hotAreaHzPrev:hover {
    background: url(../images/prev_1.png) no-repeat center center;
}

.hotArea .hotAreaHz_banner .hotAreaHzNext {
    background: url(../images/next.png) no-repeat center center;
    right: 0px;
}

.hotArea .hotAreaHz_banner .hotAreaHzNext:hover {
    background: url(../images/next_1.png) no-repeat center center;
}

.hotArea .hotAreaPop {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
}

.hotArea .hotAreaPopEsc {
    position: absolute;
    cursor: pointer;
    top: -21px;
    right: -21px;
}

.hotArea .hotAreaPopUi {
    background-color: #fff !important;
    margin: 0 auto;
    position: relative;
    display: none;
    top: 50%;
    width: 840px;
    height: 580px;
    margin-top: -290px;
    padding: 22px;
}

.hotArea .hotAreaPopUi .hotAreaAbout {
    border: none;
    padding: 0;
    height: auto;
}

.hotArea .hotAreaPopUi .hotAreaAbout p {
    width: auto;
    margin-bottom: 0;
}

.hotArea .hotAreaPopUi .hotAreaAbout p span {
    width: auto;
}

.hotArea .hotAreaPopUi .hotAreaAbout p input {
    width: 216px;
}

.hotArea .hotAreaPopUi .hotAreaAbout input[type=button] {
    width: 216px;
    margin-left: 14px;
}

.hotArea .hotAreaPopUi_banner {
    width: 100%;
    height: 468px;
    min-width: 100%;
    margin-bottom: 20px;
}

.hotArea .hotAreaPopUi_banner li {
    position: relative;
    width: 796px;
    height: 468px;
}

.hotArea .hotAreaPopUi_banner li img {
    width: 100%;
    height: 100%;
}

.hotArea .hotAreaPopUi_banner li em {
    position: absolute;
    display: block;
    background-color: var(--ty-color) !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-align: center;
    top: 20px;
    left: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
}

.hotArea .hotAreaPopUi_banner li p {
    position: absolute;
    width: 100%;
    overflow: hidden;
    color: #fff;
    height: 70px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.78);
    padding: 13px 15px;
    line-height: 22px;
}

.hotArea .hotAreaPopUi_banner li p b {
    display: block;
    float: left;
    font-style: normal;
    font-weight: normal;
    width: 76px;
}

.hotArea .hotAreaPopUi_banner li p span {
    display: block;
    float: left;
    width: 686px;
}

.hotArea .hotAreaPopUi_banner .hotAreaPopUiA {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 200;
}

.hotArea .hotAreaPopUi_banner .hotAreaPopUiPrev {
    left: 0;
    cursor: url(../img/hot_area/cul.png), auto !important;
}

.hotArea .hotAreaPopUi_banner .hotAreaPopUiNext {
    right: 0;
    cursor: url(../img/hot_area/cur.png), auto !important;
}

.hotArea .hotAreaPopAbout {
    position: relative;
    margin: 0 auto;
    background-color: #fff !important;
    border-radius: 6px;
    display: none;
    top: 50%;
    width: 550px;
    height: 420px;
    margin-top: -207.5px;
}

.hotArea .hotAreaPopAbout .hotAreaPopEsc {
    top: -17px;
    right: -17px;
}

.hotArea .hotAreaPopAbout h2 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: var(--ty-color) !important;
    font-style: normal;
    font-weight: normal;
    height: 90px;
    line-height: 32px;
    padding-top: 24px;
    border-radius: 6px 6px 0 0;
}

.hotArea .hotAreaPopAbout h2 span {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    line-height: 18px;
}

.hotArea .hotAreaPopAbout strong {
    font-style: normal;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 16px;
    height: 55px;
    padding-top: 15px;
}

.hotArea .hotAreaPopAbout strong em {
    color: var(--ty-color);
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    font-size: 20px;
    vertical-align: 0px;
}

.hotArea .hotAreaPopAbout p {
    margin: 0 auto;
    width: 385px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.hotArea .hotAreaPopAbout p span {
    display: block;
    float: left;
    text-align: right;
    width: 75px;
    padding-right: 18px;
}

.hotArea .hotAreaPopAbout p input,
.hotArea .hotAreaPopAbout p select {
    border: none;
    display: block;
    float: left;
    border-radius: 6px;
    background: #e7e7e7;
    width: 310px;
    height: 50px;
    padding: 0 25px;
}

.hotArea .hotAreaPopAbout p input[type=button] {
    background-color: var(--ty-color) !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.hotArea .hotAreaPopAbout p select {
    background: url(../images/xl.png) no-repeat 283px center #e7e7e7;
}

.hotArea .hotAreaRight {
    position: fixed;
    right: 40px;
    top: 40%;
    width: 71px;
    border-radius: 5px 5px 0 0;
}

.hotArea .hotAreaRight a {
    cursor: pointer;
    display: block;
    margin-bottom: 2px;
}

.hotArea .hotAreaRight a.hotAreaRightAbout {
    overflow: hidden;
    height: 237px;
    background: url(../images/r2.png) no-repeat center center;
}

.hotArea .hotAreaRight a.hotAreaRightAbout img {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.hotArea .hotAreaRight a img {
    vertical-align: top;
}

.hotArea img {
    border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 1921px) and (max-width: 10000px) {
    .hotAreaBanner {
        background-size: 100% !important;
    }
}

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

.feedback .hd {
    padding-top: 40px;
    line-height: 36px;
}

.feedback .hd h2 {
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
    line-height: 46px;
    font-weight: normal;
}

.feedback .hd h2,
.feedback .hd p {
    padding-left: 12px;
}

.feedbackForm {
    padding: 30px 12px 85px;
}

.feedbackForm p {
    margin-bottom: 10px;
}

.feedbackForm p label {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 15px;
    line-height: 50px;
}

.feedbackForm p select,
.feedbackForm p input,
.feedbackForm p textarea {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 10px 8px;
    line-height: 30px;
    vertical-align: top;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.feedbackForm p select,
.feedbackForm p input {
    height: 50px;
    width: 255px;
}

.feedbackForm p select {
    height: 50px;
    width: 255px;
    background: url("../images/jsq_icon.png") no-repeat 230px center;
}

.feedbackForm p textarea {
    width: 770px;
    height: 200px;
}

.feedbackForm p i {
    margin-left: 6px;
    font-style: normal;
    font-size: 12px;
    color: var(--ty-color);
    line-height: 55px;
}

.feedbackForm p .yzm {
    margin-left: 10px;
    width: 160px;
    height: 50px;
}

.feedbackForm p button {
    border: 0;
    width: 258px;
    height: 55px;
    border-radius: 3px;
    background-color: var(--ty-color) !important;
    color: #fff;
    font-size: 18px;
}

.feedbackPop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #020207 !important;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 99;
}

.feedbackPopBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin: -100px 0 0 -305px;
    min-width: 610px;
}

.feedbackPopBox .title {
    background-color: var(--ty-color) !important;
    font-size: 28px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 80px;
}

.feedbackPopBox .close {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 41px;
    height: 41px;
    background: url("../images/close.png") no-repeat 0 0;
    text-indent: -99999px;
}

.feedbackPopBox .con {
    background-color: #fff !important;
    border-radius: 0 0 5px 5px;
    min-height: 100px;
    padding: 35px;
    line-height: 28px;
    text-align: center;
}

.afterMarket {
    background: url("../images/sh_service.jpg") no-repeat center 80px #f1f1f2;
}

.afterMarket .afterMarketCon {
    width: 1200px;
    margin: 0 auto;
}

.afterMarket .hd {
    position: relative;
}

.afterMarket .hd h2 {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
}

.afterMarket .hd p {
    padding: 6px 0 50px;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

.afterMarket .hd a {
    position: absolute;
    top: 40px;
    right: 46px;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    background: var(--ty-color);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.afterMarket .backTop {
    display: none;
    position: fixed;
    bottom: 378px;
}

.afterMarketCon {
    min-height: 800px;
    padding-top: 390px;
    overflow: hidden;
}

.afterMarketCon .tab {
    padding: 40px 0 0 40px;
    width: 100%;
    height: 100px;
    text-align: center;
}

.afterMarketCon .tab li {
    float: left;
    margin-right: 70px;
    width: 150px;
    height: 60px;
    line-height: 57px;
    color: #555;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.afterMarketCon .tab li span {
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.afterMarketCon .tab li.active {
    color: var(--ty-color);
}

.afterMarketCon .tab li.active span {
    border-bottom-color: var(--ty-color);
}

.afterMarketCon .table {
    margin-bottom: 80px;
    padding: 40px;
    background: #fff;
}

.afterMarketCon .serviceOrder {
    padding: 30px;
}

.afterMarketCon .order {
    float: right;
    width: 410px;
}

.afterMarketCon .order h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
}

.afterMarketCon .order input {
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 410px;
    height: 50px;
    line-height: 30px;
    background: #f4f4f4;
}

.afterMarketCon .order button {
    width: 410px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: var(--ty-color);
}

.afterMarketCon .order .tips {
    padding-top: 15px;
    text-align: center;
    color: #888;
}

.afterMarketCon table {
    margin-bottom: 50px;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
}

.afterMarketCon table,
.afterMarketCon table td {
    border: 1px solid #dbdbdb;
}

.afterMarketCon table caption {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    font-weight: bolder;
    color: var(--ty-color);
}

.afterMarketCon table td {
    height: 100px;
}

.afterMarketCon table thead td {
    padding: 0;
    color: #333;
    background: #f5f5f6;
    height: 50px;
}

.afterMarketCon table,
.afterMarketCon table thead td {
    border-top-width: 0;
    border-bottom-width: 0;
}

.afterMarketCon table tbody tr:first-child td {
    border-top-width: 0;
}

.afterMarketCon table ol,
.afterMarketCon table p {
    padding: 0 20px 0 30px;
    text-align: left;
}

.afterMarketCon table ol {
    padding: 0 20px 0 45px;
}

.afterMarketCon table ol li {
    list-style: decimal outside;
}

.afterMarketCon table .even td {
    background: #fcfcfc;
}

.afterMarketCon table td img {
    margin: 0 25px;
}

/*甄选套餐2018*/
.iconPg {
    display: inline-block;
    background: url("../images/house_icon.png") no-repeat;
}

.iconPgDown {
    width: 48px;
    height: 23px;
    background-position: -100px -100px;
}

.iconPgCC {
    width: 27px;
    height: 25px;
    background-position: 0 -600px;
    margin-right: 5px;
    vertical-align: middle;
}

.iconPgPrev {
    background-position: 0 -700px;
}

.iconPgNext {
    background-position: -100px -700px;
}

.iconPgMoney {
    width: 31px;
    height: 31px;
    background-position: 0 -800px;
}

.iconPgConsult {
    width: 31px;
    height: 31px;
    background-position: -200px -800px;
}

.iconPgBrand {
    width: 28px;
    height: 29px;
    background-position: -100px -800px;
}

.iconPgArrow {
    width: 15px;
    height: 14px;
    background-position: -300px -800px;
}

.iconPgXsp {
    width: 70px;
    height: 70px;
    background-position: -200px 0;
}

.iconPgXyj {
    width: 80px;
    height: 80px;
    background-position: -200px -100px;
}

.iconPgMt {
    width: 70px;
    height: 70px;
    background-position: -200px -200px;
}

.iconPgFs {
    width: 80px;
    height: 80px;
    background-position: -200px -300px;
}

.iconPgPfk {
    width: 65px;
    height: 65px;
    background-position: -200px -400px;
}

.iconPgLyj {
    width: 65px;
    height: 65px;
    background-position: -200px -500px;
}

.iconClose {
    width: 32px;
    height: 32px;
    background-position: -300px 0;
}

.iconClose:hover {
    background-position: -300px -100px;
}

.packageBanner {
    position: relative;
    padding-top: 165px;
    height: 820px;
    text-align: center;
    background-size: auto 100%;
    overflow: hidden;
}

.packageBanner .pkBanner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background: url("../images/banner.jpg") no-repeat center center;
    transition: all 5s linear;
}

.packageBannerBj {
    background-image: url("../images/banner_bj.jpg");
}

.packageBanner.active .pkBanner {
    transform: scale(1.1);
}

.packageBanner .text {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.8s;
}

.packageBanner .text.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 0;
}

.packageBanner p {
    margin-top: 25px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
}

.packageBanner p strong {
    margin: 0 10px;
    font-weight: lighter;
}

.packageBanner .price {
    margin-top: -15px;
    font-size: 24px;
}

.packageBanner .price span {
    display: inline-block;
    margin-right: 5px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #feb300;
    color: #fff;
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.packageBanner .price i {
    font: normal 110px SOLOMON-LIGHT;
}

.packageSix {
    border-bottom: 1px solid #e9e9e9;
}

.packageSix ul {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0 80px;
    color: #111;
    overflow: hidden;
}

.packageSix ul li {
    float: left;
    margin: 55px 0 0;
    width: 400px;
    height: 78px;
    border-right: 1px dashed #efe0d7;
}

.packageSix ul .two,
.packageSix ul .five {
    padding-left: 70px;
}

.packageSix ul .three,
.packageSix ul .six {
    padding-left: 70px;
    border-right: 0;
}

.packageSix ul i {
    float: left;
    margin: 0 20px;
    width: 78px;
    height: 78px;
}

.packageSix ul .one i {
    background-position: 0 0;
}

.packageSix ul .two i {
    background-position: 0 -100px;
}

.packageSix ul .three i {
    background-position: 0 -200px;
}

.packageSix ul .four i {
    background-position: 0 -300px;
}

.packageSix ul .five i {
    background-position: 0 -400px;
}

.packageSix ul .six i {
    background-position: 0 -500px;
}

.packageSix ul h3 {
    margin-top: 15px;
    color: #fea700;
    font-size: 20px;
}

.packageSecTit {
    padding: 85px 0 40px;
    font-size: 16px;
    color: #888;
    text-align: center;
}

.packageSecTit h3 {
    font-size: 36px;
    color: #222;
}

.topDesigner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
    height: 427px;
    font-size: 16px;
}

.topDesigner img {
    float: left;
    margin: -75px 35px 0 0;
}

.topDesigner h4 {
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: lighter;
    color: #ffa200;
}

.topDesigner hr {
    margin-bottom: 20px;
    width: 50px;
    height: 5px;
    background: #ffa200;
    border: 0;
}

.topDesigner p {
    color: #333;
    line-height: 34px;
    font-size: 18px;
    word-break: break-all;
}

.designCase {
    width: 1200px;
    margin: 0 auto;
    height: 712px;
    background: #fff;
}

.designBigPic {
    overflow: hidden;
}

.designBigPic .bigPic {
    height: 554px;
    overflow: hidden;
}

.designBigPic .bigPic li {
    float: left;
    color: #222;
    padding: 28px;
    width: 1200px;
    background: #f3f3f3;
    font-size: 18px;
}

.designBigPic .bigPic li .pic {
    float: left;
    margin-right: 60px;
}

.designBigPic .bigPic li h3 {
    font-size: 34px;
    font-weight: normal;
}

.designBigPic .bigPic li h3 span {
    display: block;
    font-size: 16px;
    color: #d7d7d7;
}

.designBigPic .bigPic li hr {
    margin: 29px 0 23px;
    width: 42px;
    height: 3px;
    background: #d9d9d9;
}

.designBigPic .bigPic li p {
    margin-bottom: 35px;
    line-height: 26px;
    font-weight: bold;
}

.designBigPic .bigPic li dd {
    margin: 5px 0 32px;
    line-height: 26px;
}

.designBigPic .smallPic {
    position: relative;
    padding: 18px 110px 18px 130px;
    height: 126px;
    background: #222222;
}

.designBigPic .smallPic ul {
    height: 89px;
}

.designBigPic .smallPic li {
    position: relative;
    margin-right: 20px;
    width: 140px;
    height: 85px;
}

.designBigPic .smallPic li img {
    border: 2px solid #eee;
}

.designBigPic .smallPic li span {
    display: block;
    width: 140px;
    height: 85px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.designBigPic .smallPic li p {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 2;
    height: 85px;
    width: 140px;
    line-height: 85px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.designBigPic .smallPic li.on p {
    color: #fcbc2e;
}

.designBigPic .smallPic li.on img {
    border-color: #fcbc2e;
}

.smallPic .designPrev,
.smallPic .designNext {
    position: absolute;
    top: 42px;
    z-index: 1;
    cursor: pointer;
}

.smallPic .designPrev {
    left: 42px;
}

.smallPic .designNext {
    right: 42px;
}

.packageSpace {
    position: relative;
    text-align: center;
}

.packageSpace .anchor {
    position: absolute;
    left: 0;
    top: -50px;
}

.packageSpace .spaceBox {
    position: relative;
    margin: 0 auto;
    padding-top: 72px;
    width: 100%;
    max-width: 1920px;
    height: 686px;
    overflow: hidden;
}

.packageSpace .spaceBox .spaceThumb {
    position: absolute;
    left: 50%;
    top: 4px;
    z-index: 1;
    margin-left: -600px;
    width: 1200px;
    height: 72px;
}

.packageSpace .spaceBox .spaceThumb li {
    float: left;
    width: 240px;
    height: 72px;
    border-bottom: 4px solid transparent;
    font-size: 22px;
    text-align: center;
    transition: all 0.5s;
}

.packageSpace .spaceBox .spaceThumb li.activeSlide {
    padding-top: 5px;
    border-bottom-color: #feb300;
    color: #feb300;
}

.packageSpace .spaceBox .spaceThumb li span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.packageSpace .spaceBox ol {
    width: 100%;
    height: 614px;
    border-top: 4px solid #333;
}

.packageSpace .spaceBox ol li {
    width: 100%;
    height: 610px;
}

.packageSpace .spaceBox .space {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    opacity: 0;
    padding-top: 220px;
    text-align: left;
}

.packageSpace .spaceBox .inner {
    position: relative;
    z-index: 1;
    padding: 22px 25px 0 30px;
    width: 400px;
    height: 170px;
}

.packageSpace .spaceBox .maskBg {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: 0;
    width: 400px;
    height: 170px;
    background: #feb300;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.packageSpace .spaceBox .inner h4 {
    font-weight: normal;
    font-size: 48px;
}

.packageSpace .spaceBox .inner span {
    font-weight: bold;
}

.packageSpace .spaceBox .inner p {
    font-size: 18px;
}

.packageSpace .spaceBox .btMaskBg {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.packageSpace .spaceBox .configure {
    position: absolute;
    display: block !important;
    bottom: -110px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    color: #fff;
}

.packageSpace .spaceBox .detailBox {
    margin: 0 auto;
    width: 1200px;
    height: 110px;
    overflow: hidden;
    text-align: left;
}

.packageSpace .spaceBox .detailBox span {
    float: left;
    display: block;
    padding-right: 30px;
    margin-top: 25px;
    font-size: 24px;
    color: #fea700;
    font-weight: bold;
    background: url("../images/icon_r_arrow.png") no-repeat right center;
}

.packageSpace .spaceBox .detail {
    float: left;
    display: table;
    margin-left: 30px;
    width: 1067px;
    height: 110px;
}

.packageSpace .spaceBox .detailInner {
    display: table-cell;
    vertical-align: middle;
}

.packageSpace .spaceBox .detail p {
    display: inline-block;
    margin-right: 24px;
    white-space: nowrap;
    line-height: 30px;
}

.packageSpace .spaceBox .thumb,
.packageSpace .spaceBox .prevView,
.packageSpace .spaceBox .nextView {
    display: block;
    position: absolute;
    top: 76px;
    width: 100%;
    height: 610px;
    z-index: 10;
}

.packageSpace .spaceBox .prevView,
.packageSpace .spaceBox .nextView {
    background-position: right center;
}

.packageSpace .spaceBox .thumb span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 610px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.packageSpace .spaceBox .spacePrev,
.packageSpace .spaceBox .prevView {
    left: -100%;
    margin-left: 320px;
}

.packageSpace .spaceBox .spaceNext,
.packageSpace .spaceBox .nextView {
    right: -100%;
    margin-right: 320px;
}

.packageSpace .spaceBox .thumb i {
    position: relative;
    z-index: 11;
    display: block;
    margin-top: 257px;
    width: 51px;
    height: 95px;
}

.packageSpace .spaceBox .iconPgPrev {
    float: right;
    margin-right: 135px;
    background: url("../images/arrow_left.png") no-repeat;
}

.packageSpace .spaceBox .iconPgNext {
    margin-left: 135px;
    background: url("../images/arrow_right.png") no-repeat;
}

@media screen and (max-width: 1920px) {
    .packageSpace .spaceBox .prevView,
    .packageSpace .spaceBox .spacePrev,
    .packageSpace .spaceBox .prevView {
        margin-left: 200px;
    }

    .packageSpace .spaceBox .nextView,
    .packageSpace .spaceBox .spaceNext,
    .packageSpace .spaceBox .nextView {
        margin-right: 200px;
    }

    .packageSpace .spaceBox .iconPgNext {
        margin-left: 75px;
    }

    .packageSpace .spaceBox .iconPgPrev {
        margin-right: 75px;
    }
}

@media screen and (max-width: 1600px) {
    .packageSpace .spaceBox .prevView,
    .packageSpace .spaceBox .spacePrev,
    .packageSpace .spaceBox .prevView {
        margin-left: 140px;
    }

    .packageSpace .spaceBox .nextView,
    .packageSpace .spaceBox .spaceNext,
    .packageSpace .spaceBox .nextView {
        margin-right: 140px;
    }

    .packageSpace .spaceBox .iconPgNext {
        margin-left: 45px;
    }

    .packageSpace .spaceBox .iconPgPrev {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1440px) {
    .packageSpace .spaceBox .prevView,
    .packageSpace .spaceBox .nextView {
        display: none;
    }

    .packageSpace .spaceBox .thumb span {
        display: none;
    }
}

.packageMaterials {
    position: relative;
}

.packageMaterials .anchor {
    position: absolute;
    left: 0;
    top: -50px;
}

.materialsLogo {
    position: relative;
    padding-bottom: 70px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.materialsLogo li {
    float: left;
    margin-bottom: 10px;
    width: 300px;
    height: 76px;
    line-height: 76px;
    text-align: center;
}

.materialsLogo li img {
    max-height: 76px;
}

.materialsLogo li.middle {
    width: 330px;
}

.materialsLogo .alignLt {
    width: 270px;
    text-align: left;
}

.materialsLogo .alignRt {
    width: 270px;
    text-align: right;
}

.materialsLogo .pdr20 {
    padding-right: 20px;
}

.materialsLogo span {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -24px;
    -webkit-animation: moveTop 0.5s linear infinite alternate;
    -moz-animation: moveTop 0.5s linear infinite alternate;
    -ms-animation: moveTop 0.5s linear infinite alternate;
    animation: moveTop 0.5s linear infinite alternate;
}

.packageMt {
    height: 1000px;
    background: url("../images/mengtian_bg.jpg") no-repeat center center;
}

.packageKbDoor {
    height: 1000px;
    background: url("../images/kebao_door_bg.jpg") no-repeat center center;
}

.packageMkbl {
    height: 1120px;
    background: url("../images/mkbl_bg.jpg") no-repeat center center;
}

.packageKeBao {
    height: 1120px;
    background: url("../images/kebao_bg.jpg") no-repeat center center;
}

.packageMoen {
    height: 1000px;
    background: url("../images/moen_bg.jpg") no-repeat center center;
}

.packageLevis {
    height: 1000px;
    background: url("../images/levis_bg.jpg") no-repeat center center;
}

.packageNature {
    height: 1000px;
    background: url("../images/nature_bg.jpg") no-repeat center center;
}

.packageRobam {
    height: 975px;
    background: url("../images/robam_bg.jpg") no-repeat center center;
}

.packageKohler {
    height: 1000px;
    background: url("../images/kohler_bg.jpg") no-repeat center center;
}

.packageBrand {
    margin: 0 auto;
    width: 1200px;
    font-family: "PingFangSC-Medium", "苹方 中等";
    color: #111;
}

.packageBrand .brandTtile {
    margin-bottom: 40px;
}

.packageBrand p {
    font-size: 18px;
    line-height: 30px;
}

.peculiarity {
    padding-top: 90px;
}

.peculiarity span {
    display: inline-block;
    margin-right: 15px;
    height: 48px;
    min-width: 150px;
    border-radius: 3px;
    padding: 0 15px;
    border: 1px solid #111;
    font: normal 16px/48px "PingFangSC-Blod", "苹方 粗体";
    white-space: nowrap;
    text-align: center;
}

.packageMt .packageBrand,
.packageKbDoor .packageBrand {
    padding: 310px 0 0 600px;
}

.packageMkbl .packageBrand {
    padding: 180px 0 0 10px;
    color: #fff;
}

.packageKeBao .packageBrand {
    padding-top: 205px;
    text-align: center;
    color: #fff;
}

.packageMoen .packageBrand {
    padding: 255px 0 0 540px;
}

.packageLevis .packageBrand {
    padding-top: 270px;
    color: #fff;
}

.packageNature .packageBrand {
    padding-top: 230px;
    text-align: center;
}

.packageRobam .packageBrand {
    padding-top: 385px;
    text-align: center;
}

.packageKohler .packageBrand {
    padding: 245px 0 0 705px;
}

.packageNature .packageBrand h4,
.packageNature .packageBrand h5 {
    color: #553c33;
}

.packageKohler .packageBrand h4,
.packageKohler .packageBrand h5 {
    color: #563021;
}

.packageMkbl .peculiarity,
.packageNature .peculiarity,
.packageRobam .peculiarity {
    padding-top: 55px;
}

.packageMt .peculiarity span,
.packageKbDoor .peculiarity span,
.packageRobam .peculiarity span {
    border-color: #ff7200;
    color: #ff7200;
}

.packageMkbl .peculiarity span,
.packageKeBao .peculiarity span {
    border-color: #ff9600;
    color: #ff9600;
}

.packageKohler .peculiarity,
.packageMoen .peculiarity {
    padding-top: 70px;
}

.packageTK {
    height: 1805px;
    background: url(../images/chuwei_bg.jpg) no-repeat center bottom;
}

.packageTK .toilet,
.packageTK .kitchen {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.packageTK .toilet {
    padding-top: 708px;
    height: 815px;
}

.packageTK .toilet li {
    position: absolute;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center;
    transition: all 0.5s;
}

.packageTK .toilet li i {
    transform: scale(1);
    transition: all 0.5s ease-in;
}

.packageTK .toilet li:hover {
    margin-top: -5px;
}

.packageTK .toilet li:hover i {
    transform: scale(1.1);
}

.packageTK .toilet .one {
    left: 140px;
    top: 220px;
}

.packageTK .toilet .two {
    left: 24px;
    top: 350px;
}

.packageTK .toilet .three {
    left: 120px;
    top: 514px;
}

.packageTK .toilet .four {
    left: 1014px;
    top: 202px;
}

.packageTK .toilet .five {
    left: 1060px;
    top: 348px;
}

.packageTK .toilet .six {
    left: 978px;
    top: 494px;
}

.packageTK .toilet .stink {
    position: relative;
    height: 80px;
}

.packageTK .toilet .stink .one {
    position: absolute;
    top: 20px;
    left: 245px;
    z-index: 1;
}

.packageTK .toilet .stink .two {
    position: absolute;
    top: 10px;
    left: 200px;
    z-index: 0;
}

.packageTK .toilet .stink .three {
    position: absolute;
    top: 0;
    left: 0;
}

.packageTK .toilet .stink .three {
    position: absolute;
    top: 5px;
    left: 115px;
}

.packageTK .toilet .stink.active img {
    -webkit-animation: moveTop 0.5s linear;
    -ms-animation: moveTop 0.5s linear;
    -moz-animation: moveTop 0.5s linear;
    animation: moveTop 0.5s linear;
}

.packageTK .toilet .stink.active .one {
    -webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
    -ms-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
    -moz-animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
    animation: flicker1 1s 0.5s linear infinite alternate, scale9 1s 0.5s linear infinite alternate;
}

.packageTK .toilet .stink.active .two {
    -webkit-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
    -ms-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
    -moz-animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
    animation: flicker1 1s 1s linear infinite alternate, scale9 1s 1s linear infinite alternate;
}

.packageTK .toilet .stink.active .three {
    -webkit-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
    -ms-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
    -moz-animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
    animation: flicker1 1s 1.5s linear infinite alternate, scale9 1s 1.5s linear infinite alternate;
}

.packageTK .toilet .airflow {
    position: absolute;
    top: 704px;
    left: 0;
    z-index: 5;
    width: 1200px;
}

.packageTK .toilet .airflow .left {
    position: absolute;
    top: 26px;
    left: 393px;
}

.packageTK .toilet .airflow .left2 {
    position: absolute;
    top: 5px;
    left: 324px;
}

.packageTK .toilet .airflow .left3 {
    position: absolute;
    top: 24px;
    left: 265px;
}

.packageTK .toilet .airflow .right {
    position: absolute;
    top: 26px;
    left: 672px;
}

.packageTK .toilet .airflow .right2 {
    position: absolute;
    top: 5px;
    left: 720px;
}

.packageTK .toilet .airflow .right3 {
    position: absolute;
    top: 24px;
    left: 775px;
}

.packageTK .toilet .airflow img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: 10px;
}

.packageTK .toilet .airflow .left {
    animation: airflowL1 1s linear infinite;
}

.packageTK .toilet .airflow .left2 {
    animation: airflowL2 1s linear infinite;
}

.packageTK .toilet .airflow .left3 {
    animation: airflowL3 1s linear infinite;
}

.packageTK .toilet .airflow .right {
    animation: airflowR1 1s linear infinite;
}

.packageTK .toilet .airflow .right2 {
    animation: airflowR2 1s linear infinite;
}

.packageTK .toilet .airflow .right3 {
    animation: airflowR3 1s linear infinite;
}

@keyframes airflowL1 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin-top: 0;
        transform: rotate(0);
    }
    75% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-top: -10px;
        transform: rotate(-10deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin-top: -10px;
        transform: rotate(-10deg);
    }
}

@keyframes airflowL2 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: 0 0 0 10px;
        transform: rotate(0);
    }
    50% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin: -3px 0 0 0;
        transform: rotate(-10deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: -3px 0 0 0;
        transform: rotate(-10deg);
    }
}

@keyframes airflowL3 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: -10px 0 0 15px;
        transform: rotate(-15deg);
    }
    75% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin: 3px 0 0 10px;
        transform: rotate(-15deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: 3px 0 0 10px;
        transform: rotate(-15deg);
    }
}

@keyframes airflowR1 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin-top: 0;
        transform: rotate(0);
    }
    75% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-top: -10px;
        transform: rotate(10deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin-top: -10px;
        transform: rotate(10deg);
    }
}

@keyframes airflowR2 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: 0 10px 0 0;
        transform: rotate(0);
    }
    50% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin: -3px 0 0 0;
        transform: rotate(10deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: -3px 0 0 0;
        transform: rotate(10deg);
    }
}

@keyframes airflowR3 {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: -10px 15px 0 0;
        transform: rotate(15deg);
    }
    75% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin: 3px 10px 0 0;
        transform: rotate(15deg);
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: 3px 10px 0 0;
        transform: rotate(15deg);
    }
}

.packageTK .kitchen {
    position: relative;
    height: 670px;
}

.packageTK .kitchen li {
    position: absolute;
    color: #111;
}

.packageTK .kitchen li img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

.packageTK .kitchen.active li img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.packageTK .kitchen .text {
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.packageTK .kitchen .text h4 {
    font-size: 19px;
}

.packageTK .kitchen .text span {
    display: block;
    font-size: 44px;
}

.packageTK .kitchen .text p {
    font-weight: lighter;
}

.packageTK .kitchen li.one {
    top: 263px;
    left: 35px;
    width: 257px;
    height: 180px;
}

.packageTK .kitchen li.one .text {
    top: 75px;
    left: 40px;
}

.packageTK .kitchen li.two {
    top: 245px;
    left: 380px;
    width: 238px;
    height: 180px;
}

.packageTK .kitchen li.two .text {
    top: 65px;
    left: 125px;
}

.packageTK .kitchen li.three {
    top: 200px;
    left: 655px;
    width: 203px;
    height: 119px;
}

.packageTK .kitchen li.three .text {
    top: 45px;
    right: 15px;
    text-align: right;
}

.packageTK .kitchen li.four {
    top: 225px;
    left: 840px;
    width: 356px;
    height: 246px;
}

.packageTK .kitchen li.four .text {
    top: 40px;
    left: 180px;
}

.packageTK .kitchen.active li.one img {
    transition: all 1s 1s;
}

.packageTK .kitchen.active li.one .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0;
    transition: all 0.5s 1.5s;
}

.packageTK .kitchen.active li.two img {
    transition: all 1s 2s;
}

.packageTK .kitchen.active li.two .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0;
    transition: all 0.5s 2.5s;
}

.packageTK .kitchen.active li.three img {
    left: 0;
    transition: all 1s 3s;
}

.packageTK .kitchen.active li.three .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0;
    transition: all 0.5s 3.5s;
}

.packageTK .kitchen.active li.four img {
    left: 0;
    transition: all 1s 4s;
}

.packageTK .kitchen.active li.four .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0;
    transition: all 0.5s 4.5s;
}

.packageTK .kitchen.active .point i {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/point.png") no-repeat;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: flicker 1s ease-in-out 5 forwards;
    -moz-animation: flicker 1s ease-in-out 5 forwards;
    -ms-animation: flicker 1s ease-in-out 5 forwards;
    animation: flicker 1s ease-in-out 5 forwards;
}

.packageTK .point i.one {
    left: 265px;
    top: 470px;
}

.packageTK .point i.two {
    left: 423px;
    top: 450px;
}

.packageTK .point i.three {
    left: 685px;
    top: 330px;
}

.packageTK .point i.four {
    left: 888px;
    top: 480px;
}

.packageAMaterials {
    height: 700px;
    background: url("../images/aux_bg.jpg") no-repeat center center;
}

.packageAMaterials .packageSecTit p {
    color: #111;
}

.packageAMaterials .auxLogo {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.packageAMaterials .auxLogo ul {
    margin-left: -200px;
    width: 1400px;
}

.packageAMaterials .auxLogo li {
    float: left;
    position: relative;
    display: table;
    margin: 50px 0 0 200px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.packageAMaterials .auxLogo .active .logoText {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotateY(0);
}

.packageAMaterials .auxLogo .active .logo {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotateY(90deg);
}

.packageAMaterials .auxLogo .logo {
    display: table-cell;
    width: 150px;
    height: 150px;
    text-align: center;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: ease 0.5s;
    vertical-align: middle;
}

.packageAMaterials .auxLogo .outer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    opacity: 0.08;
    filter: alpha(opacity=8);
}

.packageAMaterials .auxLogo .inner {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    background: #fff;
    border-radius: 140px;
    width: 140px;
    height: 140px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.packageAMaterials .auxLogo img {
    position: relative;
    display: block;
    max-width: 130px;
    z-index: 3;
    margin: 0 auto;
}

.packageAMaterials .auxLogo li:nth-child(2) img {
    margin-top: -8px;
}

.packageAMaterials .auxLogo .logoText {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding-top: 50px;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #ffb400;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotateY(90deg);
    transition: ease 0.5s 0.25s;
}

.packageAMaterials .auxLogo .logoText2 {
    padding-top: 40px;
}

.packageBtnBox {
    height: 310px;
    background: url("../images/online_bg.jpg") no-repeat top center;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.packageBtnBox .packageBtn {
    width: 1200px;
    margin: 0 auto;
    padding: 68px 205px 0;
    text-align: center;
}

.packageBtnBox a {
    margin-top: 34px;
    display: block;
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #ffa320;
    color: #ffa320;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
}

.packageBtnBox a:hover {
    background: #ffa320;
    color: #fff;
}

.packageBtnBox span {
    float: left;
}

.packageBtnBox span.online {
    float: right;
}

.packageBtnBox span.online a {
    margin-top: 33px;
}

.packageBtnBox img {
    margin-bottom: 10px;
}

.packageEV {
    position: relative;
}

.packageEV .anchor {
    position: absolute;
    left: 0;
    top: -50px;
}

.packageEV .childEv {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.packageEV .standardHCHO {
    position: absolute;
    top: 48px;
    left: 590px;
    z-index: 1;
}

.packageEV .standardHCHO img {
    margin-left: 5px;
}

.packageEV .standardHCHO span {
    display: block;
    margin-top: 5px;
    padding: 8px 20px;
    width: 208px;
    height: 60px;
    border: 1px solid #b6b6b6;
    color: #a59999;
    border-radius: 30px;
    font-size: 16px;
}

.packageEV .childEv ul li {
    position: absolute;
    padding: 10px 20px;
    z-index: 1;
    border: 1px dashed #b7793e;
    border-radius: 15px;
    color: #444;
    transition: all 0.5s;
}

.packageEV .childEv ul li.active {
    margin: -5px 0 0 -5px;
}

.packageEV .childEv li strong {
    display: block;
    color: #c9925e;
    font-size: 20px;
}

.packageEV .childEv .one {
    top: 48px;
    left: 198px;
}

.packageEV .childEv .two {
    top: 248px;
    left: 95px;
}

.packageEV .childEv .three {
    top: 420px;
    left: 95px;
}

.packageEV .childEv .four {
    top: 72px;
    left: 970px;
}

.packageEV .childEv .five {
    top: 265px;
    left: 1030px;
    text-align: center;
}

.packageEV .childEv .six {
    top: 522px;
    left: 900px;
}

.packageVideo {
    position: relative;
}

.packageVideo .anchor {
    position: absolute;
    left: 0;
    top: -50px;
}

.packageVideo .videoBox {
    position: relative;
    height: 566px;
    background: url("../images/video_img.jpg") no-repeat center center;
}

.packageVideo .videoBox .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -68px 0 0 -68px;
}

.packageVideo .videoBox iframe {
    display: none;
}

.packageCompare {
    height: 650px;
    background: url("../images/compare.jpg") no-repeat center center;
}

.packagePower {
    background: #fff;
}

.packagePower .power {
    margin: 0 auto;
    padding-bottom: 100px;
    width: 1200px;
    overflow: hidden;
}

.packagePower .power p {
    margin-left: -75px;
    width: 1275px;
    overflow: hidden;
}

.packagePower .power img {
    float: left;
    margin-left: 75px;
    width: 350px;
    height: 390px;
}

.packageTenSKU ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
}

.packageTenSKU ul li {
    float: left;
    margin-bottom: 20px;
    width: 240px;
    text-align: center;
    line-height: 60px;
}

.packageTenSKU ul li img {
    width: 240px;
    height: 273px;
    vertical-align: top;
}

.packageDiyRebuild {
    padding: 65px 0 35px;
    background: #f5f5f5;
    overflow: hidden;
}

.packageDiyRebuild .diyRebuild {
    margin: 0 auto;
    width: 1200px;
}

.packageDiyRebuild .packageDiy,
.packageDiyRebuild .packageRebuild {
    float: left;
    width: 560px;
}

.packageDiyRebuild .packageRebuild {
    margin-left: 80px;
}

.packageDiyRebuild .hd {
    position: relative;
    height: 75px;
    color: #555;
}

.packageDiyRebuild .hd h4 {
    color: #ffa200;
    font-size: 30px;
    line-height: 40px;
}

.packageDiyRebuild .hd span {
    display: inline-block;
    margin-right: 8px;
    width: 7px;
    height: 30px;
    background: #ffa200;
    vertical-align: middle;
    margin-top: -3px;
}

.packageDiyRebuild .hd p {
    padding-left: 15px;
}

.packageDiyRebuild .hd a {
    position: absolute;
    top: 40px;
    right: 0;
    color: #222;
    font-weight: bold;
}

.packageDiyRebuild .banner {
    width: 560px;
    min-width: 560px;
    height: 405px;
}

.packageDiyRebuild .banner img {
    vertical-align: middle;
}

.packageDiyRebuild .banner p {
    padding: 15px 30px 0;
    height: 65px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.packageDiyRebuild .rebuildBanner p {
    text-align: left;
    font-weight: normal;
}

.packageDiyRebuild .rebuildBanner p span {
    font-weight: bold;
}

.packageDiyRebuild .rebuildBanner p {
    font-size: 13px;
}

.packageDiyRebuild .banner .thumb,
.packageDiyRebuild .banner .thumb span {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 80px;
}

.packageDiyRebuild .banner .thumb {
    top: 120px;
    z-index: 10;
}

.packageDiyRebuild .banner .prev {
    left: 0;
}

.packageDiyRebuild .banner .next {
    right: 0;
}

.packageDiyRebuild .banner .thumb i {
    position: absolute;
    z-index: 2;
    margin: 22px 0 0 8px;
    width: 19px;
    height: 35px;
}

.packageDiyRebuild .banner .next i {
    margin-left: 14px;
}

.packageDiyRebuild .banner .thumb span {
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.packageDiyRebuild .banner .thumb:hover span {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.packageService {
    padding-bottom: 80px;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.packageService .cityInfo {
    position: relative;
    float: left;
    width: 850px;
}

.packageService .cityInfo .cityTyd {
    position: relative;
    margin-bottom: 13px;
    padding-left: 8px;
    font-size: 16px;
    color: #555;
}

.packageService .cityInfo .cityTyd .curCity {
    display: inline-block;
    padding-right: 18px;
    min-width: 50px;
    font-weight: bold;
    background: url("../images/select.png") no-repeat right center;
    cursor: pointer;
}

.packageService .cityInfo .citySelect {
    display: none;
    position: absolute;
    top: 30px;
    left: 175px;
    z-index: 2;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 140px;
    height: 130px;
    line-height: 30px;
}

.packageService .cityInfo .citySelect .div_scroll {
    width: 100%;
    height: 128px;
    overflow: auto;
}

.packageService .cityInfo .citySelect span {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
}

.packageService .cityInfo .citySelect span:hover,
.packageService .cityInfo .citySelect span:hover {
    background: #f5f5f5;
}

.packageService .tydInfo {
    position: relative;
}

.packageService .tydInfo p {
    float: left;
    width: 400px;
    height: 280px;
    overflow: hidden;
}

.packageService .tydInfo p img {
    width: 100%;
}

.packageService .tydInfo ul {
    float: left;
    padding: 30px 45px 0 35px;
    width: 450px;
    color: #222;
}

.packageService .tydInfo li {
    margin-bottom: 20px;
    line-height: 22px;
}

.packageService .tydInfo li span {
    display: block;
    font-weight: bold;
}

.packageService .tydInfo a {
    margin-left: 35px;
    color: #ffa200;
    text-decoration: underline;
}

.packageService .servicePop {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 400px;
    z-index: 2;
    width: 732px;
    height: 383px;
    padding: 40px 40px 0 70px;
    background: url("../images/sevice_pop.png") no-repeat top center;
    overflow: hidden;
}

.packageService .servicePopBox {
    width: 622px;
    height: 273px;
    line-height: 24px;
}

.packageService .servicePopBox .div_scroll {
    height: 273px;
    margin-bottom: 0 !important;
}

.packageService .servicePop .iconClose {
    position: absolute;
    top: 0;
    right: 20px;
}

.packageService .servicePopBox h4 {
    margin-bottom: 15px;
    font-size: 24px;
}

.packageService .servicePopBox p {
    margin-bottom: 10px;
}

.packageService .servicePopBox div span {
    font-weight: bold;
}

.packageService .order {
    float: left;
    padding-top: 30px;
    width: 350px;
}

.packageService .order h4 {
    padding-bottom: 15px;
    color: #ffa200;
    font-size: 24px;
}

.packageService .order input {
    border: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
    width: 350px;
    height: 65px;
    line-height: 45px;
    border-radius: 3px;
    background: #e7e7e7;
}

.packageService .order button {
    border: 0;
    border-radius: 3px;
    width: 350px;
    height: 65px;
    font-size: 24px;
    color: #fff;
    line-height: 65px;
    background: #ffa200;
    cursor: pointer;
}

.packageService .order button:hover {
    background: #f59c00;
}

.packBtLink {
    height: 130px;
    background: #f5f5f5;
}

.packBtLink .btLink {
    margin: 0 auto;
    width: 1200px;
}

.packBtLink .btLink a {
    float: left;
    display: block;
    width: 400px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

.packBtLink .btLink .money {
    background: #e9e9e9;
}

.packBtLink .btLink .consult {
    background: #f7f7f7;
}

.packBtLink .btLink .brand {
    background: #efefef;
}

.packBtLink .btLink a i {
    vertical-align: middle;
    margin: -3px 8px 0;
    transition: all 0.5s ease-out;
}

.packBtLink .btLink a:hover .iconPgArrow {
    margin-right: -5px;
}

.easeIn {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
    transition: all 0.8s;
}

.easeIn.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*moveTop ani*/
@-moz-keyframes moveTop {
    from {
        margin-top: 10px;
    }
    to {
        margin-top: 0;
    }
}

@-webkit-keyframes moveTop {
    from {
        margin-top: 10px;
    }
    to {
        margin-top: 0;
    }
}

@-ms-keyframes moveTop {
    from {
        margin-top: 10px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes moveTop {
    from {
        margin-top: 10px;
    }
    to {
        margin-top: 0;
    }
}

/*scale9 ani*/
@-moz-keyframes scale9 {
    from {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(0.98);
    }
}

@-webkit-keyframes scale9 {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.98);
    }
}

@-ms-keyframes scale9 {
    from {
        -ms-transform: scale(1);
    }
    to {
        -ms-transform: scale(0.98);
    }
}

@keyframes scale9 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.98);
    }
}

/*scal15 ani*/
@-moz-keyframes scale15 {
    from {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(1.5);
    }
}

@-webkit-keyframes scale15 {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.5);
    }
}

@-ms-keyframes scale15 {
    from {
        -ms-transform: scale(1);
    }
    to {
        -ms-transform: scale(1.5);
    }
}

@keyframes scale15 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}

/*flicker ani*/
@-moz-keyframes flicker {
    from {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes flicker {
    from {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@-ms-keyframes flicker {
    from {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes flicker {
    from {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

/*flicker ani*/
@-moz-keyframes flicker1 {
    from {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    to {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
}

@-webkit-keyframes flicker1 {
    from {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    to {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
}

@-ms-keyframes flicker1 {
    from {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    to {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
}

@keyframes flicker1 {
    from {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    to {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
}

/*flicker ani*/
@-moz-keyframes flicker2 {
    0% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes flicker2 {
    0% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@-ms-keyframes flicker2 {
    0% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@keyframes flicker2 {
    0% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    100% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

/*滴滴专车*/
.ikjDidi {
    background: url("../images/banner.jpg") no-repeat top center;
}

.ikjDidi .top {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 610px;
}

.ikjDidi .top a.ruleBtn {
    position: absolute;
    left: 87px;
    top: 430px;
    display: block;
    width: 98px;
    height: 22px;
}

.ikjDidi .rule {
    display: none;
    position: absolute;
    top: 472px;
    left: 86px;
    width: 430px;
    padding: 15px 30px 10px;
    color: #333;
}

.ikjDidi .rule img {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.ikjDidi .rule .mask_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("../images/rule_bg.png") no-repeat -9px -23px;
}

.ikjDidi .rule .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #faedd5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border-radius: 5px;
    box-shadow: 5px 5px 0 rgba(125, 54, 6, 0.1);
}

.ikjDidi .rule dl {
    position: relative;
    z-index: 2;
}

.ikjDidi .rule dt {
    font-weight: bold;
}

.ikjDidi .rule:before {
    content: "";
    display: block;
    position: absolute;
    top: -31px;
    left: 55px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 16px solid #faedd5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ikjDidi .step,
.ikjDidi .group {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 105px;
}

.ikjDidi .step {
    padding-bottom: 105px;
    border-bottom: 1px solid #eaeaea;
}

.ikjDidi .title {
    padding: 60px 0 40px;
    text-align: center;
    color: #888;
}

.ikjDidi .title h2 {
    font-size: 42px;
    color: #333;
    font-weight: normal;
}

.ikjDidi .group img {
    margin-bottom: 10px;
    vertical-align: middle;
}

/*404*/
.page-404-wrapper {
    width: 100%;
    height: 500px;
    background: #f2f9fe url('../images/pc_404_bg.jpg') no-repeat center center;
}

.page-404-wrapper .page-404 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.page-404-wrapper .page-404 .bear {
    position: absolute;
    bottom: 90px;
    left: 0;
}

.page-404-wrapper .page-404 .error-tips {
    position: absolute;
    bottom: 90px;
    right: 0;
}

.page-404-wrapper .page-404 .error-tips p {
    color: #feaf17;
    font-size: 20px;
}

.page-404-wrapper .page-404 .error-tips .title {
    font-size: 28px;
    margin-bottom: 54px;
}

.page-404-wrapper .page-404 .error-tips .back-btn {
    margin-top: 58px;
    background: #feaf17;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.fitment-info-wrapper {
    padding: 45px 0 105px;
}

.fitment-info-wrapper .homeLinkTab {
    margin-bottom: 32px;
}

.fitment-info-wrapper .fitment-info-title {
    width: 1248px;
}

.fitment-info-wrapper .fitment-info-title ul li {
    width: 260px;
    display: inline-block;
    margin: 0 74px;
    float: left;
}

.fitment-info-wrapper .fitment-info-title ul li a {
    width: 82px;
    margin-right: 0;
    text-align: left;
}

.fitment-info-wrapper .fitment-info {
    width: 1248px;
}

.fitment-info-wrapper .fitment-info ul li {
    width: 260px;
    margin: 0 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

/*# sourceMappingURL=css.css.map */
/*.clearfix:after, .clearfix:before {*/
/*content: "";*/
/*display: table;*/
/*}*/
/*.clearfix:after {*/
/*clear: both;*/
/*}*/
/*
 *设计师开始
 */
.mt10 {
    margin-top: 10px !important;
}

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

.mianbao .anli_nav {
    color: #999;
    padding: 20px 0;
    padding-right: 40px;
    float: left;
}

.mianbao .total_anli {
    float: left;
    color: #212628;
    padding: 20px;
}

.mianbao .total_anli .active {
    color: var(--ty-color);
}

.mianbao #anliyun {
    padding: 15px 0;
    float: left;
}

.cl {
    clear: both;
    width: 0;
    height: 0;
}

.mianbao .anli_nav .active {
    color: #333;
}

.inline {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.select-box {
    width: 100%;
}

.select-box .select-card {
    border: 1px solid #edecec;
    border-bottom: 1px;
}

.select-box .select-card .list-box {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.select-box .select-card .list-box li {
    min-height: 49px;
    margin: 0;
    border-bottom: 1px solid #edecec;
    text-align: center;
    line-height: 48px;
    position: relative;
    overflow: hidden;
}

.select-box .select-card .list-box li .title {
    position: absolute;
    height: inherit;
    width: 80px;
    background: #fafafa;
}

.select-box .select-card .list-box li .content {
    position: absolute;
    overflow: hidden;
    left: 80px;
    width: 960px;
    color: #333;
    padding-bottom: 13px;
    padding-left: 10px;
}

.select-box .select-card .list-box li .content span.active {
    background: var(--ty-color);
    color: #fff;
}

.select-box .select-card .list-box li .content span {
    display: block;
    padding: 2px 8px;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
    line-height: 1.5;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.select-box .select-card .list-box li .content span.active:hover {
    color: #fff
}

.select-box .select-card .list-box li .content span:hover {
    color: var(--ty-color);
}

.mb7 {
    margin-bottom: 7px !important;
}

.shejishiye .designer-list {
    width: 1230px;
    margin-left: -10px;
}

.shejishiye .designer-list .designer-carder {
    width: 305px;
    float: left;
    height: 400px;
    transition: all .5s;
}

.shejishiye .designer-list .designer-carder .designer-msg {
    margin: 10px auto;
    width: 285px;
    height: 380px;
    background: #f7f7f7;
    position: relative;
    transition: all .5s;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo {
    width: 100%;
    height: 285px;
    position: relative;
}

@font-face {
    font-family: "iconfont";
    src: url("iconfont.eot?t=1544583759024");
    src: url("iconfont.eot?t=1544583759024#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("iconfont.ttf?t=1544583759024") format("truetype"), url("iconfont.svg?t=1544583759024#iconfont") format("svg")
}

.lazy.load-over {
    background-image: none;
}

.lazy {
    position: relative;
    background: url(data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBu…mbpLAzEQA7LyogIHx4R3YwMHxhMDk3N2E3ZTFmMDQ1MjlmZTRhZDdhYzlhZWJkNjE3NyAqLw==) center center no-repeat;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: rotateZ(0);
}

.lazy img.lazy_img {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

img.lazy_img {
    background: url(/static/home/images/loading.gif) center center no-repeat;
    background-color: #fff;
}

.zoomBox img {
    transition: transform ease .3s 0s;
    -moz-transition: transform ease .3s 0s;
    -webkit-transition: transform ease .3s 0s;
    transition: all 0.8s ease-in-out;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ktal {
    transition: all .5s;
    width: 102px;
    position: absolute;
    z-index: 10;
    background: #333;
    color: #fff;
    border: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 2px;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ztsj {
    transition: all .5s;
    width: 103px;
    position: absolute;
    bottom: 0;
    border: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    filter: alpha(opacity=0);
}

.button-primary {
    color: #fff;
    background-color: var(--ty-color);
    border-color: var(--ty-color);
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .tuijian {
    position: absolute;
    left: 0;
    top: 10px;
    width: 68px;
    height: 26px;
    background: var(--ty-color);
    border-radius: 0 0 15px 0;
    color: #fff;
    line-height: 26px;
}

.ml8 {
    margin-left: 8px !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name {
    font-size: 18px;
    color: #212628;
    margin-left: 10px;
    margin-right: 70px;
    height: 25px;
    line-height: 25px;
    position: relative;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name span {
    font-size: 14px;
    margin-left: 11px;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr {
    width: 265px;
    margin: auto;
    height: 25px;
    line-height: 25px;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div {
    width: 125px;
    height: 25px;
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 25px;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-hobbit {
    width: 265px;
    height: 25px;
    margin: auto;
    line-height: 25px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0;
}

.icon-zan1:before {
    content: "\e618";
}

.shejishiye .designer-list .designer-carder:hover {
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

.title-sjsal {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative;
}

.title-sjsal h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.title-sjsal:before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 4px 20px 0 0;
    border-radius: 3px;
    background: var(--ty-color);
}

.title-sjsal .more {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
    font-size: 14px;
}

.iconfont.icon-gengduo1 {
    color: #212628 !important;
}

.icon-gengduo1:before {
    content: "\e623";
}

.content-cards {
    width: 1230px;
    margin-left: -15px;
    padding-left: 3px;
    padding-bottom: 7px;
}

.sjslb .content-cards {
    width: 1220px;
    margin-left: -12px;
}

.content-cards .zhuangxiu-box:hover {
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.sjslb .content-cards .zhuangxiu-box {
    padding: 10px;
}

.sjslb .content-cards .zhuangxiu-box {
    padding: 10px;
}

.content-cards .zhuangxiu-box {
    float: left;
    padding: 12px;
}

.content-cards .zhuangxiu-card {
    width: 380px;
    height: 380px;
    margin: auto;
    border: 1px solid #edecec;
    background: #f7f7f7;
    transition: all .5s;
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card {
    width: 283px;
    height: 338px;
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .img-box {
    height: 225px;
}

.content-cards .zhuangxiu-box .huoke-wy {
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 140px;
    padding: 5px;
    background: #e74e3e;
    color: #fff;
    top: 10px;
    text-align: center;
}

.content-cards .zhuangxiu-box .huoke-wy:after {
    transition: all .5s;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -7px;
    border-top: 15px solid #e74e3e;
    border-bottom: 15px solid #e74e3e;
    border-right: 7px solid transparent;
}

.content-cards .zhuangxiu-box .liulan-hot {
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 30px;
    bottom: 10px;
    left: 10px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.content-cards .zhuangxiu-box .liulan-hot span {
    font-size: 12px;
}

.content-cards .zhuangxiu-box .liulan-hot span i {
    font-size: 12px;
}

.icon-img:before {
    content: "\e679";
}

.icon-hot:before {
    content: "\e615";
}

.content-cards .zhuangxiu-card .detail-box {
    width: 100%;
    height: 80px;
    padding: 15px 10px;
}

.content-cards .zhuangxiu-card .detail-box .designer-sjs {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.lazy.load-over {
    background-image: none;
}

.content-cards .zhuangxiu-card .detail-box .designer-sjs img {
    width: 100%;
}

.content-cards .zhuangxiu-card .detail-box .msg {
    float: left;
    width: 240px;
    margin-left: 16px;
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg {
    width: 185px;
}

.content-cards .zhuangxiu-card .detail-box .msg .title {
    color: #212628;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title {
    width: 165px;
    font-size: 16px;
}

.content-cards .zhuangxiu-card .detail-box .msg .sub {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .sub {
    height: 24px;
    line-height: 24px;
    width: 170px;
    font-size: 14px;
}

.button-primary.is-plain {
    color: var(--ty-color);
    background: #fff;
    border-color: var(--ty-color);
}

.button-primary {
    color: #fff;
    background-color: var(--ty-color);
    border-color: var(--ty-color);
}

.cl {
    clear: both;
    width: 0;
    height: 0;
}

.detail-box {
    box-sizing: content-box;
}
/*设计师详情页*/
 .designer-top-detail {
    height: 460px;
    background: #fff;
    /*padding: 5px;*/
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.01);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.01);
    box-shadow: 0 5px 10px rgba(0,0,0,0.01);
}
.designer-top-detail .designer-img {
    height: 460px;
    width: 460px;
    float: left;
}
.withOutLazy {
    overflow: hidden;
    text-align: center;
}
.withOutLazy img {
    height: 100%;
}
 .designer-top-detail .designer-msg {
    float: left;
    width: 700px;
    height: 460px;
    margin-left: 25px;
}
.designer-top-detail .designer-msg .name .title {
    color: #212628;
    font-size: 18px;
}
.inline {
    display: inline-block;
}
.designer-top-detail .designer-msg .name .subtitle {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}
.designer-top-detail .designer-msg .name:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: var(--ty-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.designer-top-detail .designer-msg .designer-core {
    margin-top: 20px;
    height: 163px;
    border-bottom: 1px dashed #edecec;
}
.designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
}
.designer-top-detail .designer-msg .designer-core .designer-base .line1, .designer-top-detail .designer-msg .designer-core .designer-base .line2,  .designer-top-detail .designer-msg .designer-core .designer-base .line3,  .designer-top-detail .designer-msg .designer-core .designer-base .line4 {
    float: left;
    width: 325px;
    margin-right: 10px;
}
.designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
}
.tl {
    text-align: left;
}
.button-primary.is-plain {
    color: var(--ty-color);
    background: #fff;
    border-color: var(--ty-color);
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.designer-top-detail .designer-msg .designer-self {
    width: 100%;
    overflow: auto;
    height: 230px;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none;
}
.designer-top-detail .designer-msg .designer-self::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.designer-top-detail .designer-msg .designer-self .designer-content {
     white-space: normal;
     word-break: break-all;
     word-wrap: break-word;
     width: 635px;
 }
.sjsxiangqing-page {
    width: 100%;
    /*background: #f2f2f2;*/
    /*padding-bottom: 40px;*/
    /*padding-top: 40px;*/
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self  {
    line-height: 1.5;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line1 .jy, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line2 .jy, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line3 .jy, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line4 .jy {
    width: 150px;
}
.clear{
    clear:both;
}
/*装修指南*/
.zxzn_taioner{
    width:100%;
}
.Guide_part {
    width: 980px;
}
.sidebar{
    width: 200px;
}
.sidebar_title{
    height: 51px;
    border: 1px solid rgb(230,230,230);
    padding-top: 15px;
    padding-left: 17px;
    font-size: 16px;
    color: rgb(51,51,51);
}
.sidebar ul li{
    border-top-width:0px;
}
.sidebar ul li a{
    text-decoration: none;
    color: rgb(102,102,102);
    font-size: 14px !important;
    margin-top: 10px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sidebar ul li a:hover{
    color: var(--ty-color) !important;
}
/*侧边栏下拉列表三角形*/
i{ cursor:pointer;}
.mark1{display:inline-block; width:0px; height:0px;border-width:4px; border-style:dashed; overflow:hidden;border-color:transparent transparent transparent #666;}
.menu1{display:inline-block; padding:2px 8px; border:1px solid #fff; color:#333;}
.menu1:hover{text-decoration:none;}
.menu1:active .mark1{border-style:dashed;border-color:#666 transparent transparent transparent;border-width:4px; margin-bottom:0px;}

.sidebar ul li img{
    width: 165px !important;
    margin-left:17px;
    margin-top: 10px;
}
.party_line ul li{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Slide:hover{
    box-shadow: darkgrey 10px 10px 30px 5px ;
    border-top: none !important;
    border-bottom: 2px solid var(--ty-color);
}
/*关于我们*/
.pr {
    position: relative;
}
.gydy-left {
    float: left;
    width: 240px;
    overflow: hidden;
    box-shadow: 2px 5px 35px 5px rgba(0,0,0,0.05);
}
.text-black {
    color: #333;
}
.gydy-left .list.active {
    color: var(--ty-color);
}
.gydy-left .list {
    width: 100%;
    height: 59px;
    border-top: 1px solid #edecec;
    line-height: 59px;
    background-color: #fff;
}
.f16 {
    font-size: 16px !important;
}
.tc {
    text-align: center;
}
.a-hover:hover{
    color: var(--ty-color);
}
.gydy-left .list.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--ty-color);
}
.gydy-right {
    float: right;
    width: 940px;
}
.rydy {
    background-color: #fff;
    padding-top: 30px;
}
.f20 {
    font-size: 20px !important;
}
.rydy .divide {
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.pdr55 {
    padding-right: 55px !important;
}
.pdl55 {
    padding-left: 55px !important;
}
.pdb40 {
    padding-bottom: 40px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.gydy-right .love {
    height: 230px;
}
.gydy-right .c-a {
    width: 920px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.gydy-right .love .img {
    width: 261px;
    height: 190px;
    overflow: hidden;
}
.gydy-right .love .img img {
    width: 261px;
}
.gydy-right .love .content {
    width: 580px;
}
.f18 {
    font-size: 18px !important;
}
.gydy-right .love .content .describe {
    height: 100px;
    line-height: 1.8;
}
.ellipsis4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    box-orient: vertical;
}
.gydy-right .c-a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.lh1 {
    line-height: 1;
}
.text-title {
    color: #212628;
}
.f26 {
    font-size: 26px !important;
}
.pdt10 {
    padding-top: 10px !important;
}
.pdt20 {
     padding-top: 20px !important;
 }

.pdb10 {
    padding-bottom: 10px !important;
}
.tc {
    text-align: center;
}
.text-color9 {
    color: #999;
}
.text-title {
    color: #212628;
}
.mr20 {
    margin-right: 20px !important;
}
.article-content {
    overflow: hidden;
}
.article-content p {
    padding-bottom: 20px;
    line-height: 24px;
}

.article-content * {
    white-space: normal !important;
}
.article-content img {
    max-width: 800px !important;
    height: auto;
    margin: auto;
    display: block;
    padding-bottom: 20px;
}
.gydy-right .job {
    margin-bottom: 20px;
}
.gydy-right .c-a {
    float: left;
    width: 900px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.gydy-right .job .tit:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: var(--ty-color);
}
.pr {
    position: relative;
}
.f24 {
    font-size: 24px !important;
}
.gydy-right .job .sub-tit {
    margin-top: 40px;
}
.f16 {
    font-size: 16px !important;
}
.gydy-right .zb .tit:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    background-color: var(--ty-color);
}
.gydy-right .zb {
    height: 190px;
    background-repeat: no-repeat;
    background-position: 625px 15px;
    background-image: url(../images/lxwm_06.jpg);
}
.gydy-right .c-a {
    float: left;
    width: 900px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.ml10 {
    margin-left: 10px !important;
}
.f16 {
    font-size: 16px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.map_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--ty-color);
    font-weight: bold;
}
.map_xx {
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
}
/*客户服务*/
.bit {
    width: 100%;
    height: 1090px;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    min-width: 1200px;
}
.mfsmyf-title {
    width: 1200px;
    margin: auto;
    height: 210px;
}
.mfsmyf-title .title {
    font-size: 60px;
    padding-top: 63px;
}
.text-white {
    color: #fff !important;
}
.fb {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.text-blue {
    color: #c7e3ff;
}
.mfsmyf-hk {
    width: 100%;
    height: 720px;
    position: relative;
}
.mfsmyf-hk .bg {
    position: absolute;
    width: 600px;
    left: 300px;
    top: 0;
    height: 349px;
    background-position: center;
    background-repeat: no-repeat;
}
.mfsmyf-hk .form-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 529px;
    background-image: url(../images/form-bg_09.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.homeSjs{

}
.homeSjsBox li.first {
    position: relative;
    width: 480px;
    height: 480px;
    margin-left: -480px;
}
.homeSjsBox li {
    float: left;
}
.homeSjsBox ul {
    height: 480px;
    padding-left: 480px;
}
.homeSjsBox li.first .tag {
    background: var(--ty-color);
    color: #fff;
    border-radius: 10px 0 0 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    padding: 5px 10px;
}
.homeSjsBox li .lazy {
    width: 100%;
    height: 100%;
    display: block;
}
.lazy.load-over {
    background-image: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.homeSjsBox li.first .con {
    position: absolute;
    left: 0;
    padding-left: 33px;
    padding-bottom: 40px;
    padding-top: 40px;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.homeSjsBox li.first .con .tit, .homeSjsBox li.first .con .subTit {
    color: #fff;
    font-size: 24px;
}
.homeSjsBox li.first .con .des {
    font-size: 18px;
    color: #999;
    margin-top: 10px;
    line-height: 1.6;
}
.text-primary {
    color: var(--ty-color) !important;
}
.homeSjsBox li.item {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.zy_box4_1 {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.zy_box4_1 span {
    color: rgba(255,255,255,.8);
    display: initial;
    font-size: 16px;
    margin-left: 5px;
    width: 145px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.homeSjsBox li.item .con {
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    bottom: -100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    color: rgba(255,255,255,.7);
    border-top: 4px solid var(--ty-color);
    opacity: 0;
}
.homeSjsBox li.item:hover .con {
    bottom: -4px;
    opacity: 1;
}
.homeSjsBox li.item .con .tit {
    margin-top: 40px;
    font-size: 22px;
}
.homeSjsBox li.item .con .des {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
}
.homeSjsBox li.item .con .btn {
    border: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 40px;
    margin-top: 20px;
    background: var(--ty-color);
    border-radius: 4px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mfsmyf-hk .ren {
    width: 82px;
    height: 268px;
    background-repeat: no-repeat;
    position: absolute;
    left: 557px;
    top: 97px;
    z-index: 11;
}
.mfsmyf-hk form {
    width: 598px;
    height: 414px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 10;
    border-right: 1px solid #e4f8ff;
}
.f30 {
    font-size: 30px !important;
}

.mt60 {
    margin-top: 60px !important;
}
.mfsmyf-hk form .div {
    width: 80px;
    height: 1px;
    background: var(--ty-color);
    margin: auto;
}
.mt5 {
    margin-top: 5px !important;
}
.text-color9 {
    color: #999;
}
.mfsmyf-hk form .xiaoqu {
    width: 250px;
    padding: 0 10px;
    height: 40px;
    background: #f6f8fa;
    display: block;
    margin: auto;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
}
.mt30 {
    margin-top: 30px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 2px;
}
.mfsmyf-hk form .button {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    padding: 25px;
    top: 140px;
    left: 530px;
    box-sizing: content-box;
    background: var(--ty-color);
    font-size: 36px;
    white-space: normal;
    line-height: 1.3;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(231,76,60,0.6);
}
.mfsmyf-hk .lianxi {
    width: 600px;
    height: 417px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.mt90 {
    margin-top: 90px;
}
.f18 {
    font-size: 18px !important;
}
.mfsmyf-hk .lianxi .tel {
    width: 250px;
    margin: auto;
    height: 75px;
    background-color: #f6f8fa;
    font-size: 16px;
    line-height: 75px;
    padding: 0 30px;
}
.text-black {
    color: #333;
}
.mfsmyf-hk .lianxi .tel i {
    font-size: 30px;
}
.v-vertical {
    vertical-align: middle;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.f36 {
    font-size: 36px !important;
}
.fwzt-youshu {
    margin-top: 55px;
    margin-bottom: 130px;
}
.fwzt-youshu li {
    width: 400px;
    float: left;
}
.fwzt-youshu li .ic {
    width: 184px;
    margin: auto;
    height: 115px;
    background-color: #e9f0f5;
    border-radius: 8px;
    line-height: 115px;
    position: relative;
}
.f60 {
    font-size: 60px !important;
}
.icon-chuliyuyue:before {
    content: "\e620";
}
.f28 {
    font-size: 28px !important;
}
.f18 {
    font-size: 18px !important;
}

.mt13 {
    margin-top: 13px !important;
}
.icon-kefu:before {
    content: "\e6b5";
}
.icon-baojiadan:before {
    content: "\e6ca";
}
.customerEvaluationListTop {
    width: 100%;
    min-width: 1200px;
    min-height: 300px;
    position: relative;
}
.spjx-zx {
    width: 100%;
    height: 75px;
    background-color: #f6f6f6;
}
.pr {
    position: relative;
}
.spjx-zx .photo {
    width: 114px;
    height: 104px;
    border: 1px solid #edecec;
    left: 45px;
    top: -40px;
}
.spjx-zx .neirong {
    width: 520px;
    line-height: 75px;
    top: 0;
    left: 190px;
}
.pa {
    position: absolute;
}
.button-primary {
    color: #fff;
    background-color: var(--ty-color);
    border-color: var(--ty-color);
}
.lh1 {
    line-height: 1;
}
.f40 {
    font-size: 40px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.pdt20 {
    padding-top: 20px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.customerEvaluationList .line span {
    display: inline-block;
    background: #999;
    width: 80px;
    height: 1px;
}
.customerEvaluationList .line i {
    position: relative;
    top: 4px;
}
.text-primary {
    color: var(--ty-color) !important;
}
.f14 {
    font-size: 14px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.customerEvaluationList .line span {
    display: inline-block;
    background: #999;
    width: 80px;
    height: 1px;
}
.icon-dot:before {
    content: "\e67c";
}
.pdt50 {
    padding-top: 50px !important;
}
.customerEvaluationList .customerBox {
    width: 380px;
    height: 374px;
    float: left;
    box-shadow: 0 5px 21px rgba(0,0,0,0.05);
}
.footer{
    /*margin-top: 20px;*/
}
.customerEvaluationList .customerBox .customerLazy {
    width: 380px;
    height: 250px;
    border-radius: 3px 3px 0 0;
}
.customerEvaluationList .customerBox .msg {
    width: 362px;
    padding: 0 12px 18px;
}
.bg-white {
    background: #fff;
}
.customerEvaluationList .customerBox .msg div {
    height: 50px;
    overflow: hidden;
}

.pdt18 {
    padding-top: 18px !important;
}
.pdt23 {
    padding-top: 23px !important;
}
.afterSaleTopic .bannerBox {
    width: 100%;
    height: 650px;
    position: relative;
}
.afterSaleTopic .bannerBox .container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.afterSaleTopic .topicyuyue {
    position: absolute;
    right: 0;
    top: 225px;
}
.bg-white {
    background: #fff;
}
.fr {
    float: right !important;
}
.f22 {
    font-size: 22px !important;
}
.pdt34 {
    padding-top: 34px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.afterSaleTopic .topicyuyue .line {
    width: 83px;
    height: 1px;
    background: var(--ty-color);
    margin: 0 auto;
}
.mt10 {
    margin-top: 10px !important;
}
.text-sub {
    color: #666;
}
.f14 {
    font-size: 14px !important;
}
.pdt12 {
    padding-top: 12px !important;
}
.mt22 {
    margin-top: 22px !important;
}
.afterSaleTopic .topicyuyue dd, .afterSaleTopic .topicyuyue input, .afterSaleTopic .topicyuyue select {
    border: 0;
    background: #f6f8fa;
    position: relative;
}

.yuyue-box dd {
    margin-top: 15px;
    height: 40px;
    border: solid 1px #f3f3f3;
    border-radius: 5px;
    padding: 0 10px;
}
.mb15 {
    margin-bottom: 15px !important;
}
.afterSaleTopic .topicyuyue dd, .afterSaleTopic .topicyuyue input, .afterSaleTopic .topicyuyue select {
    border: 0;
    background: #f6f8fa;
    position: relative;
}
.yuyue-box dd input {
    width: 100%;
    height: 100%;
    color: #666;
    line-height: 40px;
}
.full-w, .full, .cover, .contain {
    width: 100% !important;
}
.afterSaleTopic .topicyuyue form {
    border-radius: 5px;
    width: 336px;
    height: 368px;
    box-sizing: border-box !important;
}

.yuyue-box form {
    max-width: 400px;
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px;
}
.bg-white {
    background: #fff;
}
.pr {
    position: relative;
}
.pdt80 {
    padding-top: 80px !important;
}
.f34 {
    font-size: 34px !important;
}
.text-color9 {
    color: #999;
}

.f16 {
    font-size: 16px !important;
}
.pdt25 {
    padding-top: 25px !important;
}
.pdb54 {
    padding-bottom: 54px !important;
}
.pdt46 {
    padding-top: 46px !important;
}
.afterSaleTopic .condl a {
    margin-right: 153px;
}
.afterSaleTopic .condl a, .afterSaleTopic .condl dl {
    width: 184px;
}
.afterSaleTopic .condl a:last-child {
    margin-right: 0;
}
.afterSaleTopic .condl dt {
    width: 184px;
    height: 114px;
    background: #f3f2ff;
    text-align: center;
    line-height: 114px;
    border-radius: 10px;
    position: relative;
}
.afterSaleTopic .condl i {
    font-size: 63px;
}
.icon-tousujubao:before {
    content: "\e652";
}
.afterSaleTopic .condl dt .tir {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f3f2ff;
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: -5px;
}
.icon-weixiu:before {
    content: "\e68d";
}
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 100;
}
.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}
.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
    text-align: center;
}
.side ul li img {
    float: right;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}