/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
/*全局手机样式*/

html,body,header,footer{ max-width:1023px;}

html{ 

	position:relative; 

	/*

	background:url(/temp/temp/default/default-0001/1/images/touch/bg_1.jpg);

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

h1,h2,h3,h4{ font-weight:400;}



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

#mobile-nav h3{ font-size:2em; text-align:center;}

.default-mobile-nav-menu{

	padding-bottom:50px;

}

.default-mobile-nav-menu > li > a{

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

.default-mobile-nav-menu li a em{ display:none;}

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

/*---手机二级导航----*/

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

		background:url("/temp/temp/default/default-0001/1/images/g46.png") no-repeat center right;

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }

*/

body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}

body.nav-on .ui-mobile .ui-page-active{overflow:visible;}

body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}

body.nav-on #mobile-nav{overflow-y:auto;}

/*底部*/

footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}

footer a{ color:#fff;}



/*分页按钮*/

.default-mobile-page{ margin-top:10px;}

.default-mobile-page a{ background-color:#fff;}

.default-mobile-page a.a{ background-color:#333;}



/*列表页相关栏目列表*/

.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}

.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}

.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}

.default-mobile-list-cats nav{ display:none;}

.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}

.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}

.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}



/*导航滑动提示*/

.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}

.swipe-right-tip{ right:5%;  background:url(/temp/temp/default/default-0001/1/images/touch/swipe_left.png) no-repeat center;}

.swipe-left-tip{ right:95%; background:url(/temp/temp/default/default-0001/1/images/touch/swipe_right.png) no-repeat center;} 



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}



/*覆盖默认*/

.default-slider-single > .default-slider-box > ul > li img{

	height:auto;

}



/*底部版权*/

.default-mobile-copyright{ height:0; display:none;}

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

/*53客服被遮挡的 BUG*/

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

/*视频嵌入 100%宽度*/

.default-article-content iframe{ width:100% !important;}



/*手机内容页被调整过宽度后的高度自适应*/

article .content img{

	height:auto !important;

}
.mlr10{ margin:0 10px}

.mt60{ margin-top:60px;}

.mt45{ margin-top:45px;}

.mb45{ margin-bottom:45px;}

.design_one ul li.li_mr0{ margin-right:0;}

.design_one ul li.li_mr690{ margin-right:690px;}

.ptb{padding:45px 0; }



/*右边图标*/

.right_link{ position:fixed; right:0; top:100px; width:55px;overflow: hidden; background: #333; z-index: 100; border-radius: 4px;}

.right_link a{ display: block; line-height: 55px;height:55px;text-align:center;border-bottom:1px solid #444; }

.right_link span{ display: block; line-height: 55px;height:55px;text-align:center;}

.right_link a.dizhi{ background: url(/temp/temp/54/54-0008/201509101549/images/dizhi.png) no-repeat center; }

.right_link a.lf{ background: url(/temp/temp/54/54-0008/201509101549/images/lf.png) no-repeat center; }

.right_link a.kf{ background: url(/temp/temp/54/54-0008/201509101549/images/53kf.png) no-repeat center; }

.right_link a.weibo{ background: url(/temp/temp/54/54-0008/201509101549/images/weibo.png) no-repeat center; }

.right_link span.to_top{ background: url(/temp/temp/54/54-0008/201509101549/images/to_top.png) no-repeat center; }

/*top*/

.top_wrap{ background:#f5f5f5;}

.welcome{ height:32px; line-height: 32px;}

.top_lead li{text-align: center; border-right:1px solid #555; float: left; margin:9px 0; }

.top_lead li a{display: block; margin:0 10px; transition:all 0.3s;}

.top_lead li a:hover{ color: #888;}

.logo_bar{ padding:19px 0;}

.logo img{ height:auto;}

.position{ position:relative; height:26px; line-height:28px; background: url(/temp/temp/54/54-0008/201509101549/images/position.png) no-repeat center left; margin-left:24px; padding-left:20px; color: #32000b;width:400px;  }

.position span{ float:left;} 

.position .city1{ display:block; width:60px; font-weight:bold; text-align:center}

.position a{ text-decoration: underline; margin-left:10px; transition:all 0.3s;}

.server_line{ width:226px;}

.server_line span{ display: block;}

.server_line a{ display: block; margin:12px 0; color: #320008; font-size: 24px;}

.server_time{ color: #888;}

.server{color: #32000b;}

.position_div { position:relative; width:250px;}

.position_div .qiehuan{ background:#ccc; color:red; padding:3px 5px; border-radius:5px;}

.position_div ul.city_sel{ position:absolute; top:0; right:0; border:1px solid #ccc; width:160px;background:#F9F9F9; border-radius:8px;  display:none;}

.position_div ul.city_sel li{ float:left; z-index:10; width:70px; height:30px; line-height:30px; overflow:hidden;}

.position_div ul.city_sel li a{ color:#000; text-decoration:none;}

.position_div:hover .city_sel{ display:block;}

.position_div:hover ul.city_sel:hover li:hover a{ color:red; }



/*头部幻灯片*/

.banner { border-top: 5px #32000B solid;  background-color: #f9f9f9;}

.banner.default-slider .thumb ,

.banner.default-slider-2 .thumb{

	position: relative;

	bottom: 0;

	margin-top: -51px;

}

.banner.default-slider .thumb > ul > li img,

.banner.default-slider-2 .thumb > ul > li img{

	background-color:#fff;

}

.banner-2 > .dots > span.active{

	background-color:#32000B;

}

.banner-2{

	width:100%;

	position:relative;

	height:500px;

	overflow:hidden;

}

.w960 .banner-2{

	height:350px;

}

.banner-2 li{

	width:100%;

}

.banner-2 li img{

	position:absolute;

	width:100%;

	height:auto;

	margin-left:-960px;

	left:50%;

}

.w960 .banner-2 li img{

	margin-left:-680px;

}



/*头部导航*/

.nav_wrap{ position: relative; z-index: 999;}

.nav{ width:250px; position: absolute; left:0; top:0; background:#fafafa; } 

.nav h3{ text-align: center; font-size: 16px;  height:39px; line-height:39px;  background:#32000b;} 

.nav h3 a{ color: #fff;}

.nav dl{ background:#fafafa; padding: 3px 0 3px 10px; overflow:hidden ;transition:all 0.5s; border-top:1px solid #ececec; border-bottom:1px solid #ececec;}

.nav dl dt{ height:32px; line-height: 32px; background:none; overflow: hidden; text-align: left; clear: both;}

.w960 .nav dl dt{

	height:30px;

}

.nav dl dt a{ font-size: 16px; color: #32000b;}

.nav dl dd{ float: left; height:24px; line-height: 24px; overflow:hidden;}

.nav dl dd a{ font-size: 12px; margin-right:8px; color: #32000b; transition:all 0.5s;}

.nav dl:hover dd a{ color:#540002; transition:all 0.5s;}

.nav dl:hover dd a:hover{ color:#fff;}

.nav dl.nav_list_bg{ background:#968283;}

.nav .nav_list_bg a{ color: #fff;}

.nav dl a{ transition: all 0.5s;;} 

.nav dl:hover,.nav dl.nav_list_bg{ background:#968283;}

.nav dl:hover a{ color: #fff;}

.default-mod-add .nav{ display:none;} /*编辑状态下隐藏导航*/

/*foot*/

.foot_wrap{ width:100%; background:#535353;}

.foot{ padding:25px 0 22px 0;}

.show_link { text-align: center;}

.show_link a{ width:80px; padding:0 12px; border-right:1px solid #f7f5f6; color: #f7f5f6; transition:all 0.3s; line-height: 43px;}

.show_link a:hover{ color:#540002; border-bottom: 1px #464646 solid;}

.border{ margin:14px 0;}

.icon_link{ text-align: center; border-top: solid 1px #606060; padding-top:22px;}

.icon_link a{ display:inline-block; margin: 0 6px; }

.friend_link{ color:#535353; background: #a3a3a3; padding:12px 15px; margin-top:23px;}

.friend_link a{ line-height:24px; color: #535353; margin:0 6px; transition:all 0.3s;}

.friend_link a:hover{ color: #fff;}

.copyright_wrap{ width:100%; background:#a3a3a3;}

.copyright{ padding:10px 0; text-align: center; color: #535353;}

/*index*/



.in-order{

	background:#f9f9f9;

	padding-top: 40px;

}

.in-order .default-form{

	border: 1px #333 solid;

	border-radius: 5px;

}

.in-order .default-form h4{

	position: relative;

	width: 100px;

	margin: 0 auto;

	margin-top: -14px;

	font-size: 20px;

	text-align: center;

	background-color: #f9f9f9;

}

.in-order .default-form-group{

	padding: 20px 0 30px 104px;

}

.in-order .default-form-group h5{ display:none;}





.in-order .default-form-item{ float:left;}

.in-order .default-form-item label{

	display:block;

	margin-bottom: 15px;

	color: #33010a;

	font-weight: bold;

 }

.w960 .in-order .default-form-item select,

.w960 .in-order .default-form-item input {

	margin-right: 50px;

}

.in-order .default-form-item select,

.in-order .default-form-item input {

	width: 220px;

	height: 30px;

	margin-right: 130px;

	border-radius: 4px;

	border: 1px solid #888;

}

.in-order .default-form-item input[type=text] {

	padding-left: 10px;

}



.in-order .default-form input[type=submit] {

	position: relative;

	left: 50%;

	width: 110px;

	height: 36px;

	margin-left: -55px;

	margin-bottom: -10px;

	border-radius: 5px;

	color: #fff;

	font-size: 14px;

	background: #3b0c12;	

}



.order_wrap{ width:100%; background:#f9f9f9; padding:102px 0 55px 0; }

.order{ padding:45px; border-radius: 5px;  border:1px solid #320009; position:relative;}

.order_tit span{ display: block; color: #33010a;}

.order_line_book{ font-size: 18px; }

.order form input{ width:220px; height:30px; border-radius: 4px; border:1px solid #888; }

.order form input[type=text]{ padding-left:10px;}

.order form input:onfocus{ border-color:none;}

.order form select{width:220px; height:30px; border-radius: 4px; border:1px solid #888; }

.order_part {width:26%; float: left; margin-left:78px;}

.order_part span{ display: block; margin-bottom: 15px; color:#33010a; font-weight: bold;}

.order form input[type=submit]{width:110px; height:36px; background:#3b0c12; font-size: 14px; color: #fff;position:absolute; left:43%; bottom:-16px; margin:0 10px; padding-left:-10px; }

.order_tit{ position:absolute; top:-30px; left:42%; width:138px; height:55px; background: #f9f9f9; text-align: center;}

/*case*/

.case{ padding:40px 0 30px 0;}

.case .ad2 img{ width:100%; height:auto;}

.tit_pic_com{ display: block;  text-align: center;} 

.tit_com{ height:66px; line-height:52px; color: #888; text-align: center; margin-top:30px;  overflow: hidden;}

.case_ul{ margin-top:20px;}

.case_ul li{ width:369px; margin-right:40px; margin-bottom:33px; float: left; text-align: center; }

.case_ul li:nth-child(3n){ margin-right:0;}

.case_ul li a{ display:block ; background:#000; }

.case_ul li a img{ width:100%; height:auto;  transition: all 0.5s;}

.case_ul:hover li a img{ opacity:0.5;}

.case_ul:hover li a:hover img{ opacity:1;}

.case_ul li a span{ display: block; background: #fff; height:45px; line-height: 45px; overflow: hidden; color: #32000b; transition: all 0.5s;}

.case_ul:hover li a:hover span{ color: #ccc;}

.case_ul li p{ border-top: 1px dashed #dedede; border-bottom:1px solid #dedede; text-align: left;}

.case_ul li p a{ width:86px; height:32px; line-height: 32px; overflow: hidden; display: inline-block; padding-left:20px; margin-left: 15px; color: #888; background-color:none; }

.case_ul li p span{ width:86px; height:32px; line-height: 32px; overflow: hidden; display: inline-block; padding-left:20px; margin-left: 15px; color: #888; }

a.nam{ background: url(/temp/temp/54/54-0008/201509101549/images/nam.png) no-repeat center left !important;}

span.sty{ background: url(/temp/temp/54/54-0008/201509101549/images/sty.png) no-repeat center left;}

span.are{ background: url(/temp/temp/54/54-0008/201509101549/images/are.png) no-repeat center left;}

/*design*/

.design_wrap{ width:100%; background: #f9f9f9;}

.design{padding:40px 0 20px 0;}

.design_one{ position: relative;}

.design_one ul{ margin-top:30px;}

.design_one ul li{ float:left; width:114px; margin-right:20px; margin-bottom: 13px;}

.design_one ul li a{ display:block;}

.design_one ul li img{ width:100%; height:auto;}

.design_one_cen{ display: block; width:650px; height:284px; overflow: hidden; float:left; position: absolute; left:268px; top:150px; transition: all 0.3s;} 

.design_one_cen img{ width:100%; height:auto;}

.design_one_cen:hover{ opacity:0.8;}

.design_two li{ width:388px; margin-right: 12px; margin-bottom:15px;float: left; text-align: center; }

.design_two li:nth-child(3n){ margin-right:0;}

.design_two { margin-top:25px;}

.design_two li a{ display: block; transition: all 0.5s; outline: 1px solid #fff;}

.design_two li a:hover{ background:#ccc; outline: 3px solid #ccc; opacity:1;}

.design_two li a:hover span{ color: #fff;}

.design_two li img{ width:100%; height:auto;}

.design_two li span{ display: block;  height: 35px; line-height: 35px; overflow: hidden; transition:all 0.5s;} 

/*perfect*/

.perfect{ padding:30px 0 60px 0; }

.perfect_cen{ margin-top:30px;}

.perfect_cen_left{ width:445px;}

.perfect_cen_left object{ height:263px;}

.perfect_cen_left img{ width:100%;}

.perfect_cen_left a{ margin-top:27px; display: block;}

.perfect_cen_left_tit{  line-height: 22px; overflow: hidden;}

.perfect_cen_left_tit a{ display:block; margin-top:26px; margin-bottom: 10px; background: url(/temp/temp/54/54-0008/201509101549/images/tit1.png) no-repeat center left; padding-left: 20px; font-size: 18px; color: #333;}

.perfect_cen_right{ width:705px; padding-top:10px;}

.perfect_cen_right_list{ position: relative; border:1px solid #ccc; padding:12px; margin-bottom:25px; border-radius: 4px; }

.perfect_cen_right_list h3{ position: absolute; top:-10px; left:16px; color: #32000b; background: #fff; padding:0 5px; border-radius:4px;}

.perfect_cen_right_list p{ line-height: 22px; height:22px; color: #888;overflow: hidden; transition: all 0.3s;}

.perfect_cen_right_list p:hover{ color:#540002 ;}

.cen_pic img{ width:100%; height:auto;}

.cen_pic2 img{ width:100%; height:auto;}

/*底部滑动*/

.per_brand{ position:relative; overflow:hidden; padding-top:40px;}

.per_brand h3{ text-align: center; font-size: 18px; color: #32000b; margin-bottom:48px;}

.slide{ width:1188px; position:relative; }

.slide_box{width:1188px; }

.slide_box li{ width:197px; float:left; overflow:hidden;}

.show_com{ width:197px;display:block; margin:0 6px;; float: left;}

.show_com img{ width:100%; height:auto;}

.slide_btn{width:100%; position:absolute; top:36%; left:0;  margin-top:-39px; text-align: center;}

.slide_btn a{ height:25px; width:25px; display: inline-block;  z-index:21; border-radius:3px; transition:all .5s;}

.slide_btn a#slide_p{ background: url(/temp/temp/54/54-0008/201509101549/images/prew.png) no-repeat; margin: 0 10px;}

.slide_btn a#slide_n{ background: url(/temp/temp/54/54-0008/201509101549/images/next.png) no-repeat;}



/*house_wrap*/

.house_wrap{ width:100%; background: #e0f3f1;}

.house{ padding:40px 0 0 0;}

.house_ul { margin-top:95px;}

.house_ul li{ float: left; text-align: center; width:287px; margin-right:12px; margin-bottom: 65px; position: relative;  }

.house_ul li:nth-child(4n){ margin-right:0;}

.house_ul li a{ display: block; background:#000;}

.house_ul li a span{ display: block; height:45px;  line-height: 45px; background:#fff; overflow: hidden;}

.house_ul li a img{ width:100%; height:auto; transition:all 0.5s;}

.house_ul:hover li a img{ opacity:0.5;}

.house_ul:hover li a:hover img{ opacity:1;}

.house_ul:hover li a:hover span{ color: #32000b;}

.house_ul li p{ position: absolute; left:50%; top:-42px; margin-left:-37px; width:75px; height:65px; border-radius: 50%; background: #fff; border: 1px solid #ccc; padding-top:10px;}

.house_ul li p span{ display: block; font-size:24px ; color: #32000b; font-weight: bold; height:24px; line-height: 24px; overflow: hidden;}



/*construct*/

.construct{ padding:40px 0 30px 0;}

.construct h3 {text-align: center;}

.construct h3 a{ background: url("/temp/temp/54/54-0008/201509101549/images/more.png") no-repeat center right; padding:18px 25px; font-size: 24px; color: #32000b; }



/*蓝领施工抢先*/

.construct_one{ padding-top:33px; margin-top:28px; border-top:1px dashed #ccc;}

.construct_one li{ float: left; width:580px; margin-right: 28px; margin-bottom: 15px; padding:10px 0; transition:all 0.5s;}

.construct_one li:nth-child(2n){ margin-right:0;}

.construct_one li a{ display: block;}

.construct_one li:hover{ background:#f8f8f8;}

.construct_one li a img{ float: left;}

.construct_one_txt{ float: left; width:360px; margin-left: 20px; overflow: hidden;}

.construct_one_txt h4{ height:30px; line-height:30px; font-size: 14px; color: #32000b; overflow: hidden;}

.construct_one_txt p{ height:86px; line-height: 22px; color: #888;}

.construct_two li{ float: left; width:180px; margin-right:21px; position:relative; text-align: center; transition: all 0.5s;}

.construct_two li:nth-child(6){ margin-right:0;}

.construct_two li img{ width:100%; height:auto; transition: all 0.5s;}

.construct_two li:hover{ margin-top:-10px;}

.construct_two li:hover img{ opacity:0.8;}

.construct_two li a{ width:96px; height:96px;line-height: 96px;  display: block; background: url(/temp/temp/54/54-0008/201509101549/images/constr_cover.png) no-repeat; border-radius:50%; position: absolute; left:50%; top:50%; margin-left:-48px; margin-top:-48px; overflow: hidden; font-size: 16px; color: #fff;} 

/*工装案例*/

.gz_case_wrap{ width:100%; background: #e0f3f1;}

.gz_case{ padding:40px 0 30px 0;}

.gz_case_left{ width:266px;}

.gz_case_right{ width:921px;}

.gz_case_cen{ margin-top:30px;}

.gz_case_left_top{ background:#ffb41c; padding:40px 0 36px 40px;}

.gz_case_left_top h4{ font-size: 18px;}

.gz_case_left_top ul{ margin-top:5px;}

.gz_case_left_top ul li{ font-size: 14px;}

.gz_case_left a{ display:block;}

.gz_case_left img{ width:100%;}

.gz_case_left_top ul li{ margin:8px 0; line-height: 20px; height:20px; padding-left:7px; color: #fff; border-left:1px solid #e0f3f1; overflow: hidden; transition: all 0.3s;}

.gz_case_left_top ul li:hover{ border-left:4px solid #e0f3f1;}

.gz_case_right_list{ width:212px; padding:5px 8px 28px 8px; border:1px solid #ccc; float: left; transition: all 0.5s;;}

.gz_case_right_list li{ height:24px; line-height: 24px; overflow: hidden;}

.gz_case_right_list li.gz_case_li_pic{ height:135px; line-height: 135px; margin-bottom: 8px; }

.gz_case_right_list li.gz_case_li_pic img{ width:100%; height:auto; transition: all 0.5s;}

.gz_case_right_list:hover{ background:#f8f8f8;}

.gz_case_right_list:hover li.gz_case_li_pic img{ opacity:0.8;}

.gz_case_li_pic a{ display: block;}

.gz_case_li_pic a img{ width:100%;}

.gz_btn_pic{ margin-top:40px;}

.gz_btn_pic img{ width:100%; height:auto;}

/*动态百科*/

.show_wrap{ border-top:1px solid #dedede;}

.show_part{ width:560px; margin-right:66px; float: left; padding:40px 0 30px 0;}

.show_part p{ color: #540002; height:40px; line-height: 40px; font-size: 18px;}

.show_part p a{ color: #540002; }

.show1 div.mr0{ margin-right:0;}

.show_part_list{ padding-top:10px;}

.show_part_list li{ color: #888; height:30px; line-height: 30px; overflow: hidden; background:url(/temp/temp/54/54-0008/201509101549/images/bord_l.png) no-repeat center left; padding-left:15px; transition: all 0.5s;}

.show_part_list li a{ display:block; color: #888; transition: all 0.5s;}

.show_part_list li:hover a{ color: #540002;}

.show_part_news img{ float: left; }

.show_part_news { transition: all 0.5s;;}

.show_part_news:hover{ background:#f8f8f8;}

.show_part_list{ padding-left: 6px;}

.show_part p.tit{ background: url(/temp/temp/54/54-0008/201509101549/images/border1.png) center bottom no-repeat;}

.show_part_list li.show_part_news{ padding:20px 0 20px 0; height:120px; line-height:120px;  border-bottom: 1px dashed #ccc;}

.show_part_news_txt{ width: 354px; margin-left: 15px; float:left;}

.show_part_news_txt h4{ font-size: 18px; color: #333; height:24px; line-height: 24px; overflow: hidden;}

.show_part_news_txt p{ color: #888; line-height:24px; height:95px; overflow: hidden; font-size: 12px;} 

/*表格*/

.biaoge{ padding: 40px 0 30px 0;}

.biaoge table caption{ font-size:18px; color: #540002; margin-bottom:22px;}

.biaoge table tr th{  padding:14px 0; border:1px solid #d5d3d4; width:148px;}

.biaoge table tr td{ padding:14px 0; text-align: center;}

.biaoge table tr td a{ padding:8px 15px;  background:#540002; color: #fff;}

.biaoge table{ width:1188px;}

.biaogebg{ background:#F7F5F6;}

/*优势*/

.adv_wrap{ width:100%; background:#f7f5f6;}

.adv{ padding:40px 0;}

.adv h3{ font-size: 30px; color: #540002; text-align: center; }

.adv_server{ text-align: center;}

.adv_server .adv_server_top{ font-size: 30px; background: url(/temp/temp/54/54-0008/201509101549/images/border2.png) center bottom no-repeat;  line-height: 90px;}

.adv_server_top span{ color: #320009; font-size: 32px;}

.adv_server p{ line-height:30px; font-size: 16px;}

/*装修百科*/

.ptb43{ padding:43px 0;}

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

.tit_com h3{ color: #330009; font-weight: normal; }

.h3_tit{ font-size: 24px; }

.h3_eng{ font-size: 14px; padding-left:8px;}

.h3_pos{ color: #888;}

.h3_pos a{ color: #888;}

.ul_nav { border-top:1px solid #dedede; padding-bottom:25px;}

.w960 .ul_nav li{ width:135px;}

.ul_nav li{ width:146px; height:104px; line-height: 29px; float: left;background: url(/temp/temp/54/54-0008/201509101549/images/li_bor.png) no-repeat top left; text-align: center;}

/*.ul_nav .bg_no{ background:none;}*/

.ul_nav .bg_no a{ color: #99001d; background: url(/temp/temp/54/54-0008/201509101549/images/ul_nav_bg.png) repeat-x center top; display: block;}

.ul_nav li a{ display: block; padding-top:20px; }

.ul_nav li a span{ display: block;}

span.li_tit{ font-size: 18px;}

.ul_nav li:hover a{ color: #99001d; background: url(/temp/temp/54/54-0008/201509101549/images/ul_nav_bg.png) repeat-x center top;}

.tianjia { text-align: right; font-size:0;}

.tianjia a{ background:url(/temp/temp/54/54-0008/201509101549/images/tianjia.png) no-repeat; width:94px; height:24px; display: block; margin:11px 0;}

.deco_con li{ border-bottom:1px dashed #ccc; padding:22px 8px; transition: all 0.3s;}

.deco_con li a{ display: block;}

.deco_con li a img{ float: left; width:417px;}

.deco_con_text{ width:735px;}

.deco_con_text h4{ font-size: 18px; color: #7d6b6e; height:80px ;line-height: 80px ;overflow: hidden;}

.deco_con_text p{ color: #888; height:100px; line-height: 24px; overflow: hidden;}

.deco_con_text span { width:85px; height:25px; line-height:25px; display: block; color: #fff; text-align: center; background:#ccc; border-radius:4px; margin-top:8px;}

.deco_con li:hover{ background:#f8f8f8;}

.article{ margin-top:20px;}

.article img{ max-width:100%;}

.article p{ overflow: hidden; line-height: 24px;}

.show_inner_tit{ border-bottom:1px solid #dedede; padding:14px 0;}

.show_inner_tit .fanhui{ background:url(/temp/temp/54/54-0008/201509101549/images/show_left.png) center left no-repeat; padding-left:25px;}

.show_inner_h3{ font-size: 24px; color: #330009; height:45px; line-height: 45px; overflow: hidden; margin:20px 0;}

.show_inner_deta{ padding:24px; border-top:1px dashed #dedede;} 

.show_inner_deta li{ float: left; width:379px; text-align: left; height: 45px; line-height:45px;}

.show_inner_txt_l{ font-size: 14px; color: #340108;}

.show_inner_txt_r{ font-size: 14px; color: #777;}

.show_inner_design{ border-top:1px dashed #dedede; padding:24px; overflow: hidden;}

.show_inner_design h5{font-size: 14px; color: #330009; line-height: 33px; height:33px; overflow: hidden;}

.show_inner_design p{ color: #777;  line-height:33px;}

p.h3_pos a{ transition: all 0.3s;}

p.h3_pos a:hover{ color: #330009;}

/*人才招聘*/

.rczp{ background:url(/temp/temp/54/54-0008/201509101549/images/dedede.png) center repeat-x; text-align: left; height:30px; line-height: 30px; margin-top:45px;} 

.zp_tit{ font-size: 14px; color: #320009; background:#fff;  padding:0 15px;}

.zp_table{ width:1185px; margin-top:20px;text-align: center;}

.zp_table span{ padding:20px 0; border: 1px solid #c9c5c4; width:235px; background: none; float:left; line-height: 1.2;}

.zp_table span  a{ padding:6px 15px;  border: 1px solid #c9c5c4;  background: #fff;;}

.zp_table_bg span{background: #d7d6d6;}

.zp_table_bg a{ background: #d7d6d6;}

.zp_yp{ width:95px; padding:8px 15px; background: #fff; border: 1px solid #c9c5c4;  }

.zp_table_con{ padding:30px 60px; border: 1px solid #c9c5c4;display: none;}

.zp_table_con p{ line-height: 24px; overflow: hidden; color: #3e3a39; text-align: left; }

/*表单*/

.message{ padding:30px 0;  }

.message_col{ color:red;}

.message li{ width:500px; float: left;}

.message li input{ width:290px; height:30px; margin:5px 0;}

.message li select{ width:290px; height:30px; margin:5px 0;}

.liaojie{ border-top: 1px dashed #d5d5d5; padding:30px 0;}

.liaojie ul li{ float:left; width:142px; height:35px; line-height: 35px;}

.liaojie span{ font-weight: bold;}

.liaojie_one{ margin-top:10px;}

.liuyan{border-top: 1px dashed #d5d5d5; padding:30px 0;}

.liuyan span{ display: block; font-weight: bold; height:30px;line-height: 30px;}

.liuyan textarea{ width:1188px; min-height: 200px; border:1px solid #d5d5d5;}

.liuyan input[type=submit]{ width:100px; height:35px; line-height: 35px; background: #491e23; color: #fff;  border:none; margin-top:30px; font-weight: bold;}

/*区域设计---团队*/

/*.area{ display:none;}*/

.area_pic{ width:639px;}

.area_company{ width:515px;  padding-top:35px;}

.area_company h4{ font-size: 18px;v color: #330009;} 

.area_company p{ height:285px; line-height: 30px; margin-top: 25px; font-size: 14px; color: #555;}

.design_det { margin-top:60px;}

.design_det li{ width:215px; margin:0 11px 20px 11px;  float: left; text-align: center;}

.design_det li a{ display: block;}

.design_det li a img{ width:100%;}

.design_name{ height:30px; line-height: 30px; overflow: hidden; font-size: 16px; color: #330009; display: block; margin-top:8px;}

.design_pos{  height:25px; line-height:25px; overflow: hidden; font-size: 14px; color: #888; display: block;}

/*设计师介绍--团队内页*/

.bt1{ border-bottom:1px solid #dedede;}

/*.text_a_r{ text-align: right; height:66px; line-height: 66px;}*/

.info a{padding:6px 20px; margin-right:3px;background:#330009;}

.designer_con_name{ font-size: 24px ; color: #330009;}

.designer_con_txt_l{ font-size: 18px; color: #330009;}

.designer_con_txt_r{ font-size: 18px; color: #555;}

.page{ overflow:hidden;}

.default-pc-page{ margin-top:10px;}

.page a{}

.designer_con{ margin:50px 0 10px 0; }

.designer_con_txt{ width:885px; overflow: hidden;}

.designer_anli{ border-top:1px dashed #ccc;}

.designer_con_r li{  line-height: 35px; overflow: hidden; border-bottom: 1px dashed #dedede;}

.designer_con_r li:nth-child(2){ display:none;}



.zuoping{ border-top:1px dashed #dedede; padding:15px 0 20px 0; }

.designer_span_com{ display: block; font-size: 20px; font-weight:bold; color: #330009; height:39px; line-height: 39px;}

.zuoping p{  line-height: 39px; font-size: 14px; color: #555;}

/*关于我们*/

.abourus { overflow: hidden; margin-top:20px;}

.abourus img{ max-width:100%; height:auto;}

.abourus p{ line-height:28px; font-size: 14px; color: #555;}

/*动态*/

.dongtai_con{ position:relative;}

.dongtai_con li{ width:251px; box-shadow: 0 0 10px #ccc; padding:12px; float: left; margin:0 8px 15px 8px; transition: all 0.5s;}

.dongtai_con li a{ display: block; }

.dongtai_con li a img{ width:100%; }

.dongtai_con li a span{ display: block; width:85px; height: 25px; line-height: 25px; text-align:center; color: #fff; background: #ccc; border-radius: 4px; margin-top:15px;}

.dongtai_con li a p{ height: 25px; line-height: 25px; overflow: hidden; margin-top:12px;}

.dongtai_con li:hover{ background:#f9f9f9;}

/*底部滑动*/

/*



.flashbg{width:100%;height:120px; margin:0 auto;position:relative;overflow:hidden;}

.flashbg .flash{width:100%;position:relative;}

.flashbg .flash ul.mobile{ width:2000%; position:absolute;top:0; left:0;}

.flashbg .flash ul.mobile li{float:left; width:199px;}

.flashbg .flash ul.mobile li a{ display: block; margin-right:6px;   border: 1px #ccc solid;} 

.flashbg .flash ul.mobile li img{width:100%; height: auto;}

*/

.flash ul.mobile li{float:left; width:199px;}

.flash ul.mobile li a{ display: block; margin-right:6px;   border: 1px #ccc solid;} 

.flash ul.mobile li img{width:100%; height: auto;}

.flash .prev,

.flash .next{

	width:25px;

	height:25px;

	position:absolute; 

	top:7px; 

}

.flash .prev{left:47%; background: url(/temp/temp/54/54-0008/201509101549/images/prew.png) no-repeat;}

.flash .next{right:47%; background: url(/temp/temp/54/54-0008/201509101549/images/next.png) no-repeat;}



/*内页底部滑动*/

/*

.flash1{width:100%;position:relative;}

.flashbg1{width:1188px;height:200px; margin:0 auto;position:relative;overflow:hidden;}

.flashbg1 ul.mobile1{ width:2000%; position:absolute;top:0; left:0;}

*/

.flashbg1 ul.mobile1 li{width:297px;}

.flashbg1 ul.mobile1 li a{margin: 0 5px;} 

.flashbg1 ul.mobile1 li img{width:100%; height:auto}

.flashbg1 .prev,

.flashbg1 .next{ width:25px; ont-size:0 !important;}

.flashbg1 .prev{ left:-30px; background: url(/temp/temp/54/54-0008/201509101549/images/prev2.png) #F5F7F6 no-repeat center;}

.flashbg1 .next{ right:-34px; background: url(/temp/temp/54/54-0008/201509101549/images/next2.png) #F5F7F6 center no-repeat;}

/*内页幻灯片*/

.default-slider-direction-left > .next, .default-slider-direction-left > .prev{font-size: 58px; color: #fff; font-family: "宋体";line-height: 100px; text-align:center; border-radius:4px;}

.inner_img_show{ width:100%; padding-bottom:120px;}

.inner_img_show > .default-slider-box ul li img{ left:0 !important; margin-left:0 !important;}

.big_play_wrap{ position:relative;}

.big_play{ width:1188px; height: 600px; overflow: hidden;}

.big_play li{ width:1188px; position: absolute;}

.big_play li a{ display: block;}

.big_play li a img{ width:100%;}

.small_play_wrap{ width:100%;  position: relative;  }

.small_play { width:1125px;height:140px;overflow: hidden; margin: 50px auto;}

.small_play li{ float:left; width:213px;padding:0 5px;}

.small_play li img{ width:100%; }

.small_play_wrap a{ position: absolute; top:40%; width:25px;height:25px; display: inline-block;}

.small_play_wrap a.a_prev{ left: 0; background: url(/temp/temp/54/54-0008/201509101549/images/prev2.png) no-repeat;}

.small_play_wrap a.a_next{ right: 0;background: url(/temp/temp/54/54-0008/201509101549/images/next2.png) no-repeat;}

.more_pic a{ display:block; width:90px; height:24px; margin:25px auto 0; background: url(/temp/temp/54/54-0008/201509101549/images/more_pic.png) no-repeat;}



.oy_adv img{ width:100%; height:auto;}



.inner_img_show ul li img { width:auto; height:auto;}

.bianji{ text-align:right; padding:1% 3% 1% 0;}

.designer_con .bianji a{ color:#fff;}

.bianji a{ color:#fff; background: #330009; padding: 6px 20px;}

.tianjia{ overflow:hidden;}

.tianjia a{ float:right;  color:#fff;}

.page_btn{ margin:25px 0; padding-left:24px;}

.page_btn p{ line-height:24px;}

.page_btn p a{ transition:all 0.3s; color:#777;}

.page_btn p a:hover{ color:#32000b;}

.decorate .page{ overflow:hidden; margin:25px 0;}

.decorate .page a{ float:right; transition:all 0.5s;}

.decorate .page a,.page a:hover{ background:#540002;}

.article { overflow: hidden; margin-top:20px;}

.article img{ max-width:100%; height:auto;}

.article p{ line-height:28px; font-size: 14px; color: #555;}

.dongtai .page{ overflow:hidden; margin:25px 0;}

.dongtai .page a{ transition:all 0.5s;}

.page a:hover{ background:#540002;}



/*新加页面内容页add*/

.inner_add_bieshu_wrap{ padding:50px 0 40px 0; }

.inner_add_bieshu{background:#E3E3E3;}

.inner_add_bieshu { margin-top:25px;}

.inner_add_bieshu img{ float:left; width:32%;}

.inner_add_bieshu .inner_add_bieshu_txt{ width:65%; height:145px; line-height:28px; padding:20px 10px  0 10px;}

.inner_add_bieshu .bieshu_show { margin:10px 0;width:65%; font: 13px/25px "微软雅黑"; color: #3e3a39; font-weight: bold; }

.inner_add_bieshu .bieshu_show .name_big{ margin-left:5px; color: #540000; font-size:18px; font-weight:bold;}

.chose{ padding:20px 0 0 0; border-top:1px solid #C8C5C4; border-bottom:1px dashed #ccc;}

.add_shejishi{ background:#e3e3e3;}

.add_shejishi span{ display:block; height:35px; line-height:35px; padding:0 15px; font-size:14px;}

.add_shejishi p{ padding:0 15px; font-size:14px;}

.add_shejishi p span{ padding:0; }

.add_shejishi p a{ margin-top:5px; padding:3px 6px; border-radius:5px; color:#fff; background:#540000; }

.chose .add_shejishi_ln{ padding:35px 0 20px 0; }

.chose .add_shejishi_ln p.p1{ font-size:14px;}

.chose .add_shejishi_ln p.p1 span{ font-size:12px; color:#80809F; }

.chose .add_shejishi_ln p.p2{ margin-top:15px; padding:0 25px; line-height:25px; font-size:14px;} 

.more_case_ul li{ float:left; width:24%; margin-right:1.3%;}

.more_case_ul li:nth-child(4n){ margin-right:0;}

.more_case { padding:20px 0;}

.more_case  p{ font-size:14px;}

.more_case  p span{ font-size:12px; color:#80809F; }

.more_case .more_case_ul{ margin-top:15px;}

.more_case .more_case_ul li a{ display:block;}

.more_case .more_case_ul li a img{ width:100%; height:auto}

.more_case .more_case_ul li a .tit,

.more_case .more_case_ul li p{ border-bottom:1px solid #ccc;}

.more_case .more_case_ul li a span.tit{display: block; height:45px; line-height:45px; text-align:center; color: #3e3a39;}

.more_case .more_case_ul li p{ text-align:center;}

.more_case .more_case_ul li p span{ width:23%; height:38px; line-height:38px; color: #717071;}

/*幻灯片*/

.in_ban{ width:75%; height:580px;}

.in_ban .default-slider-direction-left > .next,

.in_ban .default-slider-direction-left > .prev{ display:none;}

.in_ban .default-slider-2 > .dots > a.active{ background:#540000;}

.default-slider-2 .dots a{ width:35px;}

.chose_pic .add_shejishi { width:24%;}

.chose_pic .add_shejishi img{  width:100%; margin-bottom:15px; }



/*新增列表页*/

.list_add ul.list_add_case li{ width:24%; margin-right:1.3%;}

.list_add ul.list_add_case li:nth-child(4n){ margin-right:0;}

.list_add ul.list_add_case li p a{ width:23%; margin-left:0;}

.list_add ul.list_add_case li p span{ width:25%; margin-left:0;}

.list_add .page a,.page a:hover{ background:#540002;}

.more_case ul.list_add_case li{ width:24%; margin-right:1.3%;}

.more_case ul.list_add_case li:nth-child(4n){ margin-right:0;}

.more_case ul.list_add_case li p a{ width:25%; margin-left:0;}

.more_case ul.list_add_case li p span{ width:25%; margin-left:0;}

.more_case .page a,.page a:hover{ background:#540002;}



header h1 a{

	max-width:100%;

}



/**960**/

@media only screen and (max-width: 1440px) {	



	.w960 .wp{ width:960px;}

	

	.case_ul li{ width: 293px; }

	.case_ul li p a{ width:63px; margin-left:10px;}

	.case_ul li p span{ width:63px; margin-left:10px;}

	.design_two li{ width:312px;}

	.perfect_cen_left{ width:347px;}

	.perfect_cen_right{ width:600px;}

	.slide_box li{ width:193px;}

	.house_ul li{ width:231px;}

	.construct_one li{ width:466px;}

	.construct_one_txt{ width:246px;}

	.construct_two li{ width:142px;}

	.gz_case_left{ width:220px;}

	.gz_case_right{  width:738px;}

	.gz_case_right_list{ width:166px;}

	.biaoge table{ width:960px;}

	.show_part{ width:455px; margin-right:50px;}

	.show_part_news_txt{ width:253px;}

	.design_one ul li{ width:94px; margin-right:14px;}

	.design_one_cen{ width:529px; height:239px; left:214px; top:125px;}

	.design_one ul li.li_mr690{ margin-right:556px;}

	.order_part{ margin-left:68px;}

	.zp_table{ width:960px;}

	.message li{ width:430px;}

	.liuyan textarea{ width:960px;}

	.deco_con li a img{ width:380px;}

	.deco_con_text{ width:535px;}

	/*幻灯片小图*/

	.img_hd_wrap{ margin-top:-53px;}

	.img_hd {width:516px;height: 86px;}

	.img_hd ul li{width:160px;height:80px;}

	.img_hd_wrap .prev_a{left:22%;}

	.img_hd_wrap .next_a{right:22%;}

	.area_pic{ width:465px;}

	.area_company{  width:473px;}

	.design_det li {width: 176px;margin: 0 8px 20px 8px;}

	.designer_con_txt{ width:665px;}

	.dongtai_con li{ width:194px;}

	

	.zp_table{ width:955px; }

	.zp_table span{ width:189px;}

	.flashbg ul.mobile li{ width:161px;}

	.big_play{ width:960px; }

	.big_play li{ width:960px;}

	.small_play { width:909px;}

	.small_play li{ width:171px;}

	.biaoge table tr th{ width:120px;}

	.perfect_cen_right_list h3{ background:#E0E0E0;}



}



@media only screen and (max-width:1024px) {



	 .wp{ width:96%; margin:0 2%;}

	

	.case_ul li{  width:31%; margin-right:3.5%;}

	.design_one_cen{ width:100%; position:static; left:0; top:0; float:none;}

	.design_two li{ width:32%; margin-right:2%;}

	.case_ul li a span

	.perfect_cen_left {width:39%;}

	.perfect_cen_right { width:60%;}

	.flashbg{ width:100%;}

	.flash .next{ right:44%;}

	.flash .prev{ left:44%;}

	.flashbg ul.mobile li{ width:153px}	

	.house_ul li{ width:24%;}	

	.house_ul{ margin-top:65px;}	

	.house{ padding:53px 0 0 0 ;}

	.construct_one li{ width:49%; margin-right:2%;}

	.construct_one li:nth-child(2n){ margin-right:0;}

	.construct_one li a img{ width:35%; height:auto;}	

	.construct_one_txt{ width:60%; margin-left:10px;}

	.construct_one_txt h4{ font-size:18px;}

	.perfect_cen_right_list{ padding:16px; margin-bottom:12px; }	

	.construct_two li{ width:139px;}

	.gz_case_right { width:100%;}

	.gz_case_right_list{ width:23%;}

	.gz_case{ padding:35px 0 30px 0;}

	.show_part{ width:49%; margin-right:2%;}

	.show1 .show_part:nth-child(2){ margin-right:0;}

	

}









/**竖版*/

@media only screen and (max-width:768px){

	

	.tit_com{ height:auto; line-height:32px; font-size:24px; margin-top:15px;}

	.case {padding: 18px 0 20px 0;}

	.case_ul {margin-top: 20px;}

	.case_ul li {width: 49%;margin-right:2%;margin-bottom:15px; background:#fff;}

	.case_ul li:nth-child(2n){ margin-right:0 !important;}

	.case_ul li:nth-child(3n){ margin-right:2%;}

	.case_ul li p a{width: 26%;margin-left: 0;height:32px; line-height:32px;padding-left:18px;font-size:24px; }

	.case_ul li p span {width: 26%;margin-left: 0;height:32px; line-height:32px;padding-left:18px;font-size:24px; }

	.case_ul li p{ margin-top:5px;}

	.case_ul li a span{ font-size:22px;}

	.design_one{ margin-top:15px;}

	.design_one_cen{ position:static; float:none; left:0; top:0; width:100%; height:auto;}

	.design_one ul { margin-top: 35px; }

	.design_two li{ width:49%; margin-right:2%;}

	.design_two li:nth-child(2n){ margin-right:0% !important;}

	.design_two li:nth-child(3n){ margin-right:2% ;}

	

	.design_two li span{ font-size:22px; height:40px; line-height:40px;}

	.design { padding: 35px 0 10px 0;}	

	.perfect { padding: 35px 0 10px 0;}

	.mt60 { margin-top:25px;}

	.perfect_cen_left{ width:100%;}

	.perfect_cen_left_tit a{ margin-top:0px; font-size:22px; line-height:30px;}

	.perfect_cen_right { width:100%; margin-top:25px;}	

	.perfect_cen_right_list{ padding:20px 12px;}

	.perfect_cen_right_list h3{ font-size:22px; background:#E0E0E0;}	

	.perfect_cen_right_list p {font-size: 22px; line-height: 40px; height: 40px;}

	.per_brand{ padding-top:25px;}

	.but_left{ left:38%;} 

	.but_right{ right:38%;} 

	.flashbg{ width:100%;}

	.house { padding: 35px 0 10px 0;}

	

	.house_ul{ margin-top:60px;}

	.house_ul li { width: 49%; margin-right: 2%; }

	.house_ul li:nth-child(2n){ margin-right:0}

	

	.house_ul li p span {font-size: 14px; }

	.house_ul li p { font-size:18px;}

	.house_ul li p { margin-left: -45px;width: 90px;height: 78px;}

	.construct { padding: 35px 0 10px 0; }

	.construct_one { padding-top: 25px; margin-top: 0;}

	.construct_one li{ width:49%; margin-right:2%;}

	

	.construct_one li a img {width: 100%; height: auto; }

	.construct_two li{ width:49%; margin-right:2%; margin-bottom:2%; }

	.construct_one_txt{ width:100%; margin-left:0;}

	.construct_one_txt p { font-size: 12px; height: 68px; line-height: 18px;}

	.gz_case { padding: 35px 0 10px 0; }

	.gz_case_cen{ margin-top:25px;}

	

	.gz_case_right{ width:100%; padding-top:25px;}

	.gz_case_right_list{ width:49%; margin-right:2%; padding:0;}

	.gz_case_right_list:nth-child(2n){ margin-right:0;}

	.gz_case_cen .gz_case_right ul.mr0{ margin-right:0 !important;}

	.gz_case_right_list{ border:none;} 

	.gz_case_right_list li.gz_case_li_pic{ height:120px ; line-height:120px; margin-bottom:10px;}

	.gz_case_right_list{ margin-bottom:15px;}

	

	.gz_case_right_list li{ font-size:22px; height:30px; line-height:30px;}

	.show_part {width: 100%; margin-right: 0; padding: 20px 0;}

	.show_part_news_txt { width: 59%; margin-left: 10px; }

	.show_part_news img { width: 32%; height:auto;} 

	.show_part_news_txt h4{ font-size:22px;}

	.show_part_news_txt p {line-height: 25px; height: 124px;}

	.show_part_list li.show_part_news{ margin:10px 0; height:150px; line-height:150px;}

	.show_part_news_txt h4{ font-size:22px;}

	.per_brand h3{ font-size:24px;}

	.show_part_list li{ height:30px; line-height:30px;}

	.show_part_list li a{ font-size:22px;}

	.house_ul li{ margin-bottom:50px;}

	.house_ul li a span{ font-size:22px;}

	.construct h3 a{ font-size:28px;}

	.construct_two li a{ font-size:28px;}

	.construct_two li:nth-child(2n){ margin-right:0;}

	.flashbg ul.mobile li{ width:215px;} 

	.flashbg ul.mobile li img{ height:none;}

	

	.house_ul li p span{ font-size:22px;}

	.construct_one_txt h4 { height: 35px; line-height: 35px; font-size: 22px;}

	.construct_one_txt p{ line-height:25px; font-size:22px; height:77px;}

	.gz_case_left img{ height:auto;}

	.show_part p{ font-size:24px;}

	.show_part p.tit {

	background: url(/temp/temp/54/54-0008/201509101549/images/border1.png) left bottom no-repeat;

	}

	.case_ul li:nth-child(9){

		display:none;

	}

}





/*手机版*/

@media only screen and (max-width:480px){

	

	.tit_com{ height:auto; line-height:22px; font-size:16px; margin-top:15px;}

	.case_ul li p a {width: 21%;margin-left: 0;height:20px; line-height:20px;padding-left:16px;font-size:12px; }

	.case_ul li p span {width: 21%;margin-left: 0;height:20px; line-height:20px;padding-left:16px;font-size:12px; }

	.case_ul li p{ margin-top:5px;}

	.case_ul li a span{ font-size:16px; height:24px; line-height:24px;}

	.design_two li span{ font-size:14px;}

	.perfect_cen_left_tit a{ margin-top:0px; font-size:16px;}

	.perfect_cen_right_list h3{ font-size:14px; }	

	.perfect_cen_right_list p {font-size: 14px;line-height: 22px; height: 20px;}

	.house_ul li p span {font-size: 22px; }

	.house_ul li p { font-size:12px;}

	.house_ul li p { font-size:14px;}

	.construct_one_txt p { font-size: 14px; height: 60px; line-height: 20px;}

	.gz_case { padding: 35px 0 10px 0; }

	.gz_case_cen{ margin-top:25px;}

	.gz_case_right_list li{ font-size:14px;}

	.show_part_news img { width: 35%;} 

	.show_part_news_txt p {line-height: 19px; height: 77px;}

	.show_part_news_txt h4{ font-size:16px;}

	.show_part_list li{ height:22px; line-height:22px;}

	.show_part_list li a{ font-size:14px;}

	

	.house_ul li a span{ font-size:14px;}

	.construct h3 a{ font-size:20px;}

	.construct_two li a{ font-size:14px;}

	

	.flashbg ul.mobile li{ width:167px;} 

	.flash .prev{ left:37%;}

	.flash .next{ right:37%;}

	.construct_one_txt h4{ font-size:16px;}

	.show_part p{ font-size:14px;}

	.show_part_list li.show_part_news{ height:120px; line-height:120px;padding:0;}

	.show_part{ padding:15px 0 0 0; }

}



/*招聘*/

.zhaopin .tit_com{ border-bottom:1px #ccc solid;}



/*底部信息*/

.default-pc-copyright{ margin:0 auto;}

.default-pc-copyright a {

  color: #522427;

}





/*私有CSS*/

/*隐藏*/

.design_one,

.gz_case_wrap{

  display:none;

}




