@charset "utf-8";
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /*height: 100%;*/
    width: 100%;
    min-width: 1200px;
    color: #333;
}

body,
input,
button,
select {
    font-family: '微软雅黑';
    font-size: 14px;
    background: #fff;
}

a {
    text-decoration: none;
    outline: 0 none;
}

img {
    border: 0 none;
}

ol,
ul,
li,
table,
tbody {
    margin: 0;
    padding: 0;
    list-style: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

select::-ms-expand {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
    -webkit-appearance: none;
    appearance: none;
    font-family: '微软雅黑';
    border-radius: 0;
    outline: none;
}

select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

form {
    position: relative;
}

.ff0 {
    font-family: 'arial';
}

.ff1 {
    font-family: '微软雅黑';
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs48 {
    font-size: 48px;
}

.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #020207;
}

.colorOrange {
    color: #ffa31f;
}

.colorDarkGray {
    color: #333;
}

.colorGray {
    color: #666;
}

.colorLightGray {
    color: #999;
}

.colorRed {
    color: #e6081f;
}

.colorGreen {
    color: #90be20;
}

.colorBlue {
    color: #4395ff;
}

.color222 {
    color: #222;
}

.textl {
    text-align: left;
}

.textr {
    text-align: right;
}

.textc {
    text-align: center;
}

.textj {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.fontw {
    font-weight: bold;
}

.fontn {
    font-style: normal;
    font-weight: normal;
}

.fontd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fontd2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fontd3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-white {
    background-color: #fff !important;
    min-height: 800px;
}

.back-gray {
    background-color: #f7f7f7 !important;
}

.backTm {
    background-color: transparent !important;
}

.backe7e {
    background-color: #f7f7f7 !important;
}

.bordern {
    border: none;
}

.borderLn {
    border-left: none;
}

.borderRn {
    border-right: none;
}

.borderTn {
    border-top: none;
}

.borderBn {
    border-bottom: none;
}

.borderGray {
    border: 1px solid #dbdbdb;
}

.borderOrange {
    border: 1px solid #f08300;
}

.borderWhite {
    border: 1px solid #fff;
}

.borderGreen {
    border: 1px solid #90be20;
}

.borderCcc {
    border: 1px solid #ccc;
}

.borderr4 {
    border-radius: 4px;
}

.borderr6 {
    border-radius: 6px;
}

.borderr8 {
    border-radius: 8px;
}

.borderr50_ {
    border-radius: 50%;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.ovh {
    overflow: hidden;
}

.ova {
    overflow: auto;
}

.ovv {
    overflow: visible;
}

.block {
    display: block;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.fm {
    margin: 0 auto;
}

.width100_ {
    width: 100%;
}

.width50_ {
    width: 50%;
}

.width1200 {
    width: 1200px;
}

.width1200m {
    min-width: 1200px;
}

.width868 {
    width: 868px;
}

.width594 {
    width: 594px;
}

.width392 {
    width: 392px;
}

.width320 {
    width: 320px;
}

.width291 {
    width: 291px;
}

.width251 {
    width: 251px;
}

.height100_ {
    height: 100%;
}

.mr12 {
    margin-right: 12px;
}

.ml12 {
    margin-left: 12px;
}

.mt12 {
    margin-top: 12px;
}

.mb12 {
    margin-bottom: 12px;
}

.mr6 {
    margin-right: 6px;
}

.ml6 {
    margin-left: 6px;
}

.mt6 {
    margin-top: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.cup {
    cursor: pointer;
}

.o0 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.o1 {
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.o2 {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.o3 {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.o4 {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.o5 {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.o6 {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.o7 {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.o8 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.o9 {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.o10 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.head {
    position: relative;
    height: 105px;
}

.head .headTop {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    top: 0;
    z-index: 12;
}

.head .headTop .headCity {
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 26px;
}

.head .headTop .headCity font {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    color: #eb592c;
}

.head .headTop .headCity img {
    vertical-align: -3px;
}

.head .headTop .headRight {
    float: right;
    font-size: 12px;
    color: #aaa;
    margin-right: 29px;
}

.head .headTop .headRight span {
    margin-right: 10px;
}

.head .headTop .headRight .phone {
    display: inline;
    color: #d81e06;
}

.head .headTop .headRight .phone img {
    vertical-align: -3px;
}

.head .headTop .headRight a {
    color: #424242;
}

.head .headTop .headRight a:hover {
    color: #d81e06;
}

.head .headTop .headRight a + img {
    margin: 0 2px;
    vertical-align: 0.5px;
}

.head .headNav {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    height: 65px;
    top: 40px;
    z-index: 11;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}

.head .headNav .width1200 {
    height: 65px;
}

.head .headNav .logo {
    float: left;
    margin-top: 18px;
}

.head .headNav .nav {
    float: right;
}

.head .headNav .nav ul {
    display: block;
    float: left;
}

.head .headNav .nav ul li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 65px;
    margin-right: 60px;
}

.head .headNav .nav ul li a {
    display: block;
    color: #333;
}

.head .headNav .nav ul li a:hover, .head .headNav .nav ul li.active a {
    color: #d81e06;
}

.head .headNav .nav ul li a img.navIcon {
    vertical-align: 3px;
    margin-left: 6px;
}

.head .headNav .nav ul li .navApp {
    position: absolute;
    display: none;
    text-align: center;
    left: -40px;
    z-index: 10;
    width: 147px;
    height: 160px;
    line-height: 16px;
    background-color: #f7f7f7d9;
}

.head .headNav .nav ul li .navApp .appMa {
    margin-top: 20px;
}

.head .headNav .nav ul li .navApp span {
    display: inline-block;
    margin-top: 5px;
}

.head .headNav .navHover {
    width: 100%;
    background-color: #fff !important;
    display: none;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.head .headNav .navHover ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head .headNav .navHover ul.navZxgl {
    padding-left: 335px;
}

.head .headNav .navHover ul.navZxgl li {
    padding-top: 20px;
}

.head .headNav .navHover ul.navZxgl li img.navHoverImg {
    top: 26px;
}

.head .headNav .navHover ul.navZxgl li p {
    position: relative;
}

.head .headNav .navHover ul.navZxgl li .new {
    position: absolute;
    top: -18px;
    left: -10px;
    margin: 0;
}

.head .headNav .navHover ul.navFwbz {
    padding-left: 320px;
}

.head .headNav .navHover ul.navGd {
    padding-left: 460px;
}

.head .headNav .navHover ul.navGd li:nth-child(4) .navHoverImg {
    display: none;
}

.head .headNav .navHover ul.navGd li:nth-child(5) {
    display: none;
}

.head .headNav .navHover ul li {
    position: relative;
    float: left;
    padding: 24px 26px 0;
    height: 104px;
    margin-right: 3px;
    border-bottom: 3px solid transparent;
}

.head .headNav .navHover ul li:hover {
    border-color: #d81e06;
}

.head .headNav .navHover ul li a {
    display: block;
    margin: 0 auto;
}

.head .headNav .navHover ul li a img {
    float: left;
    display: block;
    margin-right: 9px;
}

.head .headNav .navHover ul li a p {
    float: left;
    color: #333;
    line-height: 26px;
}

.head .headNav .navHover ul li a p span {
    display: block;
    color: #888;
}

.head .headNav .navHover ul li a img {
    margin-top: 11px;
}

.head .headNav .navHover ul li a img.hot {
    position: absolute;
    top: 22px;
    right: 35px;
}

.head .headNav .navHover ul li img.fenGe {
    position: absolute;
    right: -3px;
    top: 23px;
}

/* 首页-轮播 */
:root .banner a img {
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0
}

.banner {
    position: relative;
    margin: 0 auto;
    min-width: 1220px;
    max-width: 1920px;
    height: 630px;
    overflow: hidden
}

.banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.banner li {
    margin: 0;
    padding: 0;
    height: 100%;
}

.banner a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50% \9;
    margin-top: -16% \9;
}

.swiper-pagination {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: 44px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    bottom: -190px;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 3px 10px 0;
    display: inline-block;
    width: 40px;
    height: 4px;
    opacity: 0.6;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    margin-top: 0;
    background-color: #fff;
    border-bottom: 0;
}

.swiper-button-prev {
    left: 10%;
    width: 60px;
    height: 90px;
    margin-top: -45px;
    background: url(../images/prev.png);
}

.swiper-button-prev:hover {
    background: url(../images/prev-hover.png);
}

.swiper-button-next {
    right: 10%;
    width: 60px;
    height: 90px;
    margin-top: -45px;
    background: url(../images/next.png);
}

.swiper-button-next:hover {
    background: url(../images/next-hover.png);
}

.index-entries {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding: 20px 0;
    overflow: hidden;
}

.content-wrapper {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #f5f5f5;
}

.index-entries li {
    float: left;
    height: 120px;
    padding: 30px 10px 30px 30px;
    background-color: #fff;
    width: 285px;
    margin-right: 20px;
    box-shadow: 0 0 0 #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.index-entries li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px
}

.index-entries li:nth-child(4) {
    margin-right: 0px
}

.index-entries li img {
    width: 60px;
    float: left;
    margin-right: 20px;
}

.index-entries li .service-info {
    float: left;
}

.index-entries li .service-info h5 {
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 2px;
}

.index-entries li .service-info span {
    color: #808080;
    font-size: 14px;
}

.index-zzx {
    padding: 80px 0 40px
}

.index-common .index-common-header {
    text-align: center
}

.index-common-header .index-common-title {
    font-size: 34px;
    font-weight: 500
}

.index-common-header .index-common-title-after, .index-common-header .index-common-title-before {
    display: inline-block;
    width: 57px;
    height: 1px;
    margin: 0 26px;
    background-color: #d8d8d8;
    vertical-align: middle
}

.index-common-header .index-common-description {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #999 !important
}

.index-common-zzx, .index-common-case, .index-common-style, .index-common-process, .index-common-zxgl {
    width: 1200px;
    margin: 0 auto;
}

.index-common-zzx .zzx-company-list {
    width: 1200px;
    padding: 80px 0;
    clear: both;
    overflow: hidden;
    display: block;
}

.index-common-zzx .zzx-company-list .zzx-company-item {
    background: #fff;
    float: left;
    position: relative;
    margin-right: 50px;
    width: 365px;
    height: 460px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index-common-zzx .zzx-company-list .company-item-last {
    margin-right: 0px
}

.zzx-company-img {
    position: relative;
    width: 100%;
    height: 200px;
}

.company-bag-url {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.zzx-company-bag {
    width: 100%;
    height: 200px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s
}

.zzx-company-logo-box {
    position: absolute;
    left: 50%;
    bottom: -45px;
    width: 110px;
    height: 110px;
    margin-left: -45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1)
}

.zzx-company-logo {
    position: absolute;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -33px;
    bottom: 20px;
}

.zzx-company-detail {
    position: relative;
    width: 100%;
    height: 260px;
    padding-top: 85px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    text-align: center
}

.zzx-company-name {
    padding: 0 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zzx-company-data {
    padding: 0 7px;
    margin-top: 12px;
    clear: both;
    overflow: hidden;
}

.zzx-company-data li {
    display: inline-block;
    font-size: 12px;
    color: #999;
    clear: both;
    overflow: hidden;
}

.zzx-company-data li + li {
    margin-left: 8px
}

.zzx-company-data li em, .zzx-company-data li span {
    float: left
}

.zzx-company-data span {
    overflow: hidden;
    width: 27px;
    color: #ff5a00;
    text-align: left
}

.zzx-company-data .favorable-rate {
    width: 36px
}

.zzx-company-bespoke {
    display: inline-block;
    width: 78px;
    height: 28px;
    margin-top: 26px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    border: 1px solid #7c7c7c
}

.zzx-company-item:hover {
    border: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}

.zzx-company-item:hover .zzx-company-detail {
    border: 0;
    *border: 1px solid #e8e8e8
}

.zzx-company-item:hover .zzx-company-bespoke {
    width: 80px;
    height: 30px;
    background-color: #d81e06;
    color: #fff;
    border: 0;
    text-align: center
}

.zzx-company-item:hover .zzx-company-bag {
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1)
}

.index-zzx-decoration-company {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.index-zzx-decoration-company .company-container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.index-zzx-decoration-company h3 {
    font-size: 23px;
    line-height: 23px;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.index-zzx-decoration-company .company-logo-list {
    clear: both;
    overflow: hidden
}

.index-zzx-decoration-company .company-logo-list ul {
    width: 1200px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1)
}

.index-zzx-decoration-company .company-logo-list ul li {
    float: left;
    width: 300px;
    height: 140px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 10px;
    position: relative
}

.index-zzx-decoration-company .company-logo-list ul li .company-name {
    float: left;
    width: 160px;
    height: 100%;
    vertical-align: middle;
    display: table
}

.index-zzx-decoration-company .company-logo-list ul li .company-name span {
    vertical-align: middle;
    font-size: 18px;
    display: table-cell;
    color: #333;
}

.index-zzx-decoration-company .company-logo-list ul li img {
    float: left;
    margin: 19px 10px;
    width: 102px;
    height: 102px;
    border-radius: 102px;
    border: 1px solid #96c0d3;
}

.index-zzx-decoration-company .company-logo-list ul li:hover span {
    color: #d81e06;
}

.index-zzx-decoration-company .company-logo-list ul li:hover img {
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1)
}

.index-zzx-decoration-company .company-logo-list ul li:nth-child(1) {
    border-left: 1px solid #e6e6e6
}

.index-zzx-decoration-company .company-logo-list ul li:nth-child(5) {
    border-left: 1px solid #e6e6e6
}

.index-common-case ul {
    display: inline-block;
    overflow: hidden;
    padding: 80px 0;
}

.index-common-case ul li {
    float: left;
    width: 384px;
    height: 440px;
    background: #f7f7f7cc;
    margin: 0 24px 24px 0;
    transition: all 0.1s ease-out;
}

.index-common-case ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.index-common-case ul li .common-case-img {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.index-common-case ul li .common-case-img .case-img {
    width: 100%;
    height: 100%;
    border-width: 0;
}

.index-common-case ul li .common-case-info {
    height: 140px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding-top: 45px;
}

.index-common-case ul li .common-case-info .case-name {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.index-common-case ul li .common-case-info .case-performance {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-common-case ul li:hover {
    background: #fff;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}

.index-common-case ul li:hover .common-case-img img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
}

.index-common-case ul li:hover .common-case-img p {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-common-style .index-style-group {
    width: 100%;
    height: 700px;
    padding: 50px 0;
    clear: both;
    overflow: hidden;
}

.index-style-group .style-group-l {
    width: 32%;
    float: left
}

.index-style-group .style-group-c {
    width: 36%;
    float: left;
    margin-left: 1%
}

.index-style-group .style-group-r {
    width: 30%;
    float: right
}

.index-style-group img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.index-style-group .style-link {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.style-group-l .style-link.first {
    height: 330px;
}

.style-group-l .style-link.second {
    height: 260px;
    margin-top: 10px;
}

.style-group-c .style-link.first {
    height: 260px;
}

.style-group-c .style-link.second {
    height: 330px;
    margin-top: 10px;
}

.style-group-r .style-link.first {
    height: 330px;
}

.style-group-r .style-link.second {
    height: 260px;
    margin-top: 10px;
}

.style-group-l .style-link.first .cover-common, .style-group-c .style-link.second .cover-common, .style-group-r .style-link.first .cover-common {
    visibility: hidden;
    -webkit-transform: translateY(330px);
    -ms-transform: translateY(330px);
    -moz-transform: translateY(330px);
    transform: translateY(330px);
}

.style-group-l .style-link.second .cover-common, .style-group-c .style-link.first .cover-common, .style-group-r .style-link.second .cover-common {
    visibility: hidden;
    -webkit-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -moz-transform: translateY(260px);
    transform: translateY(260px);
}

.style-link .cover {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(222, 217, 217, 0.87);
}

.style-link .cover .cover-common {
    height: 100%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.style-link .cover p {
    height: 100%;
    width: 100%;
    font-size: 24px;
    padding: 20% 0;
    color: #222;
    display: inline-block;
}

.style-link .cover p span {
    height: 100%;
    display: block;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    border: solid #fff;
    border-width: 1px 0;
}

.style-group-l .style-link.first:hover .cover-common, .style-group-l .style-link.second:hover .cover-common, .style-group-c .style-link.first:hover .cover-common, .style-group-c .style-link.second:hover .cover-common, .style-group-r .style-link.first:hover .cover-common, .style-group-r .style-link.second:hover .cover-common {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.style-link:hover .cover {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.index-common-process {
    text-align: center;
    display: table;
    height: 280px;
    margin: 80px auto;
}

.index-common-process li {
    display: table-cell;
    padding: 0 20px;
    width: 200px;
}

.index-common-process li img {
    vertical-align: top;
    margin-bottom: 16px;
    width: 80%;
    height: 105px;
}

.index-common-process li p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.index-common-process li span {
    color: #999;
    line-height: 18px;
}

.index-common-process .process-step-common {
    margin-top: 28px;
    height: 33px;
}

.process-step-common .process-step-img {
    position: relative;
    float: left;
    margin-left: 5px
}

.process-step-common .process-step-img-first {
    margin-left: 60px
}

.process-step-common .icon-round {
    float: left;
    width: 33px;
    height: 33px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1RjQwMkE3NEI0MzExRTc5QkM3RUY0Q0JENEQ5RUVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1RjQwMkE4NEI0MzExRTc5QkM3RUY0Q0JENEQ5RUVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzVGNDAyQTU0QjQzMTFFNzlCQzdFRjRDQkQ0RDlFRUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzVGNDAyQTY0QjQzMTFFNzlCQzdFRjRDQkQ0RDlFRUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Wyi8EAAACqElEQVR42sRYTWsTURR9TYIhkEwh0xCSRQhKUSFrq0u7KFQF+xuq1I0a/4G/YXTlR/0LzcpiNy4saHWZgIq6mU0I6QSchIRIEj0n3MgYO/lgkpkLJzOEmXPO3DfvvXtnpVwuqzniCnBDjhcBHVgFfgIW8BX4CLyW49QoFAoqMsN1MWAXKMZisfVEIqFwVNFoVIXD4SH6/f4q0e12z3c6ne1ms/kYx++4xwD2gc4kgZUpmbgNPEkmkzld14fCswYMqUajoSzLMvkAQMktEyEXDqo90zStlM/nc9lsdi4DQwJcn8lkFO8HzwH5hPe/OGs4NLrGk18nideIx+NDVKvVPWRlHX/tALbzmvFMnAMOUqnUQgw4g3zkJb/ouJp4igxsptNptYwgL/mp42ZiB2O3t+gMnJUR6siw/GOC09DALFB+hOgYovvXxC6nIV8gP4I6GJYcTu84TRS5DvgZko2HIxMbXAnnXQe8BvWoW6lUNmhii0txECG6WzRxlXtBECG612jist9D4RwSxCWa0CORSCAmRHeNJrRQKBSICdFN8NceDAaBmBDdJk1YvV4vEBOie0oTn1mABBGi+4UmPqAUC8SE6L6niSPUhIGYEN0jmjiBo29+Dwn1qIsa82Q0Nw2UXr6aYBHMItq5i77Cn2ar1fLFAHWkCt93muAbUhR3fmWhOOpHnEtlybbtF6iKl2qA/NRx9iHj6/V9pOldrVZbigHygv8Ypw8mVdu/gFv1ev3tojNCPvLi9CYnxyQTShqTbTh+bpqm8vqy8n7ykI+8442PWwemxOk9jN0hYLAoZU3ooRd9JE2PmrUNdAZfnjcguguwK7/g7MpZD3A75m7IzUgWoOHTt9vtH1LWv/TalU/7PrEmvStTfCrfJz4Bh1yJgd+zfJ/4I8AACfkaufuzAtoAAAAASUVORK5CYII=) no-repeat
}

.process-step-common .step-num {
    position: absolute;
    top: 7px;
    left: 13px;
    font-size: 14px;
    color: #a3a3a3
}

.process-step-common .step-line {
    float: left;
    width: 130px;
    height: 1px;
    margin: 16px 0 0 5px;
    background-color: #e3e3e3
}

.index-common-zxgl {
    height: 530px;
    margin-top: 50px;
}

.index-common-zxgl.hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 0;
}

.index-common-zxgl h2 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    padding: 65px 0 44px;
}

.index-common-zxgl .common-zxgl .common-zxgl-item {
    float: left;
    width: 283px;
    height: 453px;
    background: #ffffff;
    padding-top: 20px;
    transition: all 0.5s ease-out;
    margin-right: 22px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.index-common-zxgl .common-zxgl .common-zxgl-item h3 {
    font-style: normal;
    font-weight: normal;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #d81e06;
    font-size: 22px;
    width: 142px;
    height: 142px;
    line-height: 142px;
    background-color: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all 0.1s ease-out 0.1s;
}

.index-common-zxgl .zxgl-news-list, .index-common-zxgl .zxgl-bk-list, .index-common-zxgl .zxgl-gj-list {
    width: 248px;
    overflow: hidden;
    margin: 0 auto;
    height: 216px;
    padding-top: 10px;
}

.index-common-zxgl .zxgl-news-list h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 4px 0 8px;
    color: #333;
}

.index-common-zxgl .zxgl-news-list a {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.index-common-zxgl .zxgl-news-list a img {
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 7px;
}

.index-common-zxgl .zxgl-news-list a h6 {
    float: left;
    display: block;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    width: 141px;
    height: 14px;
    line-height: 14px;
    margin: 20px 0 4px;
}

.index-common-zxgl .zxgl-news-list a p {
    float: left;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 141px;
    line-height: 16px;
    color: #888;
    height: 25px;
}

.zxgl-bk-list ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxgl-gj-list {
    width: 180px !important;
}

.zxgl-gj-list a {
    display: block;
    float: left;
    width: 84px;
    height: 68px;
    margin: 0 12px 40px 0;
}

.zxgl-gj-list a i {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.zxgl-gj-list a i.gj_jl {
    background: url(../images/gj_jl.png) no-repeat center center;
}

.zxgl-gj-list a i.gj_sj {
    background: url(../images/gj_sj.png) no-repeat center center;
}

.zxgl-gj-list a i.gj_zb {
    background: url(../images/gj_zb.png) no-repeat center center;
}

.zxgl-gj-list a i.gj_fq {
    background: url(../images/gj_fq.png) no-repeat center center;
}

.zxgl-gj-list a p {
    font-size: 12px;
    text-align: center;
    color: #333333;
}

.index-zxgl-more {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    margin: 20px 30px 0 0;
    background: url(../images/more.png) no-repeat center center;
    transition: all 0.1s ease-out 0.2s;
}

.zxgl-bk-list ul li:hover {
    color: #d81e06;
}

.index-common-zxgl ul .common-zxgl-item:hover {
    background: #fff;
    box-shadow: 12px 12px 15px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.index-common-zxgl ul .common-zxgl-item:hover h3 {
    color: #fff;
    background-color: #1fb0e4d1;
}

.index-common-zxgl ul .common-zxgl-item:hover .index-zxgl-more {
    background: url(../images/more_h.png) no-repeat center center;
}

.index-common-zxgl .zxgl-news-list a:hover h6 {
    color: #d81e06;
}

.zxgl-gj-list a:hover p {
    color: #d81e06;
}

.about-common {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    clear: both;
    overflow: hidden;
}

.about-common .about-list {
    padding: 80px 0;
    width: 100%;
    list-style: none;
    clear: both;
    overflow: hidden;
    display: block;
}

.about-common .about-list li {
    background: #fff;
    float: left;
    position: relative;
    margin-right: 45px;
    width: 370px;
    height: 310px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-common .about-list li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
    border-color: transparent
}

.about-common .about-list li a {
    display: block;
    width: 370px;
    height: 240px;
    overflow: hidden;
}

.about-common .about-list li a img {
    display: block;
    width: 100%;
    height: 100%;
    border-width: 0;
}

.about-common .about-list li:hover a img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.about-common .about-list .about-info {
    height: 70px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding-top: 20px;
}

.about-common .about-list .about-info .about-name {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 0px 10px;
}

.footer {
    overflow: hidden;
    height: 300px;
    background: url(../images/footer.png) no-repeat center / 100% 100%;
}

.footer .width1200 {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    height: 300px;
}

.footer .fl {
    width: 756px;
    padding-left: 15px;
}

.footer .fl ul {
    overflow: hidden;
    padding: 10px 0 25px 1px;
}

.footer .fl ul li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-right: 36px;
}

.footer .fl ul li a {
    color: #fff;
}

.footer .fl ul li a:hover {
    color: #d81e06;
}

.footer .fl img {
    display: block;
    margin-top: 65px;
}

.footer .fr {
    margin-top: 51px;
}

.footer .fr span {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 105px;
    margin-left: 17px;
}

.footer .fr span img {
    vertical-align: 0;
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
}

.footer .fr span i {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #939392;
}

/* 效果图*/
.container-gallery {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.container-gallery .select-type-list {
    overflow: hidden;
}

.container-gallery .select-type-list li {
    height: 45px;
    border-bottom: 1px solid #f0f0f0;
}

.container-gallery .select-type-list li dl {
    border-top: 1px dotted #eaeaea;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.container-gallery .select-type-list li dl dt {
    width: 77px;
    border-right: 1px solid #eaeaea;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #464141;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    margin-top: 17px;
}

.container-gallery .select-type-list li dl dd {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 110px;
    display: inline;
}

.container-gallery .select-type-list li dl dd a {
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    margin: 12px 0;
    display: inline-block;
    cursor: pointer;
}

.container-gallery .select-type-list li dl dd a.active {
    color: #d81e06;
}

.container-gallery .select-type-list li dl dd a:hover {
    color: #d81e06;
}

.container-gallery .gallery-pics-lists {
    margin-top: 20px;
    background-color: #f8f8f8;
}

.container-gallery .gallery-pics-lists ul {
    overflow: hidden;
}

.container-gallery .gallery-pics-lists ul li {
    float: left;
    background-color: #fff;
    width: 288px;
    border: 1px solid #f0f0f0;
    margin: 0 16px 16px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.container-gallery .gallery-pics-lists ul li:nth-child(4n) {
    margin-right: 0;
}

.container-gallery .gallery-pics-lists ul li a {
    width: 288px;
    height: 166px;
    display: inline-block;
    overflow: hidden;
}

.container-gallery .gallery-pics-lists ul li a img {
    width: 288px;
    height: 166px;
    object-fit: cover;
}

.container-gallery .gallery-pics-lists ul li .pic-info {
    padding: 18px 20px;
    width: 288px;
    height: 50px;
}

.container-gallery .gallery-pics-lists ul li .pic-info a {
    display: inline-block;
    width: 253px;
    text-align: center;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.container-gallery .gallery-pics-lists ul li .pic-look-total {
    position: absolute;
    right: 9px;
    bottom: 63px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    border-radius: 12px;
    width: 60px;
}

.container-company {
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    min-height: 800px;
}

.container-company .company_order {
    width: 100%;
    height: 38px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.container-company .company_order ul li {
    float: left;
    height: 38px;
    border-right: 1px solid #e6e6e6;
}

.container-company .company_order ul li a {
    padding: 0 18px;
    height: 38px;
    color: #333;
    cursor: pointer;
    float: left;
}

.container-company .company_order ul li.on a {
    color: #00af63;
}

.container-company .company_order ul li.order_zh {
    line-height: 38px;
    text-align: center;
}

.container-company .company_order ul li.order_em {
    font-size: 0;
}

.container-company .company_order ul li.order_em a em {
    height: 14px;
    line-height: 14px;
    margin: 11px 0 0 0px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
}

.container-company .company-list {
    margin-bottom: 80px;
    border: 1px solid #d8d8d8;
}

.company-list ul {
    overflow: hidden;
}

.company-list li {
    padding: 53px 30px 40px 200px;
    min-height: 215px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.company-list li a {
    display: block;
}

.company-list li .li_logo {
    color: #333;
    width: 132px;
    height: 132px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    position: absolute;
    left: 28px;
    top: 43px;
}

.company-list li .li_logo img {
    width: 100%;
    height: 100%;
}

.company-list li .li_title {
    height: 22px;
    line-height: 22px;
}

.company-list li .li_title a {
    display: block;
    font-size: 20px;
    color: #000;
    float: left;
    margin-right: 18px;
}

.company-list li .li_anli {
    font-size: 14px;
    line-height: 55px;
}

.company-list li .li_anli a {
    display: inline;
    color: #4c4c4c;
    margin-right: 18px;
}

.company-list li .li_address {
    font-size: 12px;
    line-height: 45px;
    color: #4d4d4d;
    height: 20px;
}

.company-list li .li_address span {
    display: block;
    float: left;
    margin-right: 12px;
}

.company-list li .li_address .line {
    width: 1px;
    height: 14px;
    float: left;
    background: #ccc;
    margin: 14px 13px 0 0;
}

.company-list li .li_address i {
    display: block;
    font-style: normal;
}

.company-list li .li_address p {
    float: left;
    padding-left: 19px;
    position: relative;
}

.company-list li .li_address p i {
    width: 15px;
    height: 14px;
    line-height: 24px;
    background: url(../images/address.png) no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}

.company-list li .li_btn {
    width: 145px;
    position: absolute;
    right: 150px;
    top: 64px;
}

.company-list li .li_btn a {
    font-size: 14px;
    line-height: 32px;
    height: 34px;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #ff6f20;
    color: #ff6f20;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.company-list li .li_btn a:hover {
    background: #ff4208;
    border-color: #ff4208;
    color: #fff
}

.company-list li .li_btn .a-2 {
    background: #ff6f20;
    color: #fff
}

.company-list li .li_btn .a-2:hover {
    background: #ff4208
}

.company-list li:hover {
    box-shadow: 0 0 20px rgba(98, 98, 98, .24)
}

.company-header .container {
    padding-top: 40px;
    margin-left: 224px;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.company-header .container .company-img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
}

.company-header .container .company-info {
    display: inline-block;
    min-width: 500px;
    vertical-align: top;
    padding-left: 34px;
    margin-top: -3px;
}

.company-header .container .company-info h1 {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    display: inline-block;
    margin: 25px 0px 10px;
    vertical-align: middle;
}

.company-nav {
    margin-top: 40px;
    width: 100%;
}

.company-nav .company-nav-ul {
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin: 0 223px;
}

.company-nav li {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: -4px;
    border-right: 1px dotted #e8e8e8;
}

.company-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}

.company-nav .active {
    background-color: #d81e06;
}

.company-nav .active a {
    color: #fff
}

.company-nav .active a:hover {
    color: #fff
}

.company-nav li:first-child {
    margin-left: 0;
}

.container-list {
    padding-bottom: 20px;
    margin-top: 20px;
    width: 1200px;
}

.item-title {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.item-title h2 {
    display: inline;
    padding-left: 14px;
    border-left: 4px solid #d81e06;
    font-weight: normal;
    font-size: 16px;
    color: #d81e06;
}

.item-title a {
    float: right;
    color: #666;
    line-height: 26px;
    right: 0;
    padding-right: 12px;
    font-size: 12px;
    top: 13px;
}

.container-list ul {
    margin-top: 20px;
}

.container-list ul.company-case-container li {
    width: 280px;
    margin-right: 17px;
    float: left;
}

.container-list ul.company-case-container li a, .container-list ul.company-case-container li span {
    display: block;
}

.container-list ul li a:hover {
    color: #d81e06;
}

.container-list ul.company-case-container li .li_img {
    width: 100%;
    height: 200px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.container-list ul.company-case-container li .li_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s
}

.container-list ul.company-case-container li .li_img:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.container-list ul.company-case-container li .li_h {
    font-size: 16px;
    line-height: 54px;
    color: #666;
}

.container-list ul.company-case-container li .li_con {
    margin-top: 15px
}

.container-list ul.company-case-container li .li_con .li_h {
    line-height: 28px;
}

.container-list ul.company-case-container li .li_con .li_text {
    font-size: 12px;
    line-height: 25px;
    color: #666
}

.designer {
    display: inline-block;
    text-align: center;
    width: 143px;
    margin: 30px 0 30px 0;
}

.designer img {
    width: 108px;
    height: 108px
}

.designer .circle-img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.designer span {
    display: block
}

.designer .designer-job {
    color: #ccc
}

.company-appraise-container li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 22px;
}

.company-appraise-container li .appraise-img {
    float: left;
    display: block;
    margin: 0 20px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.company-appraise-container li .appraise-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.company-appraise-container li .appraise-info {
    position: relative;
    float: left;
    height: 100%;
    border-bottom: 1px dashed #dbdbdb;
    width: 1100px;
    padding-bottom: 15px;
}

.company-appraise-container li .appraise-info h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    line-height: 18px;
}

.company-appraise-container li .appraise-date {
    position: absolute;
    right: 22px;
    top: 10px;
    line-height: 18px;
    height: 18px;
}

.company-appraise-container li .appraise-date span {
    display: block;
    float: left;
    color: #999999;
    margin-left: 22px;
}

.appraise-score {
    padding: 10px 0 10px;
    margin-bottom: 0;
    height: 36px;
}

.appraise-score dl dd, .appraise-score dl dd {
    margin-bottom: 9px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.appraise-score dl dd span, .appraise-score dl dd span {
    float: left;
    height: 14px;
    line-height: 14px;
    color: #999;
    margin-right: 10px;
    display: inline;
}

.appraise-score dl dd b {
    float: left;
    height: 14px;
    line-height: 14px;
    font-weight: normal;
    margin-left: 6px;
    color: #999;
}

.icon-star.active {
    background-position: 0 0;
}

.icon-star {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    float: left;
    margin-top: 1px;
    display: inline-block;
    background: url(../images/star-icon.png) 0 -11px no-repeat;
    background-size: 11px 61px;
    position: relative;
    top: 1px;
}

.company-appraise-container li p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-bottom: 12px;
}

.container-article {
    margin: 0 auto;
    padding-top: 35px;
}

.container-article .container-box {
    margin-top: 40px;
    min-height: 1000px;
}

.container-article .container-box .container-left-box {
    width: 260px;
}

.container-left-box .left-box-ad {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    background: #edfafa;
}

.container-left-box .hot-article {
    border: 1px solid #eeeeee;
    padding: 20px 15px;
}

.container-left-box .hot-article .hot-article-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.container-left-box .hot-article .hot-article-list-box ul li {
    border-top: 1px dotted #e8e8e8;
    padding: 25px 0;
}

.container-left-box .hot-article .hot-article-list-box ul li .img-box {
    float: left;
}

.container-left-box .hot-article .hot-article-list-box ul li .title-box {
    margin-left: 55px;
}

.container-left-box .hot-article .hot-article-list-box ul li .title-box a {
    color: #333;
}

.container-left-box .hot-article .hot-article-list-box ul li .title-box a:hover {
    color: #f25618;
}

.container-left-box .hot-article .hot-article-list-box ul li .title-box p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container-left-box .hot-article .hot-article-list-box ul li .title-box .summary {
    color: #999;
}

.container-right-box {
    width: 900px;
}

.container-right-box .right-list-box {
    margin-bottom: 20px;
    padding: 0 30px;
}

.right-list-box .right-box-title {
    font-size: 20px;
    padding: 0 0 26px 0;
}

.right-list-box .search-menu-list {
    padding-bottom: 15px;
}

.right-list-box .search-menu-list dd {
    border: 1px solid #eee;
    padding-top: 8px;
}

.right-list-box .search-menu-list dd a {
    color: #666;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 0 4px 4px;
    text-indent: 10px;
    width: 90px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.right-list-box .search-menu-list dd a.active {
    color: #d81e06;
}

.art-detail-top {
    width: 900px;
    height: 4px;
    background: #1ea7c3;
    margin-top: 50px;
}

.art-detail-main h1 {
    padding: 18px 0 24px;
    text-align: center;
    font-size: 24px;
}

.art-detail-main .art-info {
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 5px;
    padding-bottom: 10px;
}

.art-info ul {
    overflow: hidden;
    zoom: 1;
}

.art-info ul li {
    display: inline-block;
    padding: 0 24px;
    line-height: 24px;
    font-size: 14px;
    color: #8b8c8d;
}

.art-content {
    margin-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
    padding: 30px 10px 30px;
    line-height: 1.8;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    font-size: 18px !important;
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif, tahoma, arial;
}

.art-content p {
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18px !important;
}

.art-content span {
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18px !important;
}

.art-content img {
    display: block;
    float: none !important;
    margin: 0 auto 30px auto;
    max-width: 100%;
}

.art-content strong {
    font-weight: bold;
}

.sidebar {
    padding: 27px 25px 40px;
    background: #fff;
    margin-top: 20px;
}

.sidebar h2 {
    margin-bottom: 20px;
}

.sidebar.text-img dl {
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar.text-img dl > dt {
    float: left;
    width: 80px;
}

.sidebar.text-img dl > dd {
    float: right;
    width: 130px;
    position: relative;
    top: -4px;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.sidebar.text-img dl a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    text-decoration: none;
    color: #333;
    vertical-align: baseline;
}

.search-result-list {
    padding-bottom: 10px
}

.search-result-list > li {
    border-top: 1px solid #eaebef;
    padding: 30px 0
}

.search-result-list > li:first-child {
    border: 0
}

.search-result-list > li > dl {
    overflow: hidden
}

.search-result-list > li > dl dt {
    position: relative
}

.search-result-list > li > dl dd {
    margin-left: 200px
}

.search-result-list > li > dl .title {
    margin-bottom: 10px
}

.search-result-list > li > dl .title h2 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -3px;
    color: #333;
}

.search-result-list > li > dl .title h2 a {
    color: #333;
}

.search-result-list > li > dl .content {
    margin-bottom: 20px;
    min-height: 47px;
    color: #666;
    text-align: justify;
}

.search-result-list > li > dl .info {
    font-size: 12px;
}

.search-result-list > li > dl .info span {
    color: #999
}

.search-result-list > li > dl .info > a {
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    line-height: 18px;
    color: #999
}

.search-result-list > li:hover .title h2 a {
    color: #d81e06;
}

.container-page {
    margin: 0 auto;
    padding-top: 35px;
    overflow: hidden;
    min-height: 800px;
}

.main-container {
    width: 900px;
    margin-bottom: 100px;
}

.search-container {
    padding-bottom: 15px;
}

.search-opt {
    padding: 15px 0 15px 30px;
    background-color: #fafafa;
}

.search-opt .search-label {
    font-size: 16px;
    color: #666;
}

.search-opt form {
    display: inline-block;
    vertical-align: middle;
}

.search-opt .search-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 30px;
    width: 396px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #1ea7c3;
}

.search-opt .search-keyword {
    width: 306px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    border: none;
    font-size: 12px;
    color: #999;
    background: transparent;
}

.search-opt .search-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 28px;
    line-height: 28px;
}

.search-opt .search-commit {
    width: 100px;
    height: 28px;
    line-height: 18px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1ea7c3;
    padding: 5px 20px;
}

.search-opt .search-input a {
    position: absolute;
    right: 0;
}

.right-container {
    width: 280px
}

.index-common-case .diary-list {
    display: inline-block;
    overflow: hidden;
    padding: 80px 0;
}

.diary-list .diary-item {
    position: relative;
    padding: 30px 0 30px 0;
    border-bottom: 1px dotted #eee;
}

.diary-list .diary-item .bggray {
    height: 116px;
    background-color: #fafafa;
}

.description-img {
    float: left;
    width: 154px;
    height: 116px;
}

.appoint-btn {
    float: right;
    width: 120px;
    height: 30px;
    margin-top: 43px;
    margin-right: 30px;
    background-color: #33B371;
    color: #fff;
    font-size: 14px;
}

.btn-middle {
    padding: 5px 20px;
}

.description-text {
    margin-left: 154px;
    margin-right: 130px;
    padding-top: 10px;
    padding-left: 30px;
}

.description-text h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.description-text .info {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.description-text .company-info {
    margin-top: 15px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

.description-text .company-info .company-img {
    width: 68px;
    height: 34px;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.description-text .company-info img {
    width: 68px;
    height: 34px;
}

.description-text .company-info .company-name {
    width: 260px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

.diary-item a {
    color: #333;
    text-decoration: none;
}

.diary-item a:hover {
    color: #d81e06;
    text-decoration: none
}

.diary-item .diary-butler {
    position: absolute;
    top: 30px;
    left: 40px;
    display: block;
    width: 60px;
}

.diary-item .diary-butler img {
    display: block;
    border-radius: 30px;
    margin-bottom: 10px;
    background-color: #CCC;
}

.diary-item .diary-butler span {
    display: block;
    text-align: center;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.diary-item .diary-item-box {
    margin-left: 0;
    padding: 0 0 0 160px;
}

.diary-item-box .no_b {
    float: right;
    height: auto;
    text-align: center;
    margin-top: 7px;
    display: inline;
}

.diary-item-box h4 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.diary_items_title span {
    max-width: 370px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.diary-item-cost {
    float: left;
    display: inline-block;
    border: 1px solid #1ea7c3;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
    margin-right: 20px;
}

.diary-item-cost p {
    width: 59px;
    height: 19px;
    color: #fff;
    text-align: center;
    background-color: #1ea7c3;
}

.diary-item-cost span {
    padding: 0 6px;
    color: #666;
    font-weight: bold;
}

.diary-item-tag {
    float: left;
    display: inline;
    line-height: 21px;
}

.diary-item-tag .tag-word {
    margin-right: 20px;
    color: #999;
}

.diary-item-photo {
    margin: 20px 0 0 0;
    overflow: hidden;
}

.diary-item-photo li {
    float: left;
    display: inline;
    width: 152px;
    height: 152px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.diary-item-photo li img {
    display: block;
    width: 152px;
    height: 152px;
}

.case-pics-lists {
    margin-top: 30px;
}

.case-pics-ul {
    overflow: hidden;
}

.case-pics-ul li {
    float: left;
    width: 390px;
    height: 393px;
    margin-bottom: 30px;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
}

.case-pics-ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.case-pics-ul .img {
    position: relative;
    width: 389px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.case-pics-ul .img img {
    width: 100%;
    height: 250px;
}

.case-pics-ul .img .case-status {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.case-pics-ul .case-info-wrap {
    width: 100%;
    padding: 10px 12px 0;
}

.case-pics-ul .title {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

.case-pics-ul .case-info {
    padding: 5px 0 15px;
    border-bottom: 1px dashed #f1f1f1;
}

.case-pics-ul .shitingwei, .case-pics-ul .date {
    color: #a2a2a2;
    font-size: 12px;
}

.case-pics-ul .area {
    margin-right: 10px;
    color: #ff5917;
    font-size: 12px;
}

.case-pics-ul .shitingwei {
    margin-right: 15px;
}

.case-pics-ul .case-company-info {
    margin-top: 15px;
    line-height: 36px;
}

.case-pics-ul .case-company-info .company-img {
    width: 68px;
    height: 34px;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.case-pics-ul .case-company-info img {
    width: 68px;
    height: 34px;
}

.case-pics-ul .company-name {
    width: 260px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

/* 子页面导航*/
.container-list-nav {
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.container-nav-wrap {
    height: 50px;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.container-nav-wrap ul {
    overflow: hidden;
}

.container-nav-wrap ul li {
    float: left;
    height: 20px;
    margin-right: 12px;
}

.container-nav-wrap ul li a {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.container-nav-wrap ul li span {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

/* 分页*/
.pagination-container {
    text-align: center;
}

.pagination-container .pagination {
    border-radius: 0;
    display: inline-block;
    margin: 30px 0 80px;
    padding-left: 0;
    *display: inline;
    *zoom: 1;
}

.pagination-container .pagination > li {
    display: inline;
}

.pagination-container .pagination > li > a {
    background: #fff;
    border: 1px solid #d2d2d2;
    width: 36px;
    height: 36px;
    float: left;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
}

.pagination-container .pagination > li > a > span {
    position: relative;
    top: -2px;
}

.pagination-container .pagination > li > a > em {
    position: relative;
    top: -4px;
}

.pagination-container .pagination > li > a.none-border {
    background: none;
    border: 0;
    border-left: 1px solid #d2d2d2;
    cursor: default;
}

.pagination-container .pagination > li > a.none-border:hover {
    background: none;
}

.pagination-container .pagination > li > a:hover {
    background: #f6f6f6;
}

.pagination-container .pagination > li:first-child > a {
    width: 76px;
    border-radius: 0;
}

.pagination-container .pagination > li:last-child > a {
    width: 76px;
    border-radius: 0;
}

.pagination-container .pagination > .active > a {
    background: #d81e06;
    border-color: #d81e06;
    color: #fff;
}

.pagination-container .pagination > .active > a:hover {
    background: #d81e06;
    border-color: #d81e06;
}

.pagination-container .pagination > .disabled > a {
    color: #d2d2d2;
    background: #fff;
    border-color: #d2d2d2;
    cursor: not-allowed;
}

.pagination-container .pagination > .disabled > a:hover {
    background: #fff;
}

/*报名*/
.J-baoming-normal {
    margin-top: 20px;
}

.baoming-normal {
    border-top: 2px solid #2ac5c5;
    background: #fff;
    margin: 0 auto 20px;
    padding: 15px;
    color: #666;
}

.right-container .baoming-normal {
    box-shadow: 3px 1px 2px #ccc;
    border: 1px solid #ddd;
    border-top: 2px solid #2ac5c5;
}

.baoming-normal .span-title, .baoming-normal .span-tip {
    text-align: center;
    display: block;
}

.baoming-normal .span-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.baoming-normal .span-tip, .baoming-normal .span-count {
    font-size: 12px;
}

form {
    position: relative;
}

form .form-list {
    color: #666;
    display: block;
    margin-top: 25px;
    position: relative;
}

.baoming-normal form .form-list {
    margin-top: 16px;
}

form .form-list dd {
    display: inline-block;
}

.baoming-normal form .form-list dd {
    width: 100%;
}

form .form-list input[type="text"], form .form-list input[type="number"], form .form-list textarea {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.btn-full {
    padding: 10px 30px;
    width: 100%;
}

.baoming-normal .span-tip, .baoming-normal .span-count {
    font-size: 12px;
}

.baoming-normal .span-count {
    display: block;
    margin: 10px 0;
}

.btn-red {
    background: #2ac5c5;
    color: #fff;
}

.community-info {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
    overflow: hidden;
    width: 860px;
    border-bottom: 2px solid #eee;
    box-shadow: 0 2px 4px #eee;
}

.community-info .information {
    width: 100%;
    padding-bottom: 10px;
}

.community-info .information h1 {
    font-weight: bold;
    font-size: 24px;
}

.community-info .info-img {
    width: 350px;
    height: 220px;
    vertical-align: top;
    display: inline-block;
}

.community-info .info-detail {
    display: inline-block;
    width: 440px;
    line-height: 31px;
}

.community-info .info-detail .info-title {
    width: 122px;
    text-align: right;
    color: #999;
    vertical-align: top;
    display: inline-block;
}

.community-info .info-detail .info-content {
    width: 310px;
    display: inline-block;
}

.diary_guest_tab_box {
    position: relative;
    margin-top: 60px;
}

.zxgl_dairyGuest .diary_detail {
    position: relative;
    margin-top: 21px;
    border-bottom: 1px solid #eee;
}

.diary_guest_title {
    margin: 27px 0 15px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.diary_content {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #eaeaea;
    _overflow: hidden;
}

.diary_items {
    position: relative;
    margin-left: 30px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.diary_items_box {
    margin-left: 90px;
    padding: 30px 35px 30px 0;
}

.diary_items_time {
    color: #999;
    display: inline-block;
}

.bg-y {
    background-color: rgba(245, 218, 43, 0.91);
}

.bg-r {
    background-color: rgba(224, 21, 108, 0.91);
}

.bg-gr {
    background-color: rgba(118, 199, 40, 0.97);
}

.diary_items_status {
    float: right;
    text-align: center;
    height: 25px;
    width: 90px;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
}

.diary_items_time {
    position: relative;
}

.diary_items_box h3.diary_items_time {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    height: 28px;
    line-height: 28px;
}

.diary_items_text {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 9px;
    word-break: break-all;
}

.zxgl_dairyGuest .diary_items_text {
    margin-bottom: 15px;
}

.diary_items_photo {
    margin: 20px 0 0 -10px;
    overflow: hidden;
}

.diary_items_photo li {
    float: left;
    display: inline;
    width: 152px;
    height: 152px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.diary_items_photo li img {
    display: block;
    width: 152px;
    height: 152px;
}

.diary-note-text {
    width: 860px;
    overflow: hidden;
}

.diary-note-text .diary-note-name {
    margin: 20px auto;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 15px;
    border: 1px solid #979797;
    width: 210px;
    height: 40px;
    line-height: 38px;
}

.diary-note-text .note-item-title {
    padding: 10px 0;
}

.diary-note-title .note-status {
    float: right;
    text-align: center;
    height: 25px;
    width: 90px;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
}

.diary-note-title .note-date {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    height: 28px;
    line-height: 28px;
}

.diary-note-text .note-item-title h2 {
    display: inline;
    padding-left: 14px;
    border-left: 4px solid #90be20;
    font-weight: normal;
    font-size: 16px;
}

.note-item-hd {
    height: 20px;
    line-height: 20px;
}

.note-item-hd time {
    font-size: 13px;
    color: #888;
    float: right;
}

.note-item-hd .note-explain {
    font-size: 13px;
    color: #666;
    font-weight: 700;
}

.note-advise {
    font-size: 14px;
    margin-top: 15px;
}

.note-advise span {
    display: block;
    font-size: 100%;
    color: #666;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}

.note-advise p {
    text-indent: 2em;
    color: #373737;
}

/*效果图*/

/*21宅活动报名*/
.banner {
    min-width: 1200px;
    position: relative;
    height: 481px;
}

.banner img {
    width: 100%;
    min-height: 481px;
    display: block;
}

.activity-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.activity-container img {
    width: 100%;
    height: auto;
    display: block;
}

.invite-form {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -188px;
    margin-left: 323px;
    width: 340px;
    border: 1px solid #f0f0f0;
    background-color: #fff
}

.invite-form .form-header {
    line-height: 56px;
    padding-top: 10px;
    color: #2ac5c5;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invite-form .title-info {
    text-align: center;
    color: #666;
    padding-bottom: 15px;
}

.invite-form .form-content {
    padding: 0 19px;
}

.invite-form .form-content .form-item {
    position: relative;
    margin-bottom: 16px;
    height: 40px;
}

.invite-form .form-content .text-input-box {
    height: 40px;
    padding: 4px 19px;
    border: 1px solid #f0f0f0;
    line-height: 30px;
}

.invite-form .form-content .text-input-box.full-width {
    display: block;
    width: 100%;
}

.invite-form .form-content .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: #2ac5c5;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}

.invite-form .form-content .btn.full-width {
    display: block;
    width: 100%;
}

.meitu-bread {
    background: #fff;
    height: 40px;
    font-family: "Microsoft YaHei";
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px;
}

.meitu-bread dl {
    line-height: 40px;
}

.meitu-bread dl dd {
    margin: 0 5px;
    color: #888;
}

.meitu-bread dl dt.bread-nav {
    position: relative;
    padding-right: 10px;
}

.meitu-bread dl dd, .meitu-bread dl dt {
    float: left;
}

.meitu-bread dl dt a {
    color: #806f66;
    font-size: 14px;
}

.left-sider {
    width: 300px;
    float: right;
    padding-right: 10px;
    overflow-y: auto;
}

.right-sider {
    position: static;
    margin-top: 10px;
    margin-right: 320px;
    min-width: 870px;
    height: 753px;
}

.right-sider .main {
    position: relative;
    height: 100%;
    min-width: 100%;
    float: left;
}

.piccontext {
    position: absolute;
    width: 100%;
    min-width: 880px;
    background: white;
    overflow: hidden;
    bottom: 0;
    top: 0;
}

.picshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 100px;
    min-width: 800px;
}

.piclistshow {
    width: 930px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    display: none;
}

.picshowtop {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 20px;
}

.picshowtop a {
    max-height: 100%;
    top: 0;
    bottom: 0;
    color: #333;
}

.picshowtop > a.bigshow {
    display: none;
    vertical-align: middle;
}

.picshowtop img {
    max-height: 100%;
    max-width: 100%;
}

.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.picshowtop a {
    max-height: 100%;
    top: 0;
    bottom: 0;
}

#preArrow {
    left: 10%;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
}

#nextArrow {
    right: 10%;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
}

.picshowlist {
    position: absolute;
    bottom: -29px;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}

.picshowlist_left {
    float: left;
    width: 120px;
    overflow: hidden;
}

.piccontext img:hover {
    background: white;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.picshowlist_mid {
    background: #f1f1f1;
    position: absolute;
    left: 135px;
    right: 135px;
    display: block;
    overflow: hidden;
    height: 80px;
}

.picshowlist_right {
    width: 120px;
    float: right;
    overflow: hidden;
}

.picleftimg {
    width: 120px;
    height: 80px;
    background: url(../images/photo.jpg) no-repeat;
    padding-top: 9px;
    padding-left: 5px;
    overflow: hidden;
}

.picleftimg img {
    width: 106px;
    height: 66px;
}

.picmidleft {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidleft a {
    display: block;
    width: 24px;
    height: 76px;
    margin-top: 3px;
}

.picmidmid {
    position: absolute;
    overflow: hidden;
    height: 80px;
    left: 30px;
    right: 30px;
}

.picmidmid ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 80px;
}

.picmidmid ul li {
    float: left;
    margin-left: 8px;
    display: inline;
    width: 116px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 80px;
}

.picmidmid ul li a {
    position: relative;
    height: 80px;
    max-width: 106px;
    width: auto;
}

.picmidmid ul li img {
    max-width: 106px;
    height: 80px;
}

.selectpic {
    border: 5px solid #ea3d3d;
}

.mid-txt {
    position: absolute;
    display: none;
    width: 40px;
    height: 20px;
    left: 5px;
    line-height: 20px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 12px;
}

.selectli .mid-txt {
    display: block;
}

.picmidright {
    float: right;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidright a {
    display: block;
    width: 24px;
    height: 76px;
    margin-top: 3px;
}

.cue {
    display: none;
    font-size: 12px;
    line-height: 20px;
    color: #ff1c1c;
    padding-left: 18px;
    background: url(../images/icon-errors.png) no-repeat 0 2px;
    height: 20px;
    position: static;
    vertical-align: top;
}

.video-play {
    background-color: #132026;
}

section div.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: hidden;
}

.video-play .video-info-source {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.video-play .video-info-source video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.video-play .video-info-source .btn-bg {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 32px;
    left: 0;
}

.video-play .video-info-source .video-btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url(../images/video-play.png) center no-repeat;
    cursor: pointer;
}

.video-related-info {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.video-related-info h3 {
    float: left;
    font-size: 24px;
    font-weight: 500;
    margin-right: 40px;
}

.files-container {
    margin-top: 30px;
    min-height: 500px;
}

.files-box {
    width: 50%;
    color: #999;
    font-size: 12px;
    float: left;
    padding: 20px 50px 30px 0;
}

.com-file-box {

}

.file-item-title {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.file-item-title h2 {
    display: inline;
    padding-left: 14px;
    border-left: 4px solid #333;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.file-item {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #eee;
}

.file-item em {
    margin-bottom: 7px;
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.file-item span {
    color: #fff;
    background-color: #ccc;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 17px;
}

.file-item span.red {
    background-color: #42b2e4;
}

.file-item a {
    float: right;
    color: #666;
    line-height: 40px;
    height: 40px;
    padding-right: 20px;
    right: 0;
    font-size: 12px;
    top: 13px;
}

/*招商页面*/
.zs-page {
    padding-top: 0;
}

.zs-item1 {
    background: url(../images/item1_bg1.jpg) 50% top;
    height: 680px;
}

.zs-item1 .zs-item-intro {
    padding-top: 374px;
}

.zs-item1 .zs-item-intro p {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.Jia_ptr_apply {
    width: 300px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    margin: 90px auto 0;
    background: #f50836;
    color: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.zs-item2 {
    height: 682px;
    background: url(../images/ptr_bg2.jpg) 50% top;
}

.zs-item-reason h3 {
    font-size: 60px;
    color: #2d2d2d;
    font-weight: 400;
    text-align: center;
    line-height: 200px;
}

.zs-item-reason ul {
    width: 1200px;
    height: 400px;
    background: url(../images/prlBg.jpg) 0 0;
    margin: 0 auto;
}

.zs-item-reason ul li {
    float: left;
    width: 240px;
    height: 400px;
}

.zs-item-reason ul a {
    display: block;
    height: 400px;
}

.reason-solo {
    position: relative;
    overflow: hidden;
}

.reason-solo:hover .reason-solo-text {
    margin-top: 78px;
}

.reason-solo:hover .reason-solo-text .reason-solo-intro {
    opacity: 1;
    filter: alpha(opacity=100);
}

.reason-solo:hover .reason-solo-mask {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.reason-solo-mask {
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.reason-solo-text {
    margin-top: 158px;
    width: 240px;
    height: 400px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.reason-solo-text .reason-solo-wrap h6 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.reason-solo-text .reason-solo-wrap p {
    line-height: 40px;
    font-size: 26px;
    color: #fff;
}

.reason-solo-text .reason-solo-wrap p.reason-solo-intro {
    border-top: 1px solid #fff;
    padding-top: 14px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 28px;
    width: 192px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.zs-item3 {
    height: 968px;
    background: url(../images/ptr_bg3.jpg) 50% top;
}

.zs-item3 .zs-item-prl h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 200px;
    text-align: center;
    color: #fff;
}

.prl-previl {
    background: url(//fastued3.jia.com/image/zhuangxiu/previlBg.png) 0 0;
    width: 712px;
    height: 549px;
    margin: 76px auto 0;
    position: relative;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.prl-previl.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.prl-previl > p {
    font-size: 42px;
    line-height: 60px;
    color: #f22446;
    padding-top: 181px;
    text-align: center;
    width: 252px;
    margin: 0 auto;
}

.prl-previl > div {
    color: #f22446;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    width: 320px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.prl-previl > div.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.prl-previl > div.prl-previl-l {
    text-align: right;
}

.prl-previl > div.prl-previl-r {
    text-align: left;
}

.prl-previl > div.prl-previl-l1 {
    right: 584px;
    top: 23px;
}

.prl-previl > div.prl-previl-l2 {
    right: 642px;
    top: 233px;
}

.prl-previl > div.prl-previl-l3 {
    right: 584px;
    top: 457px;
}

.prl-previl > div.prl-previl-r1 {
    left: 580px;
    top: 23px;
}

.prl-previl > div.prl-previl-r2 {
    left: 636px;
    top: 233px;
}

.prl-previl > div.prl-previl-r3 {
    left: 568px;
    top: 457px;
}

.zs-item4 {
    height: 848px;
    background: url(../images/ptr_bg4.jpg) 50% top;
}

.zs-item4 .ptr-find {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.zs-item4 .ptr-find > h3 {
    font-size: 60px;
    padding-top: 55px;
    line-height: 86px;
}

.zs-item4 .ptr-find > p {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 32px;
}

.zs-item4 .ptr-map {
    width: 824px;
    height: 613px;
    background: url(../images/map.png) 0 0 no-repeat;
    margin: 0 auto;
    position: relative;
}

.zs-item4 .ptr-map .ptr-map-dot {
    width: 10px;
    height: 10px;
    background: url(../images/ptr_icon.png) 0 0 no-repeat;
    position: absolute;
}

.zs-item4 .ptr-map .ptr-map-dot:before, .zs-item4 .ptr-map .ptr-map-dot:after {
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ec2e51;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.zs-item4 .ptr-map .ptr-map-dot:before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.zs-item4 .ptr-map .ptr-map-dot:after {
    width: 38px;
    height: 38px;
    margin-left: -20px;
    margin-top: -20px;
}

@-webkit-keyframes dotSpread {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dotSpread {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ptr-map-dot1 {
    left: 553px;
    top: 348px;
}

.ptr-map-dot1:before {
    -webkit-animation: dotSpread 1500ms ease-out 900ms infinite;
    animation: dotSpread 1500ms ease-out 900ms infinite;
}

.ptr-map-dot1:after {
    -webkit-animation: dotSpread 1500ms ease-out 900ms infinite;
    animation: dotSpread 1500ms ease-out 900ms infinite;
}

.ptr-map-dot2 {
    left: 195px;
    top: 353px;
}

.ptr-map-dot2:before {
    -webkit-animation: dotSpread 1500ms ease-out 1200ms infinite;
    animation: dotSpread 1500ms ease-out 1200ms infinite;
}

.ptr-map-dot2:after {
    -webkit-animation: dotSpread 1500ms ease-out 1200ms infinite;
    animation: dotSpread 1500ms ease-out 1200ms infinite;
}
.ptr-map-dot3 {
    left: 195px;
    top: 353px;
}

.ptr-map-dot3:before {
    -webkit-animation: dotSpread 1500ms ease-out 1200ms infinite;
    animation: dotSpread 1500ms ease-out 1200ms infinite;
}

.ptr-map-dot3:after {
    -webkit-animation: dotSpread 1500ms ease-out 1200ms infinite;
    animation: dotSpread 1500ms ease-out 1200ms infinite;
}
.zs-item5 {
    height: 650px;
    background: url(../images/ptr_bg6.jpg) 50% top;
}

.zs-item5 > h3 {
    font-size: 60px;
    line-height: 200px;
    color: #2d2d2d;
    text-align: center;
}

.zs-item5 .ptr-req {
    width: 1200px;
    margin: 0 auto;
}

.zs-item5 .ptr-req ul {
    height: 320px;
    padding-left: 37px;
}

.zs-item5 .ptr-req ul li {
    float: left;
    height: 320px;
    background-image: url(../images/ptr_icon.png);
    margin-right: 60px;
    width: 320px;
    text-align: center;
    box-sizing: unset;
}

.zs-item5 .ptr-req ul li.ptr-req1 {
    background-position: 0 -68px;
    padding-left: 3px;
}

.zs-item5 .ptr-req ul li.ptr-req2 {
    background-position: -323px -68px;
    padding-left: 19px;
}

.zs-item5 .ptr-req ul li.ptr-req3 {
    background-position: -662px -68px;
    margin-right: 0;
    padding-left: 21px;
}

.zs-item5 .ptr-req ul li p {
    font-size: 20px;
    line-height: 36px;
    width: 265px;
    margin: 0 auto;
    color: #2d2d2d;
}

.zs-item5 .ptr-req ul li h4 {
    font-size: 42px;
    color: #2d2d2d;
    padding-top: 54px;
    line-height: 90px;
}

.zs-item6 {
    height: 600px;
    background: url(../images/ptr_bg7.jpg) 50% top;
}

.zs-item6 > h3 {
    font-size: 60px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 200px;
    text-align: center;
    padding-bottom: 39px;
}

.zs-item6 ul {
    width: 1200px;
    margin: 0 auto;
}

.zs-item6 ul li {
    float: left;
    width: 170px;
}

.zs-item6 a {
    display: block;
    text-decoration: none;
    color: #666;
}

.zs-item6 a:hover .ptr-pro-item i {
    background-position: -209px -388px;
}

.zs-item6 a:hover p {
    color: #f50836;
}

.ptr-pro-icon {
    width: 81px;
    height: 72px;
    background-image: url(../images/ptr_icon.png);
    background-repeat: no-repeat;
    margin: 0 auto 39px;
}

.ptr-pro-item i {
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../images/ptr_icon.png);
    background-repeat: no-repeat;
    background-position: -162px -388px;
    position: relative;
    font-style: italic;
    color: #fff;
    font-size: 36px;
    font-family: arial;
    line-height: 47px;
    text-align: center;
    margin: 0 auto;
}

.ptr-pro-item i:after {
    display: block;
    content: "";
    height: 4px;
    width: 129px;
    position: absolute;
    left: 47px;
    top: 21px;
    background: #2d2d2d;
}

.ptr-pro-item p {
    font-size: 30px;
    padding-top: 20px;
    line-height: 50px;
    text-align: center;
    color: #2d2d2d;
    white-space: nowrap;
}

.zs-item6 ul li.ptr-pro1 .ptr-pro-icon {
    background-position: 0 -388px;
}

.zs-item6 ul li.ptr-pro1 a:hover .ptr-pro-icon {
    background-position: -81px -388px;
}

.zs-item6 ul li.ptr-pro2 .ptr-pro-icon {
    background-position: -0 -460px;
}

.zs-item6 ul li.ptr-pro2 a:hover .ptr-pro-icon {
    background-position: -81px -460px;
}

.zs-item6 ul li.ptr-pro3 .ptr-pro-icon {
    background-position: 0 -532px;
}

.zs-item6 ul li.ptr-pro3 a:hover .ptr-pro-icon {
    background-position: -81px -532px;
}

.zs-item6 ul li.ptr-pro4 .ptr-pro-icon {
    background-position: 0 -604px;
}

.zs-item6 ul li.ptr-pro4 a:hover .ptr-pro-icon {
    background-position: -81px -604px;
}

.zs-item6 ul li.ptr-pro5 .ptr-pro-icon {
    background-position: 0 -676px;
}

.zs-item6 ul li.ptr-pro5 a:hover .ptr-pro-icon {
    background-position: -81px -676px;
}

.zs-item6 ul li.ptr-pro6 .ptr-pro-icon {
    background-position: 0 -748px;
}

.zs-item6 ul li.ptr-pro6 a:hover .ptr-pro-icon {
    background-position: -81px -748px;
}

.zs-item6 ul li.ptr-pro7 .ptr-pro-icon {
    background-position: 0 -820px;
}

.zs-item6 ul li.ptr-pro7 i:after {
    display: none;
}

.zs-item6 ul li.ptr-pro7 a:hover .ptr-pro-icon {
    background-position: -81px -820px;
}

.zs-item7 {
    height: 778px;
    background: url(../images/ptr_bg8.jpg) 50% top;
}

.zs-item7 h3 {
    font-size: 60px;
    line-height: 200px;
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
}
.zs-item7 .ptr-form {
    width: 500px;
    margin: 0 auto;
}
.zs-item7 .ptr-form .ptr-form-input {
    width: 498px;
    height: 52px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    position: relative;
}
.zs-item7 .ptr-form .ptr-form-input:before {
    content: "*";
    display: block;
    position: absolute;
    color: #f50836;
    font-size: 20px;
    left: -24px;
    top: 15px;
}
.zs-item7 .ptr-form .ptr-form-input input {
    padding: 14px 20px;
    font-size: 16px;
    display: block;
    width: 458px;
    background: transparent;
    color: #fff;
}
.zs-item7 .ptr-form .ptr-form-input span {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
}
.zs-item7 .ptr-form .ptr-form-input ul {
    position: absolute;
    left: -1px;
    top: 52px;
    border: 1px solid #fff;
    width: 498px;
    display: none;
    z-index: 2;height:300px;overflow-y:scroll;
}
.zs-item7 .ptr-form .ptr-form-input ul li {
    line-height: 30px;
    text-indent: 20px;
    background: #fff;
    cursor: pointer;
}
.zs-item7 .ptr-form .ptr-form-input ul li a {
    display: block;
    color: #2d2d2d;
}
.zs-item7 .ptr-form .ptr-form-input ul li a:hover {
    background: #ccc;
}
.zs-item7 .ptr-form .ptr-form-p {
    width: 498px;
    height: 178px;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: 10px;
}
.zs-item7 .ptr-form .ptr-form-p textarea {
    padding: 20px 20px 0;
    width: 458px;
    background: transparent;
    height: 138px;
    resize: none;
    font-size: 16px;
    color: #fff;
    outline: none;
}
.zs-item7 .ptr-form .ptr-form-p span {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
}
.zs-item7 .ptr-form .ptr-atd-btn {
    width: 380px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    display: block;
    margin: 40px auto 0;
    background: #f50836;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.zs-item7 .ptr-form .ptr-atd-btn:hover {
    background: #ff1f44;
    color: #fff;
}
.zs-item7 input, button, textarea, fieldset, img {
    border: 0 none;
}

.opacity_mask_zs {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
}
.bm_success_mask_zs {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity:30);
    position: absolute;
    left: 0;
    top: 0;
}
.bm_success_box_zs {
    width: 480px;
    height: 225px;
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -240px;
    background: #fff;
    top: 50%;
    margin-top: -112px;
}
.succ_text_wrap_zs {
    padding-top: 50px;
    text-align: center;
}
.succ_text_wrap_zs h3 {
    font-family: "微软雅黑";
    color: #333;
    font-size: 26px;
    width: 100%;
    text-indent: 5px;
    line-height: 60px;
    height: 60px;
}
.succ_text_wrap_zs p {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-indent: 9px;
    color: #999;
    margin-bottom: 30px;
    font-family: "微软雅黑";
}
.bm_success_box_zs a {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(//ued.jia.com/image/jiahome/2015/searchbackground.png) -147px -56px no-repeat;
    right: 10px;
    top: 10px;
}
