/*!

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

}
/*全局手机样式*/

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

html{ 

	position:relative; 

	/*

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

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

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



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

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



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

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

.default-mobile-nav-menu{

	padding-bottom:50px;

}

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

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

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

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

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

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

		background:url("/temp/temp/52/52-0146/201709061819/images/g46.png") no-repeat center right;

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

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

*/

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

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

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

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

/*底部*/

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

footer a{ color:#fff;}



/*分页按钮*/

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

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

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



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

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

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

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

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

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

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

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



/*导航滑动提示*/

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

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

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



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

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



/*覆盖默认*/

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

	height:auto;

}



/*底部版权*/

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

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

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

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

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

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



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

article .content img{

	height:auto !important;

}




.header{

	background:#2e2c2d;

	padding-top:50px;

	padding-bottom:15px;

	position:relative;

}

.logo img{

	max-height:81px;

}

.tel01{

	position:absolute;

	right:20px;

	bottom:20px;

}

.menu {

    padding: 15px 0;

    margin: 18px 0;

    border-top: 2px solid #bbb;

    border-bottom: 2px solid #bbb;

    padding-bottom: 18px;

}

.w960 .menu li a{

	padding:5px 15px;

}

.menu li a {

    display: block;

    font-size:20px;

	text-align:center;

	padding:0 25px;

}

.menu li:hover a

,.menu li.a a

,.menu li:hover a em

,.menu li.a a em{

	color:#a27f30;

}

.menu li a span {

	display:block;

	transform:translate(0,25px);

	-ms-transform:translate(0,25px);

	-moz-transform:translate(0,25px);

	-webkit-transform:translate(0,25px);

	-o-transform:translate(0,25px);

}

.menu li a em {

    display: block;

    text-transform: uppercase;

    font-size: 15px;

    color: #666;

    transform:translate(0,-25px);

	-ms-transform:translate(0,-25px);

	-moz-transform:translate(0,-25px);

	-webkit-transform:translate(0,-25px);

	-o-transform:translate(0,-25px);

}

.menu li ul {

    display: block;

	transition: all .3s;

	opacity:0;

	margin-top:50px;

	z-index:-1;

	background: rgba(161, 144, 106, 0.78);

}

.menu li:hover ul{

	opacity:1;

	margin-top:0;

	z-index:2;

}

.menu li ul li a{

	display:block;

	color:#fff !important;

	padding:8px 20px;

	font-size:16px;

	text-align:left;

}

.menu li ul li a:hover{

	background:#a1906a;

}

.menu li ul a span{

	transform:translate(0,0) !important;

}

.banner{

	max-height:628px;

	overflow:hidden;

}

.banner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	border:1px solid #fff;

	background-color:transparent;

}

.banner .dots span.active{

	background-color:#fff;

}

.banner li{

	position:relative;

}

.banner li img{

	position:inherit;

	width:100%;

	height:auto;

	left:0 !important;

	margin-left:0 !important;

}

.biaoyu{

	width:780px;

	height:130px;

	margin:25px auto;

	position:relative;

	background:url("/temp/temp/52/52-0146/201709061819/images/h7.png") no-repeat center center;

}

.biaoyu span{

	display:block;

	width:48px;

	height:40px;

	position:absolute;

	background:url("/temp/temp/52/52-0146/201709061819/images/h3.png") no-repeat center center;

}

.biaoyu span.b1{

	top:0;

	left:0;

	opacity: 0;

    transform: translateX(-100px);

}

.biaoyu span.b2{

	right:0;

	bottom:0;

	opacity: 0;

    transform: translateX(100px);

	background:url("/temp/temp/52/52-0146/201709061819/images/h4.png") no-repeat center center;

}

.active span.b1

,.active span.b2{

	opacity: 1;

    transform: translateX(0);

    transition-duration: .5s;

    transition-delay: .5s;

}

.line01{

	background:#2e2c2d;

}

.line01 img{

	max-width:100%;

	height:auto;

}

.tit {

    text-align: center;

    position: relative;

    width: 100%;

    height: 70px;

	margin-top:25px;

}

.tit h3 {

    font-size: 33px;

    display: inline-block;

    background: #fff;

    padding: 0 15px;

    color: #615140;

	line-height:1;

}

.tit h3 {

	*display:inline;

}

.tit em {

    text-transform: uppercase;

    font-size: 24px;

    display: block;

    font-style: normal;

	width:100%;

	text-align:center;

    font-family: -webkit-pictograph;

}

.tit a {

    display: block;

    position: absolute;

    right: 0;

    font-size:16px;

    bottom: 0;

    color: #615140;

}

.section .tit a{

	opacity: 0;

    transform: translateX(100px);

	transition:all .3s;

}

.active .tit a{

	opacity: 1;

    transform: translateX(0);

    transition-duration: 1.5s;

    transition-delay: .5s;

}

.tit p{

	border-top:2px solid #ddd;

	margin-top:-50px;

}

.tour ul{

	margin-top:10px;

}

.tour li {

    float: left;

    width: 32.6%;

    margin-right: 1.1%;

    margin-bottom: 1.1%;

}

.tour li a{

	display:block;

}

.tour li a img{

	width:100%;

	height:auto;

}

.case ul{

	margin-top:30px;

}

.case li {

    float: left;

    margin-right: 1.4%;

    width: 32.4%;

    margin-bottom:1.4%;

	position:relative;

	overflow:hidden;

}

.case li a{

	display:block;

	background:#000;

}

.case li img{

	width:100%;

	height:auto;	

}

.case li a span.pic01{

	display:block;

	transition:all .5s;

}

.case li:hover a span.pic01{

	opacity:.5;

}

.case li div {

    position: absolute;

    width: 260px;

    left: 50%;

    margin-left: -130px;

    border: 1px solid #fff;

    text-align: center;

	transition:all .5s;

	top:100%;

}

.case li:hover div {

	top:31%;

}

.case li div ins{

	display:block;

	margin:2px;

	text-decoration:none;

	padding:15px;

	font-size: 16px;

    color: #a1906a;

	background:url("/temp/temp/52/52-0146/201709061819/images/h6.png");

}

.case li div span{

	display:block;

	width:210px;

	height:50px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0146/201709061819/images/logo2.png")no-repeat center center;

}

.case li div h3{

	font-size: 16px;

}

.footer{

	border-top:7px solid #2e2d2d;

	background:#abaaaa;

	padding:60px 0;

	margin-top:50px;

}

.con02 {

    width: 90%;

    margin: 0 auto;

}

.con02 li {

    width: 45%;

}

.con02 li.l{

	padding-right:5%;

	border-right:1px solid #333;

}

.con02 li img{

	width:100%;

	height:auto;

}

.copy {

    background: #2e2d2d;

    padding: 10px 0;

}

.default-pc-copyright {

    width: 100%;

    color: #999;

    margin: 0 auto;

	text-align:center;

}

.default-pc-copyright a {

    color: #999;

}



/*边栏客服*/

.sidebar{position:fixed;width:54px;height:275px;right:0;top:34%;z-index:100;}

.sidebar ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}

.sidebar ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px 'simhei';overflow:hidden;}

.sidebar ul li .sidetop{ cursor:pointer; width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}

.sidebar ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}

.sidebar ul li img{float:left;}



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

.titgn{

	width:100%;

	height:167px;

	background:url("/temp/temp/52/52-0146/201709061819/images/guonei.png")no-repeat center left;

}

.list-nav01 li{

	float:left;

	width:48%;

}

.list-nav01 li a {

    display: block;

    padding: 15px 0;

    background: #ccc;

    font-size:37px;

    text-align: center;

}

.list-nav01 li.aa{

	float:right;

}

.list-nav01 li a span {

    text-transform: uppercase;

	margin-left:15px;

}

.list-nav01 li:hover a

,.list-nav01 li.a a{

	background:#d4caaf;

	color:#615140;

}

.pub{

	text-align:right;

	margin:10px 0;

}

.page{

	text-align:center;

	margin:30px 0;

}

.page a {

    display: inline-block;

    float: none;

    padding: 11px 18px;

    border-radius: 50%;

    border: none;

    font-size: 30px;

    font-family: SimSun;

    font-weight: bold;

    background: #d4caaf;

    color: #fff;

	margin:0 20px;

}

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

	color:#5b5a5a;

}

.page a{

	*display:inline;

}

.page_next

,.page_prev{

	display:none !important;

}

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

.default-show-article{

	background:#eae9e9;

}

.tit03{

	height:111px;

	margin:30px 0;

	background:url("/temp/temp/52/52-0146/201709061819/images/vs.png")no-repeat center left;

}

.showtit03 h3{

	position:relative;

	line-height:115px;

}

.showtit03 em {

    display: block;

    position: absolute;

    left: 155px;

    bottom: 28px;

    width: 500px;

    border-bottom: 2px solid #6b5c4c;

}

.tit03 h3{

	padding-left:300px;

}

.tit03 h3 a{

	color: #5b5a5a;

}

.tit03 h3 a:hover{

    color: #8a7a53;

}

.vs01 {

    width: 65%;

    padding: 2%;

    background: #fff;

}

.vs01 h3{

	font-size:30px;

}

.tit03 h3 {

    padding-left: 480px;

    line-height: 111px;

    font-size: 25px;

    font-family: simsun;

    font-weight: bold;

    color: #5b5a5a;

}

.fanye{

	margin:30px 0;

}

.fanye p{

	font-size:15px;

	line-height:30px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#615140;

}

.vs02 {

    width: 28%;

    float: right;

}

.vs02 span{

	display:block;

	height:260px;

	background:#fff url("/temp/temp/52/52-0146/201709061819/images/logo03.png")no-repeat center center;

}

.w960 .vs02 span{

	height:200px;

}

.vs02 a{

	display:block;

	line-height:57px;

	color:#615140;

	font-size:18px;

	text-align:center;

	background:#d4caaf;

	transition:all .3s;

}

.vs02 a:hover{

	background:#615140;

	color:#fff;

}

/*-----------------list-video----------*/

.list-video ul{

	margin-top:30px;

}

.list-video li {

  width:100%;

  margin-bottom:60px;

  position:relative;

}

.list-video li img{

	width:100%;

	height:auto;

}

.list-video li a div h3 {

  margin-top: 21%;

}

.list-page09{

	margin-top:130px;

}

.w960 .list-page09{

	margin-top:100px;

}

.list-video li .action_but{

    position: absolute;

    width: 82px;

    top: 10px;

    right: 3px;

}

.list-video li .action_but a {

  margin-right: 5px;

  display: inline-block;

  padding: 2px 5px;

  border-radius: 5px;

  color:#d4caaf;

}

.list-video li div.tc{

	display:none;

	position:fixed;

	width:100%;

	height:100%;

	top:0;

	z-index:11;

	left:0;

	background:url("/temp/temp/52/52-0146/201709061819/images/bg02.png") ;

}

.list-video li div.tc img{

	max-width:800px;

	max-height:500px;

	border-radius: 5px;

}

.list-video li div.tc .tc01{

  position: absolute;

  top: 50%;

  left: 50%;

  border: 8px solid #fff;

  background: #fff;

  padding: 0;

  box-shadow:0 0 20px #000;

}

.list-video li div.tc em {

   position: absolute;

  display: block;

  top: -18px;

  right: -18px;

  width: 30px;

  height: 30px;

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

  cursor: pointer;

}	

.list-video li div.tc em:hover{

	color:#099;

}

.list-video li div.tc p{

	padding:0;

	height:auto !important;

}

.list-video object{

	width:1060px;

	height:600px;

}

.list-video li div.tc iframe{

	width:800px;

	height:500px;

}

/*-----------------list-oversea--------------*/

.tithw{

	width:100%;

	height:130px;

	background: transparent url("/temp/temp/52/52-0146/201709061819/images/hw.png") no-repeat center left;

}

.oversea{

	background:#fff;

	margin-top:20px;

	padding-bottom:100px;

}

.oversea h2{

	width:75%;

	height:140px;

	margin:0 auto;

	margin-bottom:50px;

	background:url("/temp/temp/52/52-0146/201709061819/images/hw1.png") no-repeat center center;

	border-bottom: 1px solid #333;

}

.ov01{

	padding:0 3%;

}

.ov01 h3 {

    font-size: 18px;

    color: #5f533d;

	margin-bottom:15px;

}

.ov01 object{

	width:100%;

	height:530px;

}

.price{

	padding:40px 3%;

	border-top:1px solid #5f533d;

	border-bottom:1px solid #5f533d;

	margin-top:40px; 

} 

.price h3{

	font-size: 18px;

    color: #5f533d;

}

.price ul{

	margin:50px 0;

}

.price li{

	float:left;

	width:50%;

}

.price li a {

    display: block;

    width: 43%;

    margin: 0 auto;

}

.w960 .price li a{

	width:54%;

}

.price li span{

	display:block;

	width:161px;

	height:205px;

	float:left;

	background:url("/temp/temp/52/52-0146/201709061819/images/hw2.png") no-repeat center center;

}

.price li h4 {

    text-align: center;

    font-size: 23px;

    float: right;

    margin-top: -44%;

    line-height: 1.3;

    color: #776654;

}

.price.section li h4{

	opacity: 0;

    transform: translateX(100px);

    transition: all .5s;

}

.price.active li h4{

	opacity: 1;

    transform: translateX(0);

    transition-duration: .5s;

    transition-delay: .5s;

}

.price li p {

    font-size: 18px;

}

.hw03{

	margin-top:40px;

}

.hw03 h3{

	padding:0 3%;

	font-size:18px;

	color: #5f533d;

}

.hw03 ul{

	margin-top:20px;

}

.hw03 li{

	float:left;

	width:49%;

	margin-right:2%;

	margin-bottom:2%;

}

.hw03 li img{

	width:100%;

	height:auto;

}

/*-----------list-shuijing--------------*/

.shuijing{

	padding:4%;

	background:#fcfbfb;

	margin-top:50px;

}

.shuijing .ban02 img

,.ban02 img{

	width:100%;

	height:auto;

}

.sj01{

	text-align:right;

	margin:60px 0;

}

.sj01 h3 {

    font-size: 40px;

    color: #4c412a;

	display:inline-block;

	padding-left:36px;

	background:url("/temp/temp/52/52-0146/201709061819/images/sj8.png") no-repeat center left;

}

.sj01 h3{

	*display:inline;

}

.sj01 p {

    font-size: 23px;

    color: #4c412a;

}

.sj02{

	width:800px;

	height:315px;

	margin:100px auto;

	color: #746556;

	background:url("/temp/temp/52/52-0146/201709061819/images/sj.png") no-repeat center center;

}

.sj02 h3 {

    text-align: center;

    font-size: 30px;

    padding-top: 70px;

}

.sj02 p {

    font-size:30px;

	margin-top:20px;

}

.sj02 p em {

    font-style: normal;

    margin-left: 90px;

}

.sj02 span {

    display: block;

    font-size: 25px;

    margin-left: 90px;

    margin-top: 20px;

}

.sj03 div h3 {

    font-size: 25px;

    margin-top: 60px;

}

.sj03 p {

    font-size: 20px;

    line-height: 2;

    color: #4c412a;

}

.sj044{

	width:1100px;

	height:682px;

	margin:100px auto;

	background:url("/temp/temp/52/52-0146/201709061819/images/sj09.png") no-repeat center center;

}

.w960 .sj044{

	width:100%;

	background-size:100%;

}

.sj044 h3{

	font-size:40px;

	padding:120px 100px;

	padding-bottom:30px;

}

.w960 .sj044 h3 {

	font-size:35px;

    padding-bottom: 10px;

    padding-top: 148px;

}

.sj044 p{

	padding:0 100px;

	font-size:20px;

	line-height:2;

}

.w960 .sj044 p{

	font-size:18px;

}

.zstit {

    font-size: 25px;

    line-height: 1.8em;

    margin: 50px 0;

    color: #746556;

}

/*--------------list-brand-----------------*/

.list-about{

	margin-top:50px;

}

.about01 {

    float: left;

    width: 25%;

}

.about01 span{

	display:block;

}

.about01 span img{

	width:100%;

	height:auto;

}

.about01 ul{

	margin-top:50px;

}

.about01  li{

	margin-bottom:50px;

	border-bottom:2px solid #bbb4ad;

}

.about01 li a {

    display: block;

    font-size: 20px;

	text-align:center;

	color:#5b5a5a;

}

.about01 li h3 {

    font-size: 35px;

	padding-bottom:8px;

}

.about01 li p {

    text-transform: capitalize;

    font-family: "STXinwei",华文新魏,"Microsoft YaHei",微软雅黑;

    font-size: 25px;

}

.about02 {

    width: 71%;

    float: right;

}

.about02 p{

	font-size:16px;

	line-height:1.8em;

	text-indent:2em;

}

.about02 img{

	max-width:100%;

	height:auto;

	margin:20px 0;

}

.about02 .ab01 div{

	margin-bottom:30px;

}

.about02 .ab01 div p{

	color:#615140;

}

.titabout{

	height:75px;

	margin-bottom:20px;

	background:url("/temp/temp/52/52-0146/201709061819/images/pinpai.png") no-repeat center left;

}

.titabout p {

    border-bottom: 2px solid #c6c6c6;

    padding-top: 45px;

}

.about02 .ab02 p{

	margin-bottom:30px;

}

.fwtit{

	background:url("/temp/temp/52/52-0146/201709061819/images/fw01.png") no-repeat center left;

}

.fuwu {

    margin-top: 70px;

}

.fuwu li{

	float:right;

	width:80%;

	margin-bottom:70px;

}

.w960 .fuwu li{

	width:100%;

}

.fuwu li.s2{

	float:left;

}

.fuwu li.s3{

	width:100%;

}

.fuwu li h3 {

    font-size: 45px;

    margin-top: 70px;

    display: inline-block;

    width: 230px;

    background: #fff;

    position: relative;

    z-index: 2;

	margin-bottom:35px;

	color:#5f5242;

}

.fuwu li h3 {

	*display:inline;

}

.fuwu li div {

    float: left;

    position: relative;

    width: 57%;

    text-align: right;

}

.w960 .fuwu li.s3 div {

    width: 48%;

}

.fuwu li.s2 div{

	float:right;

	text-align:left;

}

.fuwu li.s3 div{

	width:50%;

}

.fuwu li.s3 div h3{

}

.fuwu li span {

    display: block;

    float: right;

    width: 267px;

}

.fuwu li span img{

	width:100%;

	height:auto;

}

.fuwu li.s2 span{

	float:left;

}

.fuwu li.s3 span{

	width:399px;

}

.w960 .fuwu li.s3 span {

    width: 330px;

}

.fuwu li ins{

	text-decoration:none;

}

.fuwu li p{

	color:#666;

	text-indent:inherit;

}

.fuwu li strong {

    font-size: 20px;

    font-weight: normal;

    margin-top: 20px;

    display: block;

	color:#5f5242;

}

.fuwu li em {

    display: block;

    position: absolute;

    top: -30px;

    left: 149px;

    width: 190px;

    height: 190px;

    border: 2px solid #5f5242;

}

.fuwu.section li em {

	opacity: 0;

    transform: translateX(-100px);

	transition:all .5s;

}

.fuwu.active li em {

	opacity:1;

    transform: translateX(0);

    transition-duration: .5s;

    transition-delay: .5s;

}

.fuwu.active li:nth-child(2) em{

	opacity:1;

    transform: translateX(0);

    transition-duration: 1s;

    transition-delay: 1s;

}

.fuwu.active li:nth-child(3) em{

	opacity:1;

    transform: translateX(0);

    transition-duration: 1.5s;

    transition-delay: 1.5s;

}

.fuwu.active li:nth-child(4) em{

	opacity:1;

    transform: translateX(0);

    transition-duration: 2s;

    transition-delay: 2s;

}

.fuwu.active li:nth-child(5) em{

	opacity:1;

    transform: translateX(0);

    transition-duration: 3s;

    transition-delay: 3s;

}

.w960 .fuwu li em {

    left: 114px;

}

.w960 .about02 p{

	font-size:14px;

}

/*---------------list-team01--------------*/



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

#cboxWrapper {max-width:none;}

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

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

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

}

.teamtit{

	background:url("/temp/temp/52/52-0146/201709061819/images/teamtit.png") no-repeat center left;

}

.list-team li {

    float: left;

    width: 30%;

    margin: 0 10%;

	margin-bottom:5%;

}

.list-team li a{

	display:block;

}

.list-team li a img{

	width:100%;

	height:auto;

}

/*--------------------list-recurit----------------*/

.retit{

	background:url("/temp/temp/52/52-0146/201709061819/images/retit.png") no-repeat center left;

}

.recurit div{

	font-size:18px;

	line-height:1.8em;

	padding:30px 0;

	border-bottom:2px solid #d0c8b5;

}

.recurit h3{

	font-size:18px;

	margin-bottom:30px;

}

.recurit.section h3{

	opacity: 0;

    transform: translateX(-100px);

    transition: all .5s;

}

.recurit.active h3{

	opacity: 1;

    transform: translateX(0);

    transition-duration: .5s;

    transition-delay: .5s;

}

.recurit.active div:nth-child(2) h3{

	transition-duration: .8s;

    transition-delay: .8s;

}

.recurit.active div:nth-child(3) h3{

	transition-duration: 1.1s;

    transition-delay: 1.1s;

}

.recurit.active div:nth-child(4) h3{

	transition-duration: 1.5s;

    transition-delay: 1.5s;

}

.recurit.active div:nth-child(5) h3 {

	transition-duration:1s;

    transition-delay: 1.8s;

}

.recurit.active div:nth-child(6) h3{

	transition-duration: 1s;

    transition-delay: 2.1s;

}

.recurit.active div:nth-child(7) h3{

	transition-duration: 1s;

    transition-delay: 2.5s;

}

.recurit.active div:nth-child(8) h3{

	transition-duration:1s;

    transition-delay: 2.8s;

}

.recurit.active div:nth-child(9) h3{

	transition-duration: 1s;

    transition-delay: 3s;

}

.recurit div p{

	text-indent:0;

	font-size:18px;

}

.recurit strong{

	font-size:18px;

	margin:50px 0;

	font-weight:normal;

	display:block;

}

.recurit div.bb h3{

	margin-bottom:0;

}

.recurit em{

	font-style:normal;

	margin-right:30px;

}

/*---------list-contact------------*/

.contit{

	background:url("/temp/temp/52/52-0146/201709061819/images/contit.png") no-repeat center left;

}

.list-con span{

	display:block;

	text-align:center;

}

.list-con span img{

	max-width:100%;

	height:auto;

}

.con09{

	padding:50px 0;

	border-top:1px solid #a1906a;

	border-bottom:1px solid #a1906a;

}

.con09 p{

	font-size:18px;

	line-height:2;

	color:#666;

	text-indent:inherit;

}

.con09 em{

	font-style:normal;

	display:block;

	font-size:18px;

	color:#666;

	line-height:2;

	margin-left:89px;

}

/*------------------list-lvpai--------------------*/

.lvtit{

	background:url("/temp/temp/52/52-0146/201709061819/images/lvpai.png") no-repeat center left;

}

.list-lvpai{

	background:#fff;

	padding:50px 0;

}

.list-lvpai span.l1{

	display:block;

	height:100px;

	border-bottom:3px solid #e0dace;

	background:url("/temp/temp/52/52-0146/201709061819/images/feimu.png") no-repeat center center;

}

.lvpai01{

	width:80%;

	margin:80px auto;

}

.lvpai01 li{

	margin-bottom:50px;

}

.lvpai01 li h3 {

    font-size: 23px;

	margin-bottom:20px;

}

.lvpai01 li p {

    font-size: 16px;

    color: #666;

    line-height: 3;

    text-indent: 2em;

}

.lvpai01 li object

,.lvpai01 li iframe{

	width:100%;

	height:500px;

}

.lvpai02{

	border-top:2px solid #e0dace;

	padding-top:80px;

}

.lvpai02 ul{

	width:95%;

	margin:0 auto;

}

.lvpai02 ul li{

	width:12.5%;

	float:left;

	background:#000;

}

.lvpai02 ul li img{

	width:100%;

	height:auto;

}

.lvpai03{

	margin-top:40px;

}

.lvpai03 span{

	display:block;

	height:150px;	

	background:url("/temp/temp/52/52-0146/201709061819/images/logo04.png") no-repeat center center;

}

.lvpai03 li{

	height:153px;

	margin-top:40px;

}

.lvpai03  li a{

	display:block;

}

.lvpai03 li p {

	width:60%;

	margin:0 auto;

    border-top:4px solid #e0dace;

}

.lvpai03 li em {

    display: block;

    width: 150px;

    height: 153px;

    margin: 0 auto;

    margin-top: -25px;

	transition:all .3s;

}

.lvpai03 li:hover em {

	margin-top:-35px;

}

.lvpai03  li.l2 em{

	background:#fff url("/temp/temp/52/52-0146/201709061819/images/kepian.png") no-repeat center center;

}

.lvpai03  li.l3 em{

	background:#fff url("/temp/temp/52/52-0146/201709061819/images/danqi.png") no-repeat center center;

}

.dangqi{

	background:#fff;

}

.dangqi ul{

	width:496px;

	padding:50px 0;

	margin-left:20%;

}

.dangqi li img{

	width:100%;

	height:auto;

}

.kepian

,.kepian09{

	background:#fff;

	padding:30px 2%;

	width:96%;

}

.kepian09 h3 {

    font-size: 35px;

    text-align: center;

    color: #615140;

}

/*-----------list-hotel------------------*/

.hoteltit{

	background:url("/temp/temp/52/52-0146/201709061819/images/hetel.png") no-repeat center left;

}

.hotel {

	padding:50px 100px;

    border: 2px solid #a1906a;

}

.hotel h3{

	font-size:33px;

	color:#666;

}

.hotel li {

    float: left;

    width: 28%;

    margin-right: 8%;

    margin-bottom: 2%;

}

.hotel li img{

	width:100%;

	height:auto;

}

/*----------list-miyue------------------*/

.miyue{

	margin-top:50px;

}

.mitit{

	height:220px;

	border-bottom:2px solid #c3b898;

	background:url("/temp/temp/52/52-0146/201709061819/images/mitit.png") no-repeat center center;

}

.miyue p.tt{

	font-size:20px;

	color:#605343;

	margin:30px 0;

}

.miyue ul{

	margin-top:100px;

}

.miyue li{

	position:relative;

	width:65%;

	float:left;

	margin-bottom:130px;

}

.miyue li.miy{

	float:right;

}

.miyue li a{

	display:block;

}

.miyue li div {

    position: absolute;

    width: 96%;

    height: 96%;

    left: -4%;

    bottom: -6%;

    border: 2px solid #615141;

}

.miyue li img{

	width:100%;

	height:auto;

	position:relative;

}

.miyue li span {

    display: block;

    width: 94.5%;

    height: 93.5%;

    position: absolute;

    background: #615141;

    bottom: -3%;

    left: -2%;

    box-shadow: 0 0 10px #615141;

}

.miyue li.miy div{

    right:-4% !important;

    left: inherit;

}

.miyue li.miy span {

    right:-2% !important;

    left: inherit;

}



/*----------------list-make01----------------------*/

.maketit{

	height:110px;

	margin:30px 0;

	background:url("/temp/temp/52/52-0146/201709061819/images/makeup01.png") no-repeat center left;

}

.make01 img{

	width:100%;

	height:auto;

}

.list-make{

	font-family: simsun;

	color:#4c412a;

}

.mptit09{

	width:90%;

	height:48px;

	margin-right:10%;

	margin-top:5%;

	background:url("/temp/temp/52/52-0146/201709061819/images/makeup03.png") no-repeat center right;

}

.mp01 p {

    font-size: 30px;

}

.mp02{

	margin-top:180px;

	margin-bottom:100px;

}

.w960 .mp02 {

    margin-top: 120px;

    margin-bottom: 70px;

}

.mp02 p{

	font-size:23px;

	text-align:center;

}

.w960 .mp01 p {

    font-size: 25px;

}

.mp03{

	width:80%;

	padding:10%;

	background:url("/temp/temp/52/52-0146/201709061819/images/makeup02.jpg") no-repeat center center;

}

.w960 .mp03{

	background-size: 100%;

}

.mp03 h3{

	font-size:30px;

	display:inline-block;

	border-bottom:1px solid #444;

}

.mp03 p {

    font-size: 25px;

	margin-top:40px;

}

.w960 .mp03 p{

	font-size:20px;

}

.bridetit{

	height:110px;

	background:url("/temp/temp/52/52-0146/201709061819/images/bride01.png") no-repeat center left;

}

.bride img{

	margin:30px 0;

	width:100%;

	height:auto;

}

.bride .mptit09{

	margin-top:0;

}

.bride .bd01{

	width:100%;

}

.bride .bd01 p{

	font-size:30px;

}

.bride .bd02 {

    width: 450px;

    margin: 0 auto;

    position: relative;

    padding: 70px 0;

}

.bride .bd02 span{

	position:absolute;

	width:177px;

	height:318px;

	top:50%;

	right:50%;

	margin-right:-86px;

	margin-top:-159px;

	border:1px solid #4c412a;

}

.bride .bd02 p {

    font-size: 25px;

    text-align: center;

    background: #fff;

    position: relative;

}

.bride .bd03{

	width:100%;

	margin-bottom:70px;

}

.bride .bd03 div{

	padding:20px 80px;

	border-bottom:1px solid #d8d0c4;

}

.bride .bd03 h3 {

    font-size: 30px;

	margin-bottom:40px;

}

.bride .bd03 p {

    font-size: 20px;

}

.facetit{

	height:110px;

	background:url("/temp/temp/52/52-0146/201709061819/images/facetit.png") no-repeat center left;

}

.fance01{

}

.face01 img {

    width: 40%;

    height: auto;

	float:left;

}

.facebg{

	float:left;

	width:100%;

	height:80px;

	background:#ac9a82;

	margin-top:40px;

	margin-bottom:20px;

}

.bd01{

	width:55%;

}

.w960 .bd01{

	width:63%;

}

.bd01 h2{

	background-position:center left;

}

.bd01 h3 {

    font-size: 30px;

    margin: 100px 0;

}

.w960 .bd01 h3{

	margin:60px 0;

}

.bd01 p {

    font-size: 25px;

	line-height:2;

}

.face02{

	width:540px;

	height:400px;

	padding:50px 100px;

	margin:0 auto;

	margin-top:150px;

	margin-bottom:100px;

	background:url("/temp/temp/52/52-0146/201709061819/images/face8.png") no-repeat center center;

}

.face02 h3 {

    text-align: center;

    font-size: 30px;

    padding-top: 50px;

	margin-bottom:30px;

}

.face02 p {

    font-size: 22px;

    line-height: 2;

}

.face03 {

    width: 75%;

    margin: 0 auto;

	margin-bottom:100px;

}

.w960 .face03{

	width:90%;

}

.face03 h3 {

    font-size: 28px;

	margin-top:50px;

	margin-bottom:10px;

}

.face03 p {

    font-size: 22px;

    line-height: 1.8;

    margin-left: 29px;

}

.coursetit{

	height:110px;

	background:url("/temp/temp/52/52-0146/201709061819/images/course.png") no-repeat center left;

}

.course01{

	margin:100px 0;

}

.course01 img{

	width:35%;

	height:auto;

}

.course01 h3{

	margin-top:0;

}

.course01 span {

    font-size: 17px;

    margin-bottom: 50px;

    display: block;

}

.w960 .course01 span{

	font-size:16px;

}

.course01 .mptit09 {

    float: right;

    width: 100%;

    margin-top: 0;

    margin-right: 0;

}

.course02 h2{

	height:110px;

	background:url("/temp/temp/52/52-0146/201709061819/images/courtit.png") no-repeat center left;

}

.w960 .course01 .bd01 h3{

	margin:40px 0;

}

.course02 h3 {

    font-size: 26px;

    width: 76%;

    margin: 0 auto;

    margin-bottom: 30px;

    margin-top: 60px;

}

.course02 ul {

    width: 90%;

    margin: 0 auto;

}

.course02 li {

    float: left;

    margin: 0 89px;

}

.w960 .course02 li{

	margin:0 55px;

}

.course02 div {

    width: 175px;

    height: 175px;

    border: 1px solid #6e5f4f;

}

.course02 span {

    display: block;

    background: #d4caaf;

    width: 155px;

    height: 156px;

    margin: 10px;

    padding-top: 1px;

}

.course02 p {

    font-size: 20px;

    text-align: center;

    line-height: 1.8;

    width: 133px;

    height: 122px;

    margin: 10px;

    color: #fff;

    border: 1px solid #fff;

    padding-top: 12px;

}

.course02 li.f2 p {

    padding-top: 38px;

    height: 95px;

}

.course03{

	width:349px;

	padding:120px 100px;

	height:460px;

	margin:0 auto;

	margin-top:80px;

	margin-bottom:100px;

	background:url("/temp/temp/52/52-0146/201709061819/images/course01.png") no-repeat center center;

}

.course03 h3 {

    font-size: 30px;

	margin-top:50px;

}

.course03 p{

	font-size:20px;

	line-height:2;

}

.course03 p span{

	margin-left:30px;

}

/*------------------list-coubei----------*/

.list-news{

	margin-top:30px;

	margin-bottom:60px;

}

.news-l{

	width:25%;

	float:left;

}

.news-l img{

	width:100%;

	height:auto;

}

.nav02 li {

    border-bottom: 2px solid #a1906a;

	margin-top:40px;

}

.nav02 li a {

    display: block;

    font-size:33px;

    text-align: center;

    height: 80px;

	color:#615140;

    transform: translate(0,25px);

	-ms-transform:translate(0,25px);

	-moz-transform:translate(0,25px);

	-webkit-transform:translate(0,25px);

	-o-transform:translate(0,25px);

}

.nav02 li:hover a

,.nav02 li.a a{

	 color: #c5a346;

}

.nav02 li a span {

	font-size: 25px;

    display: block;

    transform: translate(0,-80px);

	-ms-transform:translate(0,-80px);

	-moz-transform:translate(0,-80px);

	-webkit-transform:translate(0,-80px);

	-o-transform:translate(0,-80px);

    text-transform: capitalize;

    font-family: "STXinwei",华文新魏,"Microsoft YaHei",微软雅黑;

}

.newstit{

	height:70px;

	background:url("/temp/temp/52/52-0146/201709061819/images/coubei.png") no-repeat center left;

}

.newstit p {

    border-bottom: 2px solid #ddd;

    height: 43px;

}

.news-r {

    width: 72%;

    float: right;

}

.coubei ul{

	padding-top:30px;

	border-top:2px solid #d5cbb1;

	border-bottom:2px solid #d5cbb1;

}

.coubei h3{

	height:91px;

	margin:30px 0;

	background:url("/temp/temp/52/52-0146/201709061819/images/service3.png") no-repeat center center;

}

.coubei li {

    background: #eae9e9;

    margin-bottom: 50px;

    padding: 20px;

}

.coubei li div {

    border: 3px solid #fff;

    padding: 30px 50px;

}

.coubei li ins{

	text-decoration:none;

}

.coubei li h4 {

    font-size: 25px;

	color:#615140;

}

.coubei li p{

	font-size:16px;

	margin-bottom:20px;

}

/*-------------list-satr---------*/

.startit{

	background:url("/temp/temp/52/52-0146/201709061819/images/startit.png") no-repeat center left;

}

.star02{

}

.star02 li{

	margin-bottom:50px;

}

.star02 li a{

	display:block;

	position:relative;

}

.star02 li span {

    display: block;

    width: 62%;

    padding: 2%;

	float:left;

    border: 1px solid #514225;

}

.star02 li span img{

	width:100%;

	height:auto;

}

.star02 li div {

    float: right;

    width: 30%;

	height:160px;

	position: absolute;

    bottom: 0;

    right: 0;

	background:url("/temp/temp/52/52-0146/201709061819/images/srar02.png") no-repeat bottom right;

}

.star02 li.s2 div {

	background:url("/temp/temp/52/52-0146/201709061819/images/star03.png") no-repeat bottom left;

}

.star02 li div p {

    background: #fff;

    display: inline-block;

    font-size: 16px;

    margin-top: 80px;

    margin-left: 105px;

	padding-right:10px;

}

.w960 .star02 li div p{

	margin-left: 59px;

}

.star02 li div h3 {

    font-size: 25px;

    color: #4c402a;

    display: inline-block;

    background: #fff;

    margin-left: 126px;

	transition:all .3s;

}

.w960 .star02 li div h3{

	margin-left:81px;

}

.star02 li:hover div h3{

	 color: #e40010;

}

.star02 li div p 

,.star02 li div h3{

	*display:inline;

}

.star02 li.s2 div p {

    margin-left: 55px;

}

.star02 li.s2 div h3{

    margin-left: 55px;

}

.xwtit{

	background:url("/temp/temp/52/52-0146/201709061819/images/wxtit.png") no-repeat bottom left;

}

.news08 ul{

	margin-top:20px;

}

.news08 li{

	margin-bottom:20px;

	padding-bottom:20px;

	border-bottom:2px solid #eee;

}

.news08li a{

	display:block;

}

.news08 li a span{

	display:block;

	width:30%;

	float:left;

	background:#fff;

}

.news08 li a img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.news08 li a span:hover img{

	opacity:.7;

}

.news08 li a div{

	width:65%;

	float:right;

}

.news08 li a h3 {

    font-size: 18px;

    font-weight: bold;

    margin: 5px 0;

    color: #615140;

}

.news08 li:hover a h3{

	color:#b39146;

}

.news08 li a em{

	font-style:normal;

	font-family: Georgia;

	font-weight:bold;

	font-size:14px;

}

.news08 li a p{

	font-size:12px;

	color:#666;

}

.xiangg{

	margin-top:50px;

}

.xiangg h3 {

    font-size: 30px;

    padding-bottom: 10px;

    border-bottom: 2px solid #a1906a;

    margin-bottom: 20px;

    color: #615140;

}

.xiangg li{

	margin-bottom:10px;

}

.xiangg li a{

	font-size:15px;

	line-height:50px;

	background:#eee;

	padding:0 15px;

	transition:all .3s;

}

.xiangg li:hover a{

	background:#d4caaf;

}

.word{

	margin-top:30px;

}

.word h3 {

    text-align: center;

    font-size: 30px;

    color: #a1906a;

    padding-bottom: 10px;

}

.word .ww{

	text-align:center;

	font-size:14px;

	color:#999;

}

/*------------------list-dress-------------*/

.dresstit{

	background:url("/temp/temp/52/52-0146/201709061819/images/dress.png") no-repeat bottom left;

}

.dress{

	margin-top:30px;

}

.dress li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

}

.dress li a{

	display:block;	

}

.dress li span{

	display:block;

}

.dress li img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.dress li:hover img{

	transform:scale(1.05);

}

.dress li h3{

	text-align:center;

	line-height:35px;

	font-weight:bold;

	font-size:15px;

}

.zhubao{

	background:url("/temp/temp/52/52-0146/201709061819/images/zhubao.png") no-repeat bottom left;

}





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

	.mr0{

		margin-right:0 !important;

	}

	.biaoyu{

		width:80%;

	}

	.biaoyu span.b1

	,.biaoyu span.b2{

		opacity:1;

		transform: translateX(0);

	}

	.lvpai01 li object, .lvpai01 li iframe {

		height: 400px;

	}

	.price.section li h4 {

		opacity: 1;

		transform: translateX(0px);

	}

	.price li a {

		width: 51%;

	}

	.sj044 

	,.sj02{

		width: 100%;    

		background-size: 100%;

	}

	.sj02 p em

	,.sj02 span{

		margin-left: 8%;

	}

	.mp03 {

		background-size: 100%;

	}

	.mp03 p {

		font-size: 20px;

	}

	.list-make{

		margin-top:10px;

	}

	.bd01 h3 {

		margin: 60px 0;

	}

	.course02 li {

		margin: 0 54px;

	}

	.bd01 p {

		font-size: 20px;

	}

	.recurit.section h3

	,.section .tit a{

		opacity:1;

		transform: translateX(0px);

	}

	.tit em{

		font-family:simsun;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:-10px;

		top: 0px;

		width: 110%;

		height: 60px;

		background:url("/temp/temp/52/52-0146/201709061819/images/g46.png") no-repeat center right;

	}

}

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

	.biaoyu{

		width:80%;

	} 

	.lvpai01 li object, .lvpai01 li iframe {

		height: 350px;

	}

	.lvpai03 span {

		background-size: 100%;

		width: 90%;

		margin: 0 auto;

	}

	.oversea h2 {

		width: 100%;

	}

	.price li a {

    width: 70%;

	}

	.sj044{

		height:415px;

	}

	.sj044 p {

		padding: 0 5%;

		font-size: 14px;

	}

	.sj044 h3 {

		font-size: 28px;

		padding: 0% 5%;

		padding-bottom: 25px;

		padding-top:50px;

	}

	.mp03 {

		background-size: 100% 100%;

	}

	.mp02{

		margin:100px 0;

	}

	.bd01 p {

		font-size: 20px;

	}

	.bd01 h3 {

		margin: 30px 0;

	}

	.face02{

		margin:50px 0;

	}

	.course01 {

		margin: 50px 0;

	}

	.course02 li {

		margin: 0 22px;

	}

	.course02 h3 {

		width: 86%;

	}

}

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

	.banner{

		width:100% !important;

		padding-left:0 !important;

		padding-right:0 !important;

	}

	.biaoyu {

		width:94%;

		height: 68px;

		background-size: 86%;

	}

	.biaoyu span

	,.biaoyu span.b2{

		background-size:70%;

	}

	.tit {

		height: 55px;

	}

	.tit h3 {

		font-size: 25px;

	}

	.tit p {

		margin-top: -43px;

	}

	.tit em {

		font-size: 17px;

	}

	.case ul {

		margin-top: 10px;

	}

	.case li

	,.case li.mr0{

		width:49%;

		margin-right:2% !important;

		margin-bottom:2%;

	}

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

		margin-right:0 !important;

	}

	.case li div{

		display:none;

	}

	.case li div span{

		width:100%;

		background-size:100%;

	}

	.case li div ins{

		padding:5px 15px;

	}

	.case li div ins

	,.case li div h3{

		font-size:12px;

	}

	.list-about {

		margin-top: 20px;

	}

	.about01 {

		width: 100%;

	}

	.about01 span{

		width:45%;

		float: left;

	}

	.about01 li p {

		display:none;

	}

	.about01 li h3 {

		font-size: 14px;

		padding-bottom: 4px;

	}

	.about01 li {

		margin-bottom: 5px;

		border-bottom: 1px solid #bbb4ad;

	}

	.about02 {

		width: 100%;

		margin-top: 20px;

	}

	.about01 ul{

		margin-top:0;

	}

	.about01 .nav02 li a span{

		display:none;

	}

	.about01 .nav02 li a {

		font-size: 15px;

		height: 28px;

		transform: translate(0,0px);

		line-height: 28px;

	}

	.titabout {

		margin-bottom:0;

		background-size: 100%;

	}

	.con09 {

		padding: 20px 0;

	}

	.con09 p{

		font-size:12px;

	}

	.con09 em {

		font-size: 12px;

		margin-left: 60px;

	}

	.fuwu li{

		width:100%;

	}

	.fuwu li div 

	,.fuwu li.s3 div{

		width: 100%;

	}

	.fuwu li span

	,.fuwu li.s3 span {

		width: 100%;

	}

	.fuwu.section li em {

		opacity: 1;

		transform: translateX(0);

	

	}

	.news-l {

		width: 100%;

		padding-bottom: 30px;

		border-bottom: 2px solid #d4caaf;

		margin-bottom: 30px;

	}

	.n01{

		width:45%;

		float:left;

	}

	.nav02{

		width:50%;

		float:right;

	}

	.nav02 li a{

		font-size:18px;

		height:50px;

	}

	.nav02 li a span{

		font-size:18px;

		-webkit-transform: translate(0,-50px);

	}

	.nav02 li {

		margin-top: 0;

		margin-bottom: 5px;

		border-bottom: 2px solid #eee;

	}

	.news-r {

		width: 100%;

	}

	.newstit {

		background-size: 100%;

	}

	.coubei h3 {

		max-width: 100%;

		background-size: 100%;

	}

	.coubei li {

		padding: 15px;

		margin-bottom:30px;

	}

	.coubei li div {

		padding: 15px 20px;

	}

	.coubei li h4 {

		font-size: 20px;

	}

	.coubei li p {

		font-size: 14px;

		margin-bottom: 15px;

	}

	.xiangg {

		margin-top: 30px;

		width: 100%;

	}

	.list-lvpai span.l1 {

		height: 70px;

		background-size: 100%;

		width: 90%;

		margin: 0 auto;

	}

	.list-lvpai {

		padding: 20px 0;

	}

	.lvtit{

		margin:20px 0;

	}

	.lvpai01 {

		width: 94%;

		margin: 30px auto;

	}

	.lvpai01 li {

		margin-bottom: 30px;

	}

	.lvpai01 li h3 {

		font-size: 17px;

		margin-bottom: 20px;

	}

	.lvpai01 li p {

		font-size: 14px;

		line-height: 2;

	}

	.lvpai01 li object, .lvpai01 li iframe {

		height: 200px;

	}

	.lvpai02 {

		padding-top: 30px;

	}

	.lvpai03 span {

		height: 60px;

	}

	.lvpai03 li p {

		width: 90%;

	}

	.dangqi ul {

		width: 100%;

		padding: 30px 0;

		margin-left: 0;

	}

	.content iframe{

		width:100%;

		height:200px;

	}

	.default-mobile-copyright2 {

		margin-top: 10px;

	}

	.oversea h2 {

		width: 94%;

		background-size: 100%;

		height: 80px;

		margin-bottom:30px;

	}

	.price {

		padding: 20px 3%;

		margin-top: 20px;

	}

	.price ul {

		margin: 20px 0;

	}

	.price li span {

		width: 100px;

		height: 150px;

		background-size: 100%;

	}

	.price li h4 {

		font-size: 18px;

		margin-top: -82px;

	}

	.price li a {

		width: 150px;

	}

	.price li p {

		font-size: 10px;

	}

	.tithw {

		margin: 20px 0;

		background-size: auto 100%;

		height: 80px;

	}

	.shuijing {

		padding: 2%;

		margin-top: 10px;

	}

	.sj01 h3 {

		font-size: 30px;

		background-size: 16px;

		padding-left: 20px;

	}

	.sj01 {

		margin: 30px 0;

	}

	.sj01 p {

		font-size: 14px;

	}

	.sj02 h3 {

		font-size: 20px;

		padding-top: 20px;

	}

	.sj044, .sj02{

		background:none;

		height:auto;

		padding-bottom:30px;

		border:1px solid #4c412a;

		margin:50px auto;

	}

	.sj02 p em, .sj02 span {

		margin-left: 4%;

	}

	.sj02 p 

	,.sj02 span{

		font-size: 15px;

		margin-top: 20px;

	}

	.sj03 p {

		font-size: 14px;

		line-height: 2;

	}

	.sj044 h3 {

		padding-bottom: 25px;

		padding-top: 25px;

	}

	.zstit {

		font-size: 14px;

		margin: 30px 0;

	}

	.maketit 

	,.bridetit

	,.coursetit

	,.course02 h2

	,.facetit{

		height: 90px;

		width: 100%;

		margin:10px 0;

		background-size: 100%;

	}

	.mptit09 {

		width: 100%;

		margin-right: 0;

		background-size: 200px auto;

	}

	.mp01{

		margin-top:30px;

	}

	.mp01 p 

	,.bride .bd01 p{

		font-size: 20px;

	}

	.mp02 p {

		font-size: 18px;

		text-align: left;

	}

	.mp02 {

		margin: 50px 0;

		color: #6f6050;

	}

	.mp03{

		background:none;

		border:1px solid #6f6050;

		width: 94%;

		padding: 3%;

	}

	.mp03 p {

		font-size: 16px;

		margin-top: 20px;

		color: #6f6050;

	}

	.bride img{

		margin:0;

	}

	.bd01 p {

		line-height: 1.5;

	}

	.bride .bd02{

		width:100%;

		margin-top:30px;

	}

	.bride .bd02 p {

		font-size: 18px;

	}

	.bride .bd02 span {

		height: 230px;

		margin-right: -94px;

		margin-top: -120px;

	}

	.bride .bd03 div {

		padding: 20px 0;

	}

	.bride .bd03 h3 {

		font-size: 20px;

		margin-bottom: 10px;

	}

	.bride .bd03 p {

		font-size: 16px;

	}

	.facebg {

		height: 40px;

		margin-top:10px;

	}

	.bd01 h3 {

		margin: 15px 0;

		font-size: 20px;

	}

	.bd01 p {

		font-size: 12px;

	}

	.face02 {

		margin: 30px 0;

		background-size: 100%;

		width: 100%;

		padding: 0;

		height: 270px;

	}

	.face02 h3 {

		font-size: 20px;

		margin-bottom: 9px;

	}

	.face02 p {

		font-size: 13px;

		padding-left: 7%;

	}

	.face03 {

		width: 100%;

		margin-bottom: 50px;

	}

	.face03 h3 {

		font-size: 20px;

		margin-top: 30px;

	}

	.face03 p {

		font-size: 16px;

	}

	.face01 .bd01 {

		width: 57%;

	}

	.course01 {

		margin: 20px 0;

	}

	.bd01 {

		width: 65%;

	}

	.course01 span {

		font-size: 11px;

		margin-bottom: 16px;

	}

	.course02 ul{

		width:100%;

	}

	.course02 li {

		margin: 0 22px;

		width:30%;

		margin: 0 1.5%;

	}

	.course02 h3 {

		width: 100%;

		margin:20px 0;

	}

	.course02 div {

		width: 100%;

		height: 100%;

	}

	.course02 span {

		width: 90%;

		height: 90%;

		margin: 5%;

	}

	.course02 p {

		font-size: 14px;

		width: 90%;

		height: 90%;

		margin: 5%;

		padding-top: 6px;

		height: 89px;

	}

	.course02 li.f2 p{

		padding-top:23px;

		height: 72px;

	}

	.course03 {

		width: 80%;

		padding: 5% 10%;

		height: 430px;

		margin: 30px auto;

		background-size: 100%;

	}

	.course03 h3 {

		font-size: 25px;

	}

	.course03 p {

		font-size: 14px;

	}

	.recurit div {

		padding: 20px 0;

	}

	.recurit h3 {

		margin-bottom: 10px;

	}

	.recurit div p

	,.recurit strong {

		font-size: 14px;

	}

	.recurit strong{

		margin:20px 0;

	}

	.recurit em {

		margin-right: 0;

		display: block;

		font-size: 14px;

	}

}
