@charset "utf-8";

/*banner start */

.zhanting-banner {
    min-width: 1200px;
    min-height: 800px;
    position: relative;
}

.zhanting-banner-cover {
    height: 800px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img-icon/bg-black.png);
    z-index: 10;
}

.zhanting-banner-bt {
    width: 158px;
    height: 158px;
    position: relative;
    margin: 0 auto;
    margin-top: 250px;
    cursor: pointer;
    display: none;
}

.zhanting-banner-bt img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.zhanting-banner-bt1 {
    z-index: 10;
    top: 1px;
    left: 1px;
}

.zhanting-banner-bt2 {
    z-index: 9;
    animation: zhantingbanner 1.5s infinite;
    -webkit-animation: zhantingbanner 1.5s infinite;
}

.zhanting-banner-bt3 {
    z-index: 8
}

.zhanting-banner iframe {
    width: 100%;
    height: 800px;
    border: 0;
}

@keyframes zhantingbanner {
    0% {
        opacity: 0.3;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@-webkit-keyframes zhantingbanner {
    0% {
        opacity: 0.3;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}


/*banner end*/


/*how start*/

.zhanting-how {
    min-width: 1200px;
    background-color: #FFF;
}

.zhanting-how .main {
    min-height: 200px;
    width: 1200px;
    margin: 0 auto;
}

.zhanting-how .zhanting-how-title {
    padding-top: 40px;
    text-align: center;
}

.zhanting-how .zhanting-how-desc {
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    font-size: 16px;
    color: #666;
}

.zhanting-how .zhanting-how-con {
    overflow: hidden;
    width: 840px;
    margin: 30px auto;
}

.zhanting-how .zhanting-how-con li {
    float: left;
    width: 210px;
    height: 340px;
}

.zhanting-how-con-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff url(../img_zhuanti/zhanting-how-con-icon.png) no-repeat
}

.zhanting-how-con-icon.ft1 {
    background-position: 1px 2px;
}

.zhanting-how-con-icon.ft2 {
    background-position: -110px 2px;
}

.zhanting-how-con-icon.ft3 {
    background-position: -220px 2px;
}

.zhanting-how-con-icon.ft4 {
    background-position: -330px 2px;
}

.zhanting-how-con h3 {
    text-align: center;
    padding: 8px 0;
    color: #555;
}

.zhanting-how-con p {
    width: 183px;
    height: 112px;
    background: url(../img_zhuanti/chat.png);
    margin: 0 auto;
    display: block;
    padding: 30px 10px 10px 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 25px;
    color: #888;
    letter-spacing: 2px;
    transition: all 0.5s
}

.zhanting-how-con li:hover p {
    color: #A42213;
    text-shadow: 1px 2px 3px #FAA
}


/*how end*/

.zhanting-arrow {
    width: 69px;
    height: 30px;
    margin: 0 auto;
    position: relative;
}

.zhanting-arrow-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img_zhuanti/zhanting-arrow.png) no-repeat;
    z-index: 2;
}

.zhanting-arrow-main-mv {
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../img_zhuanti/zhanting-arrow2.png) no-repeat top;
    top: 0;
    opacity: 0;
    animation: zhanting-arrow-mv 1s infinite;
    -webkit-animation: zhanting-arrow-mv 1s infinite;
}

@keyframes zhanting-arrow-mv {
    0 {
        opacity: 0;
        top: 0;
    }
    30% {
        opacity: 1;
        top: 3px;
    }
    100% {
        opacity: 0;
        top: 10px;
    }
}

@-webkit-keyframes zhanting-arrow-mv {
    0 {
        opacity: 0;
        top: 0;
    }
    30% {
        opacity: 1;
        top: 3px;
    }
    100% {
        opacity: 0;
        top: 10px;
    }
}


/*新视觉展厅 start*/

.zhanting-newsight {
    min-width: 1200px;
    background-color: #212830;
    margin-top: -30px;
}

.zhanting-newsight-main {
    min-height: 200px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.zhanting-newsight-main h2 {
    text-align: center;
    color: #59bed0;
    font-size: 24px;
    font-weight: 400;
}

.zhanting-newsight-desc {
    text-align: center;
    color: #888;
    padding: 5px 0 20px 0;
}

.zhanting-newsight-con {
    display: block;
    margin: 0 auto;
    width: 980px;
    border: 1px solid #666;
    color: #999;
    padding: 20px;
    border-radius: 5px;
    text-indent: 2em;
    line-height: 25px;
}

.zhanting-newsight ul {
    overflow: hidden;
    width: 843px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}

.zhanting-newsight li {
    float: left;
    color: #e20816;
    font-size: 18px;
    font-weight: 800;
    position: relative;
}

.zhanting-newsight li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.zhanting-newsight li:hover img {
    opacity: 1;
}

.zhanting-newsight li.one {
    width: 79px;
    height: 79px;
    padding: 40px;
}

.zhanting-newsight li.one div {
    background: url(../img_zhuanti/zhanting-newsight-circle.png) no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    width: 79px;
    height: 79px;
    padding: 40px;
}

.zhanting-newsight li.one:hover div {
    transform: rotateY(180deg);
}

.zhanting-newsight li.double {
    width: 29px;
    height: 159px;
    background: url(../img_zhuanti/zhanting-newsight-jia.png) no-repeat center;
    padding: 0 20px;
}


/*新视觉展厅 end*/


/*案例 start*/

.zhanting-casetitle {
    min-width: 1200px;
    background-color: #E6E6E6;
}

.zhanting-casetitle-main {
    padding: 40px 0px 30px 0;
}

.zhanting-casetitle-main h2 {
    text-align: center;
    font-size: 24px;
    padding: 5px 0;
    color: #e20816
}

.zhanting-casetitle-main p {
    text-align: center;
    color: #555;
    font-size: 16px;
}

.zhanting-case {
    min-width: 1200px;
    background-color: #fff;
}

.zhanting-case-main {
    min-height: 200px;
    overflow: hidden;
}

.zhanting-case-main li {
    float: left;
    overflow: hidden;
    position: relative;
}

.zhanting-case-main img {
    width: 300px;
    height: 214px;
    float: left;
}

.zhanting-case-main div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

.zhanting-case-main a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
}

.zhanting-case-main p {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    opacity: 0.8;
    bottom: -40px;
    left: 0;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}

.zhanting-case-main li:hover p {
    bottom: 0
}


/*案例 end*/


/*流程 start*/

.zhanting-course {
    min-width: 1200px;
    background-color: #E3E3E3
}

.zhanting-course-main {
    padding: 50px 0;
}

.zhanting-course-main h2 {
    text-align: center;
    font-size: 24px;
    color: #e20816
}

.zhanting-course-main ul {
    overflow: hidden;
    width: 1072px;
    margin: 0 auto;
    padding: 40px 20px;
}

.zhanting-course-main li {
    float: left;
    width: 162px;
    padding: 20px 5px;
    transition: all 0.3s;
    min-height: 293px;
}

.zhanting-course-main li:hover {
    box-shadow: 3px 3px 10px #888;
}

.zhanting-course-main li div {
    width: 162px;
    height: 162px;
    background: url(../img_zhuanti/zhanting-course.png) no-repeat;
    transition: all 0.3s;
}

.zhanting-course-main li:hover div {
    margin-top: -5px;
}

.zhanting-course-main li.zhanting-course2 div {
    background-position: -169px 0;
}

.zhanting-course-main li.zhanting-course3 div {
    background-position: -338px 0;
}

.zhanting-course-main li.zhanting-course4 div {
    background-position: -508px 0;
}

.zhanting-course-main li.zhanting-course5 div {
    background-position: -678px 0;
}

.zhanting-course-main li.zhanting-course6 div {
    background-position: -849px 0;
}

.zhanting-course-main li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}

.zhanting-course-main li.zhanting-course1 h3 {
    color: #ff6c08
}

.zhanting-course-main li.zhanting-course2 h3 {
    color: #9369bd
}

.zhanting-course-main li.zhanting-course3 h3 {
    color: #0d53c5
}

.zhanting-course-main li.zhanting-course4 h3 {
    color: #e7ab39
}

.zhanting-course-main li.zhanting-course5 h3 {
    color: #d81116
}

.zhanting-course-main li.zhanting-course6 h3 {
    color: #37cbe5
}

.zhanting-course-main li p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    padding: 0 15px;
}

.zhanting-course-main li p strong {
    color: #e20816
}


/*流程 end*/


/*展厅分类 start*/

.zhanting-others {
    min-width: 1200px;
    background-color: #fff;
}

.zhanting-others-main {
    overflow: hidden;
}

.zhanting-others-main li {
    width: 600px;
    height: 300px;
    float: left;
    background-color: #0FC;
    position: relative;
}

.zhanting-others-url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.zhanting-others-type {
    width: 300px;
    height: 300px;
    background-size: 100% 100%;
    float: left;
}

.zhanting-others-type1 {
    background: url(../img_zhuanti/others-zhantingsheji.jpg);
}

.zhanting-others-type2 {
    background: url(../img_zhuanti/others-wenhuazhanting.jpg)
}

.zhanting-others-type3 {
    background-image: url(../img_zhuanti/others-kejizhanting.jpg);
}

.zhanting-others-type4 {
    background-image: url(../img_zhuanti/others-lianzhengzhanting.jpg);
}

.zhanting-others-type5 {
    background-image: url(../img_zhuanti/others-wangshangzhanting.jpg);
}

.zhanting-others-type6 {
    background-image: url(../img_zhuanti/others-zhuticanting.jpg);
}

.zhanting-others-type7 {
    background-image: url(../img_zhuanti/others-xiaoshiguan.jpg);
}

.zhanting-others-type8 {
    background-image: url(../img_zhuanti/others-tiyanguan.jpg);
}

.zhanting-others-title1 {
    line-height: 110px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 95px;
    background: url(../img-icon/bg-black.png);
    color: #fff;
}

.zhanting-others-type-show {
    width: 300px;
    height: 300px;
    background-color: #e7ab39
}

.zhanting-others-type-show-logo {
    width: 114px;
    height: 111px;
    background-image: url(../img_zhuanti/zhanting-others-type-show-logo.png);
    margin-top: 80px;
    float: left;
    margin-left: 94px;
}

.zhanting-others-type4 .zhanting-others-type-show {
    background-color: #37cbe5
}

.zhanting-others-type4 .zhanting-others-type-show-logo {
    background-position: -125px 0;
}

.zhanting-others-type-show h3 {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0;
    color: #fff;
}

.zhanting-others-type-style3 {
    width: 300px;
    height: 300px;
    background-image: url(../img_zhuanti/zhanting-wanshangzhanting_.jpg);
    background-size: 100% 100%;
}

.zhanting-others-type-style3 h3 {
    float: left;
    padding: 50px 30px 30px 30px;
}

.zhanting-others-type-style3 p {
    float: left;
    padding: 0 30px 0 30px;
    color: #666;
    line-height: 23px;
}

.zhanting-others li.sec4 {
    background-image: url(../img_zhuanti/others-qiyezhanting.jpg);
    background-size: 100% 100%;
}

.zhanting-others-sec4 {
    height: 300px;
    background-image: url(../img_zhuanti/others-qiyezhanting_.jpg);
}

.zhanting-others-sec4-con {
    width: 300px;
    height: 300px;
    float: right;
}

.zhanting-others-sec4-con h3 {
    float: right;
    padding: 50px 30px 30px 30px;
}

.zhanting-others-sec4-con p {
    float: right;
    padding: 0 30px;
    color: #666;
    line-height: 23px;
}

.zhanting-others li.sec5 {
    background-image: url(../img_zhuanti/others-shuzizhanting.jpg);
    background-size: 100% 100%;
}

.zhanting-others-sec5 {
    width: 600px;
    height: 300px;
    background-image: url(../img_zhuanti/other-shuzizhanting_.jpg);
}

.zhanting-others-sec5-con {
    width: 300px;
    height: 300px;
    float: right;
    background-image: url(../img-icon/bg-black.png);
}

.zhanting-others-sec5-con h3 {
    float: right;
    padding: 50px 30px 30px 30px;
    color: #fff
}

.zhanting-others-sec5-con p {
    float: right;
    padding: 0 30px;
    color: #ccc
}

.zhanting-others-type7 .zhanting-others-type-show {
    background-color: #df4347
}

.zhanting-others-type7 .zhanting-others-type-show-logo {
    background-position: -247px 0;
}


/*展厅分类 end*/


/*优势 start*/

.zhanting-advantage {
    min-width: 1200px;
    /* background-color: #f6f6f6 */
}

.zhanting-advantage-main {
    padding: 30px 0
}

.zhanting-advantage h2 {
    text-align: center;
    color: #e20816;
    padding: 10px 0;
}

.zhanting-advantage h3 {
    text-align: center;
    color: #999;
}

.zhanting-advantage-list {
    overflow: hidden;
    padding-top: 20px;
}

.zhanting-advantage-list li {
    width: 200px;
    height: 200px;
    float: left;
    background-color: ;
    transition: all 0.3s;
}

.zhanting-advantage-list li:hover {
    background-color: #f39800;
}

.zhanting-advantage-list div {
    width: 70px;
    height: 54px;
    background-image: url(../img_zhuanti/zhanting-advantage-logo.png);
    float: left;
    margin-top: 50px;
    margin-left: 65px;
    transition: all 0.3s;
}

.zhanting-advantage-list li.list1 div {
    background-position: 0px -64px;
}

.zhanting-advantage-list li.list1:hover div {
    background-position: 0px 0px;
}

.zhanting-advantage-list li.list2 div {
    background-position: -80px -64px;
}

.zhanting-advantage-list li.list2:hover div {
    background-position: -80px 0px;
}

.zhanting-advantage-list li.list3 div {
    background-position: -160px -64px;
}

.zhanting-advantage-list li.list3:hover div {
    background-position: -160px 0px;
}

.zhanting-advantage-list li.list4 div {
    background-position: -240px -64px;
}

.zhanting-advantage-list li.list4:hover div {
    background-position: -240px 0px;
}

.zhanting-advantage-list li.list5 div {
    background-position: -320px -64px;
}

.zhanting-advantage-list li.list5:hover div {
    background-position: -320px 0px;
}

.zhanting-advantage-list li.list6 div {
    background-position: -400px -64px;
}

.zhanting-advantage-list li.list6:hover div {
    background-position: -400px 0px;
}

.zhanting-advantage-list p {
    float: left;
    text-align: center;
    display: block;
    width: 120px;
    padding: 10px 40px;
    transition: color 0.3s
}

.zhanting-advantage-list li:hover p {
    color: #FFF;
}


/*优势 end*/


/*解决方案 start*/

.zhanting-solutions {
    min-width: 1200px;
    background-color: #fff;
}

.zhanting-solutions-main {
    padding: 30px 0;
}

.zhanting-solutions-title {
    overflow: hidden;
    padding: 20px 0;
}

.zhanting-solutions-title h2 {
    float: left;
    font-size: 24px;
}

.zhanting-solutions-title .xg {
    float: left;
    font-weight: 200;
    font-size: 24px;
    padding: 0 5px 0 10px;
    color: #999;
}

.zhanting-solutions-title .en {
    float: left;
    font-size: 14px;
    padding-top: 13px;
    color: #999;
}

.zhanting-solutions-con {
    color: #666;
}

.zhanting-solutions-con a {
    line-height: 25px;
    padding: 0 5px;
    color: #666;
    transition: all 0.5s;
}

.zhanting-solutions-con a:hover {
    color: #e20816;
    font-size: 14px;
    text-decoration: underline;
}


/*解决方案 end*/


/*新闻 start*/

.zhanting-news {
    min-width: 1200px;
    background-color: #f6f6f6
}

.zhanting-news-main {
    padding: 30px 0;
}

.zhanting-news-item {
    position: relative;
    line-height: 40px;
    border-bottom: 2px solid #333;
    height: 40px;
}

.zhanting-news-item h2 {
    position: absolute;
    line-height: 40px;
    border-bottom: 2px solid #e20816;
    top: 0;
    left: 0;
    z-index: 2;
    color: #e20816;
}


/*更多特效 start*/

.zhanting-news-item a {
    float: right;
    padding-right: 30px;
    display: block;
    position: relative;
    color: #999;
    transition: color 0.3s;
}

.zhanting-news-item a:hover {
    color: #e20816
}

.zhanting-news-item a i {
    position: absolute;
    width: 10px;
    border-bottom: 1px solid #999;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.zhanting-news-item a:hover i {
    border-bottom-color: #e20816
}

.zhanting-news-item a i.zt-line1 {
    top: 17px;
    left: 40px;
    transform: rotate(35deg);
}

.zhanting-news-item a:hover i.zt-line1 {
    top: 15px;
    left: 30px;
    transform: rotate(0deg);
}

.zhanting-news-item a i.zt-line2 {
    top: 17px;
    left: 30px;
    transform: rotate(35deg);
}

.zhanting-news-item a:hover i.zt-line2 {
    top: 18px;
    left: 30px;
    transform: rotate(0deg);
}

.zhanting-news-item a i.zt-line3 {
    top: 22px;
    left: 30px;
    transform: rotate(-35deg);
}

.zhanting-news-item a:hover i.zt-line3 {
    top: 21px;
    left: 30px;
    transform: rotate(0deg);
}

.zhanting-news-item a i.zt-line4 {
    top: 22px;
    left: 40px;
    transform: rotate(-35deg);
}

.zhanting-news-item a:hover i.zt-line4 {
    top: 24px;
    left: 30px;
    transform: rotate(0deg);
}


/*更多特效 end*/

.zhanting-news-list {
    overflow: hidden;
}

.zhanting-news-list-left {
    float: left;
    width: 600px;
}

.zhanting-news-ll-item {
    position: relative;
    height: 20px;
    border-bottom: 2px solid #e20816;
    padding: 20px 0 0 0;
}

.zhanting-news-ll-item h3 {
    position: absolute;
    line-height: 40px;
    background-color: #f6f6f6;
    padding: 0 5px;
}

.zhanting-news-ll-list {
    padding: 30px 0 0 0;
}

.zhanting-news-ll-list li {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.zhanting-news-ll-list img {
    width: 160px;
    height: 112px;
    float: left;
}

.zhanting-news-lll-con {
    width: 425px;
    float: left;
    padding-left: 15px;
    height: 112px;
    overflow: hidden;
}

.zhanting-news-lll-con h4 {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bolder;
}

.zhanting-news-lll-con h4 a {
    color: #333;
}

.zhanting-news-lll-con a {
    transition: color 0.3s;
}

.zhanting-news-lll-con p a {
    color: #666;
}

.zhanting-news-lll-con a:hover {
    color: #e20816;
    text-decoration: underline;
}

.zhanting-news-right {
    padding: 35px 0 0 40px;
    float: left;
    width: 560px;
}

.zhanting-news-right li {
    list-style-type: disc;
    padding-bottom: 20px;
}

.zhanting-news-right li a {
    color: #666;
    transition: color 0.3s;
}

.zhanting-news-right li span {
    float: right;
    color: #999;
}

.zhanting-news-right li a:hover {
    color: #e20816;
    text-decoration: underline;
}


/*新闻 end*/


/*签约 start*/

.zhanting-qianyue {
    min-width: 1200px;
    background-color: #FFF;
}

.zhanting-qianyue-main {
    padding: 30px 0;
    background: url(../img_zhuanti/bg-zhanting-qianyue.jpg) no-repeat;
}

.zhanting-qianyue h2 {
    text-align: center;
    color: #e20816
}

.zhanting-qianyue h3 {
    text-align: center;
    color: #999;
}

.zhanting-qianyue ul {
    padding: 30px 0;
}

.zhanting-qianyue ul li {
    text-align: center;
    font-weight: bold;
    color: #555;
    font-size: 16px;
    padding-bottom: 10px;
}

.zhanting-qianyue li a {
    color: #555;
    transition: all 0.3s;
}

.zhanting-qianyue li a:hover {
    color: #e20816;
    text-decoration: underline;
}


/*签约 end*/