/*!

 * 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%;

}

/*控制网页宽度*/

.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;

}




.head01{

	background:#f1f1f1;

	line-height:40px;

	font-size:14px;

}

.head01 p{

	line-height:40px;

	color:#666;

}

.head01 li {

    float: left;

    margin-right: 7px;

}

.head01 li a{

	display:block;

	line-height:40px;

}

.head02 {

    margin: 15px auto;

}

.logo img{

	max-height:80px;

}

.search {

    margin-left: 10%;

    margin-top: 10px;

}

.search form{

	position:relative;

}

.search .default-pc-search-keyword {

    line-height: 33px;

    border: 1px solid #46b2e1;

    border-radius: 5px;

    padding: 0 10px;

    width: 200px;

    color: #46b2e1;

}

.search .default-pc-search-submit {

    width: 45px;

    height: 35px;

    border-radius: 5px;

    font-size: 0;

    border: none;

	top:0;

	right:0;

	position:absolute;

	border-top-left-radius:0;

	border-bottom-left-radius:0;

	background:url("/temp/temp/52/52-0148/201709280924/images/head_icon.png") #46b2e1 no-repeat center center;

}

.hot{

	margin-top:10px;

}

.hot li{

	float:left;

	margin-right:10px;

}

.hot li a{

	display:block;

	color:#666;

}

.hot li a:hover {

    color: #d7000f;

}

.join09 a{

	margin-left:10px;

}

.join09 a:hover

,.default-pc-nav-top a:hover{

	color:#46b2e1

}

.tel01 p{

	padding-left:60px;

	font-size:15px;

	margin-top:10px;

	background:url("/temp/temp/52/52-0148/201709280924/images/tel01.png") no-repeat center left;

}

.tel01 p em {

    display: block;

    font-size: 30px;

    line-height: 1.2;

    font-style: normal;

}

.tel01 img{

	width:80px;

	height:auto;

	margin-left:20px;

}

.menu{

	background:#333;

	padding:15px 0;

}

.menu li{

	background:url("/temp/temp/52/52-0148/201709280924/images/sx1.png") no-repeat center right;

}

.menu li a {

    color: #fff;

    padding: 0 40px;

    font-size: 15px;

}

.menu li:hover a

,.menu li.a a{

	color:#ca0d14;

}

.w960 .menu li a{

	padding:0 30px;

}

.menu li ul {

    background: #333;

    min-width: 100%;

	padding:10px 0;

	border:1px solid #444;

}

.menu li ul li{

	background:none;

	line-height:30px;

	text-align:center;

}

.menu li ul li a

,.menu li:hover ul li a{

	text-align:center;

	padding:0;

	color:#fff !important;

}

.menu li ul li:hover a{

    color: #ca0d14 !important;

}

.banner{

	max-height:586px;

	overflow:hidden;

}

.banner .prev

,.banner .next{

	width:72px;

	height:72px;

	line-height:72px;

	font-size:0;

	opacity:1;

	margin-top:-36px;

}

.banner .prev{

	left:20%;

	background:url("/temp/temp/52/52-0148/201709280924/images/020prev.png") no-repeat center center;

}

.w960 .banner .prev{

	left:15%;

}

.banner .next{

	right:20%;

	background:url("/temp/temp/52/52-0148/201709280924/images/020next.png") no-repeat center center;

}

.w960 .banner .next{

	right:15%;

}

.place {

    margin-top: -60px;

    position: relative;

}

.place li {

    float: left;

    width: 20%;

    background: #dbc3a7;

    padding:15px 0;

}

.w960 .place li{

	padding:5px 0;

}

.place li a{

	display:block;

}

.place li span{

	display:block;

	height:76px;

	width:100%;

	background:url("/temp/temp/52/52-0148/201709280924/images/t3.png") no-repeat center center;

}

.place li.p2 span{

	background:url("/temp/temp/52/52-0148/201709280924/images/t4.png") no-repeat center center;

}

.place li.p3 span{

	background:url("/temp/temp/52/52-0148/201709280924/images/t5.png") no-repeat center center;

}

.place li.p4 span{

	background:url("/temp/temp/52/52-0148/201709280924/images/t2.png") no-repeat center center;

}

.place li.p5 span{

	background:url("/temp/temp/52/52-0148/201709280924/images/t1.png") no-repeat center center;

}

.place li h3{

	text-align:center;

	font-size:15px;

	color:#fff;

	font-weight:bold;

}

.place li.p2

,.place li.p4{

	background:#46b2e1;

}

.case{

	margin:80px auto;

}

.tit{

	text-align:center;

	margin-bottom:80px;

}

.tit h3

,.tit p{

	display:inline-block;

	font-size:20px;

	font-weight:bold;

	line-height: 50px;

	padding:15px 30px;

	color:#fff;

}

.tit h3

,.tit p{

	display:inline;

}

.tit h3 {

    background: #46b2e1;

}

.tit p {

    text-transform: uppercase;

    background: #dbc3a7;

}

.case01{

}

.case li{

	float:left;

	width:370px;

	margin:0 12px;

}

.w960 .case li{

	width:295px;

}

.case li a{

	display:block;

}

.case li img{

	width:100%;

	height:auto;

}

.case li h3 {

    text-align: center;

    font-size: 16px;

    line-height: 50px;

    color: #dbc3a7;

    font-weight: bold;

}

.case li em a {

    display: block;

    width: 150px;

    line-height: 40px;

    background: #dbc3a7;

    color: #fff;

    text-align: center;

    font-style: normal;

    font-size: 16px;

    margin: 0 auto;

}

.case .prev{

	left:-80px;

	background:url("/temp/temp/52/52-0148/201709280924/images/pr01.png") no-repeat center center;

}

.case .prev

,.case .next{

	width:50px;

	height:50px;

	margin-top:-25px;

	line-height:50px;

	font-size:0;

	opacity:1;

}

.case .next{

	right:-80px;

	background:url("/temp/temp/52/52-0148/201709280924/images/ne02.png") no-repeat center center;

}

.case .more01 {

    display: block;

    width: 200px;

    text-align: center;

    border: 2px solid #46b2e1;

    font-size: 16px;

    line-height: 45px;

    margin: 0 auto;

    color: #46b2e1;

    margin-top: 80px;

	transition:all .3s;

}

.case .more01:hover{

	background:#46b2e1;

	color:#fff;

}

.ban02{

	position:relative;

}

.ban02 img{

	width:100%;

	height:auto;

}

.ban02 h3{

	width:310px;

	height:194px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0148/201709280924/images/titban.png") no-repeat center center;

}

.ban02 .sum01 {

    position: absolute;

    width: 700px;

    left: 50%;

    margin-left: -350px;

    top: 50%;

    margin-top: -186px;

}

.ban02 .sum02{

	background: rgba(255, 255, 255, 0.68);

    padding: 30px;

    font-size: 14px;

    line-height: 2;

	text-align:justify;

}

.series{

	margin-top:80px;

}

.series .tit{

	margin-bottom:50px;

}

.nav01{

	text-align:center;

}

.nav01 li{

	display:inline-block;

	margin:0 5px;

}

.nav01 li{

	*display:inline;

}

.nav01 li a {

    display: block;

    padding: 8px 30px;

    border: 1px solid #dbc3a7;

    color: #dbc3a7;

    font-size: 14px;

}

.nav01 li:hover a

,.nav01 li.a a{

	background:#dbc3a7;

	color:#fff;

}

.series01{

	margin-top:50px;

}

.series01 li {

    float: left;

    width: 32.5%;

    margin-right: 1.25%;

    margin-bottom: 2%;

	transition:all .3s;

}

.series01 li:hover{

	transform:translate(0,-20px);

}

.series01 li a{

	display:block;

}

.series01 li img{

	width:100%;

	height:auto;

}

.series01 li div{

	position:relative;

}

.series01 li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	opacity:0;

	transition:all .3s;

	background:url("/temp/temp/52/52-0148/201709280924/images/bg01.png") no-repeat center center;

}

.series01 li:hover span{

	opacity:1;

}

.series01 li h3{

	text-align:center;

	line-height:50px;

	background:#f1f1f1;

	margin-top:10px;

	font-size:16px;

}

.yuyue01{

	margin-top:30px;

}

.yuyue01 img{

	width:100%;

	height:auto;

}

.yy01{

	text-align:center;

	margin:30px 0;

}

.yy01 p

,.yy01 a{

	display:inline-block;

}

.yy01 p

,.yy01 a{

	*display:inline;

}

.yy01 p{

	padding-left:60px;

	font-size:20px;

	line-height:60px;

	margin-right:30px;

	background:url("/temp/temp/52/52-0148/201709280924/images/tel01.png") no-repeat center left;

}

.yy01 a{

	padding:10px 40px;

	color:#fff;

	background:#000;

	font-size:20px;

}

.quality{

	margin:80px auto;

}

.tit02 {

    text-align: center;

    height: 50px;

}

.tit02 h3 {

    font-size:30px;

    display: inline-block;

    background: #fff;

    padding: 0 20px;

    font-weight: bold;

    color: #444;

}

.tit02 p {

    border-bottom: 1px solid #000;

    width: 40%;

    margin: 0 auto;

    margin-top: -21px;

}

.qua01{

	margin:50px 0;

}

.qua01 p {

    text-align: center;

    line-height: 2;

    color: #666;

    font-size: 15px;

}

.quality li{

	float:left;

	width:20%;

}

.quality li a{

	display:block;

}

.quality li span{

	display:block;

	width:168px;

	margin:0 auto;

	margin-bottom:15px;

}

.quality li span img{

	width:100%;

	height:auto;

}

.quality li p {

    text-align: center;

    line-height:1.5;

    color: #666;

    font-size: 15px;

}

.security {

    width: 800px;

    margin: 0 auto;

    padding: 0px 80px;

    border: 1px solid #46b2e1;

    height: 550px;

	margin-bottom:200px;

}

.security .tit{

	margin-top:30px;

	margin-bottom:40px;

}

.sec02{

	width:48%;

	position:relative;

}

.sec02 img{

	width:100%;

	height:auto;

}

.sec02 ul {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    background: rgba(219, 195, 167, 0.75);

}

.sec02 ul li{

	float:left;

	width:33%;

	padding:10px 0;

	text-align:center;

	font-size:14px;

	line-height:1.5;

	color:#fff;

	border-right:1px solid #d4d3d3;

}

.sec02 ul li.s3{

	border:none;

}

.sec03{

	width:48%;

}

.sec03 p {

    font-size: 14px;

    line-height: 2;

    color: #666;

    margin-bottom: 30px;

}

.ban03{

	height:506px;

	width:100%;

	background:url("/temp/temp/52/52-0148/201709280924/images/j12.jpg") no-repeat center center;

}

.ban03{

	font-family:simsun;

}

.ban03 .tit03 h3{

	font-size:30px;

	padding:50px 0;

}

.ban03 .tit03 p{

	*display:inline;

}

.ban03 .tit03 p {

    text-transform: uppercase;

    border: 1px solid #fff;

    display: inline-block;

    padding: 7px 80px;

    border-left: none;

    border-right: none;

    font-size: 20px;

}

.ban03 .tit03{

	text-align:center;

	color:#fff;

}

.ban03 ul{

	margin-top:70px;

}

.ban03 li{

	float:left;

	width:20%;

	color:#fff;

	text-align:center;

}

.ban03 li span{

	display:block;

	width:111px;

	margin:0 auto;

}

.ban03 li span img{

	width:100%;

	height:auto;

}

.ban03 li h3 {

    text-align: center;

    font-size: 22px;

    padding: 10px 0;

}

.ban03 li p{

	font-size:12px;

	line-height:1.5;

}

.ban03-1{

	padding:20px 0;

	background:#f1f1f1;

	text-align:center;

}

.ban03-1 h3{

	font-size:25px;

	margin-bottom:20px;

	color:#666;

}

.ban03-1 img{

	width:297px;

	height:auto;

}

.process{

	margin-top:100px;

}

.process .tit02{

	margin-bottom:50px;

}

.process ul{

	position:relative;

}

.process li{

	float:left;

	width:36%;

	background:#000;

	position:relative;

}

.process li.p1

,.process li.p4{

	width:18%;

}

.process li.p2 {

    width: 46%;

}

.process li.p4{

	position:absolute;

	bottom:0;

	left:0;

}

.process li img {

    width: 100%;

}

.w960 .process li img{

	height:auto;

}

.process li div{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	color:#fff;

}

.process li strong {

    font-size: 30px;

    font-weight: normal;

    display: block;

}

.process li.p1 strong

,.process li.p4 strong{

     margin-left: 19%;

    margin-top: 25%;

}

.process li.p1 p

,.process li.p4 p{

	 margin-left: 19%;

}

.process li strong em{

	font-size:15px;

	font-style:normal;

	margin-left:10px;

}

.process li p{

	font-size:15px;

	margin-top:5px;

}

.w960 .process li p{

	font-size:13px;

}

.process li.p3 strong, .process li.p5 strong, .process li.p6 strong{

    margin-left: 26%;

    margin-top: 5%;

}

.process li.p3 p, .process li.p5 p, .process li.p6 p {

	margin-left: 26%;

}

.process li span{

	display:block;

	height:50px;

	margin-top: 23%;

    margin-bottom: 50px;

	background:url("/temp/temp/52/52-0148/201709280924/images/bgh3.png") no-repeat center center;

}

.process li.p2 h3

,.process li.p2 p{

	text-align:center;

	font-size:18px;

}

.process li.p2 p{

	font-size:15px;

}

.customer{

}

.customer li{

	width:320px;

	margin:0 15px;

}

.customer li a{

	display:block;

}

.customer li img{

	width:100%;

	height:auto;

	margin:15px 0;

}

.customer li h3{

	font-size:16px;

	font-weight:bold;

}

.customer li em{

	display:block;

	font-style:normal;

	margin:5px 0;

	font-size:14px;

}

.customer li span{

	display:block;

	width:30px;

	height:1px ;

	background:#000;

}

.customer li p{

	font-size:14px;

	line-height:1.5;

	color:#666;

}

.cus01{

	width:1050px;

	margin:0 auto;

}

.cus01 .prev

,.cus01 .next{

	width:50px;

	height:50px;

	font-size:40px;

	opacity:.5;

	color:#333;

	background-color:transparent;

}

.cus01 .prev{

	left:-70px;

}

.cus01 .next{

	right:-70px;

}

.customer{

	margin:70px auto;

}

.news{

	margin:80px auto;

}

.news .nav01{

	margin:50px 0;

}

.news01{

}

.news01 li{

	float:left;

	width:31%;

	margin-right:3.5%;

}

.news01 li a{

	display:block;

	text-align:center;

}

.news01 li a img{

	width:100%;

	height:auto;

}

.news01 li h3{

	font-size:15px;

	font-weight:bold;

	margin-bottom:10px;

}

.news01 li span {

    display: block;

    margin: 10px 0;

    font-size: 16px;

	font-family: Georgia;

	font-weight:bold;

}

.news01 li p {

    font-size: 14px;

    line-height: 1.5;

    color: #666;

    max-height: 42px;

    overflow: hidden;

}

.news01 li em{

	display:block;

	width:44px;

	height:39px;

	margin:5px auto;

	transition:all .5s;

	background:url("/temp/temp/52/52-0148/201709280924/images/5251.png") no-repeat center center;

}

.news01 li:hover em{

	transform:rotate(360deg);

}

.order01{

	padding:50px;

	border:1px solid #46b2e1;

}

.order-l{

	width:40%;

	float:left;

}

.or01{

	padding:20px;

	background:#f4d0b7;

	padding-bottom:40px;

}

.or01 h3{

	font-size:30px;

	color:#fff;

	padding-left: 81px;

	background:url("/temp/temp/52/52-0148/201709280924/images/teme.png") no-repeat center left;

}

.or01 h3 em {

    display: block;

    font-size: 14px;

    color: #333;

    font-style: normal;

}

.or02 {

    width: 260px;

    background: #46b2e1;

    line-height: 50px;

    text-align: center;

    color: #fff;

    font-size: 25px;

    margin-top: -25px;

    margin-bottom: 15px;

	font-family:simsun;

}

.order01 form h4{

	display:none;

}

.order01 label{

	display:none;

}

.order01 input {

    line-height: 50px;

    width: 270px;

    border: 1px solid #f4d0b7;

    margin-top: 10px;

    padding: 0 10px;

    margin-left: 65px;

	border-radius: 5px;

}

.w960 .order01 input{

	margin-left:28px;

}

.order01 [type="submit"] {

    width: 290px;

    color: #fff;

    background: #46b2e1;

    border: 1px solid #46b2e1;

}

.order-r {

    width: 46%;

    float: right;

    margin-top: 30px;

    padding-left: 7%;

    border-left: 1px solid #eee;

}

.order-r h3{

	font-size:18px;

	color:#46b2e1;

}

.order-r span {

    display: block;

    line-height: 50px;

    background: #f1f1f1;

    margin: 10px 0;

    padding: 0 18px;

    font-size: 18px;

}

.or03{

	width:70%;

	height:210px;

    margin:20px auto;

	overflow:hidden;

}

.order-r li{

	width:100%;

	font-size:14px;

	padding:5px 0;

}

.order-r li p{

	margin-right:30px;

	color:#666;

}

.w960 .order-r li p{

	margin-right:20px;

}

.footer{

	margin-top:100px;

	background:#f1f1f1;

}

.foot01{

	background:#46b2e1;

}

.ftmenu li{

	float:left;

}

.ftmenu li a{

	color:#fff;

	padding:0 30px;

	font-size:14px;

	line-height:50px;

	background:url("/temp/temp/52/52-0148/201709280924/images/sx1.png") no-repeat center right;

}

.w960 .ftmenu li a{

	padding:0 20px;

}

.foot01 p{

	padding-left:60px;

	color:#fff;

	font-size:18px;

	line-height:50px;

	background:url("/temp/temp/52/52-0148/201709280924/images/tel01.png") no-repeat center left;

}

.foot02 h3 {

    font-size: 25px;

    margin: 20px 0;

}

.ftnav ul{

	float:left;

	width:14%;

}

.ftnav ul li.f1{

	font-size:16px;

}

.ftnav ul li a{

	font-size:14px;

	line-height:2;

	color:#666;

}

.wechat {

    width: 16%;

    text-align: center;

}

.wechat p{

	font-size:15px;

	margin-top:10px;

}

.copy {

    padding: 15px 0;

	margin-top:30px;

    border-top: 1px solid #dad8d8;

}

.default-pc-copyright {

    width: 100%;

    text-align: center;

    margin: 0 auto;

}

.default-pc-copyright a {

    color: #46b2e1;

}

.top {

    width: 50px;

    height: 50px;

    border: 2px solid #46b2e1;

    line-height: 54px;

    text-align: center;

    position: fixed;

    bottom: 10px;

    right: 10px;

    cursor: pointer;

    border-radius: 50%;

	z-index: 5;

	background:url("/temp/temp/52/52-0148/201709280924/images/s-top.png") no-repeat center center;

}

/*--------------表单获取报价------------*/



.price09{

	background:rgba(93, 91, 91, 0.6);

	height:100px;

	position:fixed;

	bottom:0;

	width:100%;

	left:0;

}

.price09{

}

.price09-1{

	width:85%;

	margin:0 auto;

}

.w960 .price09-1{

	width:95%;

}

.price-1 {

    width: 30%;

    float: left;

    margin-top: 25px;

}

.w960 .price-1{

	width:27%;

}

.price-1 span{

	display:block;

	width:45px;

	height:45px;

	float:left;

	background:url("/temp/temp/52/52-0148/201709280924/images/baojiabg.png") no-repeat center center;

}

.price-1 div {

    float: left;

    color: #fff;

    font-size: 18px;

    letter-spacing: 5px;

    margin-left: 20px;

}

.price-1 div p {

    letter-spacing: 2px;

    font-size: 14px;

}

.price-1 div p em{

	font-style:normal;

	color:#d6000f;

}

.price-2 {

    float: left;

    width: 680px;

    position: relative;

    margin-top: 10px;

}

.price-2 h4

,.price-2 label{

	display:none;

}

.price-2 input {

    width: 260px;

    height: 30px;

    background: #fff;

    color: #ccc;

    padding: 0 10px;

    float: left;

    margin: 5px;

	border:none;

}

.price-2 [type="submit"] {

    position: absolute;

    width: 80px;

    height: 70px;

    background: #F00206;

    color: #fff;

    font-size: 20px;

    text-align: center;

    right: 0;

    top: 5px;

    margin: 0;

}

.price0-3 {

    float: left;

    margin-left: 10%;

    margin-top: 15px;

}

.w960 .price0-3 {

    margin-left: 4%;

}

.price0-3 p{

	font-size:24px;

	color:#fff;

}

.close09{

	position:absolute;

	right:10px;

	top:6px;

	color:#fff;

	font-size:16px;

	cursor:pointer;

}

.close09:hover{

	opacity:.7;

}

.open09{

	width:75px;

	height:100px;

	bottom:0;

	left:-100px;

	position:fixed;

	background:url("/temp/temp/52/52-0148/201709280924/images/11.png") no-repeat center center;

}



/*---------------list-show-------*/

.list-page{

	margin:100px 0;

}

.pub{

	text-align:right;

	margin:10px 0;

}

.nav01 li a span{

	display:none;

}

.fl01

,.default-fieldfiltrate{

	padding:20px 0;

	border-top:1px dashed #dedede;

}

.fl01 p, .fieldfiltrate-box dt {

    float: left;

    font-size: 16px;

    font-weight: bold;

    color: #000;

}

.fl01 ul{

	float:left;

}

.fl01 ul li

,.fieldfiltrate-box dd{

	float:left;

	margin:0 5px;

}

.fl01 li a

,.fieldfiltrate-box dd a{

	display:block;

	font-size:14px;

}

.fl01 ul li span{

	display:none;

}

.fl01 li:hover a

,.fl01 li.a a

,.fieldfiltrate-box dd.a a

,.fieldfiltrate-box dd:hover a{

	color:#46b2e1;

}



/*---------------list-news----------------*/



.list-news{

	margin-top:50px;

}

.list-news ul{

	margin-top:30px;

}

.list-news li{

	margin-bottom:30px;

	background:#f5f5f5;

}

.list-news li a{

	display:block;

}

.list-news li a span{

	display:block;

	width:50%;

}

.list-news li a span img{

	width:100%;

	height:auto;

}

.list-news li:hover a span img{

	opacity:.7;

}

.list-news li a div{

	width:46%;

	padding:2%;

}  

.w960 .list-news li a div{

	padding:1% 2%;

}

.list-news li div em{

	font-style:normal;

	font-size:12px;

	color:#b0b0b0;

}

.list-news li div strong{

	display:block;

	font-size:18px;

	font-weight:normal;

}

.list-news li div h3{

	font-size:25px;

	color:#46b2e1;

	margin-top:20px;

}

.w960 .list-news li div h3{

	margin-top:10px;

	font-size:25px;

}

.list-news li div p{

	font-size:14px;

	color:#8a7253;

	line-height:20px;

	height:40px;

	overflow:hidden;

	margin-top:10px;

}

.list-news li div ins{

	display:block;

	text-decoration:none;

	width:200px;

	height:30px;

	line-height:30px;

	background:#c21e1f;

	color:#fff;

	font-size:12px;

	text-align:center;

	margin-top:18px;

}

.w960 .list-news li div ins{

	margin-top:15px;

}

.list-news li div ins span{

	display:block;

	float:left;

	width:100px;

	background:#b0b0b0;

}

.list-news li div ins:hover{

	background:#b0b0b0;

}

.list-news li div ins:hover span{

	background:#c21e1f;

}

.list-page .news01{

	margin-top:30px;

}

.list-page .news01 li {

    margin-right: 3.5%;

	margin-bottom:3.5%;

}



/*-------view-show----------------*/

.pox{

	text-align:right;

	padding:10px 0;

	border-bottom:1px dashed #ddd;

}

.pox a:hover{

	 color: #46b2e1;

}

.list-page .tit {

    margin-bottom: 50px;

}

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

    bottom: -130px;

}

.show_inner_h3 {

    font-size: 25px;

    font-weight: bold;

    margin: 20px 0;

}

.inner_img_show{

	padding:10px;

	border:1px solid #eee;

	border-radius:5px;

}

.inner_img_show .default-slider-box li img{

	width:100%;

	height:auto;

	position:inherit !important;

	left:0 !important;

	margin-left:0 !important;

}

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

	width:auto !important;

}

.anli {

    margin-top: 200px;

    padding-top: 20px;

    border-top: 1px dashed #ccc;

}

.anli01 .prev

,.anli01 .next{

	width:50px;

	height:50px;

	text-align:center;

	line-height:50px;

	margin-top:-25px;

	opacity:.5;

	font-size:50px;

	background-color:transparent;

}

.anli span{

	display:block;

	font-size:25px;

	margin-bottom:20px;

}

.anli li{

	width:297px;

}

.w960 .anli li{

	width:239px;

}

.anli li img{

	width:100%;

	height:auto;

}

.anli li a{

	display:block;

	margin:0 5px;

}

.fanye{

	margin-top:20px;

}

.fanye p{

	font-size:14px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

    color: #46b2e1;

}

/*---------------view-news----------------*/

.word{

	width:900px;

	margin:50px auto;

}

.word .pox{

	margin-bottom:30px;

}

.word .article{

	padding:50px 80px;

}

.word h3{

	text-align:center;

	font-size:30px;

}

.word .ww{

	text-align:center;

	color:#ccc;

	margin-top:20px;

}



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

/*.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%; height:auto;}

.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;}*/

.show_inner_tit {

    border-bottom: 1px solid #dedede;

    padding: 14px 0;

}

.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;}

.w960 .designer_con_txt{

	width:68%;

}

.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_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;}

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

	.mr0{

		margin-right:0 !important;

	}

	.banner .prev{

		left:0;

	}

	.banner .next{

		right:0;

	}

	.case01 li

	,.customer li{

		width:32%;

		float:left;

		margin:0;

		margin-right:2%;

	}

	.case01 li:nth-child(3)

	,.customer li:nth-child(3){

		margin-right:0 !important;

	}

	.case01 li:nth-child(4)

	,.case01 li:nth-child(5)

	,.case01 li:nth-child(6)

	,.case01 li:nth-child(7)

	,.case01 li:nth-child(8)

	,.case01 li:nth-child(9)

	,.case01 li:nth-child(10){

		display:none;

	}

	.customer li:nth-child(4)

	,.customer li:nth-child(5)

	,.customer li:nth-child(6)

	,.customer li:nth-child(7)

	,.customer li:nth-child(8)

	,.customer li:nth-child(9)

	,.customer li:nth-child(10){

		display:none;

	}

	.process li img {

		height: auto;

	}

	.cus01 {

		width: 100%;

	}

	.order01 input{

		margin-left:30px;

	}

	.order01 {

		margin-bottom: 30px;

	}

}

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

	.ban02 .sum01 {

		width: 80%;

		left: 0;

		margin-left:10%;

		top: 10px;

		margin-top: 0;

	}

	.security {

		width: 92%;

		padding: 0px 2%;

		margin: 0 2%;

		margin-bottom: 70px;

	}

	.order01 {

		padding: 20px;

	}

	.or01 h3 {

		font-size: 25px;

	}

	.or03 {

		width: 100%;

	}

	.order-r span {

		font-size: 14px;

	}

	.order01 input {

		margin-left: 0;

		width: 90%;

	}

	.order01 [type="submit"] {

		width: 98%;

		height:50px;

	}

}

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

	.place {

		margin-top: 10px;

	}   

	.place li span {

		height:50px;

		background-size: 40px !important;

	}

	.place li {

		padding: 5px 0;

	}

	.place li h3 {

		font-size: 12px;

		font-weight: bold;

	}

	.place li.p2, .place li.p4

	,.place li {

		background: #ccc;

	}

	.case {

		margin: 30px auto;

	}

	.tit {

		margin-bottom: 20px;

	}

	.tit h3, .tit p {

		font-size: 15px;

		line-height: 40px;

		padding: 10px 15px;

	}

	.case li em a {

		width: 80%;

		line-height: 30px;

		font-size: 12px;

	}

	.case li h3 {

		font-size: 12px;

		line-height: 40px;

	}

	.case .more01 {

		width: 130px;

		font-size: 14px;

		line-height: 30px;

		margin-top: 20px;

	}

	.ban02 h3 {

		width: 100%;

		height: 50px;

		background-size: auto 50px ;

	}

	.ban02 .sum01{

		width:90%;

		margin-left:5%;

	}

	.ban02 .sum02 {

		padding: 10px;

		font-size: 10px;

		line-height: 1.3;

		height: 80px;

		overflow: hidden;

	}

	.series {

		margin-top: 20px;

	}

	.series .tit {

		margin-bottom: 10px;

	}

	.series01 {

		margin-top:10px;

	}

	.series01 li

	,.series01 li.mr0 {

		width: 49%;

		margin-right: 2% !important;

		margin-bottom: 2%;

	}

	.series01 li:nth-child(2n){

		margin-right:0 !important;

	}

	.nav01 li {

		margin: 0;

	}

	.nav01 li a {

		padding: 3px;

		font-size: 12px;

		border-radius: 3px;

		margin-bottom: 3px;

	}

	.series01 li h3 {

		line-height: 30px;

		margin-top: 5px;

		font-size: 12px;

	}

	.yuyue01 {

		margin-top: 0;

	}

	.yy01 {

		margin: 10px 0;

	}

	.yy01 p {

		padding-left: 40px;

		font-size: 16px;

		line-height: 40px;

		margin-right:0px;

		background-size: 30px;

	}

	.yy01 a {

		padding: 5px 40px;

		font-size: 15px;

	}

	.quality {

		margin: 30px auto;

	}

	.tit02 h3 {

		font-size: 20px;

		padding: 0 10px;

	}

	.tit02 p {

		width: 85%;

		margin-top: -15px;

	}

	.qua01 p {

		line-height: 2;

		font-size: 10px;

	}

	.qua01 {

		margin: 10px 0;

	}

	.quality li span {

		width: 100%;

		margin-bottom: 5px;

	}

	.quality li p {

		font-size: 10px;

		height: 18px;

		overflow: hidden;

	}

	.security .tit {

		margin-top: 20px;

	}

	.sec02 {

		width: 100%;

		margin-top: 80px;

	}

	.sec03 {

		width: 100%;

	}

	.sec02 img {

		display: none;

	}

	.sec03 p {

		font-size: 12px;

		line-height: 1.8;

		margin-top:10px;

		margin-bottom: 16px;

	}

	.security {

		height: auto;

		margin-bottom: 20px;

		border: none;

		padding: 0;

		width: 96%;

	}

	.ban03 .tit03 h3 {

		font-size: 18px;

		padding: 20px 0;

	}

	.ban03 .tit03 p {

		padding: 5px 10px;

		font-size: 13px;

	}

	.ban03 ul {

		margin-top: 20px;

	}

	.ban03 li span {

		width: 100%;

	}

	.ban03 li h3 {

		text-align: center;

		font-size: 10px;

		padding: 5px 0;

	}

	.ban03 {

		height: 225px;

	}

	.ban03 li p {

		display: none;

	}

	.ban03-1 h3 {

		font-size: 15px;

		margin-bottom: 10px;

	}

	.ban03-1 img {

		width: 50%;

		height: auto;

	}

	.process .tit02 {

		margin-bottom: 20px;

	}

	.process li img {

		display: none;

	}

	.process ul {

		position: inherit;

	}

	.process li {

		width: 90% !important;

		background: #dbc3a7;

		margin: 1px;

		height: 50px;

		position: inherit;

		padding: 0 5%;

	}

	.process li.p4

	,.process li div{

		position: initial;

	}

	.process li strong{

		margin-top:0 !important;

		margin-left:0 !important;

		float:left;

		margin-right:30px;

	}

	.process li.p1 p, .process li.p4 p {

		margin-left: 0;

	}

	.process li.p2{

		display:none;

	}

	.process li p{

		margin-left: 0 !important;

		line-height:50px;

		margin-top:0;

	}

	.process {

		margin-top: 20px;

	}

	.customer {

		margin: 20px auto;

	}

	.customer li {

		width: 100%;

		margin-right: 0;

		padding: 10px 0;

		border-bottom: 2px solid #eaeaea;

	}

	.customer li em {

		margin: 0px 0;

	}

	.customer li span {

		margin: 5px 0;

	}

	.customer li img {

		display: none;

	}

	.tit02 {

		height: 30px;

	}

	.news {

		margin: 20px auto;

	}

	.news .nav01 {

		margin: 10px 0;

	}

	.news01 li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

		border-bottom: 2px solid #ccc;

		padding-bottom: 20px;

	}

	.order01 {

		padding: 0;

		border: none;

	}

	.order-l {

		width:100%;

	}

	.order-r {

		width: 100%;

		padding-left: 0;

		border-left: none;

	}

	.news01 li a {

		text-align: left;

	}

	.news01 li a img 

	,.news01 li em{

		display: none;

	}

	.sec02 ul {

		background: #46b2e1;

	}

}
