/*!

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







/*公共头部*/

.header_box{

	background: #f9f9f9;

}

.header{

	padding: 15px 0;

}

.header .logo img{

	max-height: 60px;

	width: auto;

}

.navbox .nav01{

	margin-top: 9px;

}

.navbox .nav01 li{

	float: left;

	margin: 0 20px;

}

.navbox .nav01 li a{

	color: #000;

	font-size: 15px;

	display: block;

	padding: 10px 5px;

	border-bottom: 1px solid #fff;

	transition: 0.3s;

}

.navbox .nav01 li.a a,.navbox .nav01 li a:hover{

	border-bottom: 1px solid #000;

}

.navbox .nav01 li.a ul a,.navbox .nav01 li ul a:hover,.navbox .nav01 li ul li.a a{

	border: none;

}

.navbox .nav01 li ul{

	margin-top:0;

	padding: 0;

	background:#1c1c1c;

	opacity:0;

	transform:translateY(50px);

	-ms-transform:translateY(50px);

	-moz-transform:translateY(50px);

	-webkit-transform:translateY(50px);

	-o-transform:translateY(50px);

	transition:all .3s;

	display:block;

	z-index:-2;

	width: auto;

}

.navbox .nav01 li:hover ul{

	opacity:1;

	z-index:1;

	transform:translateY(0);

	-ms-transform:translateY(0);

	-moz-transform:translateY(0);

	-webkit-transform:translateY(0);

	-o-transform:translateY(0);

}

.navbox .nav01 li ul li{

	width: auto;

	margin-left:0;

	padding: 0 30px;

	margin: auto !important;

	border-top: 1px solid #333;

	background:#1c1c1c !important;

}

.navbox .nav01 li:hover ul a,.nav_box .nav01 li.a ul a{

	color: #fff;

}

.navbox .nav01 li ul li a{

	display: block;

	font-size: 14px;

	padding: 0;

	width: 140px;

	line-height: 40px;

	background: url("/temp/temp/53/53-0020/201906250857/images/go02.png") no-repeat center right;

	background-size: 10px;

	border: none;

	color: #fff;

}

.navbox .nav01 li ul li:hover a{

	background: url("/temp/temp/53/53-0020/201906250857/images/go01.png") no-repeat center right;

	background-size: 10px;

	padding-left: 10px;

	width: 130px;

	border: none;

}

.navbox .nav01 li ul li:last-child{

	padding-right: 30px;

}

.navbox .nav01 li ul li span{

	font-size: 14px;

	height: 36px;

	line-height: 36px;

	color: #fff !important;

}



.nybanner{

	width: 100%;

}

.nybanner img{

	width: 100%;

	height: auto;

}







/*banner*/

.banner01 {

	max-height: 690px;

	overflow: hidden;

}

.banner01 span.next,.banner01 span.prev{

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 20px;

	transition: 0.2s;

}

.reserve{

	padding-top: 30px;

	padding-bottom: 52px;

	background: #1c1c1c;

	color: #fff;

}

.reserve h3{

	float: left;

	width: 100%;

	font-size: 16px;

	margin-bottom: 10px;

}

.reserve select{

	float: left;

	width: 18%;

	margin-right: 2%;

	background: #1c1c1c;

	outline-color:rgba(0,0,0,0.00);

	border: none;

	border-bottom: 1px solid #f3e1c7;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 16px;

}

.reserve select option{

	background:#fff;

	font-size:14px;

	color:#333;

}

.reserve input.yd02

,.reserve input.yd03{

	float: left;

	width: 18%;

	margin-right: 2%;

	background: #1c1c1c;

	outline-color:rgba(0,0,0,0.00);

	border: none;

	border-bottom: 1px solid #f3e1c7;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 16px;

}

.reserve input.yd02::-webkit-input-placeholder,.reserve input.yd03::-webkit-input-placeholder{

	color: #fff;

	font-size: 16px;

}

.reserve div.tj{

	width: 20%;

	float: right;

	border: 1px solid #f3e1c7;

	box-sizing: border-box;

}

.reserve div.tj input{

	display: block;

	width: calc(100% - 4px);

	line-height: 36px;

	height: 36px;

	text-align: center;

	color: #1c1c1c;

	background: #f3e1c7;

	box-sizing: border-box;

	font-size: 16px;

	margin: 2px;

	border:none;

	cursor:pointer;

}





/*集团介绍*/

.about{

	padding: 100px 0;

}

.about .abl{

	width: 42%;

	text-align: center;

	margin-top: 90px;

}

.about .abl h1{

	font-size: 36px;

	color: #000;

	line-height: 42px;

}

.about .abl h2{

	font-size: 24px;

	color: #000;

}

.about .abl p{

	text-align: left;

	font-size: 14px;

	color: #666;

	line-height: 26px;

	margin-top: 20px;

	margin-bottom: 60px;

}

.about .abl ul{

	text-align: center;

}

.about .abl ul li{

	display: inline-block;

	margin: 0 10px;

}

.about .abl ul li a{

	display: block;

	line-height: 36px;

	height: 36px;

	text-align: center;

	width: 142px;

	border: 1px solid #c09a7a;

	color: #c09a7a;

	font-size: 16px;

	transition: 0.3s;

}

.about .abl ul li:first-child a,.about .abl ul li:hover a{

	background: #c09a7a;

	color: #fff;

}

.about .abr{

	width: 50%;

}

.about .abr img{

	width: 100%;

	height: auto;

}





/*酒店预订*/

.hotelyd{

	padding: 60px 0;

	background: #f9f9f9;

}

.hotelyd .title{

	text-align: center;

	margin-bottom: 50px;

}

.hotelyd .title h1{

	font-size: 32px;

	color: #000;

	line-height: 42px;

}

.hotelyd .title h2{

	font-size: 24px;

	color: #000;

}

.hotelyd ul .hotel01{

	float: left;

	width: 48%;

}

.hotelyd ul .hotel01 div{

	height: 235px;

	background: #fff;

	padding: 20px 30px;

}

.hotelyd ul .hotel01 div h3{

	font-size: 22px;

	color: #000;

}

.hotelyd ul .hotel01 div p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	margin-top: 10px;

	margin-bottom: 20px;

}

.hotelyd ul .hotel01 div a{

	display: block;

	width: 130px;

	line-height: 34px;

	text-align: center;

	color: #fff;

	font-size: 14px;

	background: #333;

	transition: 0.3s;

}

.hotelyd ul .hotel01 div a:hover{

    background: #c09a7a;

}

.hotelyd ul .hotel01 img,.hotelyd ul .hotel02 img{

	width: 100%;

	height: auto;

}

.hotelyd ul .hotel02{

	width: 24%;

	margin-left: 2%;

	margin-bottom: 2%;

	float: left;

	overflow: hidden;

}

.hotelyd ul .hotel02 a{

	display: block;

	position: relative;

}

.hotelyd ul .hotel02 div{

	position: absolute;

	bottom: -103px;

	left: 0;

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

	color: #fff;

	width: calc(100% - 30px);

	padding: 10px 15px;

	transition: 0.4s;

}

.hotelyd ul .hotel02 div h3{

	font-size: 18px;

	margin-bottom: 8px;

}

.hotelyd ul .hotel02 div p{

	font-size: 14px;

	line-height: 24px;

	max-height: 92px;

	overflow: hidden;

}

.hotelyd ul .hotel02:hover div{

	bottom: 0;

	padding: 20px 15px;

}





/*加盟合作*/

.joinus{

	background: #1c1c1c;

}

.joinus .join01{

	width: 50%;

	overflow: hidden;

	height: 640px;

	background: url("/temp/temp/53/53-0020/201906250857/images/joinus.jpg") no-repeat center center;

}

.joinus .join02{

	width: 40%;

	color: #fff;

	margin-right: 5%;

	margin-top: 50px;

}

.joinus .join02 h1{

	font-size: 32px;

	background: url("/temp/temp/53/53-0020/201906250857/images/join01.png") no-repeat left center;

	background-size: 36px;

	padding-left: 44px;

	margin-left: -44px;

}

.joinus .join02 h2{

	font-size: 24px;

}

.joinus .join02 p{

	font-size: 14px;

	line-height: 24px;

	margin-top: 20px;

}

.joinus .join02 img{

	margin: 30px 0;

}

.joinus .join02 a{

	display: block;

	width: 140px;

	text-align: center;

	line-height: 36px;

	font-size: 16px;

	color: #1c1c1c;

	background: #f3e1c7;

	transition: 0.3s;

}

.joinus .join02 a:hover{

    background: #c09a7a;

	color: #fff;

}





/*公司活动*/

.activity{

	background: #f9f9f9;

	padding: 60px 0;

}

.activity h1{

	font-size: 32px;

	color: #000;

	text-align: center;

}

.activity h2{

	font-size: 24px;

	color: #000;

	margin-bottom: 50px;

	text-align: center;

}

.activity ul li{

	width: 100%;

	background: #fff;

}

.activity ul li div{

	float: left;

	width: 30%;

	padding: 10%;

}

.activity ul li img{

	float: right;

	width: 50%;

	height: auto;

	left: 0 !important;

	margin-left: 0 !important;

}

.activity ul li div h3{

	font-size: 24px;

	color: #000;

	text-align: center;

}

.activity ul li div p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	margin-top: 40px;

	margin-bottom: 60px;

	max-height: 96px;

	overflow: hidden;

}

.activity ul li div a{

	display: block;

	width: 140px;

	text-align: center;

	line-height: 36px;

	border: 1px solid #c09a7a;

	font-size: 16px;

	color: #c09a7a;

	transition: 0.3s;

	margin: auto;

}

.activity ul li div a:hover{

	color: #fff;

	background: #c09a7a;

}

.activity .huodong span,.activity .news span{

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

	opacity: 1;

	font-size: 32px;

}

.activity .huodong span.prev{

	left: 50%;

}

.activity .news span.next{

	right: 50%;

}

.activity .news ul li div{

	float: right;

}

.activity .news ul li img{

	float: left;

}





/*合作伙伴*/

.partners{

	margin: 80px auto;

	margin-bottom: 100px;

	text-align: center;

	color: #000;

}

.partners h1{

	font-size: 32px;

}

.partners h2{

	font-size: 24px;

	margin-bottom: 40px;

}

.partners ul li{

	width: 188px;

	margin-right: 12px;

	border: 1px solid #c09a7a;

	box-sizing: border-box;

	transition: 0.3s;

}

.partners ul li:hover{

	transform: translateY(-10px);

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

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

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

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

}

.partners ul li img{

	width: 100%;

	height: auto;

}

.partners .dots{

	bottom: -40px;

}

.partners .dots span{

	width: 18px;

	height: 4px;

	background: #ccc;

}

.partners .dots span.active{

	background: #c09a7a;

}





/*公共底部*/

.footer{

	background: #000;

	position: relative;

}

.footer .top01{

	width: 40px;

	height: 40px;

	display: block;

	position: absolute;

	right: 0;

	top: -40px;

	background: #000 url("/temp/temp/53/53-0020/201906250857/images/top01.png") no-repeat center;

	background-size: 20px;

	cursor: pointer;

	z-index: 2;

}

.footer .f01{

	padding: 50px;

}

.footer .f01 dl{

	float: left;

	margin-right: 80px;

}

.footer .f01 dl dt h3{

	font-size: 20px;

	color: #fff;

	margin-bottom: 10px;

}

.footer .f01 dl dd{

	margin-bottom: 10px;

}

.footer .f01 dl dd a{

	font-size: 14px;

	color: #999;

}

.footer .f01 dl dd a:hover{

	color: #fff;

}

.footer .fyd{

	float: right;

	background: #fff;

	width: 300px;

	padding: 20px;

	padding-bottom: 0;

	border-radius: 4px;

}

.footer .fyd .yd01{

	float: left;

}

.footer .fyd .yd01 h1{

	font-size: 24px;

	color: #000;

}

.footer .fyd .yd01 h2{

	font-size: 14px;

	color: #000;

}

.footer .fyd .yd01 div{

	border: 1px solid #000;

    box-sizing: border-box;

	width: 100px;

	margin-top: 45px;

	transition: 0.3s;

}

.footer .fyd .yd01 div:hover{

	border-color: #c09a7a;

}

.footer .fyd .yd01 div a{

	display: block;

	width: 96px;

	margin: 1px;

	background: #000;

	color: #fff;

	font-size: 14px;

	text-align: center;

	line-height: 30px;

	transition: 0.3s;

}

.footer .fyd .yd01 div:hover a{

	background: #c09a7a;

}

.footer .fyd img{

	float: right;

	width: 142px;

	height: auto;

}

.footer .fyd h4{

	float: left;

	width: 100%;

	margin-top: 10px;

	line-height: 40px;

	border-top: 1px solid #000;

	color: #000;

	font-size: 16px;

	padding-left: 40px;

	background: url("/temp/temp/53/53-0020/201906250857/images/phone.png") no-repeat left center;

	background-size: 28px;

}

.footer .f02{

	border-top: 1px solid #333;

	padding: 20px 0;

}

.footer .f02 .fnav{

	text-align: center;

	margin-bottom: 5px;

}

.footer .f02 .fnav li{

	display: inline-block;

	padding: 0 10px;

	background: url("/temp/temp/53/53-0020/201906250857/images/fnav.png") no-repeat right center;

}

.footer .f02 .fnav li:last-child{

	background: #000;

}

.footer .f02 .fnav li a{

	font-size: 14px;

	color: #fff;

}

.footer .f02 .fnav li a:hover,.footer .jishu a:hover{

	color: #f3e1c7;

}

.footer .jishu{

	text-align: center;

	margin: auto;

	color: #fff;

	font-size: 14px;

}

.footer .jishu a{

	color: #fff;

}

.rfixed{

	position: fixed;

	top: calc(50% - 145px);

	right: 0;

	background: #000;

	padding: 10px;

	border: 2px solid #000;

	z-index: 2;

}

.rfixed div{

	height: 100%;

	padding: 15px;

	border: 2px solid #f3e1c7;

}

.rfixed h3{

	text-align: center;

	font-size: 22px;

	font-weight: bold;

	margin-bottom: 6px;

	color: #fff1d0;

}

.rfixed ul li{

	margin-bottom: 15px;

	transition: 0.2s;

}

.rfixed ul li a{

	display: block;

	width: 130px;

	line-height: 36px;

	text-align: center;

	background: #fff1d0;

	color: #000;

	font-size: 16px;

	font-weight: bold;

}

.rfixed ul li:last-child{

	margin-bottom: 0;

}

.rfixed ul li:nth-child(4) a{

	font-size: 15px;

}

.rfixed ul li:hover{

	opacity: 0.85;

}



/*点击弹出二维码*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	height: 260px;

	position: absolute;

	top: 35%;

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0020/201906250857/images/close.png") no-repeat center center;

	background-size: 100%;

	box-shadow: 2px 2px 14px #333;

	border-radius: 12px;

	cursor: pointer;

}









/*新闻资讯列表页--------------------------------------------------------------*/

.lnews_box{

	padding-bottom: 120px;

	background: #f9f9f9;

}

.lnews_box h1{

	font-size: 30px;

	color: #000;

	text-align: center;

}

.lnews_box h2{

	font-size: 20px;

	color: #000;

	margin-bottom: 20px;

	text-align: center;

}

.pub01{

	text-align: right;

	margin-bottom: 5px;

}

.lnews_box .lnews li{

	width: 96%;

	padding: 20px 2%;

	margin-bottom: 30px;

	background: #fff;

}

.lnews_box .lnews li a{

	display: block;

}

.lnews_box .lnews li span{

	display: block;

	float: left;

	width: 30%;

	overflow: hidden;

}

.lnews_box .lnews li span img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnews_box .lnews li:hover span img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.lnews_box .lnews li div{

	float: left;

	margin-left: 4%;

	width: 50%;

	transition: 0.4s;

}

.lnews_box .lnews li:hover div{

	margin-left: 6%;

}

.lnews_box .lnews li h4{

	float: right;

	font-size: 24px;

	font-family: "Arial";

	color: #666;

	margin-top: 70px;

}

.lnews_box .lnews li h3{

	font-size: 18px;

	color: #000;

	margin-top: 40px;

	margin-bottom: 10px;

}

.lnews_box .lnews li p{

	font-size: 14px;

	color: #666;

	line-height: 28px;

	max-height: 56px;

	overflow: hidden;

}

.page{

	text-align: center;

	margin-top: 30px;

}

.page a{

	display: inline-block;

	float: none;

	*display: inline;

	transition: 0.2s;

}

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

	background: #000;

	border-color: #000;

}



/*团队展示列表页-----------------------------------------------------------------------------------------------------*/

.l_team{

	background: #f9f9f9;

	padding-bottom: 120px;

}

.lteam li{

	float: left;

	width: 48%;

	margin-right: 4%;

	margin-bottom: 4%;

	padding: 50px 0;

	height: 180px;

	overflow: hidden;

	transition: 0.4s;

}

.lteam li a{

	display: block;

	height: 100%;

	background: #fff;

	transition: 0.4s;

	width: 80%;

	padding: 0 10%;

	position: relative;

	overflow: hidden;

}

.lteam li a .teamt{

	z-index: 1;

	position: relative;

	width: 80%;

}

.lteam li:hover{

	padding: 0;

	height: 280px;

}

.lteam li:hover a{

	background: #c09a7a;

}

.lteam li .teamt{

	padding-top: 30px;

}

.lteam li h3{

	float: left;

	font-size: 18px;

	color: #333;

	transition: 0.4s;

	line-height: 20px;

}

.lteam li h4{

	float: left;

	font-size: 14px;

	color: #888;

	transition: 0.4s;

	line-height: 22px;

	margin-left: 5px;

}

.lteam li p{

	font-size: 14px;

	color: #999;

	line-height: 30px;

	max-height: 60px;

	overflow: hidden;

	margin: 20px auto;

	transition: 0.4s;

}

.lteam li span{

	display: block;

	width: 100px;

	line-height: 28px;

	border-radius: 17px;

	text-align: center;

	border: 2px solid #fff;

	font-size: 14px;

	color: #fff;

	height: 32px;

	box-sizing: border-box;

	opacity: 0;

	transition: 0.4s;

}

.lteam li:hover span{

	opacity: 1;

}

.lteam li span:hover{

	background: #fff;

	color: #c09a7a;

}

.lteam li img{

	position: absolute;

	right: 0;

	width: 280px;

	height: auto;

	top: calc(50% - 140px);

	opacity: 0;

	transition: 0.4s;

}

.lteam li:hover h4{

	color: #fff;

}

.lteam li:hover h3{

	font-weight: bold;

	color: #fff;

}

.lteam li:hover .teamt{

	padding-top: 40px;

}

.lteam li:hover p{

	margin-bottom: 50px;

	color: #fff;

}

.lteam li:hover img{

	opacity: 1;

}









/*新闻资讯内容页----------------------------------------------------------------*/

.vnews_box{

	padding-bottom: 100px;

	background: #f9f9f9;

}

.vnews_box .pox01{

	float: right;

	margin: 20px 0;

	color: #333;

}

.vnews_box .pox01 a{

	color: #666;

}

.vnews_box .pox01 a:hover{

	color: #000;

}

.vnews_box .vnews{

	float: right;

	width: 100%;

}

.l_nav{

	padding-bottom: 200px;

	background: #fff;

	width: 15%;

}

.l_nav div{

	width: 80%;

	padding: 25px 10%;

	background: #c09a7a;

	position: relative;

}

.l_nav div h1{

	font-size: 18px;

	color: #fff;

	background: url("/temp/temp/53/53-0020/201906250857/images/tit01.png") no-repeat left center;

	padding-left: 16px;

}

.l_nav div span{

	display: block;

	position: absolute;

	background: url("/temp/temp/53/53-0020/201906250857/images/sanjiao.png") no-repeat center center;

	width: 13px;

	height: 26px;

	background-size: 100%;

	top: calc(50% - 13px);

	right: -13px;

}

.l_nav ul span{

	display: none;

}

.l_nav ul{

	margin-top: 20px;

}

.l_nav ul li{

	line-height: 46px;

	width: 80%;

	padding: 0 10%;

	transition: 0.3s;

}

.l_nav ul li a{

	display: block;

	background: url("/temp/temp/53/53-0020/201906250857/images/tit02.png") no-repeat left center;

	padding-left: 16px;

	font-size: 16px;

	color: #1c1c1c;

	transition: 0.3s;

}

.l_nav ul li:hover{

	background: #c09a7a;

}

.l_nav ul li:hover a{

	background: url("/temp/temp/53/53-0020/201906250857/images/tit01.png") no-repeat left center;

	color: #fff;

}

.vnews .article01{

	width: 68%;

	padding: 60px 6%;

	background: #fff;

}

.article01 .look01{

	font-size: 12px;

	color: #666;

	margin-top: 10px;

	margin-bottom: 30px;

}

.next01{

	margin-top: 30px;

}

.next01 p,.next01 a{

	font-size: 14px;

	color: #666;

}

.next01 a:hover{

	color: #000;

}





/*关于我们内容页--------------------------------------------------------------*/

.vab_box {

	padding-top: 60px;

}

.vab_box .article01 .fmimg{

	width: 100%;

}

.vab_box .article01 .fmimg img{

	width: 100%;

	height: auto;

	margin-bottom: 40px;

}

.vab_box .article01{

	width: 88%;

	padding: 60px 6%;

	background: #fff;

}

.vab_box .vnews{

	float: none;

}

.vab_box .article01{

	padding-top: 40px;

}

.vab_box .article01 h1{

	margin-bottom: 30px;

	color: #c09a7a;

}









/*关于我们列表页*/

.lab01{

	margin: 80px auto;

}

.lab01 li{

	float: left;

	width: 31.333%;

	margin-right: 3%;

}

.lab01 li a{

	display: block;

}

.lab01 img{

	width: 100%;

	height: auto;

}

.lab01 li h3{

	font-size: 18px;

	color: #000;

	margin-top: 20px;

	margin-bottom: 15px;

}

.lab01 li p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

}

.lab01 li span{

	display: block;

    line-height: 36px;

    height: 36px;

    text-align: center;

    width: 142px;

    border: 1px solid #c09a7a;

    color: #c09a7a;

    font-size: 16px;

    transition: 0.3s;

	margin-top: 40px;

}

.lab01 li:hover span,.lab02 div span:hover{

	background: #c09a7a;

	color: #fff;

}

.lab02{

	margin-bottom: 80px;

}

.lab02 div{

	width: 24%;

}

.lab02 img{

	float: right;

	width: 72%;

	height: auto;

}

.lab02 div h3{

	font-size: 24px;

	color: #000;

	margin-top: 60px;

}

.lab02 div p{

	font-size: 14px;

	color: #333;

	line-height: 28px;

	margin-top: 20px;

}

.lab02 div a{

	display: block;

    line-height: 36px;

    height: 36px;

    text-align: center;

    width: 142px;

    border: 1px solid #c09a7a;

    color: #c09a7a;

    font-size: 16px;

    transition: 0.3s;

	margin-top: 30px;

}

.lab03 {

	position: relative;

	margin-bottom: 10px;

}

.lab03 ul li{

	width:1200px;

	margin:0 5px;

	opacity: 0.6;

	transition:all 0.4s;

}

.lab03 ul li a{

	display:block;

	position:relative;

	overflow:hidden;

}

.lab03 ul li a img{

	width:100%;

	height:auto;

}

.swiper-container2{

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.lab03 ul li.swiper-slide-active,.lab03 ul li:hover{

	opacity: 1;

}

.lab03 a.prev01,.lab03 a.next01{

	display: block;

	width: 40px;

	height: 46px;

	font-size: 36px;

	background: #fff;

	color: #666;

	text-align: center;

	line-height: 46px;

	top: calc(50% - 23px);

	position: absolute;

	left: calc(50% - 660px);

	opacity: 0.6 !important;

	z-index: 2;

	border-radius: 6px 0 0 6px;

	transition: 0.3s;

}

.lab03 a.next01{

	left: inherit;

	right: calc(50% - 660px);

	border-radius: 0 6px 6px 0;

}

.lab03 a.prev01:hover,.lab03 a.next01:hover{

	opacity: 1;

}

.listnav{

	background: #fff;

	padding: 15px 0;

	margin-bottom: 60px;

	border-bottom: 1px solid #eee;

}

.listnav .pox01{

	float: left;

	line-height: 32px;

	font-size: 12px;

}

.listnav .list-nav{

	float: right;

}

.listnav .list-nav li{

	float: left;

}

.listnav .list-nav li a{

	display: block;

	padding: 0 20px;

	line-height: 32px;

	border-radius: 16px;

	border: 1px solid #eee;

	font-size: 14px;

	color: #888;

	box-sizing: border-box;

	transition: 0.3s;

	margin-left: 20px;

}

.listnav .list-nav li span{

	display: none;

}

.listnav .list-nav li a:hover,.listnav .list-nav li.a a{

	background: #c09a7a;

	color: #fff;

	border: 1px solid #c09a7a;

}





/*图片展示列表页--------------------------------------------------------------*/

.listshow{

	padding-bottom: 100px;

	background: #f9f9f9;

}

.lshow li{

	float: left;

	width: 100%;

	background: #fff;

	margin-bottom: 30px;

	transition: 0.4s;

}

.lshow li:hover{

	box-shadow: 0px 0px 20px #ccc;

}

.lshow li a{

	display: block;

	width: 96%;

	padding: 2%;

}

.lshow li a span{

	width: 100%;

	display: block;

	overflow: hidden;

}

.lshow li a img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lshow li:hover img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.lshow li a h3{

	font-size: 16px;

	color: #333;

	margin-top: 15px;

	margin-bottom: 5px;

}

.lshow li a p{

	font-size: 14px;

	color: #666;

	line-height: 18px;

	max-height: 18px;

	overflow: hidden;

	margin-bottom: 10px;

}





/*会员意见------------------------------------------------------------------------*/

.opinion{

	margin: auto;

	margin-top: 60px;

	margin-bottom: 120px;

	width: 620px;

}

.opinion h4{

	text-align: center;

	font-size: 24px;

	font-weight: bold;

	margin-bottom: 40px;

}

.opinion .default-form-item{

	width: 100%;

	margin-bottom: 30px;

}

.opinion .default-form-item label{

	float: left;

	width: 90px;

	font-size: 14px;

	line-height: 36px;

}

.opinion .default-form-item div{

	float: left;

}

.opinion .default-form-item div label{

	width: auto;

	margin-right: 40px;

}

.opinion .default-form-item div input{

	float: left;

	margin-top: 12px;

    margin-right: 5px;

}

.opinion .default-form-item input[type="text"]{

	float: right;

	width: calc(100% - 90px);

	line-height: 36px;

	height: 36px;

	padding: 0 10px;

	border: 1px solid #ddd;

	box-sizing: border-box;

	font-size: 14px;

	outline-color: #ddd;

}

.opinion .default-form-item textarea{

	float: right;

	width: calc(100% - 90px);

	line-height: 36px;

	height: 108px;

	padding: 0 10px;

	border: 1px solid #ddd;

	box-sizing: border-box;

	font-size: 14px;

	outline-color: #ddd;

}

.opinion input[type="submit"]{

	width: 100%;

	border: none;

	line-height: 36px;

	height: 36px;

	text-align: center;

	background: #c09a7a;

	font-size: 14px;

	color: #fff;

	cursor: pointer;

}





/*不同尺寸下修改------------------------------------------------------------------*/

.w960 .navbox .nav01 li{

	margin: 0 6px;

}

.w960 .about .abl ul li a{

	width: 110px;

}

.w960 .about .abl{

	margin-top: 40px;

}

.w960 .hotelyd ul .hotel01 div{

	height: 180px;

}

.w960 .hotelyd ul .hotel01 div p{

	max-height: 70px;

    overflow: hidden;

}

.w960 .activity ul li div{

	padding: 70px 10%;

}

.w960 .footer .f01 dl{

	margin-right: 60px;

}

.w960 .lab02 div h3{

	margin-top: 0;

}

.w960 .lab03 ul li{

	width: 800px;

}

.w960 .lnews_box .lnews li h3{

	margin-top: 20px;

}

.w960 .lnews_box .lnews li h3{

	margin-top: 55px;

}

.ueditor_baidumap{

	min-width: auto;

	width: 100% !important;

}









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

 	/*首页*/

	.default-basescript-index .mbfootcontact{

		display: none !important;

	}

	.mobile-header span{

		display: none;

	}

	header .bg{

		opacity: 1;

		background: #000;

	}

	.default-basescript-index header .bg{

		background-color:rgba(0,0,0,0.00);

		box-shadow: none;

	}

	.nav-click {

		color: #fff;

		font-size: 30px;

		line-height: 55px;

		top: 0;

		position: absolute;

		margin-top: 0;

		right: 0px;

		width: 40px;

	}

	.default-basescript-index .nav-click{

		font-size: 20px;

		line-height: 36px;

		text-align: center;

		top: 10px;

		position: absolute;

		margin-top: 0;

		right: 15px;

		width: 36px;

		background: #000;

		border-radius: 18px;

	}

	.default-basescript-index .fcontact{

		display: none;

	}

	.mbanner{

		width: 100%;

		height: 100%;

		position: fixed;

		top: 0;

		left: 0;

		background: url("/temp/temp/53/53-0020/201906250857/images/mbanner.jpg") no-repeat center center;

	}

	.mbanner ul{

		position: absolute;

		left: 0;

		bottom: 40px;

		width: 100%;

		text-align: center;

	}

	.mbanner ul li{

		float: left;

		width: 23%;

		margin: 1%;

	}

	.mbanner ul li a{

		display: block;

		position: relative;

	}

	.mbanner ul li img{

		width: 100%;

		height: auto;

	}

	.mbanner ul li div{

		position: absolute;

		top: calc(50% - 17px);

		left: 20px;

		color: #fff;

		text-align: left;

	}

	.mbanner ul li h3{

		font-size: 16px;

		line-height: 18px;

	}

	.mbanner ul li h4{

		font-size: 12px;

		line-height: 16px;

	}

	.default-basescript-index .default-mobile-copyright2{

		display: none;

	}

	

	/*列表页*/

	.default-mobile-list-cats h3,.default-mobile-list-cats nav ul li a{

		font-size: 16px;

    	line-height: 42px;

	}

	.default-mobile-list-cats{

		padding: 0 10px;

		border-radius: 4px;

		border: solid #e4e4e4 1px;

		margin-bottom: 30px;

	}

	.listshow,.lnews_box{

		background: #fff;

		padding-bottom: 60px;

	}

	.lshow li{

		margin: 0 1%;

		margin-bottom: 30px;

	}

	.lshow li a{

		width: 100%;

		padding: 0;

	}

	.lnews_box .lnews li span{

		display: none;

	}

	.lnews_box .lnews li div{

		width: 100%;

		margin: auto;

	}

	.lnews_box .lnews li h3{

		font-size: 15px;

		margin: 5px 0;

		color: #444;

	}

	.lnews_box .lnews li h5{

		font-size: 12px;

		color: #888;

	}

	.lnews_box .lnews li p {

		font-size: 12px;

		color: #888;

		line-height: 20px;

		max-height: 40px;

	}

	.lnews_box .lnews li{

		width: 100%;

		padding: 20px 0;

		border-bottom: 1px solid #eee;

		margin-bottom: 0;

	}

	.lnews_box .lnews li:hover div{

		margin-left: 0;

	}

	.lshow li:hover {

		box-shadow: none;

	}

	.lshow li:hover img{

		transform: none;

	}

	.ismobile article h3{

		margin-top: 20px;

	}

	.otherlist{

		display: none;

	}

	.opinion h4 {

		font-size: 20px;

		margin-bottom: 30px;

		color: #c09a7a;

	}

	.opinion .default-form-item {

		margin-bottom: 20px;

	}

	.default-article-content{

		overflow:hidden;

	}

	

	

	

	

}

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

	.mbanner ul li{

		width: 46%;

		margin: 2%;

	}

}

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

	/*列表页*/

	.lshow li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.lshow li a h3{

		font-size: 15px;

	}

	.lshow li a p{

		font-size: 12px;

		line-height: 14px;

    	max-height: 14px;

	}

	.opinion{

		width: 100%;

		margin-top: 40px;

    	margin-bottom: 80px;

	}

	.mbanner{

		background-size: auto 100%;

	}

	

	

	

	

}
































