/*!

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

}
body{

	background: #fff;

}

.wp,.w960 .wp, .w960 .w1188{

	width:1100px;

}

.header{

	background:#333;

	position:fixed;

	width:100%;

	left:0;

	top:0;

	z-index:2;

}

.logo{

	float:left;

	margin:0 100px;

	line-height:70px;

}

.w960 .logo{

	margin:0 75px;

}

.logo a img{

	max-height:60px;

}

.menu{

	float:left;

	margin-left:30px;

}

.menu li{

	margin:0 2px;

}

.menu li a {

    display: block;

    line-height: 70px;

    padding:0 20px;

    font-weight: bold;

    font-size: 14px;

	color:#fff;

}

.w960 .menu li a{

	padding:0 15px;

}

.menu li:hover a

,.menu li.a a{

	color:#333;

	background:#fff;

}

.menu li ul {

    background:#eee;

	transition:all .3s;

	min-width:100%;

	text-align:center;

}

.menu li li

,.w960 .menu li li{

	margin:0;

}

.menu li li a{

	line-height:35px;

	background:none !important;

	color:#666 !important;

	padding:0;

}

.w960 .menu li li a{

	padding:0;

}

.menu li li:hover a{

	 background:#dedede !important;

}

.fenzhan{

	float:left;

	margin-left:20px;

	height:70px;

	position:relative;

	display: none;

}

.fenzhan h3{

	width:120px;

	line-height:70px;

	background:#eee;

	text-align:center;

}

.fenzhan ul{

	background:rgba(216,72,0,0.5);

	width:145px;

	position:absolute;

	top:70px;

	left:0;

	display:none;

	transition:all .3s;

}

.fenzhan:hover ul{

	display:block;

}

.fenzhan li{

	float:left;

	width:50%;

	text-align:center;

}

.fenzhan li a{

	display:block;

	line-height:30px;

	color:#fff;

}

.fenzhan li:hover a{

	background:rgba(216,72,0,0.8);

}

.banner{

	max-height:560px;

	overflow:hidden;

	margin-top:70px;

}

.banner .dots span{

	width:13px;

	height:13px;

	border-radius:50%;

	background-color:#fff;

	box-shadow:inset 2px 2px 4px #999;

}

.banner .dots span.active{

	background-color:#fffc00;

}

.content{

	background:#fff;

}

.style li {

    float: left;

    width: 33.3333%;

	margin-bottom:10px;

}

.default-basescript-index .style li:nth-child(10) {

	display:none;

}

.style li a{

	display:block;

	padding:3px;

}

.style li span{

	display:block;

	transition:all .3s;

}

.style li img{

	width:100%;

	height:auto;

}

.style li:hover span{

	opacity:.8;

}

.style li div {

    padding:7px 20px;

    position: relative;

    margin-top: -56px;

	color:#fff;

	text-align:center;

	font-family:simsun;

	line-height:1;

    background:rgba(140, 135, 135, 0.65);

}

.style li h3{

	font-size:30px;

	font-weight:bold;

}

.style li p {

    font-size: 12px;

    text-transform: uppercase;

    font-family: HinTing;

    transform: scale(0.7);

	-ms-transform:scale(0.7);

	-moz-transform:scale(0.7);

	-webkit-transform:scale(0.7);

	-o-transform:scale(0.7);

    letter-spacing: 3px;

}

.style li ins{

	display:block;

	width:100%;

	height:21px;

	background:url("/temp/temp/52/52-0172/201806221341/images/shadow.png") no-repeat 0 -17px;

}

.quarter li{

	width:25%;

	float:left;

}

.quarter li a{

	display:block;

	padding:3px;

}

.quarter li span{

	display:block;

	background:#000;

}

.quarter li span em{

	display:block;

	transition:all .3s;

}

.quarter li a img{

	width:100%;

	height:auto;

}

.quarter li:hover a em{

	opacity:.8;

}

.quarter li a div {

    text-align: center;

    padding: 8px 0;

    position: relative;

    margin-top: -61px;

    background: #fffc00;

}

.quarter li a h3 {

    font-size: 45px;

    font-weight: 400;

	line-height:1;

}

.quarter li a p {

    width: 52px;

    text-align: left;

    line-height: 1.2;

    font-size: 18px;

}

.quarter li a h3

,.quarter li a p{

	display:inline-block;

}

.quarter li a h3

,.quarter li a p{

	*display:inline;

}

.quarter li a ins{

	display:block;

	height:35px;

	background:url("/temp/temp/52/52-0172/201806221341/images/shadow.png") no-repeat 0 -7px;

	background-size:100%;

}

.customer li{

	float:left;

	width:25%;

}

.customer li a{

	display:block;

	margin:3px;

}

.customer li a img{

	width:100%;

	height:auto;

}

.customer li a h3 {

    font-size: 17px;

    font-weight: bold;

}

.customer li div {

    text-align: center;

    color: #fff;

    background: rgba(87, 87, 87, 0.6);

    padding:5px 0;

    position: relative;

    margin-top: -53px;

	transition:all .5s;

}

.customer li a p {

    font-size: 12px;

    transform: scale(0.7);

	-ms-transform:scale(0.7);

	-moz-transform:scale(0.7);

	-webkit-transform:scale(0.7);

	-o-transform:scale(0.7);

}

.customer li:hover div {

    background:#00ADB1;

}

.customer li ins{

	display:block;

	height:35px;

	background:url("/temp/temp/52/52-0172/201806221341/images/shadow.png") no-repeat 0 -7px;

	background-size:100%;

}

.more01 {

    display: block;

    width: 130px;

    text-align: center;

    background: #e6212a;

    color: #fff;

    margin: 0 auto;

    border-radius: 20px;

    font-size: 16px;

    line-height: 40px;

    box-shadow: 2px 4px 0 #7d151a;

}

.dress li{

	float:left;

	width:25%;

}

.dress li a{

	display:block;

	padding:3px;

}

.dress li a img{

	width:100%;

	height:auto;

}

.activity{

}

.activity li{

	float:left;

	width:50%;

}

.activity li a{

	display:block;

	padding:3px;

}

.activity li a img{

	width:100%;

	height:auto;

}

.activity li a div{

	text-align:center;

	padding:10px 0;

	color:#fff;

	margin-top: -63px;

	transition:all .3s;

	position:relative;

    background: rgba(87, 87, 87, 0.44);

}

.activity li h3{

	font-size:17px;

	font-weight:bold;

}

.activity li p{

	font-size:12px;

}

.activity li:hover div {

    background: rgba(0,173,177,0.7);

}

.activity li a span{

	display:block;

	height:35px;

	background:url("/temp/temp/52/52-0172/201806221341/images/shadow.png") no-repeat 0 -23px;

	background-size:100%;

}

.lvpai li{

	width:33.333%;

}

.lvpai li a span{

	height:0;

}

.activity li a div{

	padding:3px 0;

	margin-top: -49px;

}

.ban01{

	padding:6px;

}

.ban01 img{

	width:100%;

	height:auto;

}

.xiezhen {

    background: #fff;

	margin-top:20px;

}

.xiezhen .tit03{

	text-align:center;

}

.xiezhen .tit03 a{

	padding-top:30px;

}

.tit03 a{

	display:block;

}

.tit03 a img{

	width:80%;

	height:auto;

}

.xiezhen li{

	float:left;

	width:33.3333%;

}

.xiezhen li a{

	display:block;

	position:relative;

	margin:3px;

	margin-bottom:0;

}

.xiezhen li img{

	width:100%;

	height:auto;

}

.xiezhen li div.x1{

	text-align:center;

	font-size:30px;

	color:#fff;

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	opacity:0;

	transition:all .3s;

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

	background-size:100%;

}

.xiezhen li:hover div.x1{

	opacity:1;

}

.xiezhen li div.x2 {

    text-align: center;

    color: #fff;

    font-family: simsun;

    position: relative;

    margin-top: -58px;

    background: rgba(87, 87, 87, 0.44);

    padding: 5px 0;

	font-weight:bold;

	transition:all .3s;

}

.xiezhen li:hover div.x2{

	opacity:0;

}

.xiezhen li div.x1 h3{

	padding-top:56%;

	font-weight:bold;

	font-size: 28px;

}

.xiezhen li div.x2 h3 {

    font-size: 20px;

	font-weight:bold;

}

.xiezhen li ins{

	display:block;

	height:20px;

	background:url("/temp/temp/52/52-0172/201806221341/images/shadow.png") no-repeat 0 -11px;

	background-size:100%;

}

.news{

	margin-top:100px;

}

.news ul{

	border-left: 1px solid #dedede;

	border-top: 1px solid #dedede;

	background:#fff;

}

.news li{

	float:left;

	width:33.3333%;

}

.news li.n1 a{

	padding:0;

}

.news li a {

    display: block;

    padding: 30px;

    color: #666;

    border-right: 1px solid #dedede;

	border-bottom: 1px solid #dedede;

	transition:all .3s;

}

.news li:hover a{

	background:#eee ;

}

.news li a img{

	width:100%;

	height:auto;

}

.news li h3 {

    font-size: 24px;

    margin-bottom: 13px;

}

.news li span {

    display: block;

    font-weight: bold;

    margin-bottom: 68px;

}

.news li p{

	font-family: "SimSun";

    line-height: 20px;

    height: 38px;

    overflow: hidden;

	color:#999;

}

.newsft{

	height:50px;

	margin-bottom:50px;

}

.newsft p{

	color:#999;

	font-size:12px;

	line-height:20px;

	text-align:center;

	padding-top:10px;

}

.newsft span{

	display:block;

}

.regbag{

	position:fixed;

	left:20px;

	top:calc(50% - 35px);

}

.rb01{

	position:relative;

	width:70px;

    height:70px;

}

.rb01 p{

	position:absolute;

	top:0;

	left:0;

	width:70px;

	height:70px;

	background:#fff url("/temp/temp/52/52-0172/201806221341/images/hongbao.png") no-repeat center center;

	background-size:38px auto;

	z-index:2;

	border-radius: 50%;

	cursor:pointer;

}

.rb01 span{

	display:block;

	width: 70px;

    height: 70px;

    border-radius: 50%;

	background:red;

    -webkit-animation: ripple 1.5s ease-out .5s infinite;

    animation: ripple 1.5s ease-out .5s infinite;

    opacity: 1;

    position: absolute;

    left:0;

    top: 0;

}

@keyframes ripple{

	0%{

	opacity:0;

	-webkit-transform:scale(.1);

	transform:scale(.1)

	}

	5%{

	opacity:1

	}

	to{

	opacity:0;

	-webkit-transform:scale(1.6);

	transform:scale(1.6)

	}

}

.redbag01

,.redbag03{

	position:fixed;

	width:100%;

	height:100%;

	left:0;

	top:0;

	background: rgba(0, 0, 0, 0.2);

    z-index: 2;

	display:none;

}

.redbag03{

	background:none;

}

.redbag02{

	width:388px;

	height:426px;

	position:absolute;

	left:50%;

	top:50%;

	margin-left:-194px;

	margin-top:-213px;

	background:url("/temp/temp/52/52-0172/201806221341/images/packetbg.png") no-repeat center center;

	background-size:95%;

}

.redbag02 h3 {

    color: #d20003;

    font-weight: 500;

    margin-top: 105px;

    line-height: 40px;

    font-size: 30px;

    padding-bottom: 20px;

	text-align:center;

}

.redbag02 h3 em{

	display:block;

	font-style:normal;

	color: #e1a73b;

}

.redbag02 p{

	padding-top: 2.3rem;

    color: #fff;

    font-size: 30px;

	text-align:center;

}

.redbag02 p span{

	font-size: 32px;

    color: #ffd40a;

	font-weight:bold;

}

.redbag02 a{

	display: block;

    border-radius:32px;

    padding:10px 20px;

    font-size: 30px;

    font-weight: 500;

    color: #630;

    margin: 20px auto;

    width: 260px;

    text-align: center;

    background: #f7c745;

    height: 40px;

    line-height: 40px;

}

.redbag02 a:hover{

	text-decoration:underline;

}

.close-hb{

	width:30px;

	height:30px;

	right:-0px;

	top:-8px;

	position:absolute;

	cursor:pointer;

	background:url("/temp/temp/52/52-0172/201806221341/images/btnn.png") no-repeat center center;

}

.redbag04{

	position:absolute;

	width:456px;

	height:627px;

	left:50%;

	top:50%;

	margin-left:-228px;

	margin-top:-313px;

	background:url("/temp/temp/52/52-0172/201806221341/images/getbg.png") no-repeat center center;

}

.redbag04 h3{

	font-size: 32px;

    color: #fff;

    text-shadow: 1px 1px 5px rgba(132, 10, 20, 0.75);

	margin-top: 140px;

	text-align:center;

	font-weight:bold;

}

.redbag04 h3 span{

    color: #6f3b11;

    font-size: 30px;

    text-shadow:none;

	margin-left:10px;

	font-weight:normal;

}

.redbag04 div.t1{

	padding-top: 6rem;

    font-size: 26px;

    line-height: 35px;

	text-align:center;

	color:#fff;

}

.redbag04 form h4{

	display:none;

}

.redbag04 form {

	margin-top:20px;

}

.redbag04 form label{

	display:none;

}

.redbag04 form input{

	width:370px;

	height:40px;

	line-height:40px;

	background:#fff;

	border:none;

	margin:0 auto;

	display:block;

	margin-bottom:5px;

	padding-left:10px;

	border-radius:5px;

}

.redbag04 form [type="submit"]{

	width:260px;

	line-height:60px;

	height:60px;

	border-radius:30px;

	background:#f7c745;

	font-size:30px;

	color: #630;

	margin-top:15px;

}

.redbag04 div span{

	color: #fccf00;

    font-weight: normal;

}

.default-form-item-order:nth-child(3){

	display:none;

}

.footer{

	background:#333;

	padding-top:50px;

	margin-top:50px;

}

.fttop{

	height:218px;

	padding:50px 0;

	position:relative;

	background:url("/temp/temp/52/52-0172/201806221341/images/icon023.png") no-repeat center center;

	border-top:1px solid #444;

}

.fttop span{

	display:block;

    width: 175px;

    height: 1px;

    position: absolute;

    top: -1px;

    left: 50%;

    margin-left: -87px;

    background:#666;

}

.foot01{

	padding:50px 0;

	border-top:2px #444  solid;

	border-bottom:2px #444  solid;

}

.ftnav{

	width:65%;

	float:left;

}

.ftnav ul{

	float:left;

	width:30%;

	margin-right:3%;

}

.ftnav li{

	border-bottom:1px #444  solid;

}

.ftnav li span{

	margin-right:10px;

}

.ftnav li a{

	display:block;

	line-height:30px;

	color: #999;

}

.ftnav li:hover a{

	color:#fff;

}

.wechat{

	width:135px;

	background:#fff;

	float:right;

	margin:3px;

}

.wechat p{

	text-align:center;

	padding:4px 0;

	color:#666;

}

.foot02{

	margin-top:30px;

}

.con01 li{

	float:left;

	margin-right:15px;

}

.con01 li a{

	display:block;

	width:35px;

	height:35px;

	background:url("/temp/temp/52/52-0172/201806221341/images/icon2.png") no-repeat;

}

.con01 li:hover a{

	opacity:.8;

}

.con01 li.wx01 a {

    background-position: -67px 0;

}

.con01 li.qq01 a{

	 background-position: -33px 0;

}

.tishi {

    margin-top: 50px;

    padding-bottom: 30px;

    border-bottom: 2px solid #444;

}

.tishi p{

	color:#999;

}

.tishi span {

    display: block;

    font-size: 12px;

    font-style: italic;

    color: #999;

    line-height: 1.2;

    margin-top: 5px;

}

.copy{

	padding:20px 0;

}

.default-pc-copyright{

	margin:0 auto;

	text-align:center;

	color:#666

}

.default-pc-copyright a{

	color:#666

}

.copy a:hover{

	color:#fff;

}

.links{

	text-align:center;

}

.links dd

,.links dt{

	display:inline-block;

	float:none;

	margin:0 5px;

	color:#666;

}

.links dd a{

	color:#666;

}

.links dd a:hover{

	color:#fff;

}

.links dd

,.links dt{

	*display:inline;

}

.erweima {

	width:100%;

	height:100%;

	top:0;

	left:0;

	position:fixed;

	background: #CCC;

	z-index: 102;

	display:none;

	background: url("/temp/temp/52/52-0172/201806221341/images/bg02.png");

}

.erweima-1 {

  width: 300px;

  background: #fff;

  z-index: 102;

  height: 300px;

  left: 50%;

  top:50%;

  margin-top:-150px;

  margin-left: -150px;

  position: absolute;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.erweima .close{

  display: block;

  top: -15px;

  right: -15px;

  width: 30px;

  height: 30px;

  position: absolute;

  background: transparent url("/temp/temp/52/52-0172/201806221341/images/fancybox.png") -40px 0px;

  cursor: pointer;

}



/*右侧浮动*/

.r_lx{

	position: fixed;

	right: 0;

	top: 40%;

}

.r_lx div{

	background: #444;

	width: 38px;

	height: 38px;

	border-bottom: 1px solid #555;

}

.r_lx div ins{

	display: block;

	width: 100%;

	height: 100%;

	background: url("/temp/temp/52/52-0172/201806221341/images/rwx.png") center no-repeat;

	background-size: 26px;

	cursor: pointer;

}

.r_lx div ins{

	display: block;

}

.r_lx div.rqq ins{

	background: url("/temp/temp/52/52-0172/201806221341/images/rqq.png") center no-repeat;

	background-size: 26px;

}

.r_lx div.rkf ins{

	background: url("/temp/temp/52/52-0172/201806221341/images/rkf.png") center no-repeat;

	background-size: 24px;

}

.r_lx div.rdh ins{

	background: url("/temp/temp/52/52-0172/201806221341/images/rdh.png") center no-repeat #444;

	background-size: 26px;

	position: relative;

	z-index: 1;

}

.r_lx div.top01 ins{

	background: url("/temp/temp/52/52-0172/201806221341/images/rtop.png") center no-repeat;

	background-size: 24px;

}

.r_lx div.rdh{

	position: relative;

}

.r_lx div.rdh span{

	line-height: 38px;

	position: absolute;

	width: 180px;

	text-align: center;

	color: #fff;

	font-size: 17px;

	font-family: "Georgia";

	display: block;

	background: #444;

	top: 0;

	left: 0;

	transition: 0.4s;

}

.r_lx div.rdh:hover span{

	left: -180px;

}















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

.ban02{

	text-align:center;

	width:100%;

	height:300px;

	line-height:300px;

}

.ban02 img{

	max-width:100%;

	height:auto;

}

.list-show h1{

	text-align:center;

	font-size: 35px;

    color: #666;

    margin: 20px 0;

	font-weight:bold;

}

.list-show .customer li {

	margin-bottom:20px;

}

.list-show .customer li a {

    padding: 5px;

}

.pub{

	margin:10px 0;

	text-align:right;

}

.default-pc-button-publish {

    color: #828e9a;

}

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

.h70{

	height:70px;

}

.list-news{

}

.pox{

	margin-top:50px;

	text-align:left;

	height:40px;

	border-bottom:1px solid #eee;

}

.pox h2{

	display:inline-block;

	font-size:20px;

	padding-bottom:10px;

	border-bottom:1px solid #000;

	font-weight:bold;

}

.pox h2{

	*display:inline;

}

.pox p

,.pox a{

	color:#999;

}

.list-news02 ul{

	margin-top:30px;

}

.list-news02 li{

	float:left;

	width:48%;

	margin-right:4%;

	margin-bottom:50px;

}

.list-news02 li a{

	display:block;

	color:#666;

}

.list-news02 li span{

	display:block;

	width:23%;

	float:left;

}

.list-news02 li img{

	width:100%;

	height:auto;

}

.list-news02 li div{

	width:72%;

	float:right;

}

.list-news02 li h3{

	font-size:20px;

	font-weight:bold;	

}

.list-news02 li p {

    font-size: 12px;

    font-family: simsun;

    height: 38px;

    overflow: hidden;

	color:#999;

}

.list-news02 li em {

    display: block;

    line-height: 33px;

    background: #f5f5f5;

    margin: 10px 0;

    font-style: normal;

    font-size: 14px;

    padding-left:10px;

    color: #999;

}

.page{

	text-align:center;

	margin:50px 0;

}

.page a{

	display:inline-block;

	float:none;

	border: 1px solid #60859b;

    color: #60859b;

}

.page a{

	*display:inline;

}

.page a.a, .page a:hover {

    background: #243e55;

}

.list-show  .xiezhen {

    background:none;

}

.list-show .xiezhen li a {

    margin:5px;

	margin-bottom:0;

}

.list-show .xiezhen li ins{

	height:30px;

}

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



/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; height:100%;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%; overflow:hidden;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; transition:all .3s !important;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}



.ban03{

	text-align:center;

	width:580px;

	margin:0 auto;

	display:none;

}

.ban03 img{

	max-width:100%;

	height:auto;

}

.word h3{

	text-align:center;

    font-family: "Microsoft YaHei";

    font-size:35px;

    color: #5e6a76;

    margin: 20px 0;

	font-weight:bold;

}

.word .ww{

	margin-top:50px;

}

.view-show .word .ww{

	text-align:center;

	width:230px;

	margin:0 auto;

	line-height:28px;

}

.word .ww span {

    color: #999;

    float: left;

    font-family: Georgia;

    font-weight: bold;

}

.word .ww .share{

	float:right;

}

.view-tit{

	position:relative;

}

.view-tit .fanye p.p1

,.view-tit .fanye p.n1{

	width:64px;

	height:64px;

	position:absolute;

	left:0;

	top:30px;

	background:url("/temp/temp/52/52-0172/201806221341/images/fanyeicon.png") no-repeat center left;

}

.view-tit .fanye p a{

	display:block;

	width:64px;

	height:64px;

}

.view-tit .fanye p.p1:hover

,.view-tit .fanye p.n1:hover{

	opacity:.7;

}

.view-tit .fanye p.n1{

	left:inherit;

	right:0;

	background-position:right center;

}

.view-show .pub{

	margin-bottom:10px;

}

.view-show01 {

    margin-top: 50px;

}

.view-show01 li{

	margin-bottom:63px;

}

.view-show01 li a{

	display:block;

	background:#fff;

	text-align:center;

	padding:60px 0;

}

.view-show01 li div{

	/*--border: 27px solid #2d4b65;

    border-image-source:url("/temp/temp/52/52-0172/201806221341/images/border.png");

    border-image-slice: 27 27 27 27;

    background: #547081;

    border-image-outset: 0;--*/

}

.view-show01 li span{

	display:block;

	height:40px;

	margin-top:40px;

	background:url("/temp/temp/52/52-0172/201806221341/images/img_show_bottom_img.png") no-repeat center top;

}

.view-show01 li img {

    width: auto;

	max-width:90%;

    max-height: 600px;

}

.retit{

	height:196px;

	background:#fffc00 url("/temp/temp/52/52-0172/201806221341/images/model2.png") no-repeat center center;

}

.related h2 a{

	display:block;

	font-size: 24px;

    font-weight: bold;

    margin:20px 0;

	color:#333;

}

.default-article-full{

	background:#fff;

	padding-bottom:100px;

}

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

.view-news .word{

	padding-bottom:50px;

}

.view-news .word .ww{

	padding-bottom: 30px;

    border-bottom: 1px dashed #eee;

    margin-bottom:3px;

}

.view-news .word .ww span{

	margin-right:20px;

	color:#999;

}

.view-news .word h3 {

    text-align: left;

    font-size: 36px;

	color:#666;

}

.fanye p{

	font-size:14px;

	color:#666;

}

.fanye p a {

    color: #666;

}

.fanye p a:hover{

	color:#000;

}

.default-pc-button-edit a {

    color: #777;

}

.list-nav{

	text-align:center;

	margin-bottom:50px;

}

.list-nav li{

	display:inline-block;

	margin:0 5px;

}

.list-nav li{

	*dusplay:inline;

}

.list-nav li a {

    display: block;

    font-size: 14px;

    padding: 7px 25px;

	border:1px solid #eee;

    border-radius: 3px;

	transition:all .3s;

}

.list-nav li:hover a 

,.list-nav li.a a{

	border:1px solid #999;

}

.list-nav li span{

	display:none;

}





/*标题样式*/

.tit01{

	width: 100%;

	margin-top: 60px;

	margin-bottom: 40px;

}

.tit01 a{

	display: block;

	text-align: center;

}

.tit01 a ins{

	display: block;

	width: 564px;

	height: 110px;

	margin: auto;

	background: url("/temp/temp/52/52-0172/201806221341/images/fgbt.png") no-repeat center center;

	transition: 0.3s;

}

.tit01 a ins:hover{

	transform: translateY(-10px);

	-ms-transform: translateY(-10px);

	-moz-transform: translateY(-10px);

	-webkit-transform: translateY(-10px);

	-o-transform: translateY(-10px);

}

.tit01 a ins.tit02{

	background: url("/temp/temp/52/52-0172/201806221341/images/kpbt.png") no-repeat center center;

}

.tit01 a ins.tit03{

	background: url("/temp/temp/52/52-0172/201806221341/images/hdbt.png") no-repeat center center;

}

.tit01 a ins.tit04{

	background: url("/temp/temp/52/52-0172/201806221341/images/hsbt.png") no-repeat center center;

}

.tit01 a ins.tit05{

	background: url("/temp/temp/52/52-0172/201806221341/images/ypbt.png") no-repeat center center;

}

.tit01 a ins.tit06{

	background: url("/temp/temp/52/52-0172/201806221341/images/xwbt.png") no-repeat center center;

}













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

	.default-basescript-index .wp{

		width:100%;

		padding:0 !important;

	}

	.nav-click {

		margin-top: 14px;

		right: 9px;

		color:#ccc !important;

	}

	.fenzhan{

		display:none;

	}

	.mbtop a{

		display:block;

		text-align:center;

	}

	.mbtop img{

		max-width:100%;

		height:auto;

		margin:20px 0;

		margin-top: 25px;

	}

	.mbnav ul{

		width:80%;

		margin:0 auto;

	}

	.mbnav ul li{

		float:left;

		width:20%;

	}

	.mbnav ul li a{

		display:block;

		font-size:16px;

		text-align:center;

		color:#fff;

	}

	.banner{

		display:none;

	}

	#default-mobile-spacing-header{

		height:0 !important;

	}	

	 .default-mobile-nav-menu li ul {

		background-color: #444;

	}

	.news li span {

		margin-bottom: 46px !important;

		font-size:12px;

	}  

	.mborder{

		max-width: 500px;

    	margin: 0 auto;

		margin-top:30px;

	}

	.ordertit{

		text-align:center;

	}

	.ordertit img{

		width:50%;

		height:auto;

	}

	.mborder h4 {

		text-align: center;

		font-size: 14px;

		margin: 10px 0;

		margin-bottom:30px;

		color:#999;

	}

	.mborder form{

		margin:0 10px;

	}

	.mborder label{

		display:none;

	}

	.mborder input {

		width: 95%;

		line-height: 45px;

		padding-left: 4%;

		border: 2px solid #eee;

		height: 45px;

		margin-bottom: 12px;

		font-size: 15px;

	}

	.mborder [type="submit"] {

		background: #eee;

		width: 100%;

		display: block;

	} 

	.default-mobile-copyright2 {

		background-color:#333;

	}

	.default-mobile-copyright2 a

	,.default-mobile-copyright2 {

		color: #999;

	}

	.mbnav{

		padding:5px;

		background:#000;

	}

	.fenzhan{

		float:left;

		width:18%;

		margin-left:0;

		text-align:left; 

		margin-right:2%;

	}

	.fenzhan h3{

		line-height:24px;

		background:none;

		font-size:16px;

		width:100%;

	}

	.fenzhan h3 img{

		margin-left:5px;

	}

	.fenzhan li.f1{

		text-align:center;

		width:100%;

		padding-top:100px;

	}

	.fenzhan li.f1 img{

		width:80%;

		height:auto;

	}

	.fenzhan ul{

		display:block;

		position:fixed;

		width:90%;

		padding: 0 5%;

		height:100%;

		left:0;

		top:0;

		z-index:11;

		background: #b13673;

		opacity:.9;

		display:none;

	}

	.fenzhan ul li{

		width:33.33%;

		margin-bottom:10px;

	}

	.fenzhan ul li a{

		font-size:20px;

		font-weight:bold;

	}

	.mbclose09{

		font-size:20px;

		color:#fff;

		position:fixed;

		right:10px;

		top:10px;

		z-index:12;

		cursor:pointer;

		width:30px !important;

	}

	.default-basescript-index .style li:nth-child(10) {

		display:block;

	}

	.mbtop{

		background: #8eb360;

	}

	.ban02 {

		display: none;

	}

	

}

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

	.news li span {

		margin-bottom: 0 !important;

	} 

}

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

	.style li

	,.customer li{

		width:50%;

		background:none;

		margin-bottom:0;

	}

	.style li:nth-child(2n)

	,.customer li:nth-child(2n){

		margin-right:0 !important;

	}

	.style li a 

	,.style ul{

		padding: 0;

		background:none;

	}

	.style li h3 {

		font-size: 18px;

    	line-height: 20px;

	}

	.style li p {

		font-size: 12px;

	}

	.style li div {

		padding:5px;

		margin-top: -42px;

	}

	.pad3 

	,.customer li a

	,.activity li a

	,.xiezhen li a{

		padding:0;

	}

	.content {

		background:none;

	} 

	.style li

	,.customer li{

		width:49.5%;

		margin-right:1%;

	}

	.customer li div{

		padding:5px 0;

		margin-top:-31px;

	}

	.customer li div p{

		display:none;

	}

	.customer li a h3 {

		font-size: 14px;

	}

	.dress{

		display:none;

	}

	.activity li {

		width: 100%;

		margin-bottom:10px;

	}

	.activity li:nth-child(2)

	,.activity li:nth-child(3)

	,.activity li:nth-child(4){

		display:none;

	}

	.ban01{

		display:none;

	}

	.xiezhen .tit03 img{

		width:100%;

		height:auto;

	}

	.xiezhen{

		background:none;

	}

	.xiezhen li a{

		margin:0;

	}

	.xiezhen li {

		width: 49.5%;

		margin-right: 1%;

	}

	.xiezhen li div.x2{

		margin-top:-40px;

	}

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

		margin-right:0 !important;

	}

	.xiezhen li div.x2 p{

		display:none;

	}

	.xiezhen li:hover div.x1{

		display:none;

	}

	.xiezhen li div.x2 h3 {

		font-size: 16px;

		line-height: 30px;

	}

	.xiezhen .tit03 {

		margin: 0 !important;

	}

	.news {

		margin-top: 30px;

	}

	.news li.n1 {

		display:none;

	}

	.news li {

		width: 100%;

	}

	.news li a{

		padding:15px;

	}

	.news li span {

		margin-bottom:0px !important;

	}

	.news li h3{

		font-size:17px;

		margin-bottom:0;

	}

	.news li p {

		display: none;

	}

	.default-basescript-index .news li:nth-child(7)

	,.default-basescript-index .news li:nth-child(8){

		display:none;

	}

	.list-show h1 {

		font-size: 30px;

	}

	.news ul{

		border:none;

	}

	

	.list-nav li a {

		font-size: 12px;

		padding:5px 7px;

	}

	.list-nav li{

		margin: 4px 2px;

	}

	.list-nav {

		margin-bottom: 30px;

	}

	.list-show .customer li {

		margin-bottom: 0;

	}

	.list-show .customer li ins{

		height:15px;

	}

	.ban03{

		width:100%;

		text-align:center;

		padding-top:20px;

	}

	.ban03 img{

		width:70%;

	}

	.word .ww span {

		float: none;

		display: block;

		text-align: center;

	}

	.word h3 {

		font-size:22px;

		margin:0;

	}

	.view-tit{

		margin:10px;

	}

	.view-show01{

		margin-top:20px;

	}

	.view-show01 li {

		margin-bottom:20px;

		background: #fff;

		padding: 10px;

	}

	.view-show01 li span{

		margin-top:10px;

		height:25px;

		background-size:100%;

	}

	.view-tit .fanye p.p1, .view-tit .fanye p.n1{

		width:40px;

		height:40px;

		background-size:80px;

		top:50px;

	}

	.related h2 a{

		font-size:20px;

		color:#666;

	}

	.word .ww {

		margin-top: 20px;

	}

	.view-tit .fanye p a{

		width:40px;

		height:40px;

	}

	.related .customer li

	,.related .customer li:nth-child(2n){

		width:32%;

		margin-right:2% !important;

	}

	.related .customer li:nth-child(3n){

		margin-right:0 !important;

	}

	.related .customer li:nth-child(7)

	,.related .customer li:nth-child(8){

		display:none;

	}

	.mbnews{

		margin-bottom:50px;

	}

	.rb01{

		display:none;

	}

	.view-show01 li img {

		max-width: 100%;

	}

	.customer li a{

		margin:0;

	}

	.style .tit01{

		margin-top:50px;

	}

	.lvpai .tit01{

		margin-top:10px;

	}

	.tit01{

		margin-top: 30px;

		margin-bottom: 30px;

	}

	.tit01 a ins,.tit01 a ins.tit02,.tit01 a ins.tit03,.tit01 a ins.tit04,.tit01 a ins.tit05,.tit01 a ins.tit06{

		width: 100%;

		height: 90px;

		background-size:100%;

	}

	



}





#cboxOverlay{

	background:#000;

	opacity: 0.93 !important;

}

#cboxClose{

	width:30px;

	height:30px;

	position:fixed;

	top:10px;

	right:30px;

	background: url("/temp/temp/52/52-0172/201806221341/images/small_icon.png") no-repeat center center;

}

#cboxClose:hover{

	background: url("/temp/temp/52/52-0172/201806221341/images/small_icon1.png") no-repeat center center;

}

#cboxPrevious

,#cboxNext{

	position:fixed;

	top:50%;

	margin-top:-35px;

	width:70px;

	height:70px;

	left:8%;

	transition:all .3s;

	background: url("/temp/temp/52/52-0172/201806221341/images/prev05.png") no-repeat center left;

}

#cboxNext

,#cboxNext:hover{

	right:8%;

	left:inherit;

	background-position:center right;

}

#cboxPrevious:hover{

	background-position:center left;

	transform:scale(1.1);

}

#cboxCurrent {

	display:none !important;

}

#cboxNext:hover{

	background-position:center right;

	transform:scale(1.1);

}

#cboxLoadedContent{

	margin-bottom:0 !important;

}

#cboxTopCenter

,#cboxTopRight

,#cboxTopLeft

,#cboxMiddleLeft

,#cboxMiddleRight

,#cboxBottomCenter

,#cboxBottomLeft

,#cboxBottomRight {

    height: 0;

	width:0;

    background: none; 

}

#cboxContent {

    background: none;

}

#colorbox{

  position: fixed !important;

  top:0 !important;

  height:100% !important;

}

#cboxWrapper{

	top:50%;

}


