@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

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

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

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/* 公共title样式 */

.t-en {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #777;
    text-align: center;
    padding-top: 55px;
}

.t-ch {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #555;
    text-align: center;
    margin-top: 15px;
}

.t-line {
    position: absolute;
    width: 423px;
    border-top: 1px solid #c8c8c8;
    left: 50%;
    margin-left: -211.5px;
    top: 154px;
}

.t-red {
    position: absolute;
    width: 50px;
    border-top: 5px solid #ffe100;
    left: 50%;
    margin-left: -25px;
    top: 152.5px;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/


/* 顶部样式 */

.top {
    width: 100%;
    overflow: hidden;
    background: #333;
    height: 35px;
    line-height: 35px;
}

.top-l {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #d8d7d7;
}

.top-r {
    float: right;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #d8d7d7;
}


/* head样式 */

.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 124px;
}

.head-l {
    float: left;
    height: 124px;
    line-height: 124px;
}

.head-l img {
    display: inline-block;
    vertical-align: middle;
}

.head-r {
    float: right;
    height: 124px;
}

.head-r .phone {
    float: left;
    margin-top: 37px;
    padding-right: 8px;
}

.head-r dl {
    float: right;
    height: 124px;
    font-family: "Microsoft YaHei";
}

.head-r dl dt {
    font-size: 14px;
    color: #222;
    margin-top: 42px;
    margin-bottom: 2px;
}

.head-r dl dd {
    font-weight: bold;
    font-size: 24px;
    color: #f9e009;
}


/* 导航栏样式 */

.nav {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background-color: #f9e009;
}

.nav a {
    font-size: 15px;
    display: block;
    float: left;
    color: #333;
    padding: 0 22px;
    margin: 0 2px;
}

.nav a:hover,
.nav .on {
    background: #ea6000;
    line-height: 40px;
    color: #fff;
}


/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}

.flexslider .free {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 376px;
    height: 435px;
    border: 1px solid #333d34;
    background: #fdeded;
    opacity: 0.9;
}

.free .freeHead {
    width: 328px;
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -164px;
    z-index: 2;
}

.freeHead li {
    width: 108px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    float: left;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #333;
}

.freeHead li.li-border {
    border-right: 0;
    border-left: 0;
}

.freeHead li.on {
    color: #fff100;
    background: #333333;
}


/* 免费报价 */

 .num-screen {
    width: 240px;
    margin: 0 auto;
    height: 65px;
    background: url("../images/num/bg_screen.png") center no-repeat;
    box-sizing: border-box;
    padding: 9.5px 0;
    margin-top: 32px;
    margin-bottom: 10px;
    position: relative;
}

.num-screen .num-sz {
    float: right;
}

.num-screen .num-sz img {
    height: 46px;
    vertical-align: middle;
    display: none;
}

.num-screen .num-ge {
    margin-right: 37px;
}

.num-screen .yuan {
    font-size: 15px;
    color: #1d1d1d;
    position: absolute;
    right: 15px;
    line-height: 15px;
    bottom: 14px;
    overflow: hidden;
}

.form-bj {
    width: 240px;
    margin: 0 auto 0px auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.form-bj span.pf {
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    right: 10px;
    top: 0;
}

.form-bj input,
.form-bj select {
    height: 38px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px #d8d8d8 solid;
    padding-left: 14px;
    font-size: 16px;
    color: #999899;
    display: block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-bj2 input {
    width: 100%;
}

.form-bj-bjxx {
    font-size: 14px;
    color: #828282;
    line-height: 34px;
    text-align: center;
}

.errorInfo {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 12px;
    color: #f44336;
}

.mfbj .button {
    width: 240px;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 6px auto;
    background: #333333;
    color: #ffe100;
    border: none;
}


/* 免费设计 */

.form-design .ten {
    color: #000;
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.form-design .ten span {
    font-size: 18px;
}

.design-input {
    width: 240px;
    margin: 0 auto 0px auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.form-design .design-input input {
    width: 240px;
    margin: 0 auto 0px auto;
    height: 44px;
    box-sizing: border-box;
    border: 1px #d8d8d8 solid;
    background: #fff 15px center no-repeat;
    padding-left: 45px;
    font-size: 16px;
    color: #999999;
    display: block;
}

.form-design input.name {
    background-image: url(../images/tp_name.png);
}

.form-design input.phone {
    background-image: url(../images/tp_phone.png);
}

.mfsj .sjbutton {
    width: 240px;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    margin: 0px auto 10px auto;
    background: #333333;
    color: #ffe100;
    border: none;
}

.mfsj .errorInfo {
    bottom: 4px;
}

.index-form-slide {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.form-slide {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.index-form-slide li span {
    padding: 3px 0 3px 20px;
    background: url("../images/tp_tts.png") left center no-repeat
}
.form-slide li span {
    padding: 3px 0 3px 20px;
    background: url("../images/tp_tts.png") left center no-repeat
}

/* 免费测量 */

.form-measure .ten {
    color: #000;
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.form-measure .ten span {
    font-size: 18px;
}

.measure-input {
    width: 240px;
    margin: 0 auto 0px auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.measure-input input {
    height: 38px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px #d8d8d8 solid;
    padding-left: 14px;
    font-size: 16px;
    color: #999899;
    display: block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.mfcl .clbutton {
    width: 240px;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    margin: 0px auto 10px auto;
    background: #333333;
    color: #ffe100;
    border: none;
    margin-top: 10px;
}


/* 装修流程 */

.liucheng {
    width: 100%;
    height: 79px;
    overflow: hidden;
    background: url(../images/liucheng.png) center no-repeat;
}


/* 优惠活动 */

.youhui {
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: #fff;
}

.youhui .slideBox{
    width: 1200px;
    height: 500px;
    margin-top: 60px;
}
.youhui img {
    width: 1200px;
    height: 500px;
}


/* 六大空间 */

.kongjian {
    width: 100%;
    height: 660px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.public-title {
    width: 100%;
    height: 97px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 62px;
}

.public-center {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 160px;
}

.public-name {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    position: absolute;
    top: 42px;
}

.public-yellow {
    border-top: 5px solid #f9e009;
    width: 90px;
    position: absolute;
    top: 95px;
}

.public-yuan {
    width: 61px;
    height: 61px;
    line-height: 61px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 66px;
    text-align: center;
}

.public-yuan a {
    color: #666;
    font-size: 16px;
}

.public-yuan a:hover {
    color: #ea6000;
}

.public-yuan .active {
    color: #000;
    font-size: 16px;
    width: 61px;
    height: 61px;
    display: inline-block;
    border-radius: 50%;
    background: #f9e009;
}

.kongjian .yuan1 {
    left: 640px;
}

.kongjian .yuan2 {
    left: 729px;
}

.kongjian .yuan3 {
    left: 818px;
}

.kongjian .yuan4 {
    left: 907px;
}

.kongjian .yuan5 {
    left: 996px;
}

.kongjian .yuan6 {
    left: 1085px;
}

.public-yuan7 {
    left: 1085px;
}


/* 轮播场景展示 */

.index-banner {
    text-align: center;
    height: 100%;
}

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

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

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

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

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -900px !important;
    /*强制位置*/
}

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

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 120px;
    height: 6px;
    line-height: 99px;
    overflow: hidden;
    background: #888;
    margin: 0 3px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

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

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

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

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

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 42px;
    height: 500px;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/* 家装案例 */

.index_case {
    width: 100%;
    background: #fff;
    height: 960px;
    position: relative;
}

.index_case .case_content {
    height: 800px;
    width: 1200px;
    margin: 0 auto;
}

.index_case .case_content .left,
.index_case .case_content .right {
    width: 595px;
    height: 800px;
    overflow: hidden;
}

.case_content .left .img_b {
    margin-bottom: 11px;
}

.case_content a {
    display: block;
    height: 100%;
    width: 100%;
}

.case_content .left .img_b img {
    width: 595px;
}

.case_content .synopsis_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(29, 27, 25, 0.37);
    display: none;
}

.fl {
    float: left;
}

.case_content ul {
    width: 606px;
    height: 265px;
    overflow: hidden;
}

.fr {
    float: right;
}

.case_content ul li {
    width: 292px;
    height: 265px;
    overflow: hidden;
    margin-right: 11px;
    position: relative;
}

.case_content .img_b:hover .synopsis_box {
    display: block;
}

.case_content ul li:hover .synopsis_box {
    display: block;
}

.case_content .img_b .synopsis_box .synopsis {
    width: 212px;
    height: 64px;
    border: 2px solid #f9e009;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
    color: #f9e009;
    margin: -33px 0 0 -107px;
}

.case_content .synopsis_box .synopsis {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.case_content .synopsis p {
    width: 80%;
    margin: 0 auto;
    line-height: 100%;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_content .img_b .synopsis p {
    line-height: 22px;
    font-size: 18px;
    height: 66px;
}

.case_content .img_b .synopsis span {
    display: block;
    width: 85px;
    border-top: 3px solid #ffffff;
    margin: 28px auto 24px;
}

.case_content .img_b .synopsis h3 {
    font-size: 30px;
    margin-top: 70px;
}

.case_content .synopsis h3 {
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
}

.case_content ul li .synopsis_box .synopsis {
    width: 132px;
    height: 40px;
    border: 2px solid #f9e009;
    margin: -21px 0 0 -67px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #f9e009;
}

.case_content ul li .synopsis h3 {
    font-size: 20px;
    margin-top: 46px;
}

.case_content .synopsis h3 {
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
}

.case_content ul li .synopsis span {
    display: block;
    width: 58px;
    border-top: 3px solid #ffffff;
    margin: 16px auto 15px;
}

.case_content ul li .synopsis p {
    height: 60px;
    line-height: 20px;
    font-size: 16px;
}

.case_content .synopsis p {
    width: 80%;
    margin: 0 auto;
    line-height: 100%;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*阻止遮罩*/

.prevent {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    top: 0;
    left: 0;
    display: none;
}

.case_content .img_b {
    width: 100%;
    height: 525px;
    overflow: hidden;
    position: relative;
}

.subtitle h2 {
    width: 100%;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    color: #2e2e2e;
}

.subtitle a {
    font-size: 14px;
    color: #eb6100;
    display: inline-block;
    padding-top: 15px;
}

.case_content .right .img_b {
    margin-top: 11px;
}


/* 工艺展示 */

.index_case1 {
    width: 100%;
    background: #fff;
    height: 616px;
    position: relative;
}

.index_case1 .case_content1 {
    height: 456px;
    width: 1200px;
    margin: 0 auto;
}

.index_case1 .case_content1 .left1 {
    width: 510px;
    height: 456px;
    overflow: hidden;
}

.index_case1 .case_content1 .right1 {
    width: 680px;
    height: 456px;
    overflow: hidden;
}

.case_content1 a {
    display: block;
    height: 100%;
    width: 100%;
}

.case_content1 .left1 .img_b1 img {
    width: 510px;
}

.case_content1 .synopsis_box1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(29, 27, 25, 0.37);
    display: none;
}

.fl1 {
    float: left;
}

.case_content1 .ul1 {
    width: 690px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.case_content1 .ul2 {
    width: 690px;
    height: 196px;
    overflow: hidden;
}

.fr1 {
    float: right;
}

.case_content1 .ul1 li {
    width: 335px;
    height: 250px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}

.case_content1 .ul2 li {
    width: 220px;
    height: 196px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}

.case_content1 .img_b1:hover .synopsis_box1 {
    display: block;
}

.case_content1 .ul1 li:hover .synopsis_box1 {
    display: block;
}

.case_content1 .ul2 li:hover .synopsis_box1 {
    display: block;
}

.case_content1 .img_b1 .synopsis_box1 .synopsis1 {
    width: 212px;
    height: 64px;
    border: 2px solid #f9e009;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
    color: #f9e009;
    margin: -33px 0 0 -107px;
}

.case_content1 .synopsis_box1 .synopsis1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.case_content1 .ul1 li .synopsis_box1 .synopsis1 {
    width: 132px;
    height: 40px;
    border: 2px solid #f9e009;
    margin: -21px 0 0 -67px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #f9e009;
}

.case_content1 .ul2 li .synopsis_box1 .synopsis1 {
    width: 120px;
    height: 36px;
    border: 2px solid #f9e009;
    margin: -19px 0 0 -61px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #f9e009;
}


/*阻止遮罩*/

.prevent {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    top: 0;
    left: 0;
    display: none;
}

.case_content1 .img_b1 {
    width: 100%;
    height: 456px;
    overflow: hidden;
    position: relative;
}


/* 720°样板间 */

.index_360box {
    width: 100%;
    background: #fff;
    height: 485px;
    position: relative;
    overflow: hidden;
}

.index_360box ul {
    width: 1224px;
    margin: 0 auto;
}

.index_360box ul li {
    width: 385px;
    margin: 0 11.5px;
    float: left;
}

.index_360box ul li .img {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.index_360box ul li .img img {
    margin-left: 235px;
    margin-top: 35px;
}

.index_360box ul li .content {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #eeeeee;
}

.index_360box .title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 40px;
    padding-left: 15px;
}

.index_360box .des {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 45px;
}

.index_360box a:hover .title,
.index_360box a:hover .des {
    color: #ea6000;
}


/* 设计团队 */

.design {
    width: 100%;
    background: #fff;
    height: 1020px;
    position: relative;
    overflow: hidden;
}

.design .bg {
    width: 100%;
    height: 351px;
    background: url(../images/designBg.jpg) center no-repeat;
    margin-top: 495px;
}

.design .sofa {
    position: absolute;
    top: 825px;
}

.design .sofa {
    width: 1446px;
    height: 201px;
    position: absolute;
    left: 50%;
    margin-left: -723px;
}

.design .team {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 630px;
    top: 160px;
    box-shadow: 0px 1px 8px #bcabdc;
    background: #fff;
}

.design .team .left {
    float: left;
    width: 460px;
    height: 525px;
    margin-left: 60px;
    margin-top: 50px;
    overflow: hidden;
}

.design .team .right {
    float: right;
    width: 624px;
    height: 534px;
    margin-top: 50px;
    margin-right: 50px;
    position: relative;
}

.design .team .right li {
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
    width: 147px;
    height: 169px;
    overflow: hidden;
}

.design .team .right .preview {
    position: absolute;
    width: 303px;
    height: 169px;
    top: 178px;
    left: 165px;
    background: #f9e009;
    text-align: center;
}

.design .preview .fir {
    font-size: 24px;
    font-weight: bold;
    color: #141414;
    margin-top: 15px;
    margin-bottom: 5px;
}

.design .preview .sec,
.design .preview .thir {
    font-size: 19px;
    color: #141414;
}

.design .preview a {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    padding: 7px 25px;
    background: #ea6000;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
}


/* 空间全配置 */

.peizhi {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.peizhi .public-title {
    height: 70px;
    margin-bottom: 35px;
}

.peizhi .public-center {
    height: 106px;
}

.peizhi .public-name {
    top: 15px;
}

.peizhi .public-yellow {
    top: 67px;
}

.peizhi .index-banner1 {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    text-align: center;
    overflow: hidden;
}

.peizhi .listCon {
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
    text-align: center;
    position: relative;
    padding-bottom: 55px;
}

.peizhi .choose {
    height: 57px;
}

.choose .chooseRoom {
    width: 440px;
    margin: 0 auto;
}

.choose .chooseRoom span {
    line-height: 20px;
    color: #595757;
    display: block;
    float: left;
}

.choose .chooseRoom a {
    width: 66px;
    height: 57px;
    text-align: center;
    font-size: 18px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    float: left;
    font-weight: bold;
}

.choose .chooseRoom a:hover {
    color: #f9e009;
}

.choose .chooseRoom a.active {
    color: #f9e009;
    background: url("../images/pz.png") no-repeat bottom;
}

.peizhi .listCon .Tab {
    display: none;
}


/* 新闻资讯*/

.news {
    width: 100%;
    height: 410px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.news .bg {
    float: left;
    width: 308px;
    height: 250px;
    background: #ececec;
}

.news .zxgl {
    width: 470px;
    height: 250px;
    background: #ececec;
    display: inline-block;
    overflow: hidden;
}

.news ul {
    padding: 0px 25px 20px 40px;
}

.news .ch {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-top: 25px;
}

.news li {
    float: left;
    line-height: 30px;
    width: 100%;
}

.news li .spot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news li .tit {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.news li .date {
    float: right;
    font-size: 14px;
    color: #333;
}

.news a:hover .tit {
    color: #ea6000;
}

.news .hyzx {
    float: right;
    width: 407px;
    height: 250px;
    background: #ececec;
    display: inline-block;
}

.news .hyzx .ch {
    padding-left: 30px;
}

.news .hyzx ul {
    padding-left: 30px;
}


/* 合作伙伴 */

.partner {
    width: 100%;
    height: 305px;
    background: #fff;
    position: relative;
}

.picScroll {
    height: 145px;
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.picScroll .tempWrap {
    height: 145px !important;
    width: 1156.25px !important;
    margin-left: 30px !important;
}

.picScroll .bd ul li {
    height: 140px;
    line-height: 140px;
    text-align: center;
    width: 213px;
    border: 1px solid #d2d2d2;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 16.25px;
}

.picScroll .bd ul li img {
    display: inline-block;
    vertical-align: middle;
}

.picScroll .hd .prev {
    position: absolute;
    top: 40px;
    left: 0;
    width: 22px;
    height: 56px;
    display: block;
    background: url(../images/prev.png) no-repeat;
    cursor: pointer;
    z-index: 100;
}

.picScroll .hd .next {
    position: absolute;
    top: 40px;
    right: 0;
    width: 22px;
    height: 56px;
    display: block;
    background: url(../images/next.png) no-repeat;
    cursor: pointer;
    z-index: 100;
}


/* 服务流程 */

.service {
    width: 100%;
    height: 260px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.service .public-title {
    margin-bottom: 40px;
}

.service .public-center {
    height: 138px;
}

.service .content {
    width: 1264px;
    height: 122px;
    margin: 0 auto
}

.service ul {
    width: 1232px;
    margin-left: 32px;
    height: 122px;
}

.service ul li {
    float: left;
    width: 116px;
    height: 120px;
    text-align: center;
    border: 1px solid #d2d2d2;
    margin-right: 36px;
}

.service ul li img {
    margin-top: 30px;
}

.service ul li p {
    font-size: 14px;
    color: #222;
}


/* 友情链接 */

.fUrl {
    width: 100%;
    height: 135px;
    overflow: hidden;
    background: #fff;
}

.fUrl .ch {
    font-size: 20px;
    color: #666;
    margin-top: 35px;
    padding-left: 15px;
    border-left: 3px solid #f9e009;
    margin-bottom: 15px;
}

.fUrl .line {
    border-bottom: 1px solid #d2d2d2;
}

.fUrl a {
    font-size: 14px;
    color: #333;
    padding-right: 40px;
    padding-top: 15px;
    display: inline-block;
}

.fUrl a:hover {
    color: #ea6000;
}


/* footer 样式 */

.footer {
    height: 250px;
    background: #222;
    width: 100%;
    overflow: hidden;
}

.footer .flogo {
    float: left;
    width: 325px;
    height: 205px;
    margin-top: 22px;
    border-right: 1px solid #464646;
}

.footer .flogo img {
    margin-left: 30px;
    margin-top: 55px;
}

.footer .total {
    display: inline-block;
    height: 205px;
    margin-top: 22px;
    margin-left: 55px;
}

.footer .total div {
    font-size: 16px;
    color: #fffffe;
    padding-left: 10px;
    border-left: 5px solid #f9e009;
    margin-top: 15px;
    margin-bottom: 12px;
}

.footer .total span {
    font-size: 14px;
    color: #f9e009;
}

.footer .total p {
    padding-left: 10px;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 36px;
}

.footer .fast {
    display: inline-block;
    height: 205px;
    margin-top: 22px;
    margin-left: 64px;
    padding-right: 68px;
    border-right: 1px solid #464646;
}

.footer .fast div {
    font-size: 16px;
    color: #fffffe;
    padding-left: 10px;
    border-left: 5px solid #f9e009;
    margin-top: 15px;
    margin-bottom: 12px;
}

.footer .fast p {
    padding-left: 10px;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 36px;
}

.footer .fast p a {
    color: #9f9f9f;
}

.footer .fast p a:hover {
    color: #f9e009;
}

.footer .contact {
    display: inline-block;
    height: 205px;
    margin-top: 22px;
    margin-left: 65px;
    width: 260px;
}

.footer .contact div {
    font-size: 16px;
    color: #fffffe;
    margin-bottom: 11px;
}

.footer .contact p {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.footer .contact p a {
    display: inline-block;
    background: #f9e009;
    padding-left: 30px;
    padding-right: 40px;
    border-radius: 10px;
    color: #333;
}

.footer .contact p a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 44px;
}

.footer .color {
    font-size: 20px !important;
    color: #f9e009 !important;
}
.copyright{
    height: 30px;
    line-height: 30px;
    background: #333;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #f9e009;
}
/* case_order 样式 */

.case_order {
    background: #fff;
    width: 1200px;
    z-index: 100;
    padding: 10px 0;
    margin: 5px auto 13px;
}

.case_order h4 {
    font-size: 25px;
    border-left: 3px solid #ffe100;
    font-weight: normal;
    padding-left: 16px;
    margin: 8px 25px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
}

.case_order h4 span {
    font-size: 18px;
    margin-left: 5px;
}

.case_order h4 span em {
    font-size: 25px;
}

.case_order form {
    display: inline-block;
    width: 63%;
    text-align: right;
}

.case_order form .input1 {
    background: #fafafa;
    border: 1px solid #d8d8d8;
    color: #999999;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
    width: 245px;
    text-indent: 25px;
    vertical-align: top;
}

.case_order form .input2:focus {
    outline: none;
}

.case_order form .input2 {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
    border: solid 1px #ffe100;
    background: #ffe100;
}


/* 右侧表单 */

.mian_right {
    width: 290px;
    float: right;
    margin-top: 17px;
    margin-right: 20px;
}

.mian_right_top {
    border-left: 1px solid #d9d9d9;
    padding-left: 5px;
    margin-bottom: 20px;
}

.mian_right_top h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: normal;
}

.mian_right_top ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}

.mian_right_top ul li a {
    color: #666666;
}

.mian_right_top ul li:hover a {
    color: #ff5b26;
}

.mian_right_top ul li img {
    display: block;
    float: left;
    width: 92px;
    height: 70px;
}

.mian_right_top ul li p {
    width: 170px;
    display: block;
    float: right;
    padding-top: 5px;
    line-height: 25px;
    height: 55px;
}

.tab_form {
    border-top: 1px solid #E6E6E6;
    padding-bottom: 20px;
}

.tab_form h3 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding-top: 25px;
}

.tab_form h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    vertical-align: middle;
    background-color: #808080;
    margin-left: 20px;
}

.tab_form h3:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #666666;
    background-color: #808080;
    margin-right: 20px;
    vertical-align: middle;
}


/*.tab_form h3{font-weight: normal;}*/

.many a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    font-size: 16px;
    color: #333333;
}

.many {
    text-align: center;
    margin: 20px 0;
}

.many span {
    background: url("../images/munber1.jpg") no-repeat;
    display: inline-block;
    width: 31px;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.center_form {
    width: 250px;
    margin: 0 auto;
}

.the_height {
    position: relative;
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
}

.pingfang {
    position: absolute;
    right: 6px;
    bottom: 0;
    color: #b3b3b3;
    font-size: 12px;
}

.the_height input {
    color: #b3b3b3;
    width: 250px;
    height: 35px;
    border: 1px solid #dadada;
    padding-left: 10px;
    box-sizing: border-box;
}

.the_height select {
    color: #4d4d4d;
    width: 121px;
    height: 35px;
    border: 1px solid #dadada;
    display: inline-block;
}

.select_one {
    margin-right: 8px;
}


.go_for {
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #ff4900;
    font-size: 16px;
    text-align: center;
    border: none;
}

.module {}

.module_top {
    height: 40px;
    line-height: 40px;
}

.module_top h3 {
    float: left;
    margin-left: 15px;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

.module_top a {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #ff7b4d;
}

.more_pag {
    padding: 20px 15px 0 5px;
}

.more_pag ul li {
    float: left;
}

.more_pag ul li a {
    /*color: #4d4d4d; border: 1px solid #dddddd;*/
}

.more_pag ul li a {
    color: #4d4d4d;
    border: 1px solid #dddddd;
    border-radius: 20px;
    display: block;
    padding: 5px 11px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
}

.more_pag ul li:hover a {
    color: #ff4900;
    border-color: #ff4900;
}
.case_tel {
    background: #ff5f2e none repeat scroll 0 0;
    color: #fff;
    display: inline;
    float: left;
    font-size: 22px;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}


.mainBody {
    font-family: "Microsoft YaHei";
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.lefter {
    width: 246px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background: #f7c600;
    margin-bottom: 2px;
}

.lefter_title .ch {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .ch img {
    width: 34px;
    display: inline-block;
    vertical-align: -9px;
    padding-right: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #333;
}

.lefter_list {
    width: 246px;
    text-align: center;
    border-top: 0;
}

.lef_list li {
    width: 246px;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid #e4e7e4;
}

.lef_list li a {
    font-size: 16px;
    color: #333;
}

.lef_list .on {
    background: #ffe100;
    border: 1px solid #ffe100;
}

.lef_list .on a {
    color: #333;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #ff5f2e;
    font-size: 22px;
}


/* 侧边栏样式    e*/


/* 子页右侧内容区  b*/

.main {
    overflow: hidden;
    float: left;
    padding: 20px 40px;
    width: 800px;
    background: #fff;
    min-height: 500px;
}

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #ff5f2e;
}

.main_title .wz {
    font-size: 14px;
    color: #333;
}

.main_title .wz a {
    color: #333;
}

.main_title .wz a:hover {
    color: #ff5f2e;
}

.mainCon {
    padding: 20px;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}

.mainCon p {
    text-align: justify;
}


/* 子页右侧内容区  e*/


/* 分页    b*/

.pagebar {
    margin: 42px auto 0;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #ff5f2e;
    border-color: #ff5f2e;
    color: #fff;
}


/* 分页    e*/