/*!--内页 Public------------------*/
.listBody .Header .logo {
    display: none;
}

.searchBody .Header .logo {
    display: none;
}

/*模块*/
.moduleTop.noImg .mImg {
    display: none;
}

.moduleImg {
    overflow: hidden;
    position: relative;
    background: #eee;
}

.moduleImg .imgh {
    padding-top: 56%;
}

.moduleImg img {
    display: block;
    width: 100%;
}

.moduleImg .bg {
    background: rgba(0, 0, 0, 0.2);
}

.moduleImg .triangle {
    bottom: -1px;
    background: rgba(0, 0, 0, 0.2) url(../images/moduleImg_triangle.png) center bottom no-repeat;
    background-size: 100% auto;
}

.moduleImg .bt {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 4% 2.6667%;
    text-align: right;
}

.moduleImg .ischoice {
    display: inline-block;
    padding: 10px 7px;
    background: url(../image/six.png) center center no-repeat;
    background-size: 100% auto;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.moduleImg .info {
    width: 100%;
    margin-top: 2%;
    text-align: center;
}

.moduleImg .info span {
    padding: 5px 0;
    margin: 0 5px;
    border-radius: 100px;
    background: #fff;
}

.moduleImg .info span:first-child {
    margin-left: 0;
}

.moduleImg .info span:last-child {
    margin-right: 0;
}

.moduleImg2 {
    border-radius: 0 0 10px 10px;
}

.moduleImg2 img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.moduleImgHouse .imgh {
    padding-top: 68.66666%;
}

.moduleImgHouse .imgh img {
    width: auto;
    max-width: none;
    height: 100%;
}

/*子分类*/
.SubCateList {
    margin: 3% 2.6667% 5%;
    text-align: center;
}

.SubCateList ul {
    border-radius: 100px;
    background: #eaeaea;
}

.SubCateList li {
    float: left;
    display: inline;
}

.SubCateList li a {
    display: block;
    padding: 8px 15px;
    border-radius: 100px;
}

.SubCateList li a.cur {
    padding: 8px 20px;
    background: #c09450;
    color: #fff;
}

/*标签搜索*/
.pubSearch {
    z-index: 10;
    position: relative;
    height: 60px;
    padding-top: 10px;
}

.pubSearch .bg {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    top: -500px;
    padding-top: 500px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.pubSearch .container {
    z-index: 3;
    position: relative;
    margin: 0 2.6667%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px rgba(11, 3, 5, 0.14);
}

.pubSearch .hd {
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
}

.pubSearch .hd a {
    position: relative;
    font-weight: normal;
    color: #aaa;
}

.pubSearch .hd a i {
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 0 solid transparent;
    border-width: 0 4px 8px 4px;
    border-bottom-color: #aaa;
}

.pubSearch .hd a:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    color: #b6b6b6;
    font-weight: normal;
}

.pubSearch .hd a.hasC,
.pubSearch .hd a.cur {
    color: #434343;
}

.pubSearch .hd a.hasC i {
    border-bottom-color: #c09450;
    transform: rotate(180deg);
}

.pubSearch .hd a.cur i {
    border-bottom-color: #c09450;
    transform: rotate(180deg);
}

.pubSearch .list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.pubSearch .list dl,
.pubSearch .list dl dt {
    display: none;
}

.pubSearch .list dl dd {
    overflow: hidden;
    padding: 2%;
}

.pubSearch .list dl dd a {
    overflow: hidden;
    float: left;
    width: 23.5%;
    margin: 5px 1%;
    padding: 3px 0;
    border: 1px solid transparent;
    border-radius: 100px;
    background: #f2f2f2;
    text-align: center;
    color: #8f8f8f;
}

.pubSearch .list dl dd a:nth-of-type(4n + 1) {
    margin-left: 0;
}

.pubSearch .list dl dd a:nth-of-type(4n) {
    margin-right: 0;
}

.pubSearch .list dl dd a.current {
    background: #e3b368;
    color: #333;
}

.pubSearch .list .kwsDl dd {
    text-align: center;
}

.pubSearch .list .kwsDl dd a {
    float: none;
    display: inline-block;
    color: #444;
}

.pubSearch .list .kwsDl dd a i {
    height: 22px;
}

.pubSearch .list .kwsDl dd a i:before {
    width: 6px;
    margin: -4px 0 0 4px;
    background-position: 0 -180px;
}

.pubSearch .list .kwsDl dd a.current {
    border-color: #fad0bf;
}

.pubSearch .list .kwsDl dd a.current i:before {
    background-position: -15px -180px;
}

.pubSearch .list .kwsDl form {
    display: none;
    float: right;
    position: relative;
    width: 46%;
    margin: 3px 1%;
}

.pubSearch .list .kwsDl .kws {
    width: 100%;
    height: 28px;
    padding: 0 55px 0 10px;
    border: 1px solid #dedcdc;
    border-radius: 4px;
    line-height: 26px;
    color: #6c6c6c;
}

.pubSearch .list .kwsDl .kws::-webkit-input-placeholder {
    color: #6c6c6c;
}

.pubSearch .list .kwsDl .submit {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 26px;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #c4261d;
    line-height: 26px;
    color: #fff;
}

.TeamSearch {
    height: 125px;
}

.TeamSearch .tform {
    padding: 15px 2.6667% 10px;
}

.TeamSearch .tform .kws {
    height: 40px;
    border-color: #bababa;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
}

.TeamSearch .tform .kws::-webkit-input-placeholder {
    color: #404040;
}

.TeamSearch .tform .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    background: none;
}

.TeamSearch .tform .submit i:before {
    background-position: -30px -180px;
}

.pubSearch .openBtn {
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    position: fixed;
    top: 100px;
    right: -15px;
    padding: 5px;
    background: #fff;
    border-radius: 100px 0 100px 100px;
    box-shadow: 0 0 10px rgba(11, 3, 5, 0.4);
}

.pubSearch .openBtn i:before {
    background-position: 0 -390px;
}

.pubSearch.opened .bg {
    opacity: 1;
    visibility: visible;
}

.pubSearch.opened .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(-4px);
}

.pubSearch.fixed .bg {
    display: none;
    position: fixed;
}

.pubSearch.fixed .container {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin-top: 15px;
}

.pubSearch.fixed .openBtn {
    opacity: 1;
    visibility: visible;
    right: 15px;
}

.pubSearch.fixed.openedHd .bg {
    display: block;
    opacity: 1;
    visibility: visible;
}

.pubSearch.fixed.openedHd .container {
    display: block;
}

.pubSearch.fixed.openedHd .openBtn {
    opacity: 0;
    visibility: hidden;
    right: -15px;
}

@media (max-width: 320px) {
    .pubSearch .list .kwsDl .kws {
        padding: 0 40px 0 5px;
    }

    .pubSearch .list .kwsDl .submit {
        width: 40px;
    }
}

/*通用list*/
.PubList {
    margin: 2.6667%;
}

.PubList ul {
    margin: 0 -5px;
}

.PubList ul li {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 10px;
}

.PubList ul li .box {
    overflow: hidden;
    margin: 0 5px;
    border-radius: 6px;
    box-shadow: 0 0 13px rgba(11, 3, 5, 0.11);
}

.PubList ul li .icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
}

.PubList ul li .ico-cvr {
    top: 0;
    left: -10px;
    margin: 0;
}

.PubList ul li .ico-cvr:before {
    width: 60px;
    height: 36px;
    background-position: -300px -60px;
    background-size: 360px auto;
}

.PubList ul li .ico-cvideo:before {
    background-position: -240px -120px;
}

.PubList ul li .house {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    line-height: 15px;
}

.PubList ul li .house .lp {
    float: left;
    display: inline-block;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
}

.PubList ul li .house .lp i:before {
    width: 10px;
    height: 15px;
    background-position: -150px -120px;
}

.PubList ul li .house .jx {
    display: inline-block;
    padding: 0 2px;
    margin-top: 1px;
    border: 1px solid #a98040;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #e3b368;
    vertical-align: middle;
}

.PubList ul li .text {
    padding: 5px;
}

.PubList ul li .base {
    color: #0ca1d5;
}

.PubList ul li .base i {
    vertical-align: top;
}

.PubList ul li .base i:before {
    width: 12px;
    height: 15px;
    background-position: -165px -120px;
}

.PubList ul li .title {
    margin: 5px 0 10px;
    line-height: 1.4;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", SimSun, sans-serif;
}

.PubList ul li .des .photo {
    overflow: hidden;
    width: 20px;
    margin: 5px 5px 5px 0;
    border-radius: 100%;
}

.PubList ul li .des .name {
    line-height: 1.2;
}

.PubList ul li .des .name i {
    display: block;
    font-size: 12px;
    color: #888;
}

.PubList ul li .praise {
    line-height: 30px;
    color: #b5b5b5;
}

.PubList ul li .praise i:before {
    width: 20px;
    background-position: -180px -120px;
}

.PubList ul li .hasPraise {
    color: #c72417;
}

.PubList ul li .hasPraise i:before {
    background-position: -210px -120px;
}

.CaseList {
    margin-top: 5.3333%;
}

.CaseList ul {
    margin: 0 -1.408450704225352%;
}

.CaseList ul li {
    z-index: 3;
    margin-bottom: 5.47945%;
}

.CaseList ul li .box {
    overflow: visible;
    position: relative;
    margin: 1px 3.09859%;
    padding: 2.77777%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(56, 52, 49, 0.07);
}

.CaseList ul li .box::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 8px;
    background: rgba(255, 109, 121, 0.2);
    background: linear-gradient(to bottom, rgba(255, 109, 121, 0.2), rgba(255, 109, 121, 0));
}

.CaseList ul li .imga {
    border-radius: 8px;
}

.CaseList ul li .lp2 {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 3.07692%;
    padding: 1px 4.30769%;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 15px;
    font-size: 12px;
    color: #fff;
}

.CaseList ul li i.lp2 {
    top: 0;
    bottom: auto;
}

.CaseList ul li .lp2 i {
    vertical-align: top;
    margin-left: -2px;
}

.CaseList ul li .lp2 i:before {
    width: 13px;
    height: 15px;
    background-position: -150px -135px;
    vertical-align: top;
}

.CaseList ul li .base2 {
    margin-bottom: 5px;
    line-height: 15px;
    font-size: 12px;
    color: #aaa;
}

.CaseList ul li .base2 p em:not(:last-child)::after {
    content: "|";
}

.CaseList ul li .praise {
    line-height: 15px;
    color: #acacac;
}

.CaseList ul li .praise i,
.CaseList ul li .praise em {
    vertical-align: top;
}

.CaseList ul li .praise i:before {
    width: 15px;
    height: 15px;
    background-position: -270px -420px;
    vertical-align: top;
}

.CaseList ul li .hasPraise i:before {
    background-position: -285px -420px;
    color: #acacac;
}

/*详情页*/
.msgWrap {
    position: relative;
    padding-bottom: 2.666%;
    margin-bottom: 2.666%;
    background: #fff;
}

.msgDateHits {
    z-index: 2;
    position: relative;
    padding: 4%;
    margin: -11% 0 8%;
    border-bottom: 1px solid #f4f4f4;
}

.msgDateHits cite {
    padding-right: 10px;
    line-height: 30px;
    color: #888;
}

.msgDateHits .hits i:before {
    width: 20px;
    background-position: -120px -210px;
}

.msgDateHits h1 {
    padding: 4% 0 2%;
    font-size: 1.8rem;
}

.doFontSize {
    z-index: 99;
    position: relative;
    top: 0;
    right: 0;
}

.doFontSize .btn {
    z-index: 30;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 2.667%;
}

.doFontSize .btn i:before {
    background-position: -90px -210px;
}

.doFontSize .bg {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.doFontSize .list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.doFontSize ul {
    position: relative;
    margin: 6% 4% 4%;
    justify-content: space-between;
}

.doFontSize ul .xline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 9px 14px;
    height: 2px;
    background: #9e9e9e;
}

.doFontSize ul li {
    width: 30px;
    text-align: center;
}

.doFontSize ul li .ico {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px auto 0;
}

.doFontSize ul li .ico .y {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 8px;
    background: #9e9e9e;
}

.doFontSize ul li.current .ico .c {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100%;
}

.doFontSize ul li.current .ico .c i {
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #e6e6e6;
    border-radius: 100%;
}

.doFontSize .ok {
    display: block;
    padding: 3% 0;
    border-top: 1px solid #ebebeb;
    text-align: center;
    font-size: 1.6rem;
}

.doFontSize.opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.doFontSize.opened .btn {
    top: 50px;
}

.doFontSize.opened .bg {
    opacity: 1;
    visibility: visible;
}

.doFontSize.opened .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.msgTitle {
    position: relative;
    padding: 0 2.7778% 5px;
    margin: 2.7778% 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.msgTitle:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    width: 30%;
    height: 1px;
    background: #c7a980;
}

.msgTitle h1 {
    line-height: 25px;
    font-weight: normal;
    font-size: 1.8rem;
}

.msgContent {
    margin: 3% 0;
    padding: 0 3%;
    overflow: hidden;
}

.msgContent iframe {
    max-width: 100%;
    width: 100%;
    height: 220px;
    max-height: 220px;
    border: none;
}

.noContent {
    width: 100%;
    padding: 8.333% 3.1667%;
    text-align: center;
    font-size: 1.8rem;
}

.msgPageNp {
    clear: both;
    position: relative;
    width: 100%;
    padding: 2.5% 4%;
    margin: 2.666% 0;
    background: #fff;
}

.msgPageNp .np {
    width: 45%;
    height: 30px;
    line-height: 30px;
}

.msgPageNp .np i:before {
    width: 18px;
    vertical-align: top;
}

.msgPageNp .prev i:before {
    margin-right: 5px;
    background-position: -240px -180px;
}

.msgPageNp .next i:before {
    margin-left: 5px;
    background-position: -210px -180px;
}

.msgShare {
    margin: 4% 0;
    padding: 0 4%;
}

.msgShare ul {
    width: 30%;
    justify-content: space-between;
    text-align: center;
    font-size: 1.2rem;
}

.msgShare > ul.flex > li {
    width: auto;
}

.msgShare ul li.wechat i:before {
    background-position: 0 -360px;
}

.msgShare ul li.weibo i:before {
    background-position: -30px -360px;
}

.msgShare ul li.qzone i:before {
    background-position: -60px -360px;
}

.msgShare .praise {
    display: inline-block;
    margin-top: 5px;
    color: #9fa0a0;
}

.msgShare .praise i:before {
    background-position: -90px -360px;
}

.msgShare .praise .num {
    padding-top: 9px;
}

.msgShare .praise:hover,
.msgShare .praise.hasPraise {
    color: #d81e06;
}

.msgShare .praise:hover i:before,
.msgShare .praise.hasPraise i:before {
    background-position: -120px -360px;
}

.pubBtns {
    clear: both;
    position: relative;
    width: 100%;
    padding: 2.5% 4%;
    margin: 2.666% 0;
    background: #fff;
}

.pubBtns a {
    margin-right: 2.7889%;
    padding: 1.5%;
    border: 2px solid #999;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
}

.pubBtns a:last-child {
    margin-right: 0;
}

.pubBtns a.order {
    border-color: #c4261d;
    background: #c4261d;
    color: #fff;
}

.pubOrderby {
    margin: 3% 2.6667%;
    line-height: 30px;
    text-align: right;
}

.pubOrderby a {
    display: inline-block;
    color: #b6b6b6;
}

.pubOrderby .line {
    display: inline-block;
    padding: 0 12px;
    color: #b6b6b6;
    vertical-align: middle;
}

.pubOrderby i:before {
    width: 15px;
    margin-right: 4px;
}

.pubOrderby .ico-post:before {
    background-position: -90px -390px;
}

.pubOrderby .ico-hits:before {
    background-position: -120px -390px;
}

.pubOrderby .current {
    color: #333;
}

.pubOrderby .current .ico-post:before {
    background-position: -105px -390px;
}

.pubOrderby .current .ico-hits:before {
    background-position: -135px -390px;
}

/*!--内页------------------*/
/*Cases*/
.CaseInfo2 {
    margin: 4% 4% 8%;
    padding-bottom: 8%;
    border-bottom: 1px solid #e8e8e8;
}

.CaseInfo2 .des {
    margin-bottom: 6.521739130434783%;
}

.CaseInfo2 .des .photo {
    overflow: hidden;
    width: 50px;
    margin-right: 10px;
    border-radius: 100%;
}

.CaseInfo2 .des .name {
    padding-bottom: 4px;
    font-size: 1.6rem;
}

.CaseInfo2 .des p {
    font-size: 12px;
    color: #909090;
}

.CaseInfo2 .des .order {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    background-color: #be311f;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.CaseInfo2 h1 {
    margin-bottom: 2.173913043478261%;
    font-size: 1.8rem;
}

.CaseInfo2 .base em {
    display: inline-block;
    padding: 1% 7px;
    border-radius: 4px;
    background-color: #f7edee;
    font-size: 12px;
    color: #be311f;
}

.CaseInfo {
    padding: 4% 0;
    margin: 0 2.6667%;
    border-bottom: 1px solid #ececec;
    text-align: center;
    color: #181818;
}

.CaseInfo h1 {
    margin-bottom: 2%;
    color: #333;
    display: none;
}

.CaseInfo p {
    justify-content: space-between;
}

.CaseInfo p em i {
    display: block;
    font-size: 1.2rem;
    color: #888;
}

.CaseInfo p span {
    position: relative;
}

.CaseInfo p span:last-child {
    display: none;
}

.CaseInfo p span:after {
    content: "|";
    position: absolute;
    top: 47%;
    right: 0;
    width: 1px;
    font-size: 1.8rem;
    color: #d9d9d9;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.CaseH1Title {
    padding: 6.666% 0 9.3333%;
    text-align: center;
    font-size: 12px;
    color: #888;
}

.CaseH1Title h1 {
    line-height: 30px;
    font-weight: normal;
    color: #373737;
}

.CasesStory {
    margin-bottom: 3.333%;
}

.CasesStory .ht {
    padding: 0 0 6% 2.6666%;
    font-weight: bold;
    color: #373737;
    text-transform: uppercase;
}

.CasesStory .ht h3 {
    font-weight: bold;
}

.CasesStory .bd {
    padding: 0 2.6666%;
}

.CasesStory ul li {
    overflow: hidden;
    float: left;
    width: 180px;
    margin: 0 13px 15px 0;
    border-radius: 10px;
    background: #f7f7f7;
}

.CasesStory ul li .imga .imgh {
    padding-top: 144.4444%;
}

.CasesStory ul li .imga h4 {
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 5px 9% 9%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.42);
}

.CasesStory ul li .imga .arrow {
    z-index: 4;
    position: absolute;
    left: 9%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #f7f7f7;
}

.CasesStory ul li .note {
    overflow: hidden;
    height: 118px;
    padding: 0 2% 0 9%;
    line-height: 18px;
    font-size: 13px;
}

.CasesStory ul li .note .dot {
    display: block;
    width: 6px;
    height: 6px;
    margin: 6% 0 3% 2px;
    background: #888;
}

.CaseIntro {
    padding: 0 4%;
    margin: 6% 0;
}

.CaseNodeKj {
    padding: 0 4%;
    margin: 8% 0;
}

.CaseNodeKj img {
    max-width: 100%;
    height: auto;
}

.CaseNodeKj .item {
    margin-bottom: 7.24637%;
}

.CaseNodeKj .item .ht {
    margin: 0 0 3.62318%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    color: #504e4e;
}

.CaseNodeKj .item .ht i {
    width: 20px;
    padding-top: 4px;
    margin-right: 5px;
    background: url(../image/CaseNodeKj_ht.png) center no-repeat;
    background-size: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    vertical-align: bottom;
}

.CaseNodeKj .item h3.ht {
    padding: 0 2.89855%;
    text-align: left;
}

.CaseNodeKj .item .txt {
    padding: 0 2.89855%;
    line-height: 2.0769;
    font-size: 1.3rem;
    color: #504e4e;
}

.CaseNodeKj .item .txt h1,
.CaseNodeKj .item .txt h2 {
    line-height: 1;
}

.CaseNodeKj .item .img {
    margin-bottom: 7.246376%;
    text-align: center;
}

.CaseNodeKj .item .img img {
    min-width: 200px;
    border-radius: 10px;
}

.CaseNodeKj .item .img .order {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5.7971%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}

.CaseNodeKj .item .img .order cite {
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.CaseNodeKj .item .img .order cite i {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    animation: kj-order-i 2s infinite;
}

.CaseNodeKj .item .img .order .i1 {
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    animation-delay: 0.3s;
}

.CaseNodeKj .item .img .order .i2 {
    margin: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    animation-delay: 0.2s;
}

.CaseNodeKj .item .img .order .i3 {
    margin: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    animation-delay: 0.1s;
}

.CaseNodeKj .item .img .order .i4 {
    margin: 12px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    animation: none;
    animation-delay: 0.4s;
}

.CaseNodeKj .item .img .order span {
    z-index: 2;
    position: relative;
    width: 25px;
    height: 1px;
    margin: 0 7px 0 -15px;
    vertical-align: middle;
}

.CaseNodeKj .item .img .order span i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
}

.CaseNodeKj .item .img .order em {
    opacity: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition-delay: 0.3s;
}

.CaseNodeKj .item .img .on .order span i {
    width: 100%;
    transition-delay: 0.3s;
}

.CaseNodeKj .item .img .on .order em {
    opacity: 1;
    transition-delay: 0;
}

@keyframes kj-order-i {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    25% {
        opacity: 0.5;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 0.5;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.CaseBrand {
    margin: 5.3333% 0;
}

.CaseBrand .ht {
    padding: 0 4%;
    margin-bottom: 2%;
    font-size: 1.8rem;
    color: #333;
}

.CaseBrand .bd {
    padding: 0 3%;
}

.CaseBrand .bd em {
    overflow: hidden;
    width: 16.6667%;
    text-align: center;
    font-size: 12px;
}

.CaseBrand .bd em span {
    margin: 7px 5px;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
    line-height: 1;
}

@media only screen and (max-width: 320px) {
    .CaseBrand .bd em span {
        margin: 6px 1px;
    }
}

.CaseProject {
    margin: 5.3333% 0;
}

.CaseProject .ht {
    padding: 0 4%;
    margin-bottom: 2%;
    font-size: 1.8rem;
    color: #333;
}

.CaseProject .bd {
    padding: 0 3%;
}

.CaseProject .bd em {
    width: 16.6667%;
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
}

.CaseProject .bd .img {
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 3px;
    line-height: 60px;
    font-size: 18px;
}

.CaseProject .bd .img img {
    opacity: 0.4;
}

.CaseProject .bd .more {
    color: #d0514a;
    font-weight: bold;
    cursor: pointer;
}

body .CaseProjectMore {
    margin: 0 5%;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.24);
}

.CaseProjectMore .ht {
    padding: 3% 4%;
    font-weight: bold;
}

.CaseProjectMore .bd em {
    width: 25%;
    margin-bottom: 2%;
    color: #333;
}

.CaseProjectMore .bd .img img {
    opacity: 1;
}

.CaseProjectMore .layui-m-layerbtn {
    z-index: 3;
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border: none;
    background: none;
}

.CaseProjectMore .layui-m-layerbtn span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/icons1.png) -270px -180px no-repeat;
    background-size: 360px auto;
    text-indent: -999em;
}

@media only screen and (max-width: 320px) {
    .CaseProject .bd em {
        padding: 0 2px;
    }

    .CaseProject .bd .img {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.CaseDes {
    margin: 4%;
    padding: 4% 2%;
    border-radius: 4px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
}

.CaseDes .photo {
    width: 85px;
    margin-right: 10px;
}

.CaseDes .photo .imgh {
    border-radius: 100%;
}

.CaseDes .pos {
    font-size: 0.8em;
    color: #3e3e3e;
}

.CaseDes p {
    margin-top: 4%;
}

.CaseDes .trust em {
    padding: 1px 5px;
    margin-right: 5px;
    border: 1px solid #d9a96e;
    color: #d9a96e;
}

.CaseDes .dstyle {
    color: #939393;
}

.CaseMore {
    margin: 8% 0 8%;
}

.CaseMore .ht {
    margin-bottom: 3%;
    padding: 0 4%;
}

.CaseMore .ht h2 {
    font-size: 1.8rem;
}

.CaseMore .bd li {
    padding: 0;
    margin-bottom: 0;
}

.CaseMore .bd li .con {
    overflow: hidden;
    margin: 2% 4%;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.18);
}

.CaseMore .bd li .img {
    border-radius: 10px;
}

.CaseMore .bd li .text {
    padding: 0 4.347826% 5%;
}

.CaseMore .bd ul li .title {
    margin: 5% 0 3%;
    font-size: 1.5rem;
}

.CaseMore .bd ul li .base {
    line-height: 17px;
    font-size: 12px;
    color: #aaa;
}

.CaseMore .bd ul li .btns a .num {
    display: inline-block;
    vertical-align: top;
}

.CaseMore .hd {
    margin-top: 0.666%;
    text-align: center;
}

.CaseMore .hd span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 100%;
    background: #e8e8e8;
}

.CaseMore .hd span.active {
    background: #cea975;
}

/*.CasesIframe{position: relative;width: 100%;height: 0;padding-bottom: 56.25%;}
	.CasesIframe iframe{display:block;position: absolute;left: 0;top: 0;width:100%;height:100%;border:none;background: #6c6c6c;}*/
.CasesIframe {
    position: relative;
    background: #6c6c6c;
}

.CasesIframe iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: none;
}

.CasesIframe video {
    display: block;
    width: 100%;
    height: auto;
}

.CaseOrderBtn {
    margin-bottom: 8%;
    text-align: center;
}

.CaseOrderBtn a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    background: #c52d24;
    font-size: 18px;
    color: #fff;
}

.CaseOrderBtn i:before {
    width: 12px;
    background-position: -60px -390px;
}

.CaseOrderBtn2 {
    z-index: 10;
    position: fixed;
    right: 0;
    bottom: 50px;
    margin: 0 2.6667% 4% 0;
}

.CaseOrderBtn2 a {
    padding: 5px 10px;
    box-shadow: 1px 0 8px rgba(56, 1, 1, 0.64);
}

/*Shijing*/
.ShijingMsg {
    overflow: hidden;
    position: relative;
}

.ShijingMsg .pCopyr {
    margin-right: 30px;
    margin-top: 30px;
}

.ShijingDanmu {
    position: absolute;
    top: 0;
    height: 30px;
    line-height: 30px;
}

.ShijingDanmu img {
    float: left;
    display: inline;
    width: 30px;
    margin-right: 10px;
}

.ShijingIframe {
    position: relative;
    min-height1: 1000px;
    padding-top: 134.9333333333333%;
}

.ShijingIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #6c6c6c;
}

@media only screen and (max-width: 375px) {
    .ShijingIframe {
        padding-top: 120%;
    }
}

.ShijingInfo {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px 4%;
    background: #1f1f21;
    color: #fff;
}

.open-note .ShijingInfo {
    bottom: -100%;
}

.ShijingInfo .base {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 2% 4%;
}

.ShijingInfo .base h1 {
    font-size: 1.4rem;
    font-weight: normal;
}

.ShijingInfo .base .viewNote {
    padding: 2px 6px;
    border: 1px solid #bfbfbf;
    border-radius: 14px;
    background: #2a2420;
    color: #fff;
}

.ShijingInfo .desphoto {
    overflow: hidden;
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 5px;
    border-radius: 100%;
}

.ShijingInfo .desname {
    height: 44px;
    line-height: 44px;
}

.ShijingInfo .stars {
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.ShijingInfo .stars .star {
    height: 26px;
    margin-top: -5px;
}

.ShijingInfo .stars .openReview {
    padding: 2px 20px;
    border-radius: 2px;
    background: #ca1e1b;
    color: #fff;
}

.ShijingInfo .danmu {
    line-height: 44px;
    cursor: pointer;
}

.ShijingInfo .danmu i:before {
    width: 55px;
    height: 30px;
    margin-left: 5px;
    background-position: -300px -210px;
}

.ShijingInfo .danmu.open i:before {
    background-position: -300px -180px;
}

@media (max-width: 380px) {
    .ShijingInfo .desname small {
        display: none;
    }
}

.ShijingMsg .noteTab {
    z-index: 102;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 20px 0;
    background: #1f1f21;
    color: #fff;
}

.ShijingMsg .noteTab .line {
    width: 100%;
    height: 1px;
    background: #fff;
}

.ShijingMsg .noteTab .th {
    vertical-align: middle;
    width: 25%;
    padding: 6px 0;
    text-align: center;
}

.ShijingMsg .noteTab .td {
    vertical-align: text-top;
    padding: 6px 2%;
    border-left: 1px solid #fff;
}

.ShijingMsg.open-note .noteTab {
    bottom: 0;
}

/* msgVideo */
.msgVideo {
    position: relative;
    background: #181818;
    color: #fff;
}

.msgVideo .CaseDes {
    position: relative;
    padding: 0;
    margin: 0 4% 5.3333%;
}

.msgVideo .CaseDes .order {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 5px 2%;
    background: #c09450;
    border-radius: 100px;
    color: #fff;
}

.msgVideo .CaseDes .photo {
    width: 20%;
    margin: 0 4.34782% 0 0;
}

.msgVideo .CaseDes .text {
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
}

.msgVideo .CaseDes .name {
    font-size: 16px;
}

.msgVideo .CaseDes .pos {
    font-size: 12px;
    color: #fff;
}

.msgVideo .CaseDes p {
    margin-top: 0;
}

.msgVideo .CaseDes .trust em {
    border-color: #d7a250;
    font-size: 12px;
    color: #d7a250;
}

.msgVideo .CaseDes .dstyle {
    height: 19px;
    font-size: 12px;
    color: #fff;
}

.msgVideo .CaseDes .dstyle b {
    font-weight: normal;
}

.msgVideo .videoIframe {
    padding-top: 66.6666%;
}

.msgVideo .videoIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.msgVideo .CaseInfo {
    padding: 3% 0 1%;
    border-bottom: none;
    color: #fff;
}

.msgVideo .CaseInfo p em i {
    color: #888;
}

.msgVideo .h1Title {
    margin: 0 2.6667%;
    padding-top: 1%;
    font-weight: bold;
    font-size: 14px;
}

.msgVideo .h1Title .jx {
    display: inline-block;
    padding: 0 1px;
    margin-right: 5px;
    border: 1px solid #a98040;
    border-radius: 2px;
    line-height: 14px;
    font-size: 12px;
    color: #a98040;
    vertical-align: middle;
}

.msgVideo .baseInfo {
    position: relative;
    margin: 0 2.6667%;
    padding-top: 1%;
    line-height: 20px;
    font-size: 12px;
}

.msgVideo .baseInfo .con1 {
    overflow: hidden;
    max-height: 40px;
}

.msgVideo .baseInfo .view {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #181818;
}

.msgVideo .baseInfo .view i {
    padding-left: 3px;
}

.msgVideo .baseInfo .view em {
    display: inline-block;
    padding: 0 5px;
    border-radius: 4px;
    background: #464646;
}

.msgVideo .baseInfo.opened .view i {
    display: none;
}

.msgVideo .baseInfo.doHide .view {
    display: none;
}

.msgVideo .btReview {
    z-index: 5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    padding: 8px 2.6667%;
    background: #181818;
    justify-content: space-between;
    line-height: 34px;
}

.msgVideo .btReview .reviewInput {
    position: relative;
    width: 55%;
    margin-right: 4%;
}

.msgVideo .btReview .reviewInput .input {
    width: 100%;
    height: 34px;
    padding: 0 5px 0 18%;
    border: none;
    border-radius: 100px;
    background: #464646;
    color: #fff;
}

.msgVideo .btReview .reviewInput .input::-webkit-input-placeholder {
    color: #fff;
}

.msgVideo .btReview .reviewInput .ico-i {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 0 0 6px;
}

.msgVideo .btReview .reviewInput .ico-i:before {
    display: block;
    background-position: -240px -420px;
}

.msgVideo .btReview .btns {
    display: inline-block;
    color: #fff;
}

.msgVideo .btReview .btns i:before {
    width: 20px;
}

.msgVideo .btReview .btns.review i:before {
    background-position: -150px -420px;
}

.msgVideo .btReview .btns.praise {
    margin-right: 6%;
}

.msgVideo .btReview .btns.praise i:before {
    background-position: -180px -420px;
}

.msgVideo .btReview .btns.hasPraise i:before {
    background-position: -210px -420px;
}

@media (max-width: 360px) {
    .msgVideo .btReview .reviewInput {
        width: 65%;
    }

    .msgVideo .btReview .reviewInput .ico-i {
        padding-left: 8px;
    }

    .msgVideo .btReview .btns.praise {
        margin-right: 4%;
    }
}

@media (max-width: 320px) {
    .msgVideo .CaseDes {
        margin-bottom: 3%;
    }

    .msgVideo .CaseDes .photo {
        width: 22%;
    }
}

/*House*/
.HouseList {
}

.HouseList ul li {
    position: relative;
    padding: 4% 4% 2%;
    margin: 10px 0 4%;
    background: #fff;
}

.HouseList ul li .imgh {
    padding-top: 54%;
    border-radius: 6px;
}

.HouseList ul li .view {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: #e16363;
    border-radius: 100px;
    line-height: 30px;
}

.HouseList ul li .view:before {
    background-position: -120px -180px;
    vertical-align: top;
}

.HouseList ul li .info {
    padding-top: 2.7778%;
    text-align: center;
}

.HouseList ul li .info em {
    border-left: 1px solid #e2e2e2;
}

.HouseHt {
    z-index: 2;
    position: relative;
    padding: 4% 0 6%;
    text-align: center;
}

.HouseHt em {
    display: inline-block;
    position: relative;
    min-width: 110px;
    padding: 2px 5px;
    border-top-left-radius: 6px;
    background: #333;
    color: #fff;
}

.HouseHt em:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #707070;
    border-right: 0;
    margin-top: -6px;
    transform: rotate(20deg);
}

.HouseVMore {
    margin-bottom: 6%;
    text-align: center;
}

.HouseVMore a {
    display: inline-block;
    padding: 1% 3%;
    border-radius: 4px;
    background: #c4261d;
    color: #fff;
}

.HouseInfo {
    padding-bottom: 2%;
    margin-bottom: 2%;
    color: #5c5b5b;
}

.HouseInfo .info {
    margin: 4% 0;
    text-align: center;
}

.HouseInfo .info i {
    padding-right: 2px;
    font-weight: bold;
    color: #d21f15;
}

.HouseInfo .content {
    overflow: hidden;
    margin: 4%;
    height1: 104px;
    color: #5c5b5b;
}

.HouseInfo .btns {
    margin: 4%;
}

.HouseInfo .btns a {
    width: 48%;
    padding: 3px 0;
    border: 1px solid #bb8f4d;
    background: #bb8f4d;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.HouseInfo .btns a i:before {
    width: 20px;
}

.HouseInfo .btns .order i:before {
    background-position: -180px -210px;
}

.HouseInfo .btns .visit i:before {
    background-position: -210px -210px;
}

.HouseInfo .btns .order {
    background: #c90f0f;
    border-color: #c90f0f;
    color: #fff;
}

.HouseDes {
}

.HouseDes .slide {
    margin-top: 0;
}

.HouseDes .hd {
    margin-top: 3%;
    text-align: center;
}

.HouseDes .hd span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 8px;
    border: 1px solid #b5996b;
    cursor: pointer;
}

.HouseDes .hd span.active {
    background: #b5996b;
}

.HouseDianp {
}

.HouseDianp li:first-child {
    margin-top: 0;
}

.HouseSpec {
}

.HouseSpec ul li {
    margin: 0 2.6667% 4%;
    padding: 4% 2.6667%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
}

.HouseSpec ul li .imga .imgh {
    padding-top: 53.43283%;
}

.HouseSpec ul li .info {
    margin: 2% 0;
    color: #5c5c5c;
}

.HouseSpec ul li .dateHits {
    margin: 4px 0 0 5px;
    line-height: 15px;
    font-size: 1.3rem;
    color: #888;
}

.HouseSpec ul li .dateHits i:before {
    width: 15px;
    height: 15px;
}

.HouseSpec ul li .dateHits .hits:before {
    background-position: -60px -195px;
}

.HouseSpec ul li .dateHits .date:before {
    background-position: -75px -195px;
}

.HouseSpec ul li .info .title {
    color: #d20000;
}

.HouseSpec ul li .info .note {
    padding: 1% 0;
    margin: 0 0 2%;
}

.HouseSpec ul li .info .base span {
    color: #010101;
}

.HouseSpec ul li .btns {
    text-align: right;
}

.HouseSpec ul li .btns a {
    display: inline-block;
    margin-right: 2%;
    padding: 5px 10px;
    border: 1px solid #4c4c4c;
    border-radius: 100px;
    background: #4c4c4c;
    color: #fff;
}

.HouseSpec ul li .btns .book {
    border-color: #bb8f4d;
    background: #bb8f4d;
    color: #fff;
}

/*Dianping*/
.DianpList {
}

.DianpList ul li {
    padding: 4% 2.6667%;
    margin: 4% 2.6677%;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
    background: #fff;
}

.DianpList ul li .title {
    margin-bottom: 4%;
    font-weight: bold;
    color: #150f0e;
}

.DianpList ul li .title .jx {
    display: inline-block;
    padding: 0 2px;
    margin: 2px 3px 0 0;
    border: 1px solid #e3b368;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #e3b368;
    vertical-align: top;
    font-weight: normal;
}

.DianpList ul li .img {
    width: 120px;
    margin-right: 10px;
}

.DianpList ul li .info .note {
    height: 54px;
    line-height: 18px;
    font-size: 13px;
    -webkit-line-clamp: 3;
}

.DianpList ul li .info .bt {
    margin-top: 5px;
    line-height: 15px;
    font-size: 13px;
    color: #888;
}

.DianpList ul li .info .bt cite:not(:last-child) {
    padding-right: 5px;
}

.DianpList ul li .info .bt i:before {
    width: 15px;
    height: 15px;
}

.DianpList ul li .info .bt .plan i:before {
    background-position: -60px -180px;
}

.DianpList ul li .info .bt .date i:before {
    background-position: -75px -180px;
}

.DianpList ul li .info .bt .hits i:before {
    background-position: -90px -180px;
}

@media (max-width: 320px) {
    .DianpList ul li .info .bt cite:nth-of-type(3) {
        display: none;
    }
}

.DianpInfo {
}

.DianpInfo .floatOrder {
    z-index: 9;
    position: fixed;
    bottom: 60px;
    right: 4%;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #b91f1f;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 12px;
    color: #fff;
}

.DianpInfo .slide {
    position: relative;
    margin: 4%;
}

.DianpInfo .slide .isvouch {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
    padding: 10px 7px;
    background: url(../image/six.png) center center no-repeat;
    background-size: 100% auto;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.DianpInfo .slide .bd {
    padding: 0 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.DianpInfo .slide .bd li {
    padding: 20px 0 40px;
}

.DianpInfo .slide .bd li .title {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.DianpInfo .slide .hd {
    margin-top: 10px;
    text-align: center;
}

.DianpInfo .slide .hd span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: 1px solid #c09450;
    border-radius: 100%;
}

.DianpInfo .slide .hd span.active {
    background: #c09450;
}

.DianpInfo .info {
    padding: 0 4%;
    margin: 4% 0;
}

.DianpInfo .info .ht {
    padding: 2% 0;
}

.DianpInfo .info .ht .title {
    font-size: 2.25rem;
    font-weight: normal;
}

.DianpInfo .info .ht .title a {
    color: #b89866;
}

.DianpInfo .info .ht .title small {
    font-size: 1.5rem;
}

.DianpInfo .info .base {
    margin: 4% 0;
}

.DianpInfo .info .base dl {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #f2f2f2;
    font-size: 1.25rem;
    color: #585858;
}

.DianpInfo .info .base dl.half {
    width: 50%;
}

.DianpInfo .info .base dl.half dl {
    border-top: none;
}

.DianpInfo .info .base dl dt {
    line-height: 24px;
    font-size: 1.5rem;
    color: #252525;
}

.DianpInfo .info .base dl dt i {
    float: left;
    width: 4px;
    height: 14px;
    margin: 5px 6px 4px 0;
    background: #b5996b;
    text-indent: -999em;
}

.DianpInfo .info .base dl dd {
    padding-left: 12px;
    line-height: 1.92;
}

.DianpPlan {
    margin: 5% 2.6667%;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.DianpPlan .itemHt .title {
    padding: 2% 0;
    font-size: 2rem;
    font-weight: normal;
}

.DianpPlan .itemHt .title:before {
    content: "";
    float: left;
    width: 4px;
    height: 20px;
    margin: 4px 8px 0 0;
    background: #b5996b;
    text-indent: -999em;
}

.DianpPlan .itemHt .title small {
    padding-left: 5px;
    font-size: 0.8em;
    color: #b89866;
}

.DianpPlan .itemHt .note {
    margin: 0 3%;
    color: #252525;
}

.DianpPlan .itemInfo {
    position: relative;
}

.DianpPlan .content {
    padding: 4% 2.6667%;
    color: #4c4c4c;
}

.DianpPlan .content .ht {
    margin-bottom: 1%;
    line-height: 30px;
}

.DianpPlan .content .ht .read i {
    margin-left: 7px;
    height: 30px;
}

.DianpPlan .content .ht .read i:before {
    width: 18px;
    height: 30px;
    background-position: -120px -420px;
}

.DianpPlan .content.hasOpen .ht .read i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.DianpPlan .content .txt {
    overflow: hidden;
    max-height: 60px;
}

.DianpPlan .des {
    z-index: 2;
    position: relative;
    padding: 4%;
    border-bottom: 1px solid #f2f2f2;
}

.DianpPlan .des .photo {
    width: 85px;
    margin-right: 10px;
}

.DianpPlan .des .photo .imgh {
    border-radius: 100%;
}

.DianpPlan .des .pos {
    font-size: 0.8em;
    color: #3e3e3e;
}

.DianpPlan .des p {
    margin-top: 4%;
}

.DianpPlan .des .trust em {
    padding: 1px 5px;
    margin-right: 5px;
    border: 1px solid #d9a96e;
    color: #d9a96e;
}

.DianpPlan .des .dstyle {
    color: #939393;
}

.DianpPlan .node {
    overflow: hidden;
    padding: 0 2.6667%;
}

.DianpPlan .node .item {
    margin-bottom: 6%;
}

.DianpPlan .node .sBd {
    margin: 2% 0;
    text-align: center;
}

.DianpPlan .node .sBd ul li {
    width: auto;
    height: 30px;
    margin: 4px 6px 4px 0;
    padding: 0 15px;
    background: #a8a8a8;
    border-radius: 100px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
}

.DianpPlan .node .sBd ul li.activeThumb {
    background: #b5996b;
    color: #fff;
}

.DianpPlan .node .bd {
    border-radius: 4px;
    text-align: center;
}

.DianpPlan .node .hd {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.DianpPlan .node .hd span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.DianpPlan .node .hd span.active {
    background: #fff;
}

.DianpPlan .node .text {
    margin-top: 10px;
}

.DianpPlan .node .text .ht {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 26px;
    color: #b89866;
    font-family: "Walkway-SemiBold";
}

.DianpPlan .node .hdHt {
    margin: 10px 0;
    color: #333;
    font-family: "Walkway-SemiBold";
}

.DianpPlan .node .hdHt h4 {
    font-size: 1.8rem;
}

.DianpPlan .node .hdHt h4 .ico-ht:before {
    width: 20px;
    background-position: -30px -390px;
}

.DianpPlan .node .hdHt p {
    opacity: 0.3;
    font-size: 24px;
    text-transform: uppercase;
}

.DianpMore {
    margin-top: 4%;
}

/*Reserva*/
.ReservaList {
}

.ReservaList ul li {
    padding: 4%;
    margin-bottom: 4%;
    background: #fff;
    color: #888;
}

.ReservaList ul li .imgh {
    padding-top: 48.5074%;
}

.ReservaList ul li .info {
    margin: 2% 0 4% 3%;
}

.ReservaList ul li .tags em:not(:last-child) {
    margin-right: 15px;
}

.ReservaList ul li .plan em {
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #a9a9a9;
}

.ReservaList ul li .plan .ico {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 auto 2px;
}

.ReservaList ul li .plan .semi {
    border-radius: 100%;
    background: #a9a9a9;
}

.ReservaList ul li .plan .semi2 {
    display: none;
}

.ReservaList ul li .plan .em1 .semi {
    clip: rect(0px, 8px, 8px, 0px);
}

.ReservaList ul li .plan .em2 .semi {
    clip: rect(0px, 16px, 11px, 0px);
}

.ReservaList ul li .plan .em3 .semi {
    clip: rect(8px, 16px, 16px, 8px);
}

.ReservaList ul li .plan .em3 .semi2 {
    display: block;
    clip: rect(0px, 16px, 8px, 0px);
}

.ReservaList ul li .plan .em4 .semi {
    clip: rect(0, 16px, 16px, 0px);
}

.ReservaList ul li .plan .circle {
    margin: 1px;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #a9a9a9;
}

.ReservaList ul li .plan .line {
    position: absolute;
    top: 50%;
    width: 1000px;
    height: 1px;
    margin: 0 3px;
    background: #a9a9a9;
}

.ReservaList ul li .plan .line.l {
    right: 100%;
}

.ReservaList ul li .plan .line.r {
    left: 100%;
}

.ReservaList ul li .plan .has {
    color: #d20000;
}

.ReservaList ul li .plan .has .semi,
.ReservaList ul li .plan .has .circle {
    background: #d20000;
}

.ReservaList ul li .view {
    display: inline-block;
    margin-left: 15px;
    padding: 3px 3px;
    border-radius: 4px;
    background: #bb8f4d;
    color: #fff;
}

.HouseReserva ul li {
    margin: 0 2.6667% 4%;
    padding: 3%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
}

.HouseReserva ul li .info {
    margin-left: 0;
}

.HouseReserva ul li .title {
    margin-bottom: 4px;
}

.HouseReserva ul li .view {
    margin-top: 8px;
    padding: 3px 6px;
    border-radius: 100px;
}

.ReservaInfo {
    padding: 4% 4% 2%;
    margin-bottom: 2.778%;
    background: #fff;
}

.ReservaInfo .lImg p {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 0;
    background: #3d3d3d;
    text-align: center;
    color: #fff;
}

.ReservaInfo .title {
    margin-bottom: 4%;
    font-weight: normal;
    color: #150f0e;
}

.ReservaInfo .ReservaList ul li {
    padding: 0;
    margin: 4% 0;
}

.ReservaInfo .plan {
}

.ReservaInfo .rInfo {
    color: #585858;
}

.ReservaInfo .rInfo .base {
    padding: 4% 0;
}

.ReservaInfo .rInfo .base .ctime i {
    background-position: -510px -120px;
}

.ReservaInfo .rInfo .base cite {
    margin-right: 6px;
    line-height: 15px;
    font-size: 12px;
}

.ReservaInfo .rInfo .base i:before {
    width: 15px;
    height: 15px;
}

.ReservaInfo .rInfo .base i.date:before {
    background-position: -75px -180px;
}

.ReservaInfo .rInfo .base i.hits:before {
    background-position: -90px -180px;
}

.ReservaInfo .rInfo .visit {
    padding: 3px 10px;
    border-radius: 4px;
    background: #be2216;
    text-align: center;
    color: #fff;
}

.ReservaInfo .rInfo .teams {
    padding-top: 3%;
    margin-top: 3%;
    border-top: 1px solid #e7e7e7;
    justify-content: space-between;
}

.ReservaInfo .rInfo .teams li {
    width: 30%;
    text-align: center;
}

.ReservaInfo .rInfo .teams li .img {
    max-width: 70px;
    margin: 0 auto 3px;
}

.ReservaInfo .rInfo .teams li .imgh {
    border-radius: 100%;
}

@media only screen and (max-width: 360px) {
    .ReservaInfo .rInfo .teams li {
        font-size: 1.2rem;
    }

    .ReservaInfo .rInfo .teams li .img {
        max-width: 50px;
    }
}

.ReservaNodejd {
}

.ReservaNodejd .item {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.778%;
    background: #fff;
}

.ReservaNodejd .lArea {
}

.ReservaNodejd .lArea h3 {
    padding: 3%;
}

.ReservaNodejd .lArea .info {
    padding: 5px 0 5px 5px;
    line-height: 18px;
    color: #333;
}

.ReservaNodejd .lArea .info i {
    margin: 3px 3px 0 0;
}

.ReservaNodejd .lArea .info h4 {
    color: #d41111;
}

.ReservaNodejd .lArea .title i:before {
    background-position: -30px -330px;
}

.ReservaNodejd .lArea .person {
    border-left: 1px solid #eaeaea;
}

.ReservaNodejd .lArea .person i:before {
    background-position: -60px -330px;
}

.ReservaNodejd .rArea {
    padding: 0 0 3%;
}

.ReservaNodejd .rArea .imgs .bd {
    overflow: visible;
    padding: 0 3%;
}

.ReservaNodejd .rArea .imgs .imgh0 {
    padding-top: 71.42857142857143%;
}

.ReservaNodejd .rArea .txt {
    padding: 0 3%;
    line-height: 1.2;
}

/*Live*/
.LiveHt {
    margin-bottom: 3%;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.LiveHt > * {
    display: inline-block;
    vertical-align: middle;
}

.LiveHt h3 {
    padding-right: 8px;
    font-size: 1.8rem;
    color: #000;
}

.LiveHt .zbhf:before {
    background-position: -180px -330px;
}

.LiveHt .rmgd:before {
    background-position: -210px -330px;
}

.LiveHt .rmgd:before {
    background-position: -210px -330px;
}

.LiveList1 {
    padding: 4%;
    background: #fff;
}

.LiveList1 .bd {
    border-radius: 4px;
}

.LiveList1 .bd li {
    overflow: hidden;
    border-radius: 4px;
}

.LiveList1 .bd li .plan {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 7%;
    padding: 4px 8px;
    border-radius: 0 100px 100px 0;
    background: #f28d15;
    color: #fff;
}

.LiveList1 .bd li .iframe {
    width: 100%;
    height: 100%;
    border: 2px solid #d1d1d1;
    background: #fff url(../image/loader.gif) center no-repeat;
}

.LiveList1 .bd li .imga {
    z-index: 3;
}

.LiveList1 .bd li .imgh {
    padding-top: 60.8433%;
}

.LiveList1 .bd li .imga .bg {
}

.LiveList1 .bd li .imga .bg i:before {
    width: 45px;
    height: 45px;
    background-position: -225px -285px;
}

.LiveList1 .hd {
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 4% 3% 0;
}

.LiveList1 .hd span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 100px;
    background: #fff;
    transition: all 0.3s;
}

.LiveList1 .hd span.active {
    width: 30px;
    background: #f28d15;
}

.LiveHot {
    margin: 5% 0;
    padding: 0 4%;
}

.LiveHot ul li {
    margin-bottom: 4%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(11, 3, 5, 0.1);
}

.LiveHot ul li:last-child {
    margin-bottom: 0;
}

.LiveHot ul li .imga {
    position: relative;
    width: 40%;
}

.LiveHot ul li .imga .imgh {
    padding-top: 82.3529%;
}

.LiveHot ul li .imga .num {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 6px;
    border-radius: 0 0 6px 0;
    background: #f28d15;
    color: #fff;
}

.LiveHot ul li .info {
    padding: 3% 3%;
    border: 1px solid #e0e0e0;
    border-left: none;
    flex-direction: column;
    justify-content: space-between;
}

.LiveHot ul li .info .title a {
    font-size: 1.6rem;
    font-weight: bold;
}

.LiveHot ul li .info .title em {
    margin-left: 5px;
    padding: 1px 5px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 1.2rem;
    white-space: nowrap;
    word-wrap: break-word;
}

.LiveHot ul li .info .base {
    width: 100%;
    margin-top: 3%;
    line-height: 15px;
    font-size: 1.2rem;
}

.LiveHot ul li .info .base i:before {
    width: 15px;
    height: 15px;
}

.LiveHot ul li .info .base .date:before {
    background-position: -75px -180px;
}

.LiveHot ul li .info .base .hits:before {
    background-position: -90px -180px;
}

.LiveHot ul li .btns {
    width: 100%;
    justify-content: space-between;
}

.LiveHot ul li .btns a {
    width: 48%;
    padding: 3px 0;
    border: 1px dashed #434343;
    border-radius: 4px;
    text-align: center;
}

.LiveHot ul li .btns .play {
    border-color: #f28d15;
    background: #f28d15;
    color: #fff;
}

@media (max-width: 380px) {
    .LiveHot ul li .btns a {
        font-size: 1.2rem;
    }
}

.LiveList {
    margin: 4% 0 0;
    padding: 4%;
    background: #fff;
}

.LiveList .search {
    margin-bottom: 8px;
}

.LiveList .search .form {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.LiveList .search .form .kws {
    height: 32px;
    padding: 0 40px 0 20px;
    border: none;
    border-radius: 100px;
    background: #e5e5e5;
    line-height: 32px;
}

.LiveList .search .form .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 1px;
    border: none;
    border-radius: 100%;
    background: #f28d15;
    cursor: pointer;
}

.LiveList .search .form .button i:before {
    background-position: -270px -330px;
}

.LiveList .search .tags {
    justify-content: space-between;
}

.LiveList .search a {
    float: left;
    width: 19%;
    height: 26px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 100px;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.LiveList .search a:hover,
.LiveList .search a.current {
    border-color: #f28d15;
    background: #f28d15;
    color: #fff;
}

.LiveList .load {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}

.LiveList ul {
    justify-content: space-between;
}

.LiveList ul li {
    float: left;
    width: 48%;
    margin: 0 0 2% 0;
}

.LiveList ul li .imgh {
    padding-top: 70.75%;
    border-radius: 4px;
}

.LiveList ul li .title {
    margin: 5px 0 5px;
    font-weight: normal;
}

.LiveList ul li p {
    line-height: 30px;
    color: #333;
}

.LiveList ul li p .hits:before {
    width: 18px;
    background-position: -300px -330px;
}

body .LiveFormWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee url(../image/LiveForm_bg.jpg) center no-repeat;
}

body .LiveFormWrap .layui-m-layercont {
    height: 100%;
}

.LiveForm {
    overflow: hidden;
    height: 100%;
    text-align: center;
    color: #434a43;
}

.LiveForm .ht {
    height: auto;
    margin-bottom: 4%;
    line-height: 1.5;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
}

.LiveForm .ct {
    padding: 4% 0;
    margin: 0 2%;
    border-radius: 6px;
    background: #fff;
}

.LiveForm .rInfo {
    width: 130px;
    padding: 10px;
    border-left: 1px solid #e8e8e8;
}

.LiveForm .rInfo .imga {
    overflow: hidden;
    border-radius: 4px;
}

.LiveForm .rInfo .title {
    margin: 5px 0 2px;
    font-size: 1.6rem;
}

.LiveForm .form {
    padding: 10px 15px;
}

.LiveForm .table {
    margin-bottom: 12px;
}

.LiveForm .table .right .input-text {
    height: 40px;
    border-color: #bfbfbf;
    border-radius: 4px;
    line-height: 40px;
}

.LiveForm .table .right .button {
    height: 40px;
    border-radius: 4px;
    background: #f28d15;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.LiveForm .videourl {
    padding: 0 3px;
    margin-top: 20px;
    border: 1px solid #bfbfbf;
    background: #f0f0f0;
    line-height: 30px;
    color: #434a43;
}

.LiveForm .videourl i:before {
    margin-right: 2px;
    background-position: -330px -330px;
}

.LiveForm .videourl em {
    font-weight: bold;
}

.LiveForm .videourl:hover {
    border-color: #d0780f;
}

.LiveForm .closebk {
    display: block;
    position: relative;
    width: 130px;
    height: 38px;
    margin: 4% auto;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.LiveForm .closebk:hover {
    background: rgba(242, 141, 21, 0.9);
}

.LiveForm .liveoktips {
    opacity: 0;
    visibility: hidden;
    padding: 1% 4%;
    border-radius: 6px;
    background: #fff;
}

@media only screen and (max-width: 380px) {
    .LiveForm .table .right .input-text {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 320px) {
    .LiveForm .rInfo {
        display: none;
        width: 100px;
        padding: 8px;
    }

    .LiveForm .rInfo p {
        font-size: 12px;
    }

    .LiveForm .form {
        padding: 0 4%;
    }

    .LiveForm .videourl {
        margin-top: 12px;
    }
}

/*Team*/
.TeamList {
}

.TeamList li {
    overflow: hidden;
    padding: 4% 0;
    border-bottom: 1px solid #e4e4e4;
}

.TeamList li .base {
    padding: 0 2.6667%;
}

.TeamList li .photo {
    overflow: hidden;
    width: 90px;
}

.TeamList li .photo .imgh11 {
    border-radius: 100%;
}

.TeamList li .info {
    margin-left: 2%;
    align-content: center;
    color: #999;
}

.TeamList li .info .name {
    margin-right: 5px;
    line-height: 30px;
    font-size: 1.8rem;
}

.TeamList li .info .stars .num {
    margin-right: 5px;
}

.TeamList li .info .txt {
    width: 100%;
}

.TeamList li .info .txt em {
    color: #2d2d2d;
}

.TeamList li .info .workday {
    margin-bottom: 3%;
}

.TeamList li .info .workday span {
    margin: 0 5px;
}

.TeamList li .btns {
    align-content: center;
    text-align: center;
}

.TeamList li .btns a {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 5px 10px;
    border: 1px solid #e3b368;
    border-radius: 4px;
    color: #e3b368;
}

.TeamList li .btns .order {
    border: 1px solid #be2216;
    background: #be2216;
    color: #fff;
}

.TeamList li .slide {
    overflow: hidden;
    margin-top: 4%;
    margin-left: 4%;
    padding-right: 4%;
}

.TeamList li .slide .bd {
    overflow: visible;
}

.TeamList li .slide .bd .item {
    width: 70%;
}

.TeamList li .slide .bd .imgh {
    padding-top: 50%;
    border-radius: 8px;
}

.TeamList li .slide .bd .icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
}

.TeamList li .slide .bd .ico-cvr {
    top: 0;
    left: -10px;
    margin: 0;
}

.TeamList li .slide .bd .ico-cvr:before {
    width: 60px;
    height: 36px;
    background-position: -300px -60px;
    background-size: 360px auto;
}

.TeamList li .slide .bd .ico-cvideo:before {
    background-position: -240px -120px;
}

.TeamList li .slide .bd .item.last {
    width: 140px;
    height: auto;
    color: #9d9d9d;
}

.TeamList li .slide .bd .item.last .txt {
    left: -10px;
    padding-left: 5px;
    background: #f7f7f7;
}

.TeamList li .slide .bd .item.last .txt i:before {
    background-position: -150px -390px;
}

@media (max-width: 375px) {
    .TeamList li .photo {
        width: 90px;
    }
}

@media (max-width: 320px) {
    .TeamList li .photo {
        width: 80px;
    }

    /*.TeamList li .info .name{font-size: 1.6rem;}*/
    .TeamList li .info .txt {
        line-height: 1.5;
        font-size: 1.2rem;
    }

    .TeamList li .btns {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
    }

    .TeamList li .btns a {
        padding: 2px 0;
        font-size: 1.2rem;
    }

    .TeamList li .btns a.view {
        display: none;
    }
}

.TeamInfo {
    padding: 0 3%;
    margin: 4% 0;
    color: #333;
}

.TeamInfo .lPhoto {
    width: 41%;
    margin: 0 7.4626% 5px 0;
}

.TeamInfo .lPhoto .imga {
    box-shadow: 5px 5px 0 #b89866;
}

.TeamInfo .rIntro .name {
    padding-bottom: 10px;
}

.TeamInfo .rIntro .name span {
    line-height: 25px;
    font-size: 1.4rem;
    color: #666;
}

.TeamInfo .rIntro .workday {
    margin-bottom: 5px;
}

.TeamInfo .rIntro .workday em {
    display: inline-block;
    padding: 2px 10px;
    border: 1px dashed #333333;
    border-radius: 4px;
    color: #252525;
}

.TeamInfo .rIntro .ht {
    margin-top: 5px;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: normal;
}

.TeamInfo .rIntro .ht i:before {
    width: 25px;
}

.TeamInfo .rIntro .ht i.scfg:before {
    background-position: -90px -330px;
}

.TeamInfo .rIntro .ht i.dbzp:before {
    background-position: -120px -330px;
}

.TeamInfo .rIntro .ht i.grjs:before {
    background-position: -150px -330px;
}

.TeamInfo .rIntro .note {
    padding-left: 25px;
    color: #888;
}

@media (max-width: 320px) {
    .TeamInfo .lPhoto {
        margin-right: 5%;
    }

    .TeamInfo .rIntro .name {
        padding: 5px 0;
        font-size: 2rem;
    }
}

.TeamFix {
    z-index: 3;
    position: relative;
    height: 48px;
}

.TeamFix .con {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 4% 54px;
    background: #333;
    line-height: 40px;
    color: #fff;
}

.TeamFix .con > * {
    height: 40px;
}

.TeamFix .photo {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}

.TeamFix .order {
    padding: 4px 10%;
    border-radius: 4px;
    background: #c4261d;
    text-align: center;
    color: #fff;
}

/*Team10*/
.Team10List {
}

.Team10List li .imga {
    margin: 4% 2.6667%;
    padding: 2.6667%;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.Team10List li .photo {
    overflow: hidden;
    width: 90px;
    margin-right: 10px;
    border-radius: 100%;
}

.Team10List li .info {
    padding-top: 5px;
    justify-content: center;
}

.Team10List li .info .name small {
    font-size: 1.4rem;
    color: #888;
}

.Team10List li .info p em {
    width: 50%;
}

.Team10List li .ico-jp {
    position: absolute;
    top: 0;
    right: 2%;
}

.Team10List li .ico-jp:before {
    background-position: -180px -390px;
}

.Team10Info {
    padding: 17.3333% 2.6667% 0;
    border-radius: 0 0 6px 6px;
    background: #262626 url(../image/Team10Info_bg.jpg) center bottom no-repeat;
}

.Team10Info .lPhoto {
    width: 120px;
    margin-right: 15px;
}

.Team10Info .rIntro {
    color: #fff;
}

.Team10Info .rIntro .name {
    padding: 5% 0;
    font-size: 2rem;
    color: #e3b368;
}

.Team10Info .rIntro .name small {
    font-size: 0.7em;
}

.Team10Info .rIntro p {
    margin-top: 5%;
    line-height: 2;
}

.Team10Info .rIntro p em {
    width: 50%;
}

.Team10Info .ischoice {
    float: right;
    padding: 10px 7px;
    background: url(../image/six.png) center center no-repeat;
    background-size: 100% auto;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 320px) {
    .Team10Info .rIntro .name small {
        display: block;
    }

    .Team10Info .rIntro .name small i {
        display: none;
    }

    .Team10Info .rIntro p {
        margin-top: 0;
    }

    .Team10Info .rIntro p em {
        width: 100%;
    }
}

/*Spec*/
.SpecPush {
    overflow: hidden;
}

.SpecPush .imgh {
    padding-top: 57.63889%;
}

.SpecPush .hd {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    line-height: 6px;
    text-align: center;
}

.SpecPush .hd span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 8px;
    background: #7e7e7e;
}

.SpecPush .hd span.active {
    background: none;
}

.SpecPush .hd span.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -1px;
    border: 2px solid #c4261d;
    border-radius: 100%;
}

.SpecPush .btn {
    display: none;
    z-index: 3;
}

.SpecPush .btn i:before {
    width: 22px;
    height: 45px;
}

.SpecPush .prev i:before {
    background-position: -315px -240px;
}

.SpecPush .prev:hover i:before {
    background-position: -315px -285px;
}

.SpecPush .next {
    right: 0;
}

.SpecPush .next i:before {
    background-position: right -240px;
}

.SpecPush .next:hover i:before {
    background-position: right -285px;
}

.SpecIndex {
}

.SpecIndex .item {
    margin: 4% 0 5%;
}

.SpecIndex .ht {
    overflow: hidden;
    padding: 0 4% 3%;
}

.SpecIndex .ht .sons {
    margin-top: 1%;
}

.SpecIndex .ht .sons .bd {
    overflow: visible;
}

.SpecIndex .ht .sons li {
    width: auto;
}

.SpecIndex .ht .sons span {
    padding: 0 10px;
}

.SpecIndex .list {
    overflow: hidden;
    padding: 0 4%;
}

.SpecIndex .list .bd {
    overflow: visible;
    text-align: center;
}

.SpecIndex .list li .cate {
    position: absolute;
    left: -8px;
    top: 15px;
    padding: 2px 5px 2px 10px;
    background: #c4261d;
    font-size: 12px;
    color: #fff;
}

.SpecIndex .list li .cate:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: 8px 0 0 8px;
    border-top-color: #8e1710;
}

.SpecIndex .list li .title {
    margin-top: 3px;
}

.SpecList {
}

.SpecList li {
    padding: 4%;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
}

.SpecList li .box {
    margin-top: 8px;
}

.SpecList li .imga {
    width: 38%;
}

.SpecList li .info {
    position: relative;
    align-content: space-between;
    border-left: 10px solid transparent;
    color: #999;
}

.SpecList li .info .note {
    line-height: 18px;
}

.SpecList li .info .time {
    line-height: 30px;
    font-size: 1.2rem;
    color: #333;
}

.SpecList li .info .time i:before {
    width: 20px;
    background-position: -180px -180px;
}

.SpecList li .info .time span {
    font-size: 1.4rem;
    color: #c4261d;
}

.SpecList li .base {
    line-height: 16px;
    font-size: 1.2rem;
}

.SjszfSpecList {
}

.SjszfSpecList li {
    padding: 2.6667%;
    margin: 4% 2.6667%;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.SjszfSpecList li .photo {
    width: 30%;
    margin-right: 15px;
}

.SjszfSpecList li .info {
    position: relative;
    padding: 10px 0;
    align-content: center;
}

.SjszfSpecList li .info .qinum {
    padding: 1px 10px;
    margin: 10px 0;
    border-radius: 2px;
    background: #c09450;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.SjszfSpecList li .info .name {
    margin: 4% 0 6%;
}

.SjszfSpecList li .info .name em {
    font-size: 1.1em;
}

.SjszfSpecList li .info .txt {
    width: 100%;
    margin-top: 4px;
    color: #888;
}

.SjszfSpecList li .info .txt em {
    color: #444;
}

/*News*/
.NewsMore2 {
    margin-bottom: 6%;
}

.NewsMore2 .ht h2:before {
    display: none;
}

.NewsMore {
    background: #fff;
}

.NewsMore .ht {
    margin-bottom: 0;
    padding-top: 4%;
}

.NewsMore ul li {
    padding: 4%;
}

.NewsMore ul li:not(:last-child) {
    border-bottom: 10px solid #f3f3f3;
}

.NewsMore ul li .imga {
    width: 125px;
    margin-right: 10px;
}

.NewsMore ul li .info {
    align-content: space-between;
}

.NewsMore ul li .info p {
    color: #939393;
}

.NewsMore ul li .info .base {
    width: 100%;
    padding-top: 3px;
    font-size: 1.2rem;
}

/*Jiazhuang*/
.JiazList {
    z-index: 2;
    position: relative;
}

.JiazList li {
    margin-bottom: 4%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #484848;
}

.JiazList li .imga .bg {
    background: rgba(0, 0, 0, 0.4);
}

.JiazList li .imga .bg i:before {
    width: 45px;
    height: 45px;
    background-position: -225px -285px;
}

.JiazList li .title {
    font-weight: normal;
    color: #2d2d2d;
}

.JiazList li .info .note {
    line-height: 1.3;
    color: #555;
}

.JiazList li .info .base {
    line-height: 15px;
    font-size: 12px;
}

.JiazList li .info .base cite {
    color: #888;
}

.JiazList li .info .base cite:not(:last-child) {
    margin-left: 6px;
}

.JiazList li .info .base i:before {
    width: 15px;
    height: 15px;
}

.JiazList li .info .base i.date:before {
    background-position: -75px -195px;
}

.JiazList li .info .base i.hits:before {
    background-position: -60px -195px;
}

.JiazList .ht {
    margin: 4%;
    padding: 3% 2%;
    border: 1px solid #cfcfcf;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.JiazList .ht i {
    float: left;
    width: 10px;
    height: 24px;
    margin: 2px 10px 0 0;
    background: #333;
}

.JiazList .li {
    padding: 3.5% 4%;
}

.JiazList .li .imga {
    overflow: hidden;
    width: 156px;
    margin-right: 12px;
}

.JiazList .li .imga .imgh {
    padding-top: 72.91666666666667%;
}

.JiazList .li .info {
    flex-direction: column;
    justify-content: space-between;
}

.JiazList .first {
    margin: 4%;
    margin-top: -22.666%;
    padding: 10px;
    border-radius: 4px;
}

.JiazList .first .lArea {
    overflow: hidden;
    position: relative;
}

.JiazList .first .imga {
    z-index: 3;
}

.JiazList .first .imga .imgh {
    padding-top: 48.06201550387597%;
}

.JiazList .first .imga .bg i:before {
    background-position: -225px -240px;
}

.JiazList .first iframe {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.JiazList .first .title {
    margin: 2% 0;
    padding-bottom: 1%;
    border-bottom: 1px solid #f0f0f0;
}

.JiazList .first .info .note {
    margin: 4% 0;
}

@media (max-width: 360px) {
    .JiazList .li .imga {
        width: 130px;
    }

    .JiazList .li .info .note {
        display: none;
    }
}

.JiazInfo .lIframe {
    position: relative;
    height: 0;
    padding-top: 50%;
}

.JiazInfo .lIframe iframe {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #6c6c6c;
}

.JiazInfo .tInfo {
    padding: 2% 4%;
    border-bottom: 1px solid #e0e0e0;
    color: #888;
}

.JiazInfo .tInfo h1 {
    margin-bottom: 3px;
    font-size: 2rem;
    color: #2d2d2d;
}

.JiazInfo .tInfo .view {
    padding: 10px;
}

.JiazInfo .tInfo .view i {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: 8px 5px 0;
    border-top-color: #888888;
}

.JiazInfo .tDetail {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 2% 4%;
    color: #888;
}

.JiazInfo.opened .tInfo .view i {
    transform: rotate(180deg);
}

.JiazInfo.opened .tDetail {
    display: block;
    opacity: 1;
    visibility: visible;
}

.JiazMore {
}

.JiazMore ul li .imga {
    padding: 2.5% 4%;
}

.JiazMore ul li .img {
    width: 120px;
    margin-left: 10px;
}

.JiazMore ul li .imgh {
    padding-top: 60%;
}

.JiazMore ul li .txt {
    flex-direction: column;
    justify-content: space-between;
}

.JiazMore ul li .txt .title {
    line-height: 1.2;
}

.JiazMore ul li .txt p {
    padding-bottom: 2%;
    font-size: 1.2rem;
    color: #888;
}

.JiazMore ul li .imga:hover {
    background: #eeeeee;
}

.JiazMore .more {
    display: block;
    margin: 2% 0 5%;
    text-align: center;
    color: #555;
}

.JiazMore .more i:before {
    width: 15px;
    margin-left: 3px;
    background-position: -150px -360px;
}

/*Faq*/
.FaqTit {
    line-height: 30px;
    color: #c09450;
}

.FaqTit i.zxtw:before {
    width: 22px;
    background-position: 0 -210px;
}

.FaqTit i.zjhd:before {
    background-position: -30px -210px;
}

.FaqForm {
    padding: 4% 3.2% 0;
}

.FaqForm .table {
    margin-bottom: 0;
}

.FaqForm .table .right .input-text {
    border-color: transparent;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.FaqForm .table .right textarea.input-text {
    height: 160px;
    padding: 10px 10px 54px;
    resize: none;
}

.FaqForm .cls_button {
    float: right;
    width: auto;
    margin: -44px 10px 0 0;
}

.FaqForm .table .button {
    padding: 0 10px;
    line-height: 34px;
    border-radius: 100px;
    background: #c4c4c4;
}

.FaqForm .table .button.can-submit,
.FaqForm .table .button:hover {
    background: #c4261d;
}

.FaqForm .hot {
    padding: 15px 0 0;
    color: #888;
}

.FaqForm .hot .ico-hot:before {
    width: 40px;
    height: 18px;
    background-position: -270px -390px;
}

.FaqForm .hot.current .ico-hot:before {
    background-position: -315px -390px;
}

.FaqList {
    padding: 2% 3.2% 4%;
}

.FaqList .item {
    padding: 4% 0;
}

/*.FaqList .hot{float: left;width: 40px;height: 18px;margin: 3px 5px 0 0;background: #4D6AF1;line-height: 18px;text-align: center;color: #FFF;transform: skew(0deg, -3deg);}
	.FaqList .hot em{display: block;transform: skew(0deg, 3deg);}*/
.FaqList .circle {
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 3px 5px 0 0;
    border-radius: 4px;
    background: #c4261d;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: arial;
}

.FaqList .circle:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -7px;
    border: 5px solid transparent;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}

.FaqList .circle.q {
    margin-left: 6px;
}

.FaqList .circle.q:after {
    border-left-color: #c4261d;
}

.FaqList .circle.a {
    background: #e8a839;
}

.FaqList .circle.a:after {
    border-left-color: #e8a839;
}

.FaqList .ico-hot {
    float: left;
}

.FaqList .ico-hot:before {
    width: 40px;
    height: 18px;
    margin-top: 1px;
    background-position: -315px -390px;
}

.FaqList .ht h3 {
    padding-left: 31px;
    color: #444;
}

.FaqList .ct {
    position: relative;
    padding: 12px 8px 5px;
    margin-top: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.FaqList .ct .arrow {
    position: absolute;
    left: 0;
    top: -13px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.FaqList .ct .arrow:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.FaqList .txt {
    overflow: hidden;
    max-height1: 120px;
    line-height: 24px;
}

.FaqList .read {
    display: none !important;
    float: right;
    margin-left: 10px;
}

.FaqList .read:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 30px;
    margin-left: 3px;
    border-radius: 50%;
    background: url(../image/icons1.png) -210px -180px no-repeat;
    background-size: 360px auto;
    vertical-align: middle;
}

.FaqList .btns {
    margin-top: 10px;
    line-height: 30px;
}

.FaqList .date {
    margin-left: 10px;
    color: #ababab;
}

.FaqList .praise {
    height: 30px;
    color: #888787;
}

.FaqList .praise i {
    float: left;
    margin-left: 5px;
}

.FaqList .praise i:before {
    width: 18px;
    background-position: -210px -390px;
}

.FaqList .praise:hover,
.FaqList .praise.hasPraise {
    color: #d81e06;
}

.FaqList .praise:hover i:before,
.FaqList .praise.hasPraise i:before {
    background-position: -240px -390px;
}

/*人才招聘*/
.JobModule {
    position: relative;
    height: 170px;
    margin-bottom: 4.1667%;
    background-size: auto 100%;
    background-position: 40% top;
    background-repeat: no-repeat;
}

.JobModule .search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background: rgba(62, 58, 57, 0.6);
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.JobModule .search label {
    font-size: 1.8rem;
}

.JobModule .search .kws {
    width: 140px;
    height: 26px;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.JobModule .search .submit {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
}

.JobModule .search .submit:before {
    background-position: -240px -360px;
}

@media only screen and (max-width: 320px) {
    .JobModule {
        height: 140px;
    }
}

.JobList {
    margin: 0 2.6667% 4%;
}

.JobList li {
    overflow: hidden;
    width: 48.5%;
    margin: 0 1.5% 15px;
    border-radius: 4px;
    background: #484848;
}

.JobList li:nth-of-type(2n + 1) {
    margin-left: 0;
}

.JobList li:nth-of-type(2n) {
    margin-right: 0;
}

.JobList li .imgh {
    padding-top: 88.23529%;
}

.JobList li .info {
    padding: 5px 8px;
    color: #fff;
}

.JobList li .info .name span {
    font-weight: bold;
}

body .ajaxViewJobWrap {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: 0 2px 16px rgba(34, 34, 34, 0.2);
    background: #fff;
    border-radius: 10px 10px 0 0 !important;
}

.ajaxViewJob {
    color: #181818;
}

.ajaxViewJob .closeBtn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
}

.ajaxViewJob .closeBtn i:before {
    background-position: -150px -150px;
}

.ajaxViewJob .tTit {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.ajaxViewJob .list {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 10px;
    padding: 0 2.6667% 10px;
    line-height: 1.5;
}

.ajaxViewJob .list .item {
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #e9e9e9;
}

.ajaxViewJob .list .item:last-child {
    border-bottom: none;
}

.ajaxViewJob .list .ht {
    padding: 0;
}

.ajaxViewJob .list .ht h2 {
    font-size: 1.8rem;
}

.ajaxViewJob .list .ct {
    padding-left: 15px;
}

.ajaxViewJob .list .ct em {
    color: #333;
}

/*分页 */
.PageList {
    margin: 6.94445% 2.77778% 10%;
    text-align: center;
}

.PageList a,
.PageList select {
    display: inline-block;
    height: 35px;
    margin: 0 5px;
    vertical-align: middle;
    line-height: 33px;
}

.PageList a {
    padding: 0 10px;
    border: 1px solid #cfcfcf;
}

.PageList select {
    width: auto;
    height: 35px;
    padding: 0 10px;
    border-color: #c4261d;
    background: #c4261d;
    color: #fff;
}

.PageList select option {
    background: #fff;
    color: #333;
}

.PageLoad {
    margin: 4% 0 6%;
}

.PageLoad a {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #b1b1b1;
}

.PageLoad .down:before {
    background-position: -180px -150px;
}

.PageLoad .loading:before {
    background-position: -210px -150px;
    -webkit-animation: PageLoading 0.75s steps(12, end) infinite;
    animation: PageLoading 0.75s steps(12, end) infinite;
}

@-webkit-keyframes PageLoading {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes PageLoading {
    100% {
        transform: rotate(360deg);
    }
}

/*通用报名*/
.postForm {
    padding: 30px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    background: #fff;
}

.postForm .ht {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d5d5d5;
    line-height: 30px;
}

.postForm .ht em {
    font-size: 20px;
    color: #222;
}

.postForm .ht span {
    color: #999;
}

.postForm .table .right .input-text {
    width: 252px !important;
}

.postForm .table .right select {
    width: 237px !important;
}

.postForm .table .right .clue_on {
    display: inline;
}

.postForm .table .right .button {
    display: block;
    width: 274px;
}

/*案例报价*/
.CaseBaojiaHt {
    padding: 3%;
    margin: 0 4% 6.6666%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
    color: #4b4a4a;
}

.CaseBaojiaHt i:before {
    margin-top: 8px;
    background-position: -150px -210px;
}

.CaseBaojiaHt h3 {
    font-weight: bold;
    color: #373737;
}

.CaseBaojia {
    padding: 6% 2% 7%;
    margin: 5% 4% 4%;
    border-radius: 4px;
    background: url(../image/caseBaojiaBg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(11, 3, 5, 0.1);
}

.CaseBaojia .ht {
    margin-bottom: 8%;
    line-height: 1.3;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: #cda76d;
}

.CaseBaojia .table {
    float: left;
    width: 49%;
    margin: 0 1% 10px 1%;
}

.CaseBaojia .table:nth-of-type(2n + 1) {
    margin-left: 0;
}

.CaseBaojia .table:nth-of-type(2n) {
    margin-right: 0;
}

.CaseBaojia .table .right .input-text {
    height: 40px;
    border-color: transparent;
    border-radius: 4px;
    background-color: #cbcbcb;
    line-height: 38px;
    color: #555;
}

.CaseBaojia .table .right select.input-text,
.CaseBaojia .unitVal .unit-input {
    background-image: url(../image/select_arrow.png);
}

.CaseBaojia .table .right .input-text::-webkit-input-placeholder {
    color: #555;
}

.CaseBaojia .table .right .add_on {
    color: #555;
}

.CaseBaojia .table .button {
    height: 44px;
    border-radius: 4px;
    background: #cda76d;
    line-height: 44px;
    letter-spacing: 1px;
}

.CaseBaojia .cls_unit,
.CaseBaojia .cls_phone,
.CaseBaojia .cls_button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.CaseBaojia2 {
    margin: 5% 0;
    padding: 6% 0;
    background: #f9f9f9;
}

.CaseBaojia2 .ht {
    margin-bottom: 5%;
}

.CaseBaojia2 .ct {
    padding: 0 2.667%;
}

.CaseBaojia2 .table {
    float: left;
    width: 49%;
    margin: 0 1% 15px 1%;
}

.CaseBaojia2 .table:nth-of-type(2n + 1) {
    margin-left: 0;
}

.CaseBaojia2 .table:nth-of-type(2n) {
    margin-right: 0;
}

.CaseBaojia2 .table .right .input-text {
    height: 40px;
    border-color: transparent;
    border-radius: 4px;
    background-color: #d9d9d9;
    line-height: 38px;
    color: #555;
}

.CaseBaojia2 .cls_button {
    width: 100%;
    margin-left: 0;
}

.CaseBaojia2 .table .button {
    height: 44px;
    border-radius: 4px;
    background: #b5996b;
    line-height: 44px;
    letter-spacing: 1px;
    color: #181818;
}

.CaseOrder {
    margin: 7.6% 4% 10.66666666666667%;
    padding-top: 7.6%;
    border-top: 1px solid #e8e8e8;
}

.CaseOrder .form {
    margin: 6.521739130434783% 4.347826% 0;
}

.CaseOrder .table {
    margin-bottom: 6.2893%;
}

.CaseOrder .table .left {
    display: none;
}

.CaseOrder .table .right .input-text {
    height: 45px;
    padding: 0 20px;
    border: solid 1px #da9819;
    border-radius: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #646464;
}

.CaseOrder .table .button {
    height: 45px;
    background-color: #e55e5e;
    border-radius: 45px;
    line-height: 45px;
    font-size: 16px;
}

/*分页器*/
.hdPage {
    z-index: 99;
    position: absolute;
    right: 0px !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
}

.hdPage span {
    display: block;
    width: 4px;
    height: 4px;
    padding: 1px;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: all 0.3s linear 0s;
}

.hdPage span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    transition: all 0.3s linear 0s;
}

.hdPage span.on {
    border-color: #fdc82c;
}

.hdPage span.on:before {
    background: none;
}

/*向下翻页*/
.downPage,
.downPage2 {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.downPage i {
    display: block;
    -webkit-animation: downPage_i 1.5s infinite ease-in-out;
    animation: downPage_i 1.5s infinite ease-in-out;
}

.downPage i:before {
    width: 60px;
    background-position: -270px -360px;
}

.downPage2 i {
    display: block;
    -webkit-animation: downPage2_i 3.5s infinite ease-in-out;
    animation: downPage2_i 3.5s infinite ease-in-out;
}

.downPage2 i:before {
    width: 45px;
    height: 45px;
    background-position: -270px -240px;
}

.downPage3 i:before {
    width: 45px;
    height: 45px;
    background-position: -270px -285px;
}

@-webkit-keyframes downPage_i {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
}

@keyframes downPage_i {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

@-webkit-keyframes downPage2_i {
    0% {
        opacity: 1;
        -webkit-transform: translate(120px, 0);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translate(60px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
    }
}

/*关于我们*/
.about-box img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.about-box {
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.about-box .ztbd {
    width: 100%;
    margin: auto;
    position: relative;
}

.about-box .ztbd > img {
    width: 100%;
    height: auto;
    display: block;
}

/*联系我们*/
.ztContact {
    margin: 4.1667%;
}

.ztContact .baiduMap {
    width: 100%;
    height: 220px;
}

.ztContact .txtArea {
    padding: 30px 0 10px;
}

.ztContact .txtArea .sendaddr {
    margin-top: 4px;
    padding: 0 5px 2px;
    border-radius: 4px;
    background: #CF1F1F;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

.ztContact .txtArea .sendaddr i:before {
    width: 12px;
    height: 15px;
    background-position: -330px -360px;
}

.ztContact .txtArea h1 {
    line-height: 32px;
}

.ztContact .txtArea h2 {
    line-height: 32px;
    font-size: 1.8rem;
}

.ztContact .txtArea .line {
    position: relative;
    height: 2px;
    margin-bottom: 15px;
    background: #999;
}

.ztContact .txtArea .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #C4261D;
}

.ztContact .txtArea p {
    margin: 10px 0;
}

.ztContact .txtArea .ewm {
    text-align: center;
}

.ztContact .txtArea .ewm img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}