/*!

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

}
@charset "utf-8";

/* CSS Document */

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

em{font-style:normal;}

.ispc #diystart {z-index: 4;}

.bigbox{position: relative;z-index: 3;}







/*导航*/

.nav_box.a{

	width: 100%;

	padding: 6px 0;

	z-index: 3;

}

.nav_box{

	width: 100%;

	background: #fff;

	padding: 20px 0;

	position: fixed;

	left: 0;

	top: 0;

	z-index: 2;

	transition: 0.3s;

}

.nav_box02{

	width: 100%;

	background: #fff;

	padding: 10px 0;

}

.navt .logo{

	float: left;

	height: 70px;

}

.navt .logo img{

	height: 100%;

	width: auto;

}

.navt .nav_t{

	float: right;

}

.nav_t li a{

	line-height: 70px;

	margin: auto 26px;

	font-size: 16px;

	color: #ababab;

}

.w960 .nav_t li a{

	margin:auto 22px;

}

.nav_t li.a a{

	color: #000;

}

.nav_t li a:hover{

	color: #000;

}

.default-pc-nav-menu > li li{

	background: #fff;

}

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

	line-height: 50px;

}

.nav_t li a{

	position:relative;

}

.nav_t li a em {

    display: block;

    position: absolute;

    padding: 0 10px;

    background: #ad1313;

    line-height: 20px;

    border-radius: 7px;

    color: #fff;

    font-size: 12px;

    right: -44px;

    top: -15px;

    border-bottom-left-radius: 0;

	transform: scale(0.6);

	-ms-transform: scale(0.6);

	-moz-transform: scale(0.6);

	-webkit-transform: scale(0.6);

	-o-transform: scale(0.6);

}

.nav_t li a em.a1{

	display:none !important;

	opacity:0;

}







/*banner*/

.banner{

	margin-top: 110px;

}

.banner li a{

	display: block;

}

.banner01{

	max-height:830px;

	overflow:hidden;

}

.default-slider-2 > .dots > span.active{

	height: 14px;

	width: 14px;

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

	border: 1px solid #fff;

	border-radius: 7px;

	transform: translateY(-4px);

}

.default-slider-2 > .dots > span{

	width: 6px;

	height: 6px;

	background: #fff;

	border-radius: 3px;

	margin: auto 8px;

}

.default-slider-2 > .dots{

	bottom: 30px;

}





/*介绍*/

.js{

	width: 100%;

	padding: 200px 0;

	background: #fffffe;

}

.js_box{

	margin:auto;

}

.jieshao li{

	float: left;

	width: 32%;

	margin-right: 2%;

	background: #fffffe;

	transition: 0.4s;

}

.jieshao li .js_t label{

	float: left;

	padding: 20px 0;

	max-width: 70%;

	transition: 0.4s;

}

.jieshao li a{

	display: block;

}

.jieshao li .js_t label h3{

	font-size: 18px;

    color: #696969;

    transition: 0.4s;

}

.jieshao li .js_t label p{

	font-size: 14px;

    color: #ccc;

    max-height: 18px;

    overflow: hidden;

}

.jieshao li .js_t span{

	display: block;

	background:  url("/temp/temp/52/52-0191/201904120903/images/youm.png") center center no-repeat;

	height: 40px;

	width: 40px;

	float: right;

	margin-top: 20px;

    margin-right: 20px;

    border-radius: 20px;

    transition: 0.4s;

}

.jieshao li:hover{

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

}

.jieshao li:hover label{

	margin-left: 20px;

}

.jieshao li:hover span{

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

}

.jieshao li .js_img{

	position: relative;

	overflow: hidden;

}

.jieshao li .js_img em{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: -270px;

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

	color: #fff;

	font-size: 60px;

	font-weight: 600;

	line-height: 260px;

	text-align: center;

	transition: 0.4s;

}

.jieshao li .js_img em strong{

	width: 80px;

	height: 80px;

	margin: auto;

	display: block;

	background:  url("/temp/temp/52/52-0191/201904120903/images/logo02.png") center center no-repeat;

	margin-top: 20%;

}

.jieshao li:hover em{

	top: 0;

}

.jieshao li:hover .js_t label h3{

	color:#E7B469;

}

.jieshao img{

	width: 100%;

	height: auto;

}

.videobox{

	padding:100px 0;

	background:  url("/temp/temp/52/52-0191/201904120903/images/kebg.jpg") center center no-repeat;

}

.video{

	margin:0 auto;

	position:relative;;

	width:800px;

}

.video img{

	width:100%;

	height:auto;

}

.video .v01

,.video .v02{

	position:absolute;

	width:100%;

	height:100%;

	left:00;

	top:0;

	z-index:2;

}

.video .v02{

	display:none;

}

.video .v01 iframe

,.video .v01 video{

	width:100% !important;

	height:100% !important;

	position:absolute;

	left:0;

	top:0;

}

.video .v02{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	z-index:2;

}

.video span{

	display:block;

	width:800px;

	height:450px;

	left:-30px;

	bottom:-30px;

	background:#fff;

	position:absolute;

}



/*课程介绍*/

.kc_box{	

	position:relative;

	height: calc(193vh - 96px);

	overflow:hidden;

}

.kc_box .bg{

	background:url("/temp/temp/52/52-0191/201904120903/images/kebg.jpg") no-repeat center center;

	background-size: 1920 1080px;

}

#kecheng02{

	height: auto !important;

}

.bg{

	display: block;

	width:100%;

	left:0;

	top:0;

	position:absolute;

	background-size: cover;

	z-index:1;

	height: calc(100vh - 80px);

} 

.bg.fix {

    position: fixed;

    top: 82px;

}

.bg.bottom {

    top: auto;

    bottom: 0;

}

.fix:after, .fix:before {

    display: block;

    content: "clear";

    height: 0;

    clear: both;

    overflow: hidden;

    visibility: hidden;

}

.kc_box img{

	width: 100%;

	height: auto;

}

.xiaoguo{

	position:absolute;

    top: 0;

    padding-top: calc(100vh - 96px);

    width: 100%;

    height: 100%;

    background-color: #111;

    z-index: 2;

    opacity: 0;

}

.xiaoguo01{

	position:relative;

    top: 0;

    padding-top: calc(100vh - 96px);

    width: 100%;

    height: 100%;

    z-index: 2;

}

.cont {

    height:85vh;

    text-align: center;

    overflow: hidden;

}

.w960 .cont{

	height:90vh;

}

.cont label{

	display: block;

}

.kc_bg{

	margin:auto;

	text-align: center;

	margin-top: 140px;

	margin-bottom: 40px;

}

.w960 .kc_bg{

	margin-top:100px;

}

.kc_bg h3{

	font-size: 40px;

	color: #fff;

}

.kc_bg p {

    font-size: 18px;

    color: #dedede;

    margin-top: 20px;

}

.kc_fl{

	margin: auto;

	text-align: center;

	margin-bottom: 80px;

}

.kc_fl li{

	display: inline-block;

	border: 1px solid #fff;

	padding: 5px 14px;

	margin: auto 4px;

	font-size: 14px;

	border-radius: 16.5px;

}

.kc_fl li:hover{

	border: 1px solid #E7B469;

}

.kc_fl li:hover a{

	color:#E7B469; 

}

.kc_fl li{

	*display: inline;

}

.kc_fl li a{

	display: block;

	color: #fff;

	text-align:center;

}

.kecheng{

	margin: auto;

	text-align:center;

}

.kecheng li{

	width: 260px;

	height: 260px;

	display: inline-block;

	margin: auto;

	margin-right: 54px;

	margin-bottom: 60px;

	border-radius:50%;

	overflow: hidden;

}

.w960 .kecheng li{

	width:230px;

	height:230px;

}

.kecheng li{

	*display: inline;

}

.kecheng li img{

	width: 100%;

	height: auto;

	border-radius:50%;

	transition: 0.4s;

}

.kecheng li a{

	display: block;

	position: relative;

}

.kc label{

	display: block;

}

.more01{

	margin: auto;

	width: 180px;

	height: 46px;

	border: 1px solid #fff;

	text-align: center;

	line-height: 46px;

	font-size: 16px;

	color: #fff;

	display: block;

	border-radius: 23px 0px 23px 23px;

	transition: 0.4s;

}

.more01:hover{

	border-radius: 0px 23px 0px 23px;

	border: 1px solid #E7B469;

	color:#E7B469;

}

.kecheng li a h2 {

    width: 100%;

    position: absolute;

    bottom: 25px;

    color: #fff;

    font-size: 18px;

    text-align: center;

    line-height: 40px;

    transition: 0.4s;

}

.kecheng li a:hover h2{

}

.kecheng li a:hover img{

	transform: scale(1.12);

	-ms-transform: scale(1.12);

	-moz-transform: scale(1.12);

	-webkit-transform: scale(1.12);

	-o-transform: scale(1.12);

}





/*活动资讯*/

.zx_box{

	width: 100%;

	background: #f6f6f6;

	padding: 100px 0;

}

.hdzx{

	margin: auto;

}

.hdzx h1{

	font-size: 26px;

	color: #333;

	line-height: 28px;

}

.hdzx h2{

	font-size: 16px;

	color: #717171;

}

.zx_bt{

	float: left;

	width: 40%;

}

.zx_fl{

	float: right;

}

.zx_fl li{

	float: left;

}

.zx_fl li a{

	font-size: 16px;

	color:#7E7E7E;

	margin-left: 20px;

	display: block;

	transition: 0.4s;

}

.zx_fl li a:hover{

	color: #E7B469;

}

.zixun{

	padding-top: 100px;

}

.zixun li{

	float: left;

	width: 48%;

	padding: 20px 0;

	border: 6px solid rgba(231,180,105,0.00);

	box-sizing: border-box;

	transition: 0.4s;

	margin-bottom: 4%;

}

.zixun li.fr{

	float: right;

}

.zixun li a img{

	width: 36%;

	height: auto;

	float: right;

	margin-right: 4%;

	border-radius: 0px 18px;

}

.zixun li a{

	display: block;

}

.zixun li a div{

	float: left;

	width: 10%;

	margin-left: 4%;

	margin-right: 3%;

	margin-top: 32px;

}

.zixun li a div span{

	width: 100%;

	display: block;

	text-align: center;

	font-size: 32px;

	font-weight: 600;

	color: #333;

	line-height: 32px;

	transition: 0.4s;

}

.zixun li a div em{

	width: 100%;

	display: block;

	text-align: center;

	font-size: 12px;

	color: #b1b1b1;

	transition: 0.4s;

}

.zixun li a h3{

	float: left;

	width: 40%;

	margin-right: 2%;

	font-size: 17px;

	color: #717171;

	margin-top: 32px;

	max-height: 46px;

    overflow: hidden;

}

.zixun li:hover{

	border: 6px solid #E7B469;

}

.zixun li:hover a div span{

	color: #E7B469;

}

.zixun li:hover a div em{

	color: 

}

.hdzx label{

	display: block;

	text-align: center;

	margin: auto;

	margin-top: 10px;

	width: 80px;

	font-size: 16px;

}

.hdzx label a{

	color: #717171;

	border-bottom: 3px solid #717171;

	transition: 0.4s;

	display: block;

}

.hdzx label a:hover{

	color: #E7B469;

	border-bottom: 3px solid #E7B469;

}





/*学校环境*/

.hj_box{

	width: 100%;

	overflow:hidden;

	position: relative;

	background: #f6f6f6;

}

.hj_box h3{

	font-size: 26px;

	color: #333;

	line-height: 28px;

	text-align: center;

}

.hj_box h4{

	font-size: 16px;

	color: #717171;

	margin-bottom: 60px;

	text-align: center;

}

.huanjing li{

	width: 480px;

	float: left;

	background: #000;

}

.huanjing li img{

	width: 100%;

	height: auto;

}

.huanjing li:hover a{

	opacity: 0.6;

}

.hj_box .prev{

	width: 50px;

	height: 50px;

	line-height: 50px;

	margin-top: 25px;

	font-size: 28px;

	text-align: center;

}

.hj_box .next{

	width: 50px;

	height: 50px;

	line-height: 50px;

	margin-top: 25px;

	font-size: 28px;

	text-align: center;

}

.huanjing li a{

	display: block;

	transition: 0.3s;

}





/*师资*/

.sz_box{

	width: 100%;

	padding: 120px 0;

	background: #f7f7f7;

}

.sz{

	margin: auto;

}

.shizi li a img{

	width: 100%;

	height: auto;

}

.sz h1{

	font-size: 26px;

	color: #333;

	line-height: 28px;

	text-align: center;

}

.sz h2{

	font-size: 16px;

	color: #717171;

	margin-bottom: 60px;

	text-align: center;

}

.shizi li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	overflow: hidden;

	position: relative;

}

.shizi li a{

	display: block;

}

.shizi li a .sz_text{

	background: #fff;

	position: absolute;

	width: 100%;

	text-align: center;

	bottom: -94px;

	left: 0;

	transition: 0.4s;

}

.shizi li a .sz_text h3{

	font-size: 16px;

	line-height: 54px;

	color: #333;

}

.shizi li a .sz_text p {

    font-size: 14px;

    color: #777;

    max-width: 83%;

    text-align: center;

    margin: auto;

    height: 60px;

    overflow: hidden;

    margin-bottom: 30px;

}

.shizi li:hover a .sz_text{

	bottom: 0;

}

.sz span{

	display: block;

	margin: auto;

	margin-top: 60px;

	width: 160px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 16px;

}

.sz span a

,.zx_box span a.more01{

	display: block;

	color: #777;

	border: 1px solid #777;

	border-radius: 20px 0px 20px 20px;

	transition: 0.4s;

}

.sz span a:hover

,.zx_box span a.more01:hover{

	color: #E7B469;

	border: 1px solid #E7B469;

	border-radius: 0px 20px 0px 20px;

}







/*培训资质*/

.px_box{

	position: relative;

    height: calc(185vh - 96px);

    overflow: hidden;

}

.px_box .bg{

	background:url("/temp/temp/52/52-0191/201904120903/images/zzbg.jpg") no-repeat center center;

	background-size: 1920px 880px;

}

.peixun h1 {

    font-size: 34px;

    color: #fff;

    margin-top: 240px;

	font-weight: 600;

}

.w960 .peixun h1{

	margin-top:190px;

}

.peixun h3 {

    font-size: 20px;

    color: #bbbbbb;

}

.zizhi{

	margin-top: 100px;

}

.zizhi li{

	color: #fff;

	margin: auto 40px;

	display: inline-block;

	text-align: center;

}

.zizhi li{

	*display: inline;

}

.zizhi li.z3 h2{

	display:inline-block;

}

.zizhi li h2 {

    font-size: 64px;

    line-height: 60px;

    font-weight: 600;

}

.zizhi li h4{

	font-size: 16px;

}







/*联系我们*/

.lx_box{

	width: 100%;

	background: url("/temp/temp/52/52-0191/201904120903/images/lxbg.jpg") center center no-repeat;

	background-size: 1920px auto;

	padding-top: 40px;

}

.lianxi{

	margin: auto;

	color: #fff;

}

.lianxi h1 {

    font-size: 20px;

    margin-bottom: 40px;

	float: left;

	width: 100%;

	text-align: left;

}

.lianxi .lx_l h2{

	padding-left: 12px;

    height: 24px;

    line-height: 24px;

    font-size: 16px;

	border-left: 4px solid #BC1012;

	margin-bottom: 5px;

}

.lx_text{

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

	width: 100%;

	padding: 60px 0;

}

.lx_text span{

	display: block;

	width: 120px;

	height: 120px;

	background: url("/temp/temp/52/52-0191/201904120903/images/lianxi.png") center center no-repeat;

	background-size: 100%;

	float: left;

	margin:0 80px;

}

.w960 .lx_text span{

	margin:0 30px;

	width:90px;

}

.lx_text p{

	font-size: 14px;

	line-height: 22px;

	margin-top: 20px;

	float: left;

	width: 54%;

}

.w960 .lx_text p{

	width:65%;

}

.lx_l{

	float: left;

	width: 60%;

}

.lx_r{

	float: right;

	text-align: right;

	width: 36%;

}

.lx_r p{

	font-size: 18px;

    line-height: 24px;

	margin-bottom: 20px;

	width: 100%;

	float: right;

}

.lx_r p span{

	display: block;

	color: #A60609;

}

.lx_r a{

	width: 180px;

	height: 40px;

	display: block;

	border: 1px solid #fff;

	line-height: 40px;

	text-align: center;

	font-size: 16px;

	color: #fff;

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

	float: right;

	transition: 0.4s;

}

.lx_r a h4{

	background: url("/temp/temp/52/52-0191/201904120903/images/zixun.png") left center no-repeat;

	width: 68px;

	margin: auto;

	padding-left: 28px;

}

.lx_r a:hover{

	border: 1px solid rgba(0,0,0,0.00);

	background: #A60609;

}

.lx_r label {

    display: block;

    width: 100%;

    height: 120px;

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

    background-size: 120px;

    float: right;

	margin-top: 40px;

}

.f_nav ul{

	margin-top: 8px;

	padding-top: 10px;

	width: 100%;

	border-top: 1px solid #585858;

	margin-bottom: 20px;

}

.f_nav ul li{

	float: left;

	margin-right: 28px;

}

.f_nav ul li a{

	display: block;

	color: #fff;

}

.f_nav ul li a:hover{

	color: #A60609;

}

.jishu{

	margin: auto;

	text-align: center;

	padding-bottom: 10px;

}

.jishu .default-pc-copyright{

	width: 100%;

}

.jishu span a{

	color: #7A7A7A;

}

.jishu span a:hover{

	color: #A60609;

}





/*右侧固定----------------------------------------------------------------------*/

.right02{

	position: fixed;

	right: 0;

	bottom: 40%;

	z-index:10;

}

.right02 ul li{

	width: 36px;

	height: 36px;

	position: relative;

}

.right02 ul li a{

	display: block;

	width: 100%;

	height: 100%;

}

.right02 ul li a div{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/52/52-0191/201904120903/images/r-dianhua.png") center center no-repeat;

	background-size: 100%;

	display: block;

	background-color: #666;

}

.right02 ul li a span{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/52/52-0191/201904120903/images/r-weixin.png") center center no-repeat;

	background-size: 100%;

	display: block;

	background-color: #999;

}

.right02 ul li strong {

    width: 100%;

    height: 100%;

    display: block;

    text-align: center;

    font-size: 22px;

    color: #fff;

    background: #666;

    line-height: 32px;

	cursor: pointer;

}

.right02 ul li em{

	background: url("/temp/temp/default/default-0001/1/images/weixin_qrcode.jpg") center center no-repeat;

	background-size: 100%;

	display: none;

	position: absolute;

	left: -160px;

	top: -80px;

	height: 160px;

	width: 160px;

}

.right02 ul li:hover em{

	display: block;

}

.right02 ul li label{

	position: absolute;

	width: 140px;

	line-height: 36px;

	text-align: center;

	font-size: 16px;

	left: -140px;

	top: 0;

	color: #fff;

	background-color: #999;

	font-family: "Arial";

	font-weight: 600;

	display: none;

}

.right02 ul li:hover label{

	display: block;

}







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

.l_new{

	width: 100%;

	margin-bottom: 100px;

}

.l_nav{

	width: 100%;

	border-bottom: 1px solid #e4e4e4;

	margin-bottom: 60px;

}

.list-nav{

	margin: auto;

	text-align: center;

}

.list-nav li{

    display: inline-block;

    line-height: 60px;

    margin: auto 65px;

    font-size: 16px;

}

.list-nav li{

	*display: inline;

}

.list-nav li a{

	color: #666;

	transition: 0.3s;

}

.list-nav li a span{

	display:none;

}

.list-nav li.a a

,.list-nav li a:hover{

	color: #A60609;

}

.pub02{

	text-align: right;

	margin-bottom: 5px;

}

.news li a{

	display: block;

	width: 78%;

    margin: auto;

}

.news li{

	width: 100%;

	padding: 30px 0;

	border-top: 1px solid #e4e4e4;

}

.news li a span{

	display: block;

	float: right;

	margin-right: 20px;

}

.news li a em{

	display: block;

	float: left;

	width: 34px;

	height: 1px;

	background: #ccc;

	margin-top: 35px;

	margin-right: 20px;

	transition: 0.4s;

}

.news li a .n_date{

	float: left;

	text-align: left;

	margin-right:20px;

	margin-top: 22px;

}

.news li a .zx_text{

	float: left;

	width: 54%;

	margin-top: 22px;

}

.news li a .zx_text h3{

	font-size: 16px;

    color: #717171;

    display: block;

    height: 24px;

    margin-bottom: 20px;

}

.news li a .zx_text p{

	height: 54px;

    overflow: hidden;

    color: #999;

    line-height: 26px;

    text-align: left;

    margin-top: 20px;

    font-size: 12px;

}

.news li a .n_date label{

	background: url("/temp/temp/52/52-0191/201904120903/images/jiantou.png") center center no-repeat;

	display: block;

	height: 14px;

	background-size: 21px 14px;

	padding-top: 22px;

	transition: 0.4s;

}

.news li a .n_date h4{

	font-size: 26px;

    color: #8F8F8F;

    font-family: "Arial";

    line-height: 26px;

}

.news li a .n_date strong{

	width: 36px;

	height: 36px;

	display: block;

	text-align: center;

	margin-top: 30px;

	transition: 0.4s;

}

.news li:hover a em{

	width: 60px;

	background: #8F8F8F;

}

.news li:hover a .n_date strong{

	background: #A60609;

}

.news li:hover a .n_date label{

	background: url("/temp/temp/52/52-0191/201904120903/images/jiantou02.png") center center no-repeat;

	background-size: 21px 14px;

}

.page{

	margin: auto;

	text-align: center;

	margin-top: 40px;

}

.page a{

	display: inline-block;

	float: none;

	padding: 0 11px;

    border: 1px solid #e4e4e4;

	border-radius: 0;

	color: #666;

}

.page a{

	*display: inline;

}

.page a.a{

	background: #666;

}

.page a:hover{

	background: #666;

}







/*新闻内页--------------------------------------------------------------------------------------------*/

.vnew_box{

	margin: 80px auto;

	margin-bottom: 140px;

}

.v_news01 h1{

	font-size: 20px;

    color: #333;

    line-height: 38px;

	text-align: center;

}

.look{

	text-align: center;

	margin-top: 20px;

	color: #666;

	margin-bottom: 40px;

}

.vnew_box .article{

	width: 74%;

    margin: auto;

}

.ispc .default-article-content{

	width: 88%;

	margin: auto;

	margin-top: 40px;

}

.pub03{

	text-align: right;

	width: 74%;

	margin: auto;

}

.next01{

	text-align: left;

	width: 74%;

    margin: auto;

	margin-top: 50px;

}

.next01 p{

	color: #666;

}

.next01 a{

	color: #888;

}

.next01 a:hover{

	color: #A60609;

}





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

.l_tuandui{

	margin: auto;

	margin-top: 80px;

	margin-bottom: 80px;

}

.l_tuandui li a{

	display: block;

}

.l_tuandui .td_text{

	float: left;

	width: 60%;

	margin-top: 30px;

	transition: 0.4s;

}

.tuandui li{

	width: 48%;

	margin-right: 4%;

	float: left;

	margin-bottom: 120px;

	border-top: 1px solid #f1f1f1;

	transition: 0.4s;

}

.tuandui li span{

	float: right;

	transition: 0.4s;

	width:35%;

}

.tuandui li span img{

	width:100%;

	height:auto;

}

.tuandui li p{

	float: left;

	width: 60%;

	font-size: 13px;

    color: #757575;

    padding-top: 26px;

    line-height: 26px;

    height: 52px;

    overflow: hidden;

}

.l_tuandui .td_text h3{

	float: left;

	font-size: 18px;

    color: #333;

}

.l_tuandui .td_text h4{

	float: left;

	font-size: 13px;

    color: #999;

	margin-left: 20px;

    margin-top: 10px;

}

.tuandui li:hover .td_text{

	margin-top: 50px;

}

.tuandui li:hover span{

	margin-top: 20px;

}

.tuandui li:hover{

	margin-bottom: 100px;

	border-top: 1px solid #888;

}







/*课程设置列表页---------------------------------------------------------------------------------------*/

.list_kc .jieshao li{

	background: #fff;

	margin-bottom: 2%;

}

.list_kc{

	margin-bottom: 100px;

}

.list_kc .jieshao li a div span{

	background: url("/temp/temp/52/52-0191/201904120903/images/kc-m.png") center center no-repeat;

}

.list_kc .jieshao li:hover a div span{

	box-shadow: 0px 0px 13px 2px #dadada;

}

.l_banner img{

	width: 100%;

	height: auto;

}







/*瑜伽视频列表页--------------------------------------------------------------------------------------*/

.list_sp .jieshao li .js_img em{

	font-weight: 100;

}





/*关于我们列表页----------------------------------------------------------------------------------------*/

.list_ab{

	margin-bottom: 100px;

}

.list_ab .default-article-content{

	margin-top:0;

	width: 68%;

	margin: auto;

}







/*课程内页------------------------------------------------------------------------------------*/

.vkc_box .article h2{

	padding-left: 40px;

	background: url("/temp/temp/52/52-0191/201904120903/images/kcbtbg.png") left center no-repeat;

	position: relative;

	z-index: 1;

}

.vkc_box .article p{

	padding-left: 40px;

}

.vkc_box .article{

	position: relative;

}

.vkc_box .article .xian{

	position: absolute;

	top: 0;

	left: calc(6% + 6px);

	height: 100%;

	width: 1px;

	background: #dedede;

}

.vkc_box .article h3 {

	margin-left: 30px;

}

.vkc_box .article h3 a{

	display: block;

	float: left;

    width: 184px;

    height: 50px;

    line-height: 48px;

    font-size: 22px;

    color: #5b5b5b;

    border-radius: 4px;

    text-align: center;

	margin: 0 7px;

	font-weight: normal;

    border: 1px solid #bc151d;

	transition: all .3s;

}

.vkc_box .article h3 a:hover{

	color:#fff;

	background: #bc151d;

}



.ban-box{

	width: 1000px;

	margin: 0 auto;

	margin-bottom: 70px;

}

.ban-box h3{

	font-size: 35px;

	text-align: center;

	margin-bottom: 30px;

}





/*在线预约页---------------------------------------------------------------------------------------------------*/

.l_yuy{

	margin: 80px auto;

	margin-bottom: 140px;

}

.l_yuy .apply01{

	width: 550px;

	margin: auto;

}

.l_yuy .apply01 h4{

	display: none;

}

.l_yuy .apply01 label{

	width: 80px;

	text-align: left;

	display: block;

	font-size: 14px;

	float: left;

	line-height: 30px;

}

.l_yuy .apply01 select{

	width: 200px;

	float: left;

	margin-bottom: 40px;

	height: 30px;

}

.l_yuy .apply01 .default-form-item{

	clear: both;

}

.l_yuy .apply01 .default-form-item input{

	height: 30px;

	margin-bottom: 40px;

	width: 466px;

}

.l_yuy .apply01 .default-form-item textarea{

	height: 100px;

	margin-bottom: 20px;

	width: 466px;

}

.apply01 [type="submit"]{

	font-size: 14px;

	color: #666;

	background:#fff;

	border: 1px solid #a9a9a9;

	padding: 8px 50px;

	cursor: pointer;

	float: right;

	transition: 0.3s;

}

.apply01 [type="submit"]:hover{

	color: #fff;

	background:#bc151d;

	border: 1px solid #bc151d;

}

.default-form{

	clear: both;

}



/*----------list-certificate------*/

.chaxun{

	text-align:center;

	padding:80px 0;

	width:800px;

	border:1px solid #eee;

	margin:100px auto;

}

.chaxun h3{

	font-size:20px;

	margin-bottom:50px;

	font-weight:bold;

}

.chaxun form input{

	border:1px solid #dedede;

	width:300px;

	height:45px;

	line-height:45px;

	text-align:center;

}

.chaxun form input.tj09 {

    margin-top: 50px;

    width: 150px;

    line-height: 45px;

    background: #ad1313;

    border: none;

    color: #fff;

    font-size: 16px;

}

.chaxun .zs01{

	text-align:center;

	border:1px solid #eee;

	width:500px;

	margin:0 auto;

	margin-top:30px;

}

.chaxun .zs01 img{

	max-width:100%;

	height:auto;

}

/*---------------list-train-----------------*/

.list-train{

	margin-bottom:100px;

}

.yogatit{

	margin:50px 0;

}

.yogatit div{

	text-align:center;

	padding-bottom:10px;

	border-bottom:1px solid #eee;

	margin-bottom:10px;

}

.yogatit div span {

    display: inline-block;

    font-size:30px;

	color:#000;

	font-weight:bold;

}

.yogatit div .s01{

	margin-right:10px;

	color: #ff283d;

	text-transform:uppercase;

	font-size: 30px;

}

.yogatit p {

    text-align: center;

    color: #999;

    font-size: 14px;

}

.pctab01{

	text-align:center;

}

.pctab01 span {

    display: inline-block;

    width: 150px;

    line-height: 40px;

    border-radius: 10px;

    background: #222;

    text-align: center;

    font-size: 14px;

    margin: 0 10px;

    color: #fff;

    box-shadow: 6px 6px 2px #999;

	cursor:pointer;

}

.pctab01 span.a{

	background:#ff283d;

}

.pctab01 span em {

    text-transform:capitalize;

    margin-right: 5px;

    color: #ffe200;

}

.pctab02{

	margin-top:50px;

}

.pctab02 li{

	width:12.5%;

	font-size:16px;

	text-align:center;

	padding:10px 0;

	background:#eee;

	float:left;

	cursor:pointer;

}

.pctab02 li.a

,.pctab02 li.a span a{

	background:#ff283d;

	color:#fff;

}

.pctab02 li.a span{

	border-right:1px solid #ff283d;

}

.pctab02 li span{

	display:block;

	border-right:1px solid #ddd;

}

.pctab02 li:nth-child(8) span{

	border:none;

}

.pctab02 .diy_edit_background

,.pctab01 .diy_edit_background{

	position:inherit !important;

}

.pctabbox01

,.pctabbox{

	display:none;

}

.pctabbox01-aa

,.pctabbox-aa{

	display:block;

}

.yogaban{

	margin-top:50px;

	max-height:580px;

	overflow:hidden;

}

.pcsumtit{

	text-align:center;

	padding:25px 0;

	margin:50px 0;

	border-bottom:2px solid #dedede;

}

.pcsumtit span{

	display:inline-block;

	*display:inline;

	font-size:35px;

	font-weight:bold;

	color:#000;

	color:#ff283d;

	text-transform:uppercase;

	line-height: 1;

}

.pcsumtit span.s01 {

    color: #000;

    border-left: 5px solid #000;

    margin-left: 7px;

    padding-left: 20px;

    transform: scale(0.82);

	-ms-transform:scale(0.82);

	-moz-transform:scale(0.82);

	-webkit-transform:scale(0.82);

	-o-transform:scale(0.82);

}

.pcsum div p{

	font-size:16px;

	color:#666;

	margin-bottom:15px;

}

.keshi01{

	margin-top:70px;

	padding:50px ;

	background:#f5f5f5;

}

.keshi01 ul{

	position:relative;

}

.keshi01 li {

    width:38%;

    margin-bottom: 30px;

    border-radius: 10px;

    background: #fff;

    padding:32px;

	cursor:pointer;

	border:3px solid #fff;

}

.keshi01 li.a{

	border:3px solid #ff283d;

}

.keshi01 li.a div h4 em {

    border-top: 1px solid #ff283d;

}

.keshi01 li.a span{

	display:block;

}

.keshi01 li span{

	display:none;

	width:53%;

	position:absolute;

	right:0;

	top:3px;

}

.keshi01 li span strong{

	display:block;

	padding:10px 0;

	background:#fff;

	font-size:20px;

	text-align:center;

}

.keshi01 li span strong em{

	color:#ff283d;

}

.keshi01 li span img{

	width:100%;

	height:auto;

}

.keshi01 li div h3 {

    font-size: 35px;

    font-weight: bold;

    float: right;

    width: 45%;

    text-align: center;

    margin-top: 38px;

    color: #444;

}

.keshi01 li div h4 {

    font-size: 20px;

    float: left;

    width: 45%;

    background: #eee;

    border-radius: 10px;

    padding:5%;

    text-align: center;

}

.keshi01 li div h4 em {

    display: block;

    margin-top: 15px;

    border-top: 1px solid #555;

    padding-top: 15px;

}

.sec01{

	width: 830px;

	border-radius:10px;

	margin:0 auto;

}

.sec01 .pcsumtit{

	border:none;

}

.sec02{

	background: #f5f5f5;

	border-radius: 10px;

	padding:20px 0;

}

.sec01 select {

    font-size: 25px;

    padding: 19px;

    background: #fff;

    width: 90%;

    display: block;

    border-radius: 10px;

    margin: 0 auto;

    border: 1px solid #eee;

}

.pcvideo{

	width:100%;

	margin:50px auto;

	padding:70px 0;

	overflow:hidden;

	background:url("/temp/temp/52/52-0191/201904120903/images/videobg01.jpg") no-repeat center center;

	background-attachment:fixed;

}

.pcvideo01{

	position:relative;

	border-radius:10px;

	overflow:hidden;

	width:830px;

	margin:0 auto;

}

.pcvideo01 img{

	width:100%;

	height:auto;

}

.pcvideo01 div{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	z-index:1;

}

.pcvideo01 span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	z-index:2;

	display:none;

}

.pcvideo01 div iframe

,.pcvideo01 div video{

	width:100% !important;

	height:100% !important;

	position:absolute;

	left:0;

	top:0;

}

.pcintro .pcsumtit{

	border-bottom:none;

}

.pcintro h2{

	text-align:center;

	font-size:30px;

	font-weight:bold;

	margin-bottom:50px;

}

.pcintro01 li{

	float:left;

	width:25%;

	position:relative;

}

.pcintro01 li em{

	display:block;

	width:50px;

	height:30px;

	position:absolute;

	left:50%;

	margin-left:-25px;

	bottom:-55px;

	display:none;

	background:url("/temp/temp/52/52-0191/201904120903/images/sanj01.png") no-repeat center top;

}

.pcintro01 li.a em{

	display:block;

}

.pcintro01 li span {

    display: block;

    width: 60px;

    height: 60px;

    line-height: 1.3;

    text-align: center;

    border-radius: 50%;

    background: #333;

    font-size: 25px;

    color: #fff;

    padding: 40px;

    margin: 0 auto;

	cursor:pointer;

}

.pcintro01 li.a span {

	 background: #ff283d;

}

.pcintro02 li.a {

	display:block;

}

.pcintro02 li{

	display:none;

}

.pcintro02 li div {

    padding: 50px;

    background: #f5f5f5;

    margin-top: 50px;

    border-top: 5px solid #ff283d;

}

.pcintro02 li div p{

	font-size:16px;

	color:#666;

	margin-bottom:15px;

	text-align:center;

}

.pczs01{

	margin-top:80px;

	padding:50px 0;

	background:url("/temp/temp/52/52-0191/201904120903/images/zsbg.jpg") no-repeat center center;

	background-attachment:fixed;

}

.pczhengshu{

}

.pczhengshu span{

	display:block;

	float:left;

	width:37%;

	margin-top:135px;

}

.pczhengshu span img{

	width:100%;

	height:auto;

}

.pczhengshu div.sum01 {

    float: right;

    width: 52%;

    padding: 5%;

}

.pczhengshu div.sum01 h3{

	font-size:30px;

	font-weight:bold;

	margin-bottom:30px;

	color:#fff;

	padding-left:55px;

	line-height:55px;

	background:url("/temp/temp/52/52-0191/201904120903/images/zs02.png") no-repeat left center;

	background-size:45px;

}

.pczhengshu div.sum01 div p {

    font-size: 15px;

    margin-bottom: 20px;

    color: #fff;

}

.signup {

    float: left;

    width: 42%;

}

.signup h4 {

    text-align: center;

    font-size: 25px;

    font-weight: bold;

    margin-bottom:20px;

    text-align: left;

    border-left: 5px solid #ff283d;

    line-height: 1;

    padding-left: 10px;

    color: #ff283d;

}

.signup form input

,.signup form textarea {

    width: 94%;

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 3%;

    margin-bottom:10px;

    font-size: 16px;

}

.signup form input{

	float:left;

	width:42%;

	margin-right:1%;

}

.signup form label{

	display:none;

}

.signup form textarea {

    height: 60px;

    width: 91.5%;

}

.signup form [type="submit"] {

    width: 98%;

    background: #ff283d;

    color: #fff;

    font-weight: bold;

	font-size: 20px;

}

.pccon{

	margin:80px auto;

}

.pinggu {

    width: 100%;

	padding:50px 0;

	background:#f5f5f5;

}

.pinggu a {

    width:600px;

    height: 80px;

    display: block;

    line-height: 80px;

    font-size: 35px;

    color: #ff283d;

    text-align: center;

    font-weight: bold;

    margin: 0 auto;

	border:3px solid #ff283d;

	transition:all .3s;

}

.pinggu a:hover{

	background:#ff283d;

	color:#fff;

}

.pccon01 {

    float: right;

    width: 46%;

    padding-left: 6%;

    border-left: 5px solid #ff283d;

    margin-top: 50px;

}

.pccon01 h3 {

    font-size: 25px;

    font-weight: bold;

    margin-bottom: 30px;

}

.pccon01 h3 span{

	text-transform:uppercase;

	color:#ff283d;

	margin-left:10px;

}

.pccon01 div p {

    font-size:18px;

    color: #666;

	margin-bottom:20px;

}

.pccon01 div p span em {

    margin-left: 25px;

}

.duanluo{

	margin-top:50px;

	padding-top:50px;

	border-top:5px solid #eee;

}

.duanluo li h3{

	font-size:25px;

	font-weight:bold;

	margin-bottom:20px;

	color:#333;

	padding-left:10px;

	border-left:5px solid #333;

	line-height:1;

}

.duanluo li span{

	display:block;

	text-align:center;

	margin:20px 0;

}

.duanluo li span img{

	max-width:100%;

	height:auto;

}

.duanluo li div p{

	font-size:15px;

	color:#666;

	margin-bottom:20px;

}

/*------------------------list-test--------------------*/

.textbox{

	border:1px solid #eee;

	padding:50px;

	margin:50px 0;

}

.textbox h2{

	text-align:center;

	font-size:30px;

	margin-bottom:30px;

	color:#333;

	padding-bottom:30px;

	border-bottom:1px solid #eee;

}

.infor01 input

,.infor01 label{

	display:inline-block;

	*display:inline;

	margin-bottom:10px;

	line-height:40px;

	height:40px;

	vertical-align:middle;

}

.infor01 label{

	font-size:14px;

	color:#666;

}

.infor01 input{

	width:300px;

	border:1px solid #eee;

	padding-left:10px;

	margin-left:10px;

}

.textbox h3 {

    font-size: 22px;

    margin: 30px 0;

    color: #ad1313;

}

.basis ul li h4 {

    font-size: 15px;

    margin-bottom: 10px;

    color: #666;

    font-weight: bold;

}

.basis li {

    margin-bottom: 20px;

    border-bottom: 1px dotted #eee;

    padding-bottom: 20px;

}

.basis li span input {

    margin-right: 5px;

    display: inline-block;

	*display:inline;

    vertical-align: middle;

}

.basis li span {

    display: block;

    float: left;

    width: 25%;

    vertical-align: middle;

    color: #666;

    font-size: 14px;

}

.assess{

	margin-top:50PX;

}

.assess li {

    padding: 10px 0;

    color: #666;

    border-bottom: 1px dotted #eee;

    font-size: 14px;

}

.assess li h4 {

    float: left;

    width: 120px;

    font-size: 14px;

}

.assess li span{

	display:block;

	float:left;

	margin-right:30px;

}

.assess li span input{

	display:inline-block;

	vertical-align:middle;

	margin-right:5px;

}

.question{

}

.question li {

    padding: 25px 0;

    border-bottom: 1px dotted #eee;

}

.question li h4 {

    font-size: 15px;

    color: #666;

}

.question li div.d01{

	margin-top:10px;

}

.question li div.d01 span {

    display: inline-block;

    *display: inline;

    margin-right: 30px;

	font-size:14px;

	color:#666;

}

.question li div.d01 span input{

	display: inline-block;

    *display: inline;

	vertical-align:middle;

	margin-right:5px;

}

.question li div.d02 label

,.question li div.d02 textarea{

	display: inline-block;

    *display: inline;

	font-size:14px;

	color:#666;

	line-height:20px;

}

.question li div.d02 textarea{

	width:300px;

	border:none;

	border-bottom:1px solid #999;

}

.question li div.d01 label {

    font-size: 14px;

    color: #666;

}

.question li div.d01 span .d03{

	display:inline-block;

	*display:inline;

}

.question li div.d01 span .d03 em{

	margin-left:10px;

}

.question li div.d01 span .d03 input {

    width: 80px;

    margin-left: 5px;

    border: none;

    border-bottom: 1px solid #999;

}

.tijiao09 input {

    width: 300px;

    line-height: 45px;

    height: 45px;

    text-align: center;

    border: 1px solid #980e0f;

    margin: 0 auto;

    display: block;

    margin-top: 30px;

    background: #bc1012;

    color: #fff;

	font-size:16px;

	font-weight:bold;

}



/*手机版---------------------------------------------------------------------------------------------------*/

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

	.huanjing li{

		width: 455.3px;

	}

	.lx_text p{

		width: 46%;

	}

}

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

  .article-info span{

  display:none;

  }

	.lx_box{

		padding: 60px 0;

		height: 372px;

		position: fixed;

		bottom:0;

		left: 0;

		z-index: 1;

		background-size:auto 100%;

	}

	.lxm_t{

		text-align: center;

		color: #fff;

		line-height: 40px;

	}

	.lxm_t h3{

		font-size: 18px;

	}

	.lxm_t h4{

		font-size: 20px;

		color: rgba(185,12,14,1.00);

	}

	.lxm_t h5{

		font-size: 18px;

	}

	.lxm_t a{

		width: 200px;

		height: 40px;

		display: block;

		line-height: 40px;

		text-align: center;

		font-size: 16px;

		color: #fff;

		margin: auto;

		background: rgba(185,12,14,1.00);

	}

	.lxm_t span{

		display: block;

		background: url("/temp/temp/52/52-0191/201904120903/images/zixun.png") left center no-repeat;

		width: 68px;

		padding-left: 28px;

		margin: 10px auto;

	}

	.lxm{

		text-align: center;

		margin:auto;

		margin-top: 20px;

	}

	.lxm li{

		display: inline-block;

		margin: auto 13px;

	}

	.lxm li{

		*display: inline;

	}

	.lxm li a{

		display: block;

		width: 34px;

		height: 34px;

		border: 1px solid #969696;

		border-radius: 20px;

	}

	.lxm li a ins{

		background: url("/temp/temp/52/52-0191/201904120903/images/dh.png") center center no-repeat;

		background-size: 26px 26px;

		display: block;

		width: 34px;

		height: 34px;

	}

	.lxm li a em{

		background: url("/temp/temp/52/52-0191/201904120903/images/qq.png") center center no-repeat;

		background-size: 26px 26px;

		display: block;

		width: 34px;

		height: 34px;

	}

	.lxm li a span{

		background: url("/temp/temp/52/52-0191/201904120903/images/weibo.png") center center no-repeat;

		background-size: 26px 26px;

		display: block;

		width: 34px;

		height: 34px;

	}

	.lx_box label{

		display: block;

		margin: auto;

		margin-top: 20px;

		width: 140px;

		height: 140px;

	}

	.hj_box .prev {

		width: 40px;

		height: 40px;

		line-height: 40px;

		margin-top: 32px;

		font-size: 22px;

	}

	.hj_box .next{

		width: 40px;

		height: 40px;

		line-height: 40px;

		margin-top: 32px;

		font-size: 22px;

	}

	.xiaoguo01{

		padding-top: 0;

	}

	header .mobile-header{

		z-index: 2;

	}

	.nav_box{

		display: none;

	}

	.banner{

		margin-top: 0;

	}

	.jieshao li{

		width: 31.33333%;

    	margin: auto 1%;

	}

	.js{

		padding: 100px 0;

	}

	.xiaoguo{

		opacity: 1;

		height: 688px;

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

		padding-top: 0;

	}

	.kc_bg h3 {

		font-size: 32px;

	}

	.kc_bg p {

		font-size: 16px;

	}

	.kecheng li {

		width: 200px;

		height: 200px;

		border-radius: 100px;

		margin: auto 30px;

		margin-bottom: 60px;

	}

	.cont {

		height: auto;

	}

	.kc_bg{

		margin-top: 60px;

	}

	.kc_fl {

		margin-bottom: 60px;

	}

	.kc_box{

		height: auto;

	}

	.huanjing li{

		width: 341.3px;

	}

	.shizi li{

		width: 23%;

		margin: auto 1%;

	}

	.px_box{

		height: 688px;

	}

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

		margin-top: 0;

	}

	.banbg{

		background:url("/temp/temp/52/52-0191/201904120903/images/banbg.jpg") no-repeat center center;

		background-size:auto 100%;

		position:relative;

	}

	.banbg ul{

		position:absolute;

		bottom:50px;

		left:0;

		width:100%;

	}

	.banbg li{

		float:left;

		width:25%;

	}

  .banbg li span {

    display: block;

    width: 75px;

    height: 75px;

    margin: 0 auto;

    text-align: center;

    line-height: 75px;

    border-radius: 8px;

    /* background: rgba(191, 191, 191, 0.5); */

    border: 2px solid #000;

    /* box-shadow: 0 0 5px #666; */

  }

	.banbg li img{

		width:50px;

		height:auto;

	}

	.banbg li a{

		display:block;

		text-align:center;

		font-weight:bold;

		color:#333;

		font-size:14px;

		line-height:30px;

	}

  .default-moblie-news-list li .date

  ,.default-moblie-news-list li .box .info time{

    display:none !important;

  }



/*----添加---*/

	.mbhead {

		background: #282828;

		position: fixed;

		width: 100%;

		top: 0;

		left: 0;

		text-align:center;

		height:65px;

	}

	.nav-click {

		font-size: 30px;

		line-height: 65px;

		top: 0;

		margin-top: 0;

		left: 10px;

		width: 50px;

	}

	.mblogo {

		position: absolute;

		width: 200px;

		left: 50%;

		margin-left: -100px;

		text-align: center;

	}

	header .mobile-header{

		height:65px;

	}

	header h1 a{

		margin-top:10px;

	}

	.mbcon01 {

		float: right;

		margin-top: 21px;

	}

	.mbcon01 span{

		display:block;

		width:25px;

		height:20px;

		background:url("/temp/temp/52/52-0191/201904120903/images/s-weixin.png") no-repeat center center;

		background-size:22px;

		float:left;

		margin-right:20px;

	}

	.mbcon01 span.mvwb01{

		background:url("/temp/temp/52/52-0191/201904120903/images/s-weibo.png") no-repeat center center;

		background-size:22px;

	}

	.mbmenu {

		position: fixed;

		width: 100%;

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

		z-index: 2;

		top: 65px;

		left:-100%;

		overflow: scroll;

	}

	.default-mobile-nav-menu {

		width: 75%;

		margin: 0 auto;

		padding-top:100px;

	}

	.default-mobile-nav-menu li div{

		width:100%;

		right:0;

	}

	.default-mobile-nav-menu li a {

		border-bottom: 1px solid #4d4d4d;

		border-top:none;

	}  

	 .default-mobile-nav-menu li ul {

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

	} 

	.mbtopnav{

		position:absolute;

		width:50px;

		top:65px;

		left:0;

		width:100%;

		background:#444444;

	}

	.mbtopnav li{

		float:left;

		width:16.666%;

		text-align:center;

	}

	.mbtopnav li a {

		display: block;

		padding: 10px 0;

		font-size:12px;

		color:#fff;

	}

	.mbtopnav li:nth-child(1) a {

		background:#ff283d;

		color:#fff;

	}

	.mbtopnav li:nth-child(1) a em{

		color:#fff;

	}

	.mbtopnav li:hover a{

		background:#444444;

	}

	.mbtopnav li a em{

		display:block;

		color:#777;

		font-style:normal;

		text-transform:uppercase;

		margin-top:5px;

		font-size:10px;

	}

	.banner {

		margin-top: 114px;

	}

	.mbtit{

		text-align:center;

		margin:30px 0;

	}

	.mbtit div span{

		display:inline-block;

		*display:inline;

		font-size:16px;

		text-transform:capitalize;

		color: #666;

		margin:0 5px;

	}

	.mbtit div .s01{

		color:#ff283d;

		font-weight:bold;

	}

	.mbtit em{

		width:100%;

		height:1px;

		background:#dedede;

		margin:8px 0;

		display:block;

	}

	.mbtit p {

		font-size: 10px;

		color: #999;

	}

	.tabtit01{

		text-align:center;

	}

	.tabtit01 li{

		display:inline-block;

		*display:inline;

		margin:0 5px;

		width:115px;

	}

	.tabtit01 li a {

		display: block;

		background: #333;

		color: #fff;

		font-size: 12px;

		box-shadow: 0.4vw 0.5vw 0.2vw #6f6e6d;

		padding: 3px 0;

		border-radius: 3px;

	}

	.tabtit01 li:hover a

	,.tabtit01 li.a a{

		background:#ff283d;

	}

	.tabtit01 li a span{

		color:#ffff00;

		margin-right:5px;

	}

	.thtit01 {

		margin-top: 20px;

		padding-bottom: 150px;

		display:none;

	}

	.thtit01.a{

		display:block;

	}

	.thtit01 ul{

		position:relative;

	}

	.thtit01 li{

		float:left;

		width:25%;

		background:#f5f5f5;

	}

	.thtit01 li h3 {

		line-height: 35px;

		text-align: center;

		font-size: 13px;

		border-left: 1px solid #dedede;

		border-bottom: 1px solid #dedede;

	}

	.thtit01 li.a h3{

		background:#ff283d;

		color:#fff;

	}

	.thtit01 li div.d01{

		position:absolute;

		width:100%;

		top:70px;

		left:0;

		background:#fff;

		display:none;

		border-bottom:1px solid #eee;

	}

	.thtit01 li div.d01 img{

		width:60%;

		height:auto;

		float:left;

	}

	.thtit01 li .d02{

		float:right;

		width:35%;

		padding-top:10px;

		padding-left:5%;

	}

	.thtit01 li .d02 h4 {

		font-size: 14px;

		color: #ff283d;

		font-weight: bold;

	}

	.thtit01 li .d02 .d03 p {

		font-size: 12px;

		color: #333;

	}

	.thtit01 li .d02 a{

		font-size:10px;

		width:60px;

		text-align:center;

		border:1px solid #333;

		border-radius:20px;

		display:block;

		margin-top:10px;

	}

	.thtit01 li.a div.d01{

		display:block;

	}

	.mbvideo{

		margin-top:50px;

	}

	.mbvideo .video .v02{

		display:block;

	}

	.video {

		width: 100%;

	}

	.list-mbpage{

		margin-top:130px;

	}

	.list-mbnews{

		padding-top:30px;

	}

	.list-mbnav div{

		text-align:center;

		padding:10px 0;

		border-bottom:1px solid #eee;

	}

	.list-mbnav ul{

		text-align:center;

		margin-top:5px;

	} 

	.list-mbnav li{

		display:inline-block;

		margin:0 5px;

	}

	.list-mbnav li a{

		display:block;

		font-size:13px;

		color:#333;

	}

	.list-mbnav li.a a {

		text-decoration:underline;

		color: #ff283d;

	}

	.list-mbnav li a span{

		display:none;

	}

	.list-mbnews li{

		float:left;

		width:48.5%;

		margin-right:3%;

		margin-bottom:3%;

	}

	.list-mbnews li a{

		display:block;

	}

	.list-mbnews li span{

		display:block;

		border:1px solid #f5f5f5;

	}

	.list-mbnews li span img{

		width:100%;

		height:auto;

	}

	.list-mbnews li div{

		padding:10px;

		background:#f9f9f9;

	}

	.list-mbnews li div h3 {

		font-size: 13px;

		height:38px;

		overflow:hidden;

	}

	.mr0{

		margin-right:0 !important;

	}

	.list-mbnews li div p {

		border-top: 1px solid #eee;

		margin-top: 10px;

		padding-top: 5px;

	}

	.list-mbnews li div p em {

		font-size: 10px;

		color: #999;

		display: block;

		float: left;

	}

	.list-mbnews li div p em.em01{

		float:right;

	}

	article

	,.l_nav{

		margin-top:130px;

	}

	.mbopenbox{

		position:fixed;

		width:100%;

		height:100%;

		left:0;

		top:0;

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

		display:none;

		z-index:2;

	}

	.mbopen01 {

		padding: 35px;

		background: #fff;

		width: 150px;

		margin: 0 auto;

		position: absolute;

		top: 50%;

		margin-top: -150px;

		left: 50%;

		margin-left: -110px;

	}

	.mbopen01 img{

		width:100%;

		height:auto;

		border:1px solid #eee;

		display:none;

	}

	.mbopen01 p{

		font-size:12px;

		color:#888;

		margin-top:20px;

		margin-bottom:10px;

	}

	.mbopen01 h3 {

		background: #000;

		color: #fff;

		text-align: center;

		font-size: 14px;

		padding: 7px 0;

		margin: 0 auto;

	}

	/*----瑜伽培训手机版----*/

	.list-train {

		margin-top: 130px;

		margin-bottom:0;

	}

	.list-train  .wp{

		padding:0 !important;

		width:auto !important;

	}

	.yogatit div span {

		font-size: 15px;

	}

	.yogatit div .s01 {

		margin-right: 5px;

		font-size: 18px;

	}

	.yogatit{

		margin-bottom:20px;

	}

	.yogatit p {

		font-size: 10px;

	}

	.yogatit div {

		padding-bottom: 5px;

		margin-bottom: 9px;

	}

	.pctab01 span {

		width: 23%;

		line-height: 27px;

		font-size: 12px;

		margin: 0 1%;

		border-radius:5px;

	}

	.pctab02{

		margin-top:20px;

	}

	.pctab02 li{

		width:25%;

		padding:0;

	}

	.pctab02 li span {

		padding: 8px 0;

		font-size:13px;

		border-bottom: 1px solid #ddd;

	}

	.pctab02 li:nth-child(4) span{

		border-right:none;

	}

	.pctab02 li:nth-child(8) span{

		border-bottom: 1px solid #ddd;

	}

	.yogaban{

		margin-top:20px;

	}

	.pcsumtit span{

		font-size:20px;

	}

	.pcsumtit span.s01 {

		border-left: 3px solid #000;

		margin-left: 3px;

		padding-left: 10px;

	}

	.pcsumtit {

		padding: 10px 0;

		margin: 20px 0;

	}

	.pcsum div p {

		font-size: 14px;

		padding: 0 20px;

	}

	.keshi01 {

		margin-top: 30px;

		padding:20px 10px;

	}

	.keshi01 li.a {

		border: 1px solid #ff283d;

		background: #ff283d;

	}

	.keshi01 li {

		width:42%;

		margin-bottom: 10px;

		border-radius: 5px;

		padding:9px 5px;

		border:1px solid #fff;

	}

	.keshi01 li span strong{

		font-size:12px;

		padding:5px 0;

	}

	.keshi01 li div h4 {

		font-size: 10px;

		border-radius: 5px;

		text-align: center;

		width: 50%;

		padding: 2%;

	}

	.keshi01 li div h3 {

		font-size: 16px;

		margin-top:13px;

	}

	.keshi01 li.a div h3{

		color:#fff;

	}

	.keshi01 li div h4 em {

		margin-top: 5px;

		padding-top: 5px;

	}

	.sec01 {

		width: 100%;

	}

	.sec02 {

		padding: 10px 0;

		margin: 0 10px;

	}

	.sec01 select {

		font-size: 16px;

		padding: 12px;

		-webkit-appearance: none;

	}

	.sec01 .pcsumtit {

		margin-bottom: 6px;

	}

	.pcvideo {

		margin: 30px auto;

		padding: 0;

		background: none;

	}

	.pcvideo01 {

		width: 100%;

		border-radius:0;

	}

	.pcintro01 li span {

		width: 40px;

		height: 40px;

		font-size: 16px;

		padding: 15px;

	}

	.pcintro02 li div {

		padding: 20px;

		margin-top: 30px;

		border-top: 3px solid #ff283d;

	}

	.pcintro01 li em {

		width: 30px;

		height: 15px;

		margin-left: -15px;

		bottom: -30px;

	}

	.pcintro02 li div p {

		font-size: 14px;

		margin-bottom: 15px;

		text-align:left;

	}

	.pczs01 {

		margin-top: 30px;

		padding: 30px 0;

		background-size:auto 100%;

	}

	.pczhengshu {

		width: 95%;

	}

	.pczhengshu div.sum01 h3 {

		font-size: 20px;

		margin-bottom: 0px;

		padding-left: 29px;

		line-height: 40px;

		background-size: 25px;

	}

	.pczhengshu div.sum01 {

		width: 64%;

		padding: 0;

	}

	.pczhengshu div.sum01 div p {

		font-size: 12px;

		margin-bottom: 10px;

	}

	.pinggu {

		padding: 20px 0;

	}

	.pinggu a {

		width: 70%;

		height: 50px;

		line-height: 50px;

		font-size: 20px;

		border: 2px solid #ff283d;

	}

	.signup {

		width: 94%;

		margin: 0 3%;

	}

	.pccon {

		margin: 30px auto;

	}

	.pccon01 {

		width: 96%;

		padding-left: 4%;

		border-left: none;

		margin-top: 30px;

		border-top: 3px solid #ff283d;

		padding-top: 30px;

		padding-bottom: 20px;

	}

	.signup form [type="submit"] {

		font-size: 18px;

		padding: 2% 0;

		width: 100%;

		-webkit-appearance: none;

	}

	.signup h4 {

		font-size: 20px;

	}

	.pccon01 h3 {

		font-size: 18px;

		margin-bottom: 20px;

	}

	.pccon01 div p {

		font-size: 14px;

		margin-bottom: 5px;

	}

	.duanluo {

		margin-top: 30px;

		border-top: 3px solid #eee;

	}

	.duanluo ul{

		padding:0 15px;

	}

	.duanluo li h3 {

		font-size: 20px;

		border-left: 3px solid #ff283d;

		margin-top:30px;

	}

	.duanluo li div p {

		font-size: 13px;

		margin-bottom: 10px;

	}

	.duanluo li span {

		margin: 10px 0;

	}

	.signup form input {

		width: 96%;

		margin-right:0;

		font-size: 14px;

		padding:2%;

	}

	.signup form textarea {

		width:96%;

		padding: 2%;

		height:50px;

	}

	.textbox {

		margin-top: 125px;

		padding:10px;

		border:none;

	}

	.textbox h2 {

		font-size: 25px;

		margin-bottom: 20px;

		padding-bottom: 20px;

		font-weight: bold;

	}

	.infor01 input{

		width:188px;

	}

	.basis li span {

		width: 100%;

		font-size: 12px;

		margin: 3px 0px;

	}

	.assess {

		margin-top: 0;

	}

	.assess li h4 {

		float: none;

		width: 100%;

		margin-bottom: 10px;

	}

	.question li div.d02{

		margin-top:10px;

	}

	.question li div.d02 textarea {

		width: 100%;

	}

	.textbox .question h3{

		margin-bottom:5px;

	}

	.tijiao09 input {

		border: 1px solid #c51224;

		background: #ff283d;

	}

	.pczhengshu span {

		width: 97%;

		margin-top: 0;

		margin-left: 4%;

	}

	.pczhengshu div.sum01 {

		width: 94%;

		margin-top: 20px;

	}

	.chaxun {

		padding: 30px 0;

		border: none;

		width:100%;

		margin: 50px auto;

		margin-top: 130px;

		min-height: 400px;

	}

	.chaxun h3{

		margin-bottom:30px;

	}

	.chaxun .zs01 {

		width: 100%;

	}

	.pccon01 div p span em{

		margin-left:10px;

	}

	.pcvideo01 span{

		display:block;

	}



}

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

	.kecheng li a h2{

		display: none;

	}

	.kecheng li {

		width: 180px;

		height: 180px;

		border-radius: 90px;

		margin: auto 20px;

	}

	.zixun li a h3{

		font-size: 14px;

		margin-top: 18px;

	}

	.zixun li a div {

		width: 10%;

		margin-left: 2%;

		margin-right: 4%;

		margin-top: 24px;

	}

	.zixun li a div span {

		font-size: 30px;

		line-height: 20px;

	}

	.zixun li{

		padding: 20px 0;

		width: 49%;

	}

	.kc label {

		margin-top: 60px;

	}

	.hdzx h1{

		font-size: 22px;

	}

	.hdzx h2{

		font-size: 14px;

	}

	.huanjing li{

		width: 384px;

	}

	.shizi li a h3 {

		line-height: 40px;

		bottom: -42px;

		font-size: 14px;

	}

	.zizhi li:nth-child(3){

		margin-top: 40px;

	}

	.kecheng li a h2{

		font-size: 16px;

    	line-height: 200px;

	}

	.kc_box{

		background: url("/temp/temp/52/52-0191/201904120903/images/kebg.jpg") no-repeat center center;

		background-size: auto 100%;

		padding: 40px 0;

	}

	.kc_bg {

		margin-top: 30px;

	}

	.kc_box .cont {

		height: 100%;

		padding-bottom: 30px; 

	}

	.xiaoguo

	,.xiaoguo {

		height: 100%;

	}

	.kc_box .bg

	,.px_box .bg{

		display: none;

	}

	.px_box {

		background: url("/temp/temp/52/52-0191/201904120903/images/zzbg.jpg") no-repeat center center;

		background-size: auto 100%;

		height:600px;

		overflow:hidden;

	}

	.cont label {

		display: block;

		margin-top: 20px;

	}

	.peixun h1{

		margin-top: 140px;

	}

	.zizhi{

		margin-top: 60px;

	}

}

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

	.l_yuy .apply01 select{

		margin-bottom: 32px;

	}

	.l_yuy .apply01{

		width: 100%;

	}

	.l_yuy .apply01 label{

		width: 62px;

	}

	.l_yuy .apply01 .default-form-item input{

		width: calc(100% - 66px);

		margin-bottom: 32px;

	}

	.l_yuy .apply01 .default-form-item textarea{

		width: calc(100% - 66px);

	}

	.apply01 [type="submit"]{

		padding: 6px 36px;

	}

	.l_yuy{

		margin-bottom: 120px;

		margin-top:40px;

	}

	.jieshao li .js_t label{

		padding: 12px 0;

	}

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

		margin-top: 0;

	}

	.jieshao li {

		width: 100%;

		margin: auto;

		margin-bottom: 12px;

	}

	.cont label {

		margin-top: 20px;

	}

	.js {

		padding: 40px 0;

	}

	.kecheng li {

		width: 160px;

		height: 160px;

		border-radius: 80px;

		margin: auto 10px;

	}

	.kc_bg h3 {

		font-size: 28px;

	}

	.kc_bg p {

		font-size: 14px;

		margin-top: 10px;

	}

	.kc label {

		margin-top: 40px;

	}

	.zx_fl li a {

		font-size: 16px;

		margin-left: 12px;

	}

	.zx_bt {

		width: 100%;

	}

	.hdzx h1{

		text-align: center;

	}

	.hdzx h2{

		text-align: center;

	}

	.zx_fl{

		width: 100%;

		margin-top: 20px;

		text-align: center;

		margin-bottom: 20px;

	}

	.zx_box{

		padding: 60px 0;

	}

	.hj_box h3{

		font-size: 22px;

	}

	.hj_box h4{

		font-size: 14px;

    	margin-bottom: 40px;

	}

	.zx_fl li{

		float: none;

		display: inline-block;

	}

	.zx_fl li{

		*display: inline;

	}

	.zixun li {

		padding: 10px 0;

		width: 100%;

	}

	.huanjing li {

		width: 414px;

	}

	.sz_box {

		padding: 60px 0;

	}

	.sz h1{

		font-size: 22px;

	}

	.sz h2{

		font-size: 14px;

		margin-bottom: 40px;

	}

	.shizi li {

		width: 48%;

		margin-bottom: 2%;

	}

	.sz span{

		margin-top: 40px;

	}

	.peixun h1 {

		font-size: 28px;

		margin-top:50px;

	}

	.peixun h3{

		font-size: 14px;

	}

	.zizhi li {

		width: 100%;

		margin: auto;

		margin-bottom: 40px;

	}

	.zizhi li:nth-child(3){

		margin-top: 0;

	}

	.zizhi {

		margin-top: 60px;

	}

	.kecheng li a h2{

    	line-height: 160px;

	}

	.kecheng{

		display: none;

	}

	.kc_fl li {

		padding: 0;

		height: 36px;

		line-height: 36px;

		width: 38%;

		margin: 12px 2%;

	}

	.list-nav li{

		width:30%;

		margin:0;

		font-size:14px;

	}

}

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

	

	.huanjing li {

		width: 375px;

	}

	.kecheng li{

		width: 140px;

		height: 140px;

		border-radius: 70px;

	}

	.kecheng li a h2{

		font-size: 14px;

    	line-height: 140px;

	}

	.kc_bg h3{

		font-size: 26px;

	}

	.kc_bg{

		margin-top: 40px;

	}

	.kc label a{

		height: 40px;

		line-height: 40px;

		font-size: 16px;

		border-radius: 20px 0px 20px 20px;

	}

	.kc label{

		margin-top: 30px;

	}

	.peixun h1{

		font-size: 26px;

		margin-top: 100px;

	}

	.zizhi{

		margin-top: 60px;

	}

	.zizhi li h2{

		font-size: 54px;

    	line-height: 38px;

	}

	.zizhi li h4{

		font-size: 13px;

	}

	.zixun li a img{

		display: none;

	}

	.zixun li a div {

		width: 18%;

		margin-top: 12px;

	}

	.zixun li a h3{

		margin-top: 6px;

		width: 74%;

	}

	

	

	

}



.uid-2885 footer{display: none !important;}




































/*------列表--------*/

/**--------全局公用样式 亮色0d66c0 暗色888--------**/

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

.mt25{ margin-top:25px !important;}

.edit_del{text-align:right; line-height:24px;}

.edit_del a{color:#888;}

.edit_del a:hover{color:#0d66c0; text-decoration:underline;}

.edit_del a.pub{padding-left:24px; display:inline-block; background:url(/temp/temp/default/default-0001/1/images/publish.png) center left no-repeat; font-size:14px;}

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

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

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

.cbox{padding:24px; border:1px solid #dedede;}

.title{ height:32px; line-height:32px; border-bottom:1px solid #ccc; margin-bottom:15px;}

.title span{display:block; height:32px;}

.title span.tname{border-bottom:1px solid #1d62a3; font-size:16px; font-weight:bold;}

.title span.ename{color:#888; padding-left:10px; font-size:14px;}

.title span.tmore a,.title span.tmore{ color:#888;}

.title span.tmore a:hover{color:#0d66c0;}

/*-单页内容列表-*/

.list_menu{width:238px;}

.column_name{background:#0d66c0; color:#fff; padding:25px 30px; font-size:20px; line-height:30px;}

.column_name span{font-size:14px; display:block; line-height:18px; text-transform:uppercase;}

.menu_name{}

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

.menu_name li a{display:block; padding:0 28px; line-height:48px; border-bottom:1px solid #dedede; border-right:1px solid #dedede; border-left:1px solid #dedede; transition:all 0.3s;}

.menu_name li a span{margin:0 7px;}

.menu_name li.a a,.menu_name li a:hover{color:#0d66c0; border-left:4px solid #0d66c0;}

.page_box{width:860px;}

.page_content{ line-height:24px; font-size:14px; padding:25px 0 120px;}

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

/*.page_content p{text-indent:2em;}

.page_content p img{ margin-left:-2em;}*/

/*-案例/服务-*/

.case_box{ padding:25px 0;}

.case_box li{padding-bottom:25px; margin-bottom:25px; border-bottom:1px dashed #dedede;}

.case_cover{ width:220px; height:120px; border:1px solid #dedede; padding:4px; overflow:hidden;}

.case_cover img{width:220px; height:120px;}

.case_info{width:610px;}

.case_info h4{font-size:16px; font-weight:normal; line-height:32px; height:32px; overflow:hidden;}

.case_info h4 a:hover{color:#0d66c0; text-decoration:underline;}

.case_info p{line-height:24px; font-size:14px; color:#888; height:72px; overflow:hidden;}

/*-内容页-标题-*/

.page_title{padding-bottom:10px; border-bottom:1px dashed #dedede;}

.page_title h3{font-size:24px; line-height:48px; font-weight:normal; color:#0d66c0;}

.page_title p,.page_title p a{ color:#888;}

.page_title p a:hover{color:#0d66c0; text-decoration:underline;}

.page_title p span{margin-left:12px;}



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

.other,.other a{color:#888; font-size:14px; line-height:32px; transition:all 0.3s;}

.other a:hover{color:#0d66c0; text-decoration:underline;}



.w960 .page_box{ width:632px;}

.w960 .case_info{ width:382px;}	


































