@charset "utf-8";
/**
* Theme Name: Customizr
* Theme URI: http://presscustomizr.com/customizr
* Description: Customizr is a versatile and easy to customize WordPress theme, instantly giving a professional look to your online presence. Designed with visitor engagement in mind, it allows anyone to create a beautiful, fast and mobile friendly website compatible with all browsers and devices. Customizr works fine with major WordPress plugins like WooCommerce, bbPress, JetPack and many others. Top rated by hundreds and with a very active community of users and developers, the Customizr theme is a safe and reliable design option to publish your WordPress content.
* Version: 4.0.3
* Author: nikeo
* Author URI: http://presscustomizr.com/
* Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2013 - 2017 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/




/*公共*/
.fleft {float: left;}
.fright {float: right;}

/* 清除浮动 */
.clearfix:after { display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix { *zoom:1;}
q:before,q:after{content: ""}
.clear { clear:both;}
.none{ display:none;}



/*header*/
.tc-header.border-top {
    border-top-width: 0px;
    border-color：#ed6c00;
}

/* logo大小和位置 */
.branding {
    padding-top: .125em!important;
    padding-bottom: .725em!important;
}
.navbar-brand-sitelogo img {
    width: auto;
    max-width: 65%!important;
}
.tpnav-header__header {
    height: 80px!important;
}
.branding .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
.can-shrink-brand.sticky-brand-shrink-on .desktop-sticky .navbar-brand img {
    height: auto!important;
    width: 50%!important;
}

/*菜单栏*/
.nav__menu .menu-item {
    /*margin: 0!important;*/
}
.nav__menu .menu-item:first-child {
    margin-right: 20.25px!important;
}

/*搜索*/
.search_o .search-close_btn {
    top: 78px!important;
}

/*幻灯片蒙层*/
.bg-link:hover {
    background: rgba(49, 49, 49, 0)!important;
}

/* 隐藏编辑按钮 */
.slider-btn-edit {
    display:none;
}
.slide-btn-edit{
    display:none;
}
.btn-edit{
    display:none;
}


/*featured-page*/
.marketing {
    margin-bottom: 4.25em!important;
    margin-top: 0!important;
}
.fp-widget-area {
    padding: 0 5% 0 5%;
}
.fp-title::after {
    background: #ed6c00!important;
}
.fp-button .btn-more {
    border-color: #ed6c00!important;
    background-color: #ed6c00;
}

/*首页精选文章*/
.hover .entry-title a {
    color: #313131!important;
}
.hover .entry-title a:hover {
    color: #ed6c00!important;
}

/*文章*/
.grid-container__classic.tc-grid-border .grid__item {
    border-color: #ed6c00!important;
}
.post-action {
    display: none!important;
}
.post .post-content p {
    margin-bottom:10px;
    text-indent: 2em;
}


/*------------------
    分页部分的CSS
------------------*/
.fenye{    
    height: 25px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    margin: 20px auto;
    _border: solid 1px #ccc;
    _text-align: center;
}
.fenye a{
    padding:4px 6px 4px 6px;
    margin:0 2px 0 2px;
    border:1px solid #aaa;
    text-decoration:none;
    color:#333;
}
.fenye a.current{    
    background:#ff6f3d;    
    color:#fff;
}
.fenye a:hover{
    background:#ff6f3d;
    color:#fff;
}
/*-- footer --*/
.footer {
    width:100%;
    height:64px;
    background:#E6E9ED;
    border-top: 1px solid #e2e2e3;
}
/*-- post --*/
.post {
    background:none;
}
.post .entry-cnt {
    height:auto;
    line-height:2;
    font-size:14px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #eee;
    padding:15px 0 0;
}
.post .entry-cnt p {
    line-height:2;
    font-size:14px;    
}
.related {
    padding:10px 5px 10px 5px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin: 20px auto 10px auto;
}
.r-left {
    float:left;
}
.r-right {
    float:right;
}
/*-- discuss --*/
.discuss {
    padding:25px;
}


/*尾部*/
#footer{ padding-top: 10px; background-color:#313131;}/* border-top: 15px solid #f4f0ed;*/
#footer .main { position: relative; margin: 0 15em;}
#footer h4{ font-size: 24px; color:white;}
#footer h2{ font-size: 16px; color:white;}
#footer p{ line-height: 1.7; color:white;}
#footer .item{ float: left; margin-right: 10%; font-size: 14px; color: #aaaaaa;}
#footer .item a{ color: #aaaaaa;}
#footer .item a:hover{ color: #ffffff;}
#footer .item:first-of-type{ width: 300px;}
#footer .item:last-of-type{ width: auto; margin-right: 0; margin-top: 20px; margin-left: 10em;}
#footer .gongzhonghao {margin-top: 20px; margin-right: 0; display: inline-block; position: relative; padding-left: 15%;}
#footer .gongzhonghao img {max-width: 90%;}
#footer .gongzhonghaoTitle {color: white!important; text-align: center; max-width: 90%; font-size: 12px; padding-top: 5px;}
#footer .introduce{ padding-bottom: 20px;}
#footer .protect{ margin: 32px 0 16px;}
#footer .protect p{ width: 195px; padding-top: 10px;}
#footer ul{ padding-top: 15px;}
/*#footer ul li{ padding-bottom: 5px;}*/
#footer .item:last-of-type p{ padding-top: 30px;}
#footer .item:last-of-type .mail{ display: inline-block; margin-top: 35px; font-size: 18px; color: #00bcd5;}
#footer .item:last-of-type .mail:hover{ text-decoration: underline;}
#footer .return-top{ display: none; position: fixed; bottom: 100px; right: 100px; z-index: 1000; width: 60px; height: 60px; box-shadow: 0 0 10px rgba(0,0,0,.3); border-radius: 100%; background: url("../images/return_top.png") no-repeat center #fff; cursor: pointer;}
#footer .return-top:hover{ box-shadow: 0 0 15px rgba(0,0,0,.3);}
#footer .icp-info{ padding: 15px 0; text-align: center; background-color:#242424}
#footer .icp-info p{ line-height: 18px; font-size: 11px; color: #999;margin: 5px 0;}
#footer .icp-info p a{ color: #999;}
#footer .icp-info p a:hover{ color: #fff;}
#footer .icp-info p.gongan a{ padding-left: 20px; background: url(../images/record.jpg) no-repeat 0 center; background-size: 18px;}

@media screen and (min-width: 1600px) {
    #footer .main { position: relative; margin: 0 2% 50px 16%;}
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    #footer .item:last-of-type p{ padding-top: 10px;}
    #footer .item{ margin-right: 11.5%;}
    #footer .main { position: relative; margin: 0 5% 50px 12%;}
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
    #footer{ padding-top: 2%;}
    #footer .item:last-of-type p{ padding-top: 10px;}
    #footer .main { position: relative; margin: 0 5% 50px 10%;}
    /*#footer .gongzhonghao {padding-left: 10%;}*/
}
@media screen and (max-width: 820px) {
    #footer .item{ margin-right: 7%;}
    #footer h4{ font-size: 20px;}
    #footer h2{ font-size: 14px;}
}
@media screen and (min-width: 640px) and (max-width: 820px) {
    #footer .main { position: relative; margin: 0 5% 40px 11%;}
    /*#footer .item{ height: 250px;}*/
}
@media screen and (max-width: 640px) {
    #footer .protect{ margin: 24px 0 16px;}
    #footer ul{ padding-top: 20px;}
    #footer .item:first-of-type,
    #footer .item:last-of-type{ width: auto;}
    #footer .item:first-of-type{ margin-right: 0;}
    #footer .icp-info p{ font-size: 10px;}
}
@media (max-width: 60em) and (min-width: 20em) {
    #footer .main { position: relative; margin: 0 5% 30px 11%;}
}


/*招商信息*/
 .tab{ border-bottom: 1px solid #f0f0f0; line-height: 60px; text-align: center; font-size: 18px; color: #888888;}
 .tab-wrap{ position: relative; width: 550px; margin: 0 auto;}
 .tab-wrap:before,
 .tab-wrap:after{ content: ''; position: absolute; top: 0; bottom: 0; width: 8px; height: 14px; margin: auto 0; background: no-repeat center;}
 .tab a{ display: inline-block; padding: 0 16px; color: #888888; cursor: pointer; }
 .tab a.cur{ color: #ed6c00!important; }
 .tab .underline{ position: absolute; bottom: -2px; left: 18%; width: 76px; height: 2px; background-color: #ed6c00;}
 .tab .animate { -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}

@media screen and (max-width: 640px) {
     .tab{ padding: 0 5%; font-size: 14px;}
     .tab-wrap{ width: auto;}
     .tab a{ padding: 0 2%;}
}
@media screen and (max-width: 375px) {
     .tab{ font-size: 12px;}
     .tab-wrap:before, .inside-list .tab-wrap:after{ display: none;}
}

#article-house {margin-top: 30px;}
#article-house #lianhe{display: none};
#article-house section{ margin-top: 40px;}
/*#article-house ul{ margin-bottom: 50px;}*/
#article-house ul li{ padding:40px 0 40px 0;}
#article-house ul .odd{ background-color: white;}
#article-house ul .even{ background-color: #f2f2f2;}
#article-house .title{ margin-top: 35px;}
#article-house .image{ text-align: center; letter-spacing: normal; width: 100%;}
#article-house .image img{ width: 70%; max-width: 1140px;}
#article-house .name{ text-align: center; margin-top: 20px; margin-bottom: 10px; font-size: 20px; font-weight: light-bold;}
#article-house .detail{ text-align: center;line-height: 20px}
@media screen and (max-width: 1200px) {
    #sec-house .content{ padding-bottom: 60px;}
    #sec-house .content li:hover{ -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
}
@media screen and (max-width: 820px) {
    #sec-house .content li:nth-of-type(2){ margin: 20px 0 0 0;}
    #sec-house .content li{ display: block; width: auto; height: auto;}
    #sec-house .content li img{ width: 100%;}
    #sec-house .content li p{ font-size: 24px; line-height: 64px;}
}
@media screen and (max-width: 640px) {
    #sec-house .content li p{ font-size: 16px; line-height: 35px;}
}


/*园区动态*/
.grid-container__alternate article {
     margin: 1em 0!important; 
}
.grid-container__alternate article .tc-content {
    padding: 2em 2.5em!important;
}

/*信用管理*/
#fengpaimore #title {text-align: center!important; margin:70px 0 30px 0; }
#fengpaimore #title img {width: 65%;}
#fengpaimore .link {font-size: 20px; margin-top: 5px;}
#fengpaimore .link a {text-decoration:underline; color: #5a5a5a;}
#fengpaimore .qa {margin: 20px 43% 150px 43%; width: 14%; height: 40px; text-align: center; color: #fff; font-size: 18px; border: 2px solid #ed6c00 ; background-color: #ed6c00; border-radius: 2px; transition: all .2s ease-in-out;}
#fengpaimore .qa span {vertical-align: middle; line-height: 36px;}
#fengpaimore .qa:hover { background-color: #fff; color: #ed6c00;}
@media screen and (max-width: 640px) {
    #fengpaimore #title img {width: 90%;}
    #fengpaimore .qa {margin: 20px 33% 150px 33%; width: 34%; }
}
/*信用管理QA*/
#qa section {margin-bottom: 40px;}
#qa #ziranren {display: none;}
#qa li {padding: 20px 0 30px 0; border-bottom: 1px solid #cccccc;}
#qa div { text-indent:2em; }
#qa h4 {font-weight: 400; font-size: 24px; margin-top: 10px;}


/*智管家*/
#zhiguanjia {margin-bottom: 50px;}
#zhiguanjia .banner img{width: 100%;}
#zhiguanjia .title {margin-top: 50px; margin-bottom: 5px; text-align: center; font-size: 18px;}
#zhiguanjia .underline {bottom: 2px; margin:0 auto; width: 30px; height: 2px; background-color: #ed6c00;}
#zhiguanjia .category {margin: 30px 10%; text-align: center;}
#zhiguanjia .category img {width: 22em; height: auto; margin: 10px;}
#zhiguanjia .category img {-moz-transition:ease-out 0.2s; -o-transition:ease-out 0.2s; -webkit-transition:ease-out 0.2s; transition:ease-out 0.2s;}
#zhiguanjia .category img:hover { border-color: #fff; box-shadow: 0 6px 15px 0 rgba(185, 159, 141, 0.5); -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); transform: translateY(-6px);}
/*智管家公告*/
#zhiguanjia .item-cont {margin:20px 10% 10px 10%; }
#zhiguanjia .notice {margin-bottom:15px; border-bottom: 1px solid #f0f0f0; font-size: 14px;}
#zhiguanjia .notice a {color: #313131;}
#zhiguanjia .notice p {margin-top: 0.4em;}
#zhiguanjia .notice-title {font-size: 20px;}
#zhiguanjia .time {padding-top:0.8em ; padding-bottom: 15px;}
#zhiguanjia .right{ float: right; color: #ed6c00; margin-top: -80px; }
#zhiguanjia .right img{ height: 15px; }
@media screen and (max-width: 1360px) {
    #zhiguanjia .category img {width: 18em; height: auto; margin: 10px;}
}
@media screen and (min-width: 1400px) {
    #zhiguanjia .item-cont {margin:auto; max-width: 1140px;}
}
@media screen and (max-width: 1120px) {
    #zhiguanjia .title {font-size: 14px;}
    #zhiguanjia .category img {width: 15em; height: auto; margin: 10px;}
}
@media screen and (max-width: 970px) {
    #zhiguanjia .title {font-size: 14px;}
    #zhiguanjia .category {width:25em; margin: 30px auto;}
    #zhiguanjia .category img {width: 25em; height: auto; margin: 10px;}
}

/*扶持政策*/
#policy {margin-top: 40px; margin-bottom: 50px;}
#policy .item-cont {margin:20px 10% 10px 10%;}
#policy .notice {padding-top: 15px; border-bottom: 1px solid #f0f0f0; font-size: 14px; max-width: 1140px; margin: auto;}
#policy .notice a {color: #313131;}
#policy .notice-title {font-size: 20px;}
#policy .time {padding-top:2em ; padding-bottom: 15px;}
#policy .right{ float: right; color: #ed6c00; margin-top: -70px; }
#policy .right img{ height: 15px; }
@media screen and (max-width: 1100px) {
    #policy .notice-title {font-size: 17px;}
    #policy .time {padding-top:1.5em ;}
}
@media screen and (max-width: 970px) {
    #policy .notice-title {font-size: 14px;}
    #policy .time {padding-top:1em ;}
}

/*园区一卡通*/
#card {margin-bottom: 50px;}
#card .banner img{width: 100%;}
#card .card-title {margin-top: 50px; margin-bottom: 5px; text-align: center; font-size: 18px;}
#card .underline {bottom: 2px; margin:0 auto; width: 30px; height: 2px; background-color: #ed6c00;}
#card .stores {margin: 10px auto; text-align: center;}
#card .stores img {max-width: 20%; max-height: 120px; padding: 5px 10px;}
@media screen and (max-width: 640px) {
    #card .title {font-size: 14px;}
}

/*孵化器*/
#fuhuaqi .banner img{width: 100%;}
#fuhuaqi .title {margin-top: 50px; margin-bottom: 40px; text-align: center; font-size: 18px;}
#fuhuaqi .isas { padding:0 20% 0 20%; background-color: white; list-style:none;}
#fuhuaqi .isa {position: relative; width:33%; text-align: center;}
#fuhuaqi .isatitle {font-size: 16px;}
#fuhuaqi .isadetail {font-size: 13px; line-height: 17px;}
#fuhuaqi .service {position: relative; padding:0 20% 0 20%; text-align: center; margin:20px 0 20px 0;}
#fuhuaqi .service-title {font-size: 18px; }
#fuhuaqi .service-detail {font-size: 13px; }
#fuhuaqi .pictures {position: relative; text-align: center;}
#fuhuaqi .pictures img {width: 49.5%; padding:0 10px 20px 10px;}
#fuhuaqi .bujutu {padding:0 20% 0 20%; text-align: center; margin:20px 0 20px 0;}
/*智空间*/
#fuhuaqi .zhikongjian {margin:0 13% 0 13%;}
#fuhuaqi .zhikongjian img{width: 50%; padding:0 10px 20px 10px;}
@media screen and (min-width: 1400px) {
    #fuhuaqi .zhikongjian,.pictures {margin:auto!important; max-width: 1140px;}
    #fuhuaqi .isatitle {font-size: 22px;}
    #fuhuaqi .isadetail {font-size: 16px; line-height: 22px;}
}
@media screen and (max-width: 1400px) {
    #fuhuaqi .isas { padding:0 15% 0 15%;}
    #fuhuaqi .service {padding:0 15% 0 15%;}
    #fuhuaqi .pictures {padding:0 15% 0 15%;}
    #fuhuaqi .bujutu {padding:0 15% 0 15%;}
    #fuhuaqi .service .service-content-left {left: 22%!important;}
    #fuhuaqi .service .service-content-right {left: 56%!important;}
    #fuhuaqi .service-title {font-size: 17px;}
    #fuhuaqi .service-detail {font-size: 12px;}
    #fuhuaqi .zhikongjian {margin:0 10% 0 10%; padding:0;}
}
@media screen and (max-width: 960px) {
    #fuhuaqi .isas { padding:0 10% 0 10%;}
    #fuhuaqi .service {padding:0 10% 0 10%;}
    #fuhuaqi .pictures {padding:0 10% 0 10%;}
    #fuhuaqi .bujutu {padding:0 10% 0 10%;}
    #fuhuaqi .service .service-content-left {left: 18%!important;}
    #fuhuaqi .service .service-content-right {left: 57%!important;}
    #fuhuaqi .isatitle {font-size: 15px;}
    #fuhuaqi .isadetail {font-size: 12px; line-height: 16px;}
    #fuhuaqi .service-title {font-size: 16px;}
    #fuhuaqi .service-detail {font-size: 11px;}
    #fuhuaqi .zhikongjian {margin:0 8% 0 8%; padding:0;}
}
@media screen and (max-width: 820px) {
    #fuhuaqi .isas { padding:0 10% 0 10%;}
    #fuhuaqi .service {padding:0 10% 0 10%;}
    #fuhuaqi .pictures {padding:0 10% 0 10%;}
    #fuhuaqi .bujutu {padding:0 10% 0 10%;}
    #fuhuaqi .service .service-content-left {left: 18%!important;}
    #fuhuaqi .service .service-content-right {left: 57%!important;}
    #fuhuaqi .isatitle {font-size: 13px;}
    #fuhuaqi .isadetail {font-size: 11px; line-height: 14px;}
    #fuhuaqi .service-title {font-size: 15px;}
    #fuhuaqi .service-detail {font-size: 11px;}
    #fuhuaqi .zhikongjian {margin:0 5% 0 5%; padding:0;}
}
@media screen and (max-width: 640px) {
    #fuhuaqi .isas { padding:0 2% 0 2%;}
    #fuhuaqi .service {padding:0 2% 0 2%;}
    #fuhuaqi .pictures {padding:0 2% 0 2%;}
    #fuhuaqi .bujutu {padding:0 2% 0 2%;}
    #fuhuaqi .service .service-content-left {left: 11%!important;}
    #fuhuaqi .service .service-content-right {left: 58%!important;}
    #fuhuaqi .isatitle {font-size: 11px;}
    #fuhuaqi .isadetail {font-size: 9px; line-height: 13px;}
    #fuhuaqi .service-title {font-size: 11px;}
    #fuhuaqi .service-detail {font-size: 9px;}
    #fuhuaqi .zhikongjian {margin:0 2% 0 2%; padding:0;}
}
@media screen and (max-width: 480px) {
    #fuhuaqi .isas { padding:0 2% 0 2%;}
    #fuhuaqi .service {padding:0 2% 0 2%;}
    #fuhuaqi .pictures {padding:0 2% 0 2%;}
    #fuhuaqi .bujutu {padding:0 2% 0 2%;}
    #fuhuaqi .service .service-content-left {left: 11%!important;}
    #fuhuaqi .service .service-content-right {left: 58%!important;}
    #fuhuaqi .isatitle {font-size: 16px;}
    #fuhuaqi .isadetail {font-size: 13px; line-height: 17px;}
    #fuhuaqi .service-title {font-size: 8px;}
    #fuhuaqi .service-detail {font-size: 6px;}
    #fuhuaqi .isa {position: relative; width:100%; text-align: center;}
    #fuhuaqi .pictures img {width: 100%; padding:0 10px 20px 10px;}
    #fuhuaqi .zhikongjian {margin:0 2% 0 2%; padding:0;}
}


/*会议中心*/
#article-conference {margin-top: 20px; margin-bottom: 20px;}
#article-conference .image { padding: 20px 20px 0 20px; text-align: center; letter-spacing: normal; width: 100%;}
#article-conference .image img {width:78%; max-width: 1140px;}
@media screen and (max-width: 1200px) {
    #article-conference .image img {width:90%;}
}
@media screen and (max-width: 820px) {
    #article-conference .image img {width:100%;}
}
@media screen and (max-width: 640px) {
    #article-conference {margin-top: 0; margin-bottom: 10px;}
    #article-conference .image { padding: 10px 10px 0 10px;}
}

/*会议室详情*/
#conferenceDetail {padding:40px 10% 80px 10%; background-color: #EEEEEE; }
#conferenceDetail .peitao {max-width: 1140px; }
#conferenceDetail .peitao .price{background-color: #ffffff; width:20%;height: 80px;text-align: center; padding-top: 26px; font-size: 20px; color:#ed6c00; border-bottom:1.5px solid #EEEEEE;border-right:0.75px solid #EEEEEE;}
#conferenceDetail .peitao .sheshi {width: 80%; height: 80px; background-color: #ffffff; padding:10px 0 10px 8%; border-bottom:1.5px solid #EEEEEE;border-left:0.75px solid #EEEEEE;}
#conferenceDetail .peitao .sheshi ul {width: 100%;}
#conferenceDetail .peitao .sheshi span {color: #929394;}
#conferenceDetail .peitao img{width: 10%;}
#conferenceDetail .peitao li {width: 33%;}
#conferenceDetail .detail {background-color: #ffffff; padding: 10px 20px 15px 20px; max-width: 1140px;}
#conferenceDetail .service {margin-top: 30px; text-align: center; max-width: 1140px;}
#conferenceDetail .service li {margin: 0 6.5% 0 6.5%; padding-top: 15px; background-color: #ffffff; height: 60px;width:20%; box-shadow: 2px 2px 5px #888888;}
#conferenceDetail .service a {color:#333;}
#conferenceDetail .service .london {margin: 0 15% 0 15%;}
#conferenceDetail .service img {width: 10%;}
#conferenceDetail .service span {font-size: 16px; color: #c5c6c7;}
#conferenceDetail .phone {background-color: #ffffff; margin-top:30px;padding: 15px 0 15px 0;text-align: center;font-size: 20px; max-width: 1140px;}
#conferenceDetail .service li {-moz-transition:ease-out 0.1s; -o-transition:ease-out 0.1s; -webkit-transition:ease-out 0.1s; transition:ease-out 0.1s;}
#conferenceDetail .service li:hover { border-color: #fff; box-shadow: 0 4px 8px 0 rgba(185, 159, 141, 0.5); -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); transform: translateY(-4px);}

/*#conferenceDetail .service li:hover {color:#ed6c00;}*/
@media screen and (min-width: 1400px) {
    #conferenceDetail .peitao,.detail,.service,.phone {margin:auto;}
}
@media screen and (max-width: 1400px) {
    #conferenceDetail {padding:40px 8% 80px 8%;}
}
@media screen and (max-width: 960px) {
    #conferenceDetail {padding:40px 6% 80px 6%;}
}
@media screen and (max-width: 640px) {
    #conferenceDetail {padding:20px 2% 40px 2%;}
    #conferenceDetail .peitao .sheshi {padding:10px 0 10px 0;}
    #conferenceDetail .peitao .price{width:20%;height: 80px;padding-top: 20px; font-size: 14px;}
    #conferenceDetail .service li {margin: 0 4% 0 4%; width:25%;}
    #conferenceDetail .service .london {margin: 0 12% 0 12%;}
    #conferenceDetail .service img {width: 15%;}
    #conferenceDetail .service span {font-size: 14px;}
}


/*锋派餐厅，纳曼咖啡*/
#fengpai .store-title {margin-top: 40px; margin-bottom: 40px; text-align: center; font-size: 24px;}
#fengpai .pictures ul {margin-bottom: 30px;}
#fengpai .pictures li {margin:0 1% 0 1%; width: 23%;}
#fengpai .pictures li img {width: 100%; -moz-transition:ease-out 0.3s; -o-transition:ease-out 0.3s; -webkit-transition:ease-out 0.3s; transition:ease-out 0.3s;}
#fengpai .pictures img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
#fengpai .phone {margin:0 30% 50px 30%; padding: 10px 0 10px 0; text-align: center;font-size: 23px; color: #666666; border:1px solid #ed6c00;}
/*智美体育*/
#fengpai .zhimei li {margin:0 1% 0 1%; width: 31.3%;}
/*哇咔足球*/
#fengpai .waka {text-align: center!important;}
#fengpai .waka img{text-align: center;}
@media screen and (max-width: 960px) {
    #fengpai .store-title {font-size: 20px; margin-top: 30px; margin-bottom: 30px;}
    #fengpai .phone {margin:0 20% 50px 20%; font-size: 20px; }
}
@media screen and (max-width: 640px) {
    #fengpai .store-title {font-size: 16px; margin-top: 20px; margin-bottom: 20px;}
    #fengpai .pictures li {width: 48%;}
    #fengpai .phone {margin:0 10% 50px 10%; font-size: 16px; }
    #fengpai .zhimei li {width: 100%; text-align: center; }
}

/*锋派更多餐品*/
#fengpaimore .pic1 {margin-left: 16%; width:33%; margin-top: 30px;}
#fengpaimore .pic2 {margin-right: 16%; width:33%; margin-top: 30px;}
#fengpaimore .pic3 {margin-left: 16%; width:33%; margin-top: 30px;}
#fengpaimore .pic4 {margin-right: 16%; width:33%; margin-top: 30px;}
#fengpaimore .pic5 {margin-left: 16%; width:33%; margin-top: 30px; margin-bottom: 30px;}
#fengpaimore .pic6 {margin-right: 16%; width:33%; margin-top: 30px; margin-bottom: 30px;}
#fengpaimore .phone {margin:0 30% 50px 30%; width: 40%; text-align: center;font-size: 23px; color: #fff; }
#fengpaimore .words {text-align: center; margin: 0 5% 30px 5%; padding-top: 30px;}

/*商户*/
#article-conference .item img {-moz-transition:ease-out 0.2s; -o-transition:ease-out 0.2s; -webkit-transition:ease-out 0.2s; transition:ease-out 0.2s;}
#article-conference .item img:hover { border-color: #fff; box-shadow: 0 6px 15px 0 rgba(185, 159, 141, 0.5); -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); transform: translateY(-6px);}


/*茶歇详情*/
#chaxie .main {margin: 70px 20% 50px 20%; text-align: center;}
#chaxie .taocanWrapper {margin :0 auto; width: 100%; height: 500px;}
#chaxie .shangwuWrapper {margin :0 auto; width: 100%; height: 300px;}
#chaxie .taocan {margin: 0 5.8% 0 5.8%; color: #999999;font-size: 23px;  width: 21%;}
#chaxie .price {color:#ed6c00; }
#chaxie .num {font-size: 18px;}
#chaxie .line {margin-top: 120px; width: 1.5px;height: 170px;background-color: #CBCBCB;}
#chaxie .phone {padding-top: 50px; margin-bottom: 150px; text-align: center; color: #ed6c00; font-size: 23px;}

/*商务套餐*/
#chaxie .shangwu {margin: 0 5% 0 5%; color: #999999;font-size: 23px; width: 23%;}
#chaxie .shangwuline {margin-top: 80px; width: 1.5px;height: 135px;background-color: #CBCBCB;}
#chaxie .title {font-size: 23px; color: #666666;}
@media screen and (max-width: 1200px) {
    #chaxie .main {margin: 70px 20% 50px 20%;}
    #chaxie .taocan {margin: 0 5.2% 0 5.2%; font-size: 21px;}
    #chaxie .shangwu {margin: 0 4.5% 0 4.5%; font-size: 20px;}
    #chaxie .line {margin-top: 110px;}
    #chaxie .shangwuline {margin-top: 70px;}
    #chaxie .phone {font-size: 18px;}
}
@media screen and (max-width: 960px) {
    #chaxie .main {margin: 70px 10% 50px 10%;}
    #chaxie .taocan {margin: 0 4.6% 0 4.6%; font-size: 20px;}
    #chaxie .shangwu {font-size: 20px;} 
    #chaxie .shangwuline {margin-top: 70px;}
    #chaxie .phone {font-size: 16px;}
}
@media screen and (max-width: 640px) {
    #chaxie .title {font-size: 18px;}
    #chaxie .main {margin: 40px 0 30px 0;}
    #chaxie .taocanWrapper { height: 350px;}
    #chaxie .shangwuWrapper { height: 200px;}
    #chaxie .taocan {margin: 0 4.4% 0 4.4%; font-size: 14px;}
    #chaxie .shangwu {font-size: 14px;} 
    #chaxie .line {margin-top: 70px;}
    #chaxie .shangwuline {margin-top: 50px;height: 60px;}
    #chaxie .num {font-size: 12px;}
    #chaxie .phone {padding-top: 30px; margin-bottom: 50px; font-size: 14px;}
}


/*汐雨物业*/
#wuye .title {text-align: center!important; margin:70px 0 70px 0;}
#wuye h1 { font-weight: 800!important;}
#wuye .wrapper {margin-bottom: 50px;}
#wuye h4 {text-align: center;}
#wuye div {text-align: center;}

/*关于我们*/
#aboutus .wrapper{margin-top: 30px; margin-bottom: 50px;}
#aboutus .title {text-align: center!important; margin:100px 0 80px 0;}
#aboutus p {text-align:left; text-indent:2em;}
#aboutus div {text-align:left; text-indent:2em;}
#aboutus h4 {text-align: center; margin-top:50px;}

