/*!

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

}


.header{

	background:#F4F4F4;

	border-bottom:1px solid #eee;

}

.header p{

	color: #94c435;

	line-height:40px;

}

.topnav li{

	float:left;

}

.topnav li a{

	display:block;

	padding:0 20px;

	color: #94c435;

	font-size:15px;

	line-height:40px;

}

.tel{

	padding-left:40px;

	line-height:40px;

	font-size:14px;

	color: #94c435;

	margin-top:32px;

	line-height:1.2;

	background:url("/temp/temp/52/52-0069/201604281752/images/contact.png") no-repeat center left;

}

.tel em{

	display:block;

	font-style:normal;

	font-size:30px;

}

.head img.l{

	  margin-top: 31px;

}

.head01 li{

	 float: left;

}

.head01 a {

  display: block;

  border-bottom: 1px solid #44D1BE;

  margin: 4px 8px;

  font-size: 15px;

  color: #57BAE8;

  padding: 0 10px;

}

.head01 li.h1{

	  background:url("/temp/temp/52/52-0069/201604281752/images/wr.png") no-repeat bottom left;

}

.head01 li.h2{

	  background:url("/temp/temp/52/52-0069/201604281752/images/2r.png") no-repeat bottom left;

}

.head01 li.h3{

	  background:url("/temp/temp/52/52-0069/201604281752/images/3r.png") no-repeat bottom left;

}

.menu ul li {

  background: #00ada9;

  margin-right: 2px;

  transition:all .3s;

}

.menu ul li a {

  display: block;

  padding: 0 37px;

  line-height: 40px;

  color: #fff;

  font-size: 14px;

}

.w960 .menu ul li a {

  padding: 0 24.3px;

}

.menu ul li:hover{

	background:#4CCBC8;

}

.sidebar{

	font-size:16px;

}

.sidebar .default-pc-sidebar-ul li{

	float:left;

	margin-right: 10px;

}

.kec{

	margin-top: 10px;

}

.kec01{

	width:32%;

	margin-right:2%;

	margin-top:20px;	

}

.kec01 ul {

    border: 1px solid #dddddd;

    padding: 5px 0;

}

.kec01 h3 {

  line-height: 40px;

  background:url("/temp/temp/52/52-0069/201604281752/images/ico-star.png") no-repeat;

  background-color: #57BAE8;

  padding-left: 40px;

  color: #fff;

  font-size: 17px;

  background-position: 14px center;

}

.kec01 li {

  margin-bottom: 6px;

  border-bottom: 1px dashed #ccc;

  padding-bottom: 6px;

}

.kec01 span{

	width:36px;

	height:36px;

	padding:1px;

	border:1px solid #ccc;

	display:block;

	float:left;

	background:url("/temp/temp/52/52-0069/201604281752/images/slices1.png") no-repeat;

	background-position:0 0;

	margin:0 10px;

}

.kec01 li a {

  display: block;

  line-height: 40px;

  font-size: 14px;

  color: #57BAE8;

  transition:all .3s;

}

.kec01 li:hover a{

	 color: #FFA531;

}

.banner {

	max-height:420px;

	overflow:hidden;

	margin-top:10px;

}

.banner img{

	width:100%;

	height:auto;

	position:inherit !important;

	margin-left:0 !important;

	left:0 !important;

}

.banner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	background-color:#fff;

}

.banner .dots span.active{

	background-color:transparent;

	width:12px;

	height:12px;

	border:1px solid #fff;

}

.w960 .kec01 span{

	height:25px;

	background-position: 0 -5px;

}

.w960 .kec01 li a{

	line-height:25px;

}



.six ul{

	background:url("/temp/temp/52/52-0069/201604281752/images/lbx.png") no-repeat center center;

	width:339px;

	height:347px;

	position:relative;

}

.six ul li {

  width: 62px;

  position: absolute;

  text-align: center;

}

.six ul li a {

  font-size: 12px;

  color: #fff;

  font-weight: bold;

}

.six ul li.s1 {

  top: 30px;

  left: 40%;

}

.six ul li.s2 {

  top: 94px;

  left: 30px;

}

.six ul li.s3 {

  right: 30px;

  top: 94px;

}

.six ul li.s4 {

  top: 46%;

  left: 40%;

  width: 70px;

}

.six ul li.s5 {

  bottom: 90px;

  left: 24px;

  width: 78px;

}

.six ul li.s6 {

  bottom: 27px;

  left: 147px;

  width: 46px;

}

.six ul li.s7 {

  bottom: 88px;

  right: 40px;

  width: 46px;

}

.tixi01 {

  margin-top: 12px;

  border: 1px solid #dedede;

  padding: 1%;

  width: 70%;

}

.jies {

  width: 49%;

  margin-top: 20px;

}

.jies .link{

	color: #2C09EB;

    margin-left: 20px;

}

.w960 .jies {

  margin-top:0px;

}

.jies ul li span {

  font-size: 44px;

  color: #dddddd;

  display: block;

  width: 56px;

  display: block;

  font-family: -webkit-body;

}

.jies li div {

  margin-top: 12px;

  width: 78%;

}

.jies ul li div h3 {

  color: #57bae8;

  font-size: 20px;

  font-weight: bold;

}

.jies ul li div p {

  line-height: 1.6em;

  font-size: 14px;

}

.hot {

  width: 27%;

  margin-top: 12px;

  border: 1px solid #dedede;

}

.hot h3{

	line-height:43px;

	font-size:17px;

	color:#fff;

	padding-left:50px;

	background:url("/temp/temp/52/52-0069/201604281752/images/slices1.png") no-repeat  ;

	background-position: 6px -75px;

    background-color: #57BAE8;

}

.hot h3 a{

	color:#fff;

}

.w960 .hot h3{

	line-height:39px;

}

.hot ul li{

	padding:0 10px;

	height:40px;

	overflow:hidden;

	line-height:41px;

	border-bottom:1px dashed #dedede;

}

.hot ul li a{

	font-size:14px;

	transition:all .5s;

}

.hot ul li:hover a {

  color: #1ba1e0;

  text-decoration:underline;

  margin-left:15px;

}



.class{

	margin-top:30px;

}

.tit{

	border-bottom:1px solid #dedede;

}

.tit a{

	display:block;

	padding-left:30px;

	font-size: 20px;

    font-weight: bold;

	background:url("/temp/temp/52/52-0069/201604281752/images/ico-title1.png") no-repeat ;

	background-position: 0;

	line-height: 40px;

}

.tit a em{

	font-style:normal;

	font-size:15px;

	color:#333;

	font-weight:normal;

	margin-left:10px;

	text-transform:uppercase;

}

.class_slider_2,

.class_slider {

	height:213px;

	overflow:hidden;

}

.class ul{

	margin-top:10px;

}

.class ul li{

	float:left;

	width: 289px;

    height: 204px;

	margin-right:10px;

}

.class ul li a {

  display: block;

  transition:all .3s;

  overflow:hidden;

  border:1px solid #eee;

}

.class ul li a p {

  line-height: 35px;

  background: rgba(87, 186, 232, 0.9) none repeat scroll;

  color: #fff;

  text-align: center;

  font-size: 14px;

  margin-top: -35px;

  position: relative;

  height:35px;

  overflow:hidden;

}

.class ul li a img{

	transition:all .5s;

	width:100%;

	height:auto;

}

.class ul li:hover a img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.hf {

  width: 100%;

  height: auto;

  margin-top: 30px;

}

.system{

	margin-top:30px;

}

.system ul {

  margin-top: 15px;

  padding-bottom: 20px;

  border-bottom: 1px solid #dedede;

}

.system ul li{

	float:left;

	width:33%;

}

.system ul li h3{

	padding-left:45px;

	line-height:50px;

	font-size: 20px;

    font-weight: bold;

    color: #57bae8;

	background:url("/temp/temp/52/52-0069/201604281752/images/ico-right.png") no-repeat center left;

}

.system ul li img{

	margin-left:53px;

}

.system ul li p {

  padding: 0 48px;

  font-size: 14px;

  font-family: -webkit-body;

  line-height: 2em;

  margin-top: 10px;

}

.w960 .system ul li p {

  padding: 0 40px;

}

.youshi{

	border:1px solid #dedede;

	width:98%;

	padding:1%;

	margin-top:30px;

}

.gany {

  width: 33%;

}

.about01 {

    font-size: 14px;

    line-height: 1.5;

    color: #666;

}

.about01 span{

	display:block;

	margin-bottom:10px;

}

.about01 span img{

	width:100%;

	height:auto;

}

.ab02{

	max-height:100px;

	overflow:hidden;

}

.about01 a {

    display: block;

    width: 90px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    border: 1px solid #57bae8;

    color: #57bae8;

    border-radius: 7px;

    margin-top: 10px;

	transition:all .3s;

}

.about01 a:hover{

	width:150px;

}

.jiuye{

	width:65%;

}

.jiuye ul {

  margin-top: 10px;

}

.jiuye ul li{

	float:left;

	width:23.5%;

	margin-right:2%;

	margin-bottom:10px; 

}

.jiuye ul li a{

	display:block;

}

.jiuye ul li div{

	width:100%;

	overflow:hidden;

}

.jiuye ul li img{

	width:100%;

	height:auto;

	transition:all .5s;  

}

.jiuye ul li:hover img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.jiuye ul li p{

	line-height:30px;

	font-size:14px;

	text-align:center;

	font-weight:bold;

	height:30px;

	overflow:hidden;

}

.scenery {

	margin-top:50px;

}

.scenery h1{

	text-align:center;

	font-size:30px;

	font-weight: 600;

    font-size: 2em;

	background:url("/temp/temp/52/52-0069/201604281752/images/divider.png") no-repeat center bottom;

}

.scenery h1 a{

	color:#666;

}

.scenery ul {

  margin-top: 30px;

  background-color: #F9F8F8;

  border-top: 5px solid #57BAE8;

  padding: 10px;

}

.scenery ul li{

	line-height:40px;

	width:48%;

	margin:0 1%;

	float:left;

	border-bottom:1px dotted #ccc;

}

.scenery ul li a{

	display:block;

	padding-left:20px;

	transition:all .3s;

	font-size:14px;

	width:79%;

	background:url("/temp/temp/52/52-0069/201604281752/images/ioco.gif") no-repeat center left;

}

.scenery ul li p{

	color:#999;

	font-size:14px;

}

.scenery ul li:hover a{

	color: #6A911A;

}

.footer {

  background: #F9F8F8;

  overflow: hidden;

  padding: 30px 0;

  border-top: 5px solid #eee;

  margin-top:30px;

}

.ftnav {

  width: 40%;

  margin-right: 2%;

}

.ft1 {

  width: 30%;

  margin-right: 2%;

}

.ft3 {

	padding-right:1%;

	 border-right: 1px solid #000;

}

.ft1 ul li{

	margin-bottom:10px;

}

.ft1 ul li.f1 a{

  background-color: #6A911A;

  color:#fff;

}

.ft1 ul li a {

  display: block;

  line-height: 30px;

  transition: all .3s;

  color: #000;

  padding: 0 10px;

  font-size: 14px;

}

.ft1 ul li:hover a {

  background-color: #6A911A;

  color:#fff;

}

.copy {

  width: 35%;

  padding-right: 4%;

  border-right: 1px solid #000;

  overflow:hidden;

}

.default-pc-copyright {

  margin: 0 auto;

  text-align: left;

  width:100%;

}

.default-pc-copyright a {

  color: #57BAE8;

}

.links {

  text-align: left;

  margin: 30px auto;

  margin-top: 60px;

}

.links dd, .links dt {

  display: inline-block;

  margin-right: 10px;

  float: none;

  color: #666;

  font-size: 14px;

}

.links dd a{

	color:#666;

	transition:all .3s;

}

.links dd a:hover{

	color:#57BAE8;

}

.links dd

,.links dt{

	*display:inline;

}

.online{

	position:fixed;

	top:30%;

	right:10px;

	background:#ccc;

}

.online ul{

}

.online ul li {

  background: #C91114;

  border-top: 1px solid #fff;

}

.online ul li a{

	display:block;

	width:50px;

	height:50px;

	position:relative;

}

.online ul li a span {

  display: none;

  width: 40px;

  height: 40px;

  position: absolute;

  text-align: center;

  font-size: 14px;

  top: 0;

  left: 0;

  background: #333;

  z-index: 2;

  color: #fff;

  padding: 5px;

}

.online ul li:hover a span{

	display:block;

}

.online ul li a div{

	position:absolute;

	top:0;

	left:0;

	width:50px;

	height:50px;

	background:url("/temp/temp/52/52-0069/201604281752/images/zx_bg.png") no-repeat;

	background-position:0 0;

}

.online ul li.tel01 a em {

  display: none;

  width: 140px;

  height: 40px;

  position: absolute;

  top: 0;

  left: -142px;

  line-height: 40px;

  border: 1px solid #ccc;

  text-align: center;

  font-style: normal;

  background:#fff;

}

.online ul li.tel01:hover a em {

	display:block;

}

.online ul li.tel01 div {

  background-position: 0 -55px;

}

.online ul li.wx01 div {

  background-position: 0 -108px;

}

.online ul li.bm div {

  background-position: 0 -162px;

}

.online ul li.top div {

  background-position: 0 -269px;

}

.erweima {

	width: 20%;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index: 2000;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: white;

	z-index:2000;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:96%;

	margin:0 2.4%;

}

.close{

	display:block;

	background:url("/temp/temp/52/52-0069/201604281752/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 18px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}

.w960 .close{

	margin: 18px 5px 0 0;

}

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

.list-news{

	width: 75%;

}

.pox{

	line-height: 50px;

	font-size:15px;

}

.pox a{

	color:#94C435;

	transition:all .3s;

}

.pox a:hover{

	color:#00A4EF;

}

.news01 {

  border: 1px solid #dedede;

  width: 96%;

  padding: 2%;

}

.news01 li {

  border-bottom: 1px solid #dedede;

  padding: 10px 0;

  margin-bottom: 10px;

}

.news01 li a span {

  display: block;

  background: #00a4ef;

  height: 55px;

  width: 60px;

  color: #fff;

  text-align: center;

  padding-top: 5px;

}

.news01 li a span em{

	display:block;

	font-size: 30px;

    line-height: 36px;

}

.news01 li div{

	width:90%;

}

.news01 li div h3{

	color: #00a4ef;

	font-size: 18px;

    font-weight: bold;

	transition:all .3s; 

}

.news01 li:hover div h3 {

  color: #1885B6;

}

.news01 li div p {

  text-indent: 2em;

  line-height: 1.8em;

  font-size: 14px;

  width:100%;

}

.news01 li div em {

  font-style: normal;

  font-size: 12px;

  color: #919191;

  padding-left: 17px;

  background:url("/temp/temp/52/52-0069/201604281752/images/ico-small-cube.png") no-repeat center left;

}

.news01 li div ins{

	text-decoration:none;

	 background:url("/temp/temp/52/52-0069/201604281752/images/6ow.png") no-repeat center right #00a4ef;

	 padding-right:30px;

	 color: white;

     text-align: left;

     padding: 0 50px 0 10px;

	 line-height:40px;

     font-size: 14px;

	 margin: 10px 0;

	 transition:all .3s; 

	 background-position: 72px center;

}

.news01 li:hover div ins{

	background-color:#4797BB;

}

.page{

	margin:20px 0;

}

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

  background: #6A911A;

}



.list-nav{

	width:24%;

}

.con09{

	margin-top: 20px;

}

.con10{

	margin-top:50px;

}

.con09 img{

	width:98%;

	height:auto;

	margin-left:2%;

}

.lnav{

	margin-top:50px;

}

.lnav li {

  width: 48%;

  margin-left: 2%;

  float: left;

  margin-bottom: 2%;

}

.lnav li.b1{

	background: #2C83EF;

}

.lnav li.b2{

	background: #FFA632;

}

.lnav li.b3{

	background: #8CBF26;

}

.lnav li.b4{

	background: #91CFA8;

}

.lnav li.b5{

	background: #90A6B1;

}

.lnav li.b6{

	background: #AEE2FA;

}

.lnav li a {

  display: block;

  color: #fff;

  width: 98%;

  border: 2px solid #fff;

  transition:all .3s;

}

.lnav li:hover a {

	 border:2px solid #628915;

}

.lnav li span {

  display: block;

  font-size: 34px;

  height: 51px;

  text-align: center;

  padding-top:10px;

}

.lnav li p {

  padding: 0px 0 5px 10px;

}

.lnav li.b6 span{

	background:url("/temp/temp/52/52-0069/201604281752/images/phone.png") no-repeat center center;

}

.list-nav .hot {

  width: 98%;

  margin-left: 2%;

}

.pub{

	text-align:right;

}



/*-----------list-class-------------------------*/

.list-class{

	background:url("/temp/temp/52/52-0069/201604281752/images/bg-lar-course.png") no-repeat top center;

	height:820px;

	margin-top:20px;

	padding-top:50px;

}

.list-class ul.list-class-ul{

	background:url("/temp/temp/52/52-0069/201604281752/images/lbx-big.png") no-repeat center center;

	width:581px;

	height:614px;

	margin:0 auto;

	position:relative;

}

.list-class ul.list-class-ul li{

	position:absolute;

	width:212px;

	height:184px;

	transition:all .3s;

}

.list-class ul.list-class-ul li a {

  display: block;

  font-size: 20px; 

  color: #fff;

  margin-top: 62px;

  text-align: center;

}

.list-class ul.list-class-ul li a p{

	font-size:16px;

	display:none;

}

.list-class ul.list-class-ul li:hover a p{

	display:block;

}

.list-class ul.list-class-ul li.c1 {

  top: 0;

  left: 184px;

}

.list-class ul.list-class-ul li.c2 {

  top:110px; 

  left: 0;

}

.list-class ul.list-class-ul li.c3 {

  top:110px;

  right: 0;

}

.list-class ul.list-class-ul li.c4 {

  bottom: 110px;

  left: -1px;

}

.list-class ul.list-class-ul li.c5{

	bottom: 110px;

   right: 0;

}

.list-class ul.list-class-ul li.c6{

  bottom: 0;

  left: 184px;

}

.list-class ul.list-class-ul li.c7 {

  top: 35%;

  left: 31%;

}

.list-class ul.list-class-ul li:hover div{

	width:100%;

	height:184px;

	background:url("/temp/temp/52/52-0069/201604281752/images/lbx-big-hover.png") no-repeat center center;

	position:absolute;

	top:0;

	left:0;

}

.page{

	text-align:center;

}

.page a{

	float:none;

	display:inline-block;

}

.page a{

	*display:inline;

}



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

.banner02

,.view-news .lnav{

	margin-top:20px;

}

.word{

  margin-top: 20px;

  border: 1px solid #dedede;

  width: 94%;

  padding:1% 3%;

  min-height:353px;

}

.word .pox {

  line-height: 35px;

  font-size: 15px;

  border-bottom: 1px solid #dedede;

}

.word h2 {

  font-size: 25px;

  text-align: center;

  margin-top: 15px;

}

.word em.ww {

  font-style: normal;

  display: block;

  text-align: center;

  color: #888;

}

.fanye{

	margin-top:20px;

}

.fanye a{

	color:#8CBF26

}

.fanye a:hover{

	color:#57BAE8;

}

/*------------list-sgow------------*/

.list-show{

	margin-top:20px;

}

.show01{

	margin-top:10px;

}

.show01 li {

  float: left;

  width: 32%;

  margin-right: 2%;

  margin-bottom: 2%;

}

.show01 li a{

	display:block;

	color:#000; 

}

.show01 li img {

  width: 98%;

  height: auto;

  transition:all .3s;

  border: 3px solid #f1f1f1; 

}

.show01 li:hover img {

	 border:3px solid #8CBF26;

}

.show01 div {

  position: relative;

  padding: 10px;

}

.show01 div h3 {

  font-weight: bold;

  color: #57BAE8;

}

.show01 div p{

	height:30px;

	line-height:1.3em;

	overflow:hidden;

	color:#555;

}



.liyou h2 {

  font-size: 40px;

}

.liyou ul li{

	float:left;

	width:32%;

	margin-right:2%;

}

.liyou ul li h3 {

  font-size: 40px;

  color: #fff;

  padding: 20px;

  background:url("/temp/temp/52/52-0069/201604281752/images/jt.png") no-repeat center right;

  background-color:#8CBF26;

}

.liyou ul li.l2 h3 {

	background-color:#FFA531;

}

.liyou ul li.l3 h3 {

	background-color:#57BAE8;

}

.liyou ul li h4 {

  font-size: 16px;

  color: #1ba1e0;

  line-height: 40px;

  padding-left: 40px;

  transition:all .3s;

  margin-top:10px;

  background:url("/temp/temp/52/52-0069/201604281752/images/ico-right.png") no-repeat center left ;

}

.liyou ul li:hover h4 {

	text-decoration:underline;

}

.liyou ul li p {

  padding-left: 40px;

  color: #666;

}



/*=--------------------list-massage-------------*/

.massage{

	margin-top:50px;

}

.massage h4 {

  font-size: 25px;

  color: #2C83EF;

  font-weight: bold;

  margin-bottom:20px;

}

.massage label{

	font-size:16px;

	color:#444;

}

.massage input,

.massage select {

  line-height: 30px;

  margin: 0 0 20px 10px;

  width: 300px;

  padding:0 10px;

}

.massage textarea{

  line-height: 30px;

  margin-left: 10px;

  padding:0 10px;

  width: 500px;

  height: 100px;

}

.massage select {

  width: 200px;

  height: 32px;

}

.massage input[type="submit"] {

  width: 100px;

  height: 35px;

  margin-left: 57px;

  background-color: #57BAE8;

  border: none;

  color: #fff;

  font-size: 15px;

  font-weight: bold;

  border-radius: 5px;

}

#massage-field-97 {

  width: 87%;

  height: 100px;

}



/*------------------list-andriod----------------*/

.ban02{

	position:relative;

	width:100%;

	height:480px;

	overflow:hidden;

	margin-top:3px;

}

.ban02 img{

	position:absolute;

	width:1920px;

	margin-left:-960px;

	left:50%;

}

.what{

	position:relative;

	top:330px;

}

.what a {

  display: block;

  width: 300px;

  line-height: 74px;

  text-align: center;

  font-size: 40px;

  color: #fff;

  background: #23d46c;

  margin: 0 auto;

  font-weight: bold;

  border-radius:3px;

}

.what a:hover{

	opacity:.9;

}

.money {

  text-align: center;

  position:relative;

  margin-top:100px;

}

.monetbg {

  background-color: #E9E9E9;

  height: 288px;

  position: absolute;

  bottom: 4px;

  width: 100%;

}

.money h3{

  height: 60px;

  text-align: center;

  font-size: 44px;

  margin-bottom:45px;

}

.money ul{

	position: relative;

    z-index: 2;

}

.money li{

	display:inline-block;

	margin:0 30px;

}

.w960 .money li{

	margin:0 10px; 

}

.money li{

	*display:inline;

}

.money li a {

  display: block;

}

.money li a div {

  position: relative;

  width: 320px;

  height: 160px;

}

.w960 .money li a div{

	width:297px;

}

.money li a span{

	display:block;

	position:absolute;

	top:0;

	left:0;

	width:90%;

	height:90%;

	padding:5%;

	border-radius: 15px;

}

.money li a span.mo1{

	border: 3px solid #14A2A8;

	text-align:left;

	background:#fff;

}

.money li.q2 a span.mo1{

	border: 3px solid #E56E48;

}

.money li.q3 a span.mo1{

	  border: 3px solid #46B567;  

}

.money li a span.mo1 p {

  font-size: 18px;

  line-height: 30px;

}

.money li a span.mo1 em {

  font-size: 32px;

  color: #14a2a8;

  font-weight: bold;

  display: block;

  margin-bottom: 5px;

  font-style: normal;

}

.money li.q2 a span.mo1 em {

	color: #E56E48;

}

.money li.q3 a span.mo1 em {

	color: #46B567;

}

.money li a span.mo2{

    font-size: 19px;

	border: 3px solid #333;

	background:#333;

	text-align:center;

	display:none;

}

.money li:hover a span.mo2{

	display:block;

}

.money li a span.mo2 p {

  color: #fff;

  margin-top: 35px;

}

.money li a span.mo2 em{

	color: #23d46c;

	font-style:normal;

}

.money li ins{

	display:block;

	width:100%;

	height:192px;

	margin-top:20px;

}

.money li.q1 ins{

	background:url("/temp/temp/52/52-0069/201604281752/images/box11.gif") no-repeat center center;

}

.money li.q2 ins{

	background:url("/temp/temp/52/52-0069/201604281752/images/box12.gif") no-repeat center center;

}

.money li.q3 ins{

	background:url("/temp/temp/52/52-0069/201604281752/images/box13.gif") no-repeat center center;

}

.course{



}

.course .th3{

	width:100%;

	height:60px;

	margin:100px 0 50px 0;

	background:url("/temp/temp/52/52-0069/201604281752/images/h2_6.png") no-repeat center center;

}

.course ul{

    width:928px;

	margin:0 auto;

}

.course ul li {

  float: left;

  width: 25%;

  position: relative;

  height: 232px;

  overflow:hidden;

}

.course ul li.co1{

	width:75%;

	height:232px;

	background:url("/temp/temp/52/52-0069/201604281752/images/box6bg.gif") no-repeat center left;

	background-color: #53695E;

}

.course ul li div {

  width: 100%;

  height: 100%;

  text-align: center;

}

.course ul li.co1 div {

  text-align: right;

  width: 40%;

  float: right;

  margin-right: 10%;

  margin-top: 45px;

  text-align:center;

  background:url("/temp/temp/52/52-0069/201604281752/images/box61.jpg") no-repeat center top;

}

.course ul li.co1 h3 {

  font-size: 20px;

  color: #fff;

  margin-top: 40px;

}

.course ul li.co1 p {

  color: #fff;

  width: 120px;

  line-height: 30px;

  font-size: 16px;

  border: 1px solid #fff;

  margin: 9px auto;

  border-radius: 3px;

}

.course ul li.co1:hover p {

	background:#fff;

	color:#53695E;

	font-weight:bold;

}

.course ul li a{

	display:block;

}

.course ul li div h3 {

  font-size: 20px;

  line-height: 28px;

  margin-bottom: 15px;

  margin-top: 47px;

}

.course ul li div h4{

  width: 144px;

  height: 26px;

  line-height: 26px;

  font-size: 16px;

  font-weight: bold;

  text-align: center;

  margin: 0 auto;

  background: #9f9d9d;

  border-radius: 30px;

  color: #fff;

  margin-bottom: 15px;

}

.course ul li div p {

  font-size: 14px;

  line-height: 24px;

}

.course ul li span {

  display: block;

  position: absolute;

  width: 100%;

  height: 75%;

  bottom: -232px;

  left: 0;

  background-color: #d7d7d7;

  text-align: center;

  padding-top: 25%;

  transition:all .3s;

}

.course ul li:hover span {

	bottom:0;

}

.course ul li span p {

  font-size: 20px;

  color: #fff;

}

.course ul li span em {

  display: block;

  width: 106px;

  height: 30px;

  line-height: 30px;

  font-size: 16px;

  font-weight: bold;

  color: #008843;

  text-align: center;

  margin:15px auto;

  background: #fff;

  border-radius: 30px;

  font-style: normal;

}

.course ul li.co2

,.course ul li.co4{

	background:#FBFAFA;

}

.course ul li.co2 span p

,.course ul li.co4 span p{

	color:#333;

}

.course ul li.co3 div h4 {

  background: #fff;

  color: #8E8E8E;

}

.course ul li.co3 div h3

,.course ul li.co3 div p{

	color:#fff;

}

.course ul li.co3{

	background:#8e8e8e;

}

.course ul li.co5{

	background:#f4cc80;

}

.course ul li.co6{

	background:#c7e9eb;

}

.course ul li.co3 span{

	background:#686868;

}

.course ul li.co5 span{

	background:#d8a441;

}

.course ul li.co6 span{

	background:#7eb3b6;

}

.phase{

	padding:50px 0;

	background:url("/temp/temp/52/52-0069/201604281752/images/box7bg.png") no-repeat center top;

	background-color:#292929;

}

.w960 .phase .wp01{

	width:90%;

}

.phase .pahse01 {

  float: left;

  width: 14.2%;

  border-bottom: 3px solid #fff;

  position: relative;

  height: 400px;

}

.phase .pahse01 div{

	position:absolute;

	left:0;

	bottom:0;

	  width: 100%;

}

.phase .pahse01 h3 {

  font-size: 20px;

  color: #fdd327;

  margin-bottom: 16px;

  text-align: center;

}

.phase .pahse01 ul {

  border-top: 3px solid #fff;

  border-right: 2px solid #fff;

  margin-left: 10px;

  padding:10px 0;

}

.phase .pahse01 ul li {

  color: #fff;

  line-height: 25px;

  padding: 0 10px;

}

.liaojie a{

  display: block;

  border: 1px solid #000;

  border-radius: 5px;

  width: 340px;

  height: 48px;

  line-height: 48px;

  font-size: 24px;

  text-align: center;

  color: #000;

  margin: 0 auto;

  margin-top: 45px;

  background: #fff;

}

.liaojie a:hover {

  color: #fff;

  background: #46b567;

}

.item{

	position:relative;

}

.item01{

	height:100%;

	margin-top:100px;

	margin-bottom:110px;

	background:url("/temp/temp/52/52-0069/201604281752/images/h2_8.gif") no-repeat center top;

}

.item01 p {

  font-size: 16px;

  line-height: 28px;

  padding-top: 76px;

  text-align: center;

  width:680px;

  margin:0 auto;

}

.item ul li img{

	width:256px;

	height:420px;

}

.flipster{

	z-index:1;

}

.item .flipto-prev

,.item .flipto-next{

	display:block;

	width:70px;

	height:118px;

	font-size:0;

	position:absolute;

	bottom: 145px;

	background:url("/temp/temp/52/52-0069/201604281752/images/qh.png") no-repeat;

}

.item .flipto-prev{

	background-position:0 0;

	left: 50%;

    margin-left: -625px;



}

.item .flipto-next {

  background-position: -70px 0;

  right: 50%;

  margin-right: -625px;

}

.itembg {

  position: absolute;

  width: 100%;

  height: 302px;

  bottom: -98px;

  background: #2F2F2F;

}

.item .iphone5{

	width:290px;

	height:512px;

	position:absolute;

	left: 50%;

    margin-left: -145px;

	bottom:-44px;

	background:url("/temp/temp/52/52-0069/201604281752/images/pho5ne.png") no-repeat center top;

}

.zongjie{

	  margin-top: 98px;

	  color:#fff;

	  text-align: center;

	  position:relative;

}

.zongjie .zjtit{

	width:100%;

	height:60px;

	margin:40px 0;

	background:url("/temp/temp/52/52-0069/201604281752/images/h2_9.gif") no-repeat center top;

}

.zongjie p{

	font-size: 18px;

    margin-bottom: 14px;

}

.zongjie h3{

	font-size: 50px;

    font-weight: bold;

}

.zjtit01{

	padding:40px 0;

	background:#009047;

}

.zongjie span{

	display:block;

	height:22px;

	width:42px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0069/201604281752/images/sj.jpg") no-repeat;

}

.zongjie em {

  background: #81b331;

  width: 150px;

  height: 44px;

  border-radius: 30px;

  text-align: center;

  position: absolute;

  bottom: 134px;

  font-size: 20px;

  font-style: normal;

  line-height: 44px;

  right: 30%;

  cursor:pointer;

}

.w960 .zongjie em {

	bottom:103px;

	right:25.5%;

}

.zongjie .wp a{

	display:block;

	width:100%;

}

.zongjie img{

	width:100%;

	height:auto;    

}

.zongjie em:hover{

	background:#518106;

}

/*----------------list-reruit--------------------*/

.language{

	margin-top:50px;

}

.language h2{

 font-size: 36px;

  text-align: center;

  margin-bottom: 55px;

  color: #333;

}

.language ul{

	  padding-top: 25px;

	background:url("/temp/temp/52/52-0069/201604281752/images/box1bg.jpg") no-repeat center center;

}

.language ul li {

  float: left;

  width: 30%;

  margin-right: 31%;

  text-align: center;

  padding: 2%;

  border: 1px solid #000;

  border-radius:20px;

  margin-bottom:30px;  

}

.w960 .language ul li {

  width: 34%;

  margin-right: 23%;

}

.language ul li h3{

	font-size:17px;

	font-weight:bold;

	line-height:30px;

}

.w960 .language ul li h3{

	font-size:15px;

}

.w960 .language ul li p{

	font-size:14px;

}

.language ul li p {

  font-size: 15px;

  line-height: 25px;

  padding: 0 20px;

  height: 50px;

}

.stutit{

	text-align:center;

	margin:60px 0;

}

.stutit h3 {

  font-size: 36px;

  text-align: center;

  position: relative;

  display: inline-block;

  background: #fff;

  padding: 0 20px;

}

.stutit h3 {

	*display:inline;

}

.stutit p {

  width: 100%;

  border-top: 1px solid #000;

  margin-top: -28px;

}

.study ul{

	background:url("/temp/temp/52/52-0069/201604281752/images/bzbg.jpg") no-repeat 315px top;

	padding-top: 88px;

}

.study ul li{

	margin-bottom:100px;

}

.study ul li h3 {

  font-size: 24px;

  color: #b31d00;

  width: 310px;

  text-align: right;

  margin-top: 79px;

}

.study ul li div {

  width: 58.8%;

  border: 1px solid #ccc;

  padding: 2%;

}

.w960 .study ul li div{

	width:50%;

}

.study ul li div p {

  font-size: 16px;

  line-height: 36px;

  text-align: left;

}

.study ul li.st2 div{

	margin-top: 20px;

}

.study ul li.st3 div{

	margin-top:-30px;

}

.study ul li.st4 h3{

	margin-top:125px;

}

.study ul li.st4 div {

  margin-top: 64px;

}

.study ul li.st5 div {

  margin-top: -20px;

}

.study ul li.st6 h3 {

  margin-top: 39px;

}

.study ul li.st6 div {

  margin-top: 15px;

}

.study ul li.st7 h3 {

  margin-top: 19px;

}

.study ul li.st7 div {

  margin-top: -6px;

}

.xuefei .ban02{

	height:604px;

}

.ban02 .liji{

	width:185px;

	height:185px;

	background:url("/temp/temp/52/52-0069/201604281752/images/btn.png") no-repeat;

	line-height:185px;

	font-size:28px;

	color:#fff;

	text-align:center;

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -92px;

}

.ban02 .liji:hover{

	background:url("/temp/temp/52/52-0069/201604281752/images/btn1.png") no-repeat;

}

.wenti ul li h3{

  font-size: 16px;

  margin-bottom: 5px;

  color: #333;

  font-weight:bold;

}

.wenti ul li p {

  font-size: 14px;

  line-height: 28px;

  margin-bottom: 25px;

  color: #333;

}

.wenti ul li p em{

  font-size: 16px;

  color: #d90000;

  font-style:normal;

  font-weight:bold;

}



/*---------------list_talent------------*/

.ban04{

	margin-top:2px;

}

.mudi{

	background:url("/temp/temp/52/52-0069/201604281752/images/cbgb_04.jpg") no-repeat center center;

	height:497px;

	margin-top:20px;

}

.mudi h3 {

  padding-top: 25px;

}

.mudi ul {

  width: 400px;

  float: right;

  margin-right: 24%;

  margin-top: 14%;

}

.w960 .mudi ul{

	margin-right: 19%;

    margin-top: 18%;

}

.mudi ul li {

  float: left;

  color: #fff;

  font-size: 15px;

  font-weight: bold;

  margin-right: 20px;

  width: 113px;

}

.xuqiu{

	margin-top:20px;

}

.xuqiu ul li{

	width:25%;

	float:left;

}

.xuqiu ul li a{

	display:block;

}

.xuqiu ul li h3 {

  width: 140px;

  background: #D51E20;

  line-height: 35px;

  color: #fff;

  padding-left: 10px;

}

.xuqiu ul li div {

  width: 89%;

  margin: 10px 0;

  background: #E7E7E7;

  padding: 5%;

  height: 138px;

  border-right: 1px dashed #574E4E;

}

.xuqiu ul li div p {

  line-height: 1.8em;

}

.xuqiu ul li span{

	display:block;

	width:108px;

	height:32px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0069/201604281752/images/cbgb_07.gif") no-repeat center center;

}

.ban04 img{

	width:100%;

	height:auto;

}

.hezuo{

	margin-top:20px;

	text-align:center;

}

.hezuo h3

,.mudi h2{

	font-size:20px;

	font-weight:bold;

	padding-left:60px;

	line-height:40px;

	color: #D51E20;

	text-align:left;

	background:url("/temp/temp/52/52-0069/201604281752/images/cd4.jpg") no-repeat center left;

}

.hezuo ul li {

  float: left;

  width: 6.6%;

}

.hezuo ul li img{

	width:98%;

	height:auto;

	border:1px solid #ccc;

}

.signup01{

	margin-top:30px;

}

.signup01 h4 {

  font-size: 24px;

  color: #fff;

  background: #C91114;

  padding-left: 10px;

  line-height: 45px;

  margin-bottom:20px;

}

.signup01 img{

	margin-bottom:20px;

	width:100%;

	height:auto;

}

.signup01 a{

	display:block;

	width:108px;

	height:32px;

	margin-top: -100px;

    position: relative;

    margin-right: 10%;

	background:url("/temp/temp/52/52-0069/201604281752/images/cbgb_25.gif") no-repeat center left;

}

.signup01 form{

	border: 2px solid #C91114;

}

.signup label {

  width: 75px;

  display: block;

  float: left;

}

.signup textarea {

  width: 268px;

  height: 75px;

}

.w960 .signup textarea {

  width: 205px;

}

.default-form-item {

  margin-bottom: 10px;

}

.signup [type="submit"] {

  width: 100px;

  margin: 12px auto;

  display: block;

  height: 30px;

}



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

	.mr0{

		margin-right:0 !important;

	}

	.about div {

	  padding: 1px 0;

	}

	.lianxi ul li p {

	  margin-top: -30px;

	}

	.kec01 li a {

	  line-height: 30px;

	}

	.kec01 span {

	  width: 30px;

	  height: 30px;

	  padding:0px;

	  border: none;

	}

	.kec01 li {

	  margin-bottom: 7px;

	  padding-bottom: 6px;

	}

	.jies ul li span {

	  width: 33px;

	}

	.jies {

	    width: 37%;

	    margin-top: 10px;

	}

	.jies ul li div h3 {

	  font-size: 15px;

	}

	.lianxi ul {

	  width: 260px;

	}

	.lianxi ul li a {

	  width: 120px;

	  height: 120px;

	}

	.youshi01 span p {

	  line-height: 1.5em;

	  margin-bottom: 0;

	}

	.video p {

	  padding: 0 5px;

	  font-size: 13px;

	}

	.system ul li p {

	  padding: 0 10px;

	}

	.scen01 li {

	  margin-right: 1.9%;

	}

	.ban02 {

	  height: auto;

	}

	.ban02 img {

	  position: initial;

	  width: 100%;

	  margin-left: 0;

	  left: 0;

	  height:auto;

	}

	.what {

	  position: absolute;

	  top: 272px;

	  margin-left: 300px;

	}

	.money li a div {

	  width: 264px;

	}		

	.phase .pahse01 {

	  width: 24.2%;

	  height: 379px;

	}

	.item ul li{

		float:left;

	}

	.language ul li h3 {

	  font-size: 15px;

	}

	.language ul li p {

	  font-size: 13px;

	}

	.study ul li div {

	  width: 53%;

	}

	.study ul li h3 {

	  width: 296px;

	}

	.study ul li.st2 h3 {

		margin-top: 88px;

	}  

	.study ul li.st3 h3 {

		margin-top: 93px;

	}

	.study ul li.st4 h3 {

	  margin-top: 145px;

	}

	.study ul li.st5 h3 {

	  margin-top: 101px;

	}

	.study ul li.st6 h3 {

	  margin-top: 6px;

	}

	.study ul li.st7 h3 {

	  margin-top: -9px;

	}

	.xuefei .ban02 {

	  height: 534px;

	}

	.mudi ul {

	  margin-right: 20%;

	}

	.xuqiu ul li h3 {

	  width: 174px;

	}

	.xuqiu ul li div p {

	  font-size: 12px;

	}

	.signup label {

	  width: 81px;

	}

}

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

	.jies {

	  display: none;

	}

	.six ul {

	  margin: 5px 50px;

	}

	.system ul li p {

	  padding: 0 5px;

	  font-size: 13px;

	}

	.youshi .video, .youshi01, .lianxi {

	  width: 50%;

	}

	.lianxi{

		width:100%;

	}

	.lianxi ul {

	  width: 100%;

	}

	.scen01 li {

	  width: 47%;

	}

	.scen01 li p {

	  font-size: 13px;

	}

	.about p {

	  line-height:1.8em;

	  font-size: 13px;

	  height: 50px;

	}

	.kec01 li {

	  margin-bottom: 2px;

	  padding-bottom: 4px;

	}

	.kec01 li:nth-child(6){

		display:none;

	}

	.tixi01 {

	  width: 98%;

	}

	.hot {

	  width: 100%;

	}

	.kec01 {

		width: 100%;

		margin-bottom: 10px;

	}

	.banner {

	  width: 100%;

	}

	.system ul li h3 {

	  padding-left: 34px;

	  line-height: 2em;

	  font-size: 16px;

	}

	.system ul li img {

	  margin-left: 0;

	}

	.youshi01 span h3 {

	  font-size: 17px;

	}

	.lianxi ul li a {

	  width: 107px;

	  height: 107px;

	}

	.scen01 li p {

	  display: none;

	}

	.scen01 li h3 {

	  padding-left: 35px;

	  line-height: 32px;

	  height: 32px;

	 }

	  .scen01 li div {

	  padding: 3px 10px;

	  margin-top: -37px;

	}

	.about p {

	  line-height: 1.4em;

	  font-size: 12px;

	}

	.gany {

	  width: 100%;

	}

	.jiuye {

	  width: 100%;

	  margin-top: 20px;

	  padding-top: 20px;

	  border-top: 3px solid #88D5F8;

	}

	.scenery{

		margin-bottom:30px;

	}

	.scenery ul li a{

		height:40px;

		overflow:hidden;

		width:90%;

	}

	.scenery ul li p{

		display:none;

	}

	.what {

	  top: 193px;

	  margin-left: 250px;

	}

	.money h3 {

	  font-size: 34px;

	}

	.money li {

	  margin: 0 0.3%;

	  width: 32%;

	}

	.money li a div {

	  width: 100%;

	}

	.money li a span.mo1 p {

	  font-size: 13px;

	  line-height: 25px;

	}

	.money li ins {

	  margin-top: 13px;

	}

	.course ul {

	  width: 100%;

	}

	.phase .pahse01 {

	  width: 33.2%;

	}

	.phase .pahse01:nth-child(7){

		height:130px;

	}

	.zongjie p {

	  font-size: 13px;

	}

	.zongjie h3 {

	  font-size: 33px;

	}

	.zongjie em {

	  width: 114px;

	  height: 35px;

	  bottom: 83px;

	  font-size: 13px;

	  line-height: 35px;

	  right: 17%;

	}

	.language ul li {

	  width: 44%;

	  margin-right: 3%;

	  padding: 2%;

	}

	.language h2 {

	  font-size: 36px;

	  margin-bottom: 15px;

	}

	.study ul li h3 {

	  width: 213px;

	  font-size:18px;

	}

	.study ul {

	  background-position: 236px top;

	}

	.study ul li div p {

	  font-size: 12px;

	}

	.study ul li.st2 h3 {

	  margin-top: 103px;

	} 

	.study ul li.st3 h3 {

		margin-top: 119px;

	}

	.study ul li.st4 h3 {

	  margin-top: 181px;

	}

	.study ul li.st5 h3 {

	  margin-top: 144px;

	}

	.study ul li.st6 h3 {

	  margin-top: 59px;

	}

	.study ul li.st7 h3 {

	  margin-top: 53px;

	}

	.study ul li.st6 div {

	  margin-top: 36px;

	}

	.study ul li.st7 div {

	  margin-top: 29px;

	}

	.study ul li div {

	  width: 49%;

	}

	.xuefei .ban02 {

	  height: 427px;

	}

	.mudi h3 {

	  font-size: 14px;

	}

	.mudi ul {

	  margin-right: 9%;

	  margin-top:20%; 

	}

	.xuqiu ul li div {

	  width: 94%;

	  padding: 2%;

	  height: 184px;

	}

	.signup textarea {

	  width: 221px;

	}

}

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

	.kec01 {

	 margin-top:10px;

	 margin-bottom:0;

	}

	.tixi01 {

	  padding: 0%;

	  width: 99%;

	  border: none;

	}

	.six ul {

	  width: 300px;

	  background-size: 100%;

	  display: inline-block;

	  margin:0;

	}

	.six ul {

	  width: 300px;

	  background-size: 100%;

	}

	.six ul{

		*display:inline;

	}

	.six ul li.s1 {

	  top: 44px;

	  left: 39%;

	}

	.six ul li.s2 {

	  top: 100px;

	  left: 21px;

	}

	.six ul li.s6 {

	  bottom: 38px;

	  left: 125px;

	}

	.six ul li.s3 {

	  right: 25px;

	  top: 101px;

	}

	.six ul li.s5 {

	  left: 13px;

	}

	.six ul li.s7 {

	  bottom: 93px;

	  right: 31px;

	}

	.six{

	  text-align: center;

	  float: none;

	}

	.hot {

	  width: 100%;

	}

	.system ul li {

	  width: 100%;

	  padding-bottom: 20px;

	  border-bottom: 3px solid #8CBF26;

	  margin-top: 10px;

	}

	.youshi .video, .youshi01, .lianxi {

	  width: 100%;

	  padding-bottom: 20px;

	  border-bottom: 3px solid #8CBF26;

	}

	.youshi01 span p {

	  font-size: 12px;

	}

	embed {

	  width: 100%;

	}

	.video p {

	  padding: 0 7px;

	}

	.lianxi ul li a {

	  width: 134px;

	  height: 134px;

	}

	.about {

	  width: 99%;

	}

	.scen01 {

	  width: 100%;

	  margin-top: 7px;

	}

	.scen01 li div {

	  margin-top: 0; 

	  padding:5px;

	}

	.scen01 li p {

	  font-size: 12px;

	}

	.lianxi ul {

	  text-align: center;

	}

	.lianxi ul li {

	  float: none;

	  display: inline-block;

	}

	.lianxi ul li {

		*display:inline;

	}

	.list-news{

		width:100%;

	}

	.gany ul li a {

	  height: 40px;

	  overflow: hidden;

	  font-size: 14px;

	}

	.gany ul li.g1 a{

		height:auto;

	}

	.jiuye ul li {

	  width: 48%;

	}

	.jiuye ul li:nth-child(2n) {

		margin-right:0 !important;

	}

	.scenery ul li {

	  width: 100%;

	  margin: 0;

	}

	

	.what {

	  bottom: 10px;

	  margin-left: 27%;

	  top: initial;

	}

	.what a {

	  width: 100px;

	  line-height: 30px;

	  font-size: 13px;

	}

	.money {

	  margin-top: 20px;

	}

	.money h3 {

	  font-size: 16px;

	  height:30px;

	}

	.money li {

	  margin: 0;

	  width: 100%;

	}

	.course .th3 {

	  height: 30px;

	  margin: 10px 0 10px 0;

	  background-size: 200%;

	}

	.course ul li.co1 {

	  width: 100%;

	  height: 190px;

	  background-size: 44%;

	}

	.course ul li.co1 h3 {

	  font-size: 10px;

	  margin-top: 28px;

	  line-height:18px;

	}

	.course ul li div h3 {

	  margin-top: 24px;

	}

	.course ul li.co1 div{

		 background-size: 100%;

	}

	.course ul li {

	  width: 50%;

	  height: auto;

	}

	.course ul li div p {

	  font-size: 11px;

	  line-height: 20px;

	}

	.course ul li.co6 {

	  width: 100%;

	}

	.course ul li.co4 {

		background:#ADC2B7;

	}

	.phase .pahse01 {

	  width: 50%;

	}

	.phase .pahse01 ul li {

	  line-height: 20px;

	  font-size: 12px;

	}

	.phase .pahse01 {

	  height: 242px;

	}

	.phase .pahse01:nth-child(5) {

		height:375px !important;

	}

	.item01 {

	  margin-top: 20px;

	  margin-bottom: 55px;

	  background-size: 200%;

	}

	.item01 p {

	  font-size: 12px;

	  line-height:20px;

	  padding-top: 27px;

	  width: 100%;

	  text-align: left;

	}

	.zongjie p {

	  font-size: 12px;

	}

	.zongjie h3 {

	  font-size: 16px;

	}

	.zjtit01 {

	  padding: 20px 0;

	}

	.zongjie .zjtit {

	  height: 40px;

	  margin: 20px 0;

	  background-size: 300%;

	}

	.zongjie em {

	  bottom: 0;

	  right: 7%;

	}

	.language h2 {

	  font-size: 21px;

	}

	.language ul li {

	  width: 96%;

	  margin-right: 0%;

	  margin-bottom: 10px;

	}

	.language ul li h3 {

	  font-size: 14px;

	}

	.stutit {

	  margin: 20px 0;

	}

	.stutit h3 {

	  font-size: 20px;

	  padding: 0 15px;

	}

	.stutit p {

	  margin-top: -17px;

	}

	.study ul {

	  background: none;

	  padding-top: 20px;

	}

	.study ul li div {

	  width: 96%;

	  margin-top:0 !important;

	}

	.study ul li h3 {

	  width: 100%;

	  font-size: 18px;

	  text-align: left;

	  margin-top: 0 !important;

	  line-height: 40px;

	}

	.study ul li div p {

	  line-height: 25px;

	}

	.study ul li {

	  margin-bottom: 20px;

	}

	.ban02 .liji {

	  width: 70px;

	  height: 70px;

	  line-height: 70px;

	  font-size: 13px;

	  left: 50%;

	  margin-left: -35px;

	  background-size: 100% 100%;

	}

	.xuefei .ban02 {

	  height: 178px;

	}

	.wenti ul li h3 {

	  font-size: 14px;

	}

	.wenti ul li p {

	  font-size: 12px;

	  line-height: 20px;

	}

	.mudi h3 {

	  font-size: 12px;

	  padding-top: 10px;

	  text-indent: 2em;

	}

	.mudi {

	  background: none;

	  height:auto;

	}

	.mudi ul {

	  margin-right: 0;

	  margin-top: 12px;

	  width: 100%;

	}

	.mudi ul li {

	  color: #000;

	  margin-right: 0;

	  width: 50%;

	}

	.xuqiu ul li {

	  width: 100%;

		margin-bottom: 20px;

	}

	.xuqiu ul li div {

	  width: 94%;

	  padding: 3%;

	  height: 184px;

	  border: none;

	}

	.xuqiu ul li div {

	  width: 94%;

	  padding: 3%;

	  height: 140px;

	  border: none;

	}

	.xuqiu ul li span {

	  margin: 0;

	}

	.xuqiu ul li h3 {

	  width: 97%;

	  padding-left: 3%;

	}

	.hezuo img{

		width:100%;

		height:auto;

	}

	.signup01 a {

	  width: 108px;

	  margin-top: -53px;

	  margin-right: 0%;

	}

	.hezuo ul li {

	  width: 20%%;

	}

	.default-form-item {

	  width: 97%;

	  padding-left: 3%;

	}

	.signup textarea {

	  width: 96%;

	}

	.scenery {

    margin-top: 20px;

}

}
/* @group Base Flipster Styles */

.flipster {

  display: block;

  margin: 0 auto;

  width: 100%;

  position: relative;

}

.flip-items,

.flip-item {

  display: block;

  margin: 0 auto;

  padding: 0;

  list-style-type: none;

}

.flip-items {

  width: 100%;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transform-origin: 50% 50%;

  -moz-transform-origin: 50% 50%;

  -o-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.flip-item {

  position: absolute;

  opacity: 0.99;

  /* Fix for strange clipping behavior on rotated elements in Chrome. */



}

.flip-past,

.flip-future,

.flip-next,

.flip-prev {

  cursor: pointer;

}

.flip-item img {

  display: block;

  width: 100%;

}

/* @end */

/* @group Coverflow Style */

.flipster-coverflow .flip-items {

  -webkit-transition: all 350ms ease-in-out;

  -moz-transition: all 350ms ease-in-out;

  -o-transition: all 350ms ease-in-out;

  -ms-transition: all 350ms ease-in-out;

  transition: all 350ms ease-in-out;

  position: relative;

  padding-top: 2%;

  padding-bottom: 5%;

}

.flipster-coverflow .flip-item {

  display: block;

  -webkit-transition: all 175ms ease-in-out;

  -moz-transition: all 175ms ease-in-out;

  -o-transition: all 175ms ease-in-out;

  -ms-transition: all 175ms ease-in-out;

  transition: all 175ms ease-in-out;

  -webkit-transform-origin: 50% 50%;

  -moz-transform-origin: 50% 50%;

  -o-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  -webkit-perspective: 800px;

  -moz-perspective: 800px;

  perspective: 800px;

  position: absolute;

  width: 30%;

}

.flipster-coverflow .flip-content {

  -webkit-transition: all 350ms ease-in-out;

  -moz-transition: all 350ms ease-in-out;

  -o-transition: all 350ms ease-in-out;

  -ms-transition: all 350ms ease-in-out;

  transition: all 350ms ease-in-out;

  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));

}

.flipster-coverflow .flip-past .flip-content {

  -webkit-transform: rotateY(55deg) scale(0.75);

  -moz-transform: rotateY(55deg) scale(0.75);

  -o-transform: rotateY(55deg) scale(0.75);

  -ms-transform: rotateY(55deg) scale(0.75);

  transform: rotateY(55deg) scale(0.75);

}

.flipster-coverflow .flip-future .flip-content {

  -webkit-transform: rotateY(-55deg) scale(0.75);

  -moz-transform: rotateY(-55deg) scale(0.75);

  -o-transform: rotateY(-55deg) scale(0.75);

  -ms-transform: rotateY(-55deg) scale(0.75);

  transform: rotateY(-55deg) scale(0.75);

}



.flipster-coverflow.no-rotate .flip-past .flip-content {

  -webkit-transform: scale(0.75);

  -moz-transform: scale(0.75);

  -o-transform:scale(0.75);

  -ms-transform:scale(0.75);

  transform: scale(0.75);

}

.flipster-coverflow.no-rotate .flip-future .flip-content {

  -webkit-transform: scale(0.75);

  -moz-transform: scale(0.75);

  -o-transform: scale(0.75);

  -ms-transform: scale(0.75);

  transform: scale(0.75);

}





.flipster-coverflow .flip-current .flip-content {

  -webkit-transform: rotateY(0deg);

  -moz-transform: rotateY(0deg);

  -o-transform: rotateY(0deg);

  -ms-transform: rotateY(0deg);

  transform: rotateY(0deg);

}

.flipster-coverflow .flip-hidden {

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  opacity: 0;

}

/* @end */

/* @group Flip Items */

.flipster-carousel .flip-items {

  -webkit-perspective: 2000px;

  -moz-perspective: 2000px;

  perspective: 2000px;

}

.flipster-carousel .flip-item {

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition: all 350ms ease-out;

  -moz-transition: all 350ms ease-out;

  -o-transition: all 350ms ease-out;

  -ms-transition: all 350ms ease-out;

  transition: all 350ms ease-out;

}

.no-csstransforms .flipster-carousel .flip-item {

  -webkit-transition: none;

  -moz-transition: none;

  -o-transition: none;

  -ms-transition: none;

  transition: none;

}

.flipster-carousel .flip-items img {

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

.flipster-carousel .flip-past {

  -webkit-transform:translateX(-181%) translateZ(0) rotateY(0) scale(0.65);

  -moz-transform:translateX(-181%) translateZ(0) rotateY(0) scale(0.65);

  -o-transform: translateX(-181%) translateZ(0) rotateY(0) scale(0.65);

  -ms-transform: translateX(-181%) translateZ(0) rotateY(0) scale(0.65);

  transform: translateX(-181%) translateZ(0) rotateY(0) scale(0.65);

}

.flipster-carousel.no-rotate .flip-past {

  -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -o-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);

  transform: translateX(-80%) translateZ(0) scale(0.65);

}

.no-csstransforms3d .flipster-carousel .flip-past {

  -webkit-transform: translateX(-56%) scale(0.5);

  -moz-transform: translateX(-56%) scale(0.5);

  -o-transform: translateX(-56%) scale(0.5);

  -ms-transform: translateX(-56%) scale(0.5);

  transform: translateX(-56%) scale(0.5);

}

.no-csstransforms .flipster-carousel .flip-past {

  left: -20%;

  top: 40%;

  width: 50%;

  height: 50%;

}

.flipster-carousel .flip-future {

  -webkit-transform: translateX(181%) translateZ(0) rotateY(0) scale(0.65);

  -moz-transform: translateX(181%) translateZ(0) rotateY(0) scale(0.65);

  -o-transform: translateX(181%) translateZ(0) rotateY(0) scale(0.65);

  -ms-transform: translateX(181%) translateZ(0) rotateY(0) scale(0.65);

  transform:translateX(181%) translateZ(0) rotateY(0) scale(0.65);

}



.flipster-carousel.no-rotate .flip-future {

  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);

  -moz-transform: translateX(80%) translateZ(0) scale(0.65);

  -o-transform: translateX(80%) translateZ(0) scale(0.65);

  -ms-transform: translateX(80%) translateZ(0) scale(0.65);

  transform: translateX(80%) translateZ(0) scale(0.65);

}



.no-csstransforms3d .flipster-carousel .flip-future {

  -webkit-transform: translateX(56%) scale(0.5);

  -moz-transform: translateX(56%) scale(0.5);

  -o-transform: translateX(56%) scale(0.5);

  -ms-transform: translateX(56%) scale(0.5);

  transform: translateX(56%) scale(0.5);

}

.no-csstransforms .flipster-carousel .flip-future {

  left: 88%;

  top: 40%;

  width: 50%;

  height: 50%;

}

.flipster-carousel .flip-prev {

  -webkit-transform: translateX(-99%) translateZ(0) rotateY(0) scale(0.8);

  -moz-transform: translateX(-99%) translateZ(0) rotateY(0) scale(0.8);

  -o-transform: translateX(-99%) translateZ(0) rotateY(0) scale(0.8);

  -ms-transform: translateX(-99%) translateZ(0) rotateY(0) scale(0.8);

 transform: translateX(-99%) translateZ(0) rotateY(0) scale(0.8);

}

.flipster-carousel.no-rotate .flip-prev {

  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);

  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);

  -o-transform: translateX(-60%) translateZ(0) scale(0.8);

  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);

  transform: translateX(-60%) translateZ(0) scale(0.8);

}

.no-csstransforms3d .flipster-carousel .flip-prev {

  -webkit-transform: translateX(-24%) scale(0.75);

  -moz-transform: translateX(-24%) scale(0.75);

  -o-transform: translateX(-24%) scale(0.75);

  -ms-transform: translateX(-24%) scale(0.75);

  transform: translateX(-24%) scale(0.75);

}

.no-csstransforms .flipster-carousel .flip-prev {

  left: -9%;

  top: 20%;

  width: 75%;

  height: 75%;

}

.flipster-carousel .flip-next {

  -webkit-transform: translateX(99%) translateZ(0) rotateY(0) scale(0.8);

  -moz-transform: translateX(99%) translateZ(0) rotateY(0) scale(0.8);

  -o-transform: translateX(99%) translateZ(0) rotateY(0) scale(0.8);

  -ms-transform:translateX(99%) translateZ(0) rotateY(0) scale(0.8);

  transform: translateX(99%) translateZ(0) rotateY(0) scale(0.8);

}

.flipster-carousel.no-rotate .flip-next {

  -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);

  -moz-transform: translateX(60%) translateZ(0) scale(0.8);

  -o-transform: translateX(60%) translateZ(0) scale(0.8);

  -ms-transform: translateX(60%) translateZ(0) scale(0.8);

  transform: translateX(60%) translateZ(0) scale(0.8);

}



.no-csstransforms3d .flipster-carousel .flip-next {

  -webkit-transform: translateX(24%) scale(0.75);

  -moz-transform: translateX(24%) scale(0.75);

  -o-transform: translateX(24%) scale(0.75);

  -ms-transform: translateX(24%) scale(0.75);

  transform: translateX(24%) scale(0.75);

}

.no-csstransforms .flipster-carousel .flip-next {

  left: 39%;

  top: 20%;

  width: 75%;

  height: 75%;

}

.flipster-carousel .flip-past,

.flipster-carousel .flip-future {

  -webkit-opacity: 0.6;

  -moz-opacity: 0.6;

  opacity: 0.6;

  z-index: 1;

  -webkit-transition-delay: 87.5ms;

  -moz-transition-delay: 87.5ms;

  -o-transition-delay: 87.5ms;

  transition-delay: 87.5ms;

}

.flipster-carousel .flip-prev,

.flipster-carousel .flip-next {

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  opacity: 0.8;

  z-index: 2;

  -webkit-transition-delay: 58.333333333333336ms;

  -moz-transition-delay: 58.333333333333336ms;

  -o-transition-delay: 58.333333333333336ms;

  transition-delay: 58.333333333333336ms;

}

.flipster-carousel .flip-current {

  z-index: 999;

  -webkit-transform: rotateY(0deg);

  -moz-transform: rotateY(0deg);

  -o-transform: rotateY(0deg);

  -ms-transform: rotateY(0deg);

  transform: rotateY(0deg);

  -webkit-transition-delay: 58.333333333333336ms;

  -moz-transition-delay: 58.333333333333336ms;

  -o-transition-delay: 58.333333333333336ms;

  transition-delay: 58.333333333333336ms;

}

.flipster-carousel .flip-hidden {

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  opacity: 0;

  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);

  -moz-transform: rotateY(0deg) translateX(0) scale(0.5);

  -o-transform: rotateY(0deg) translateX(0) scale(0.5);

  -ms-transform: rotateY(0deg) translateX(0) scale(0.5);

  transform: rotateY(0deg) translateX(0) scale(0.5);

  -webkit-transition-delay: 116.66666666666667ms;

  -moz-transition-delay: 116.66666666666667ms;

  -o-transition-delay: 116.66666666666667ms;

  transition-delay: 116.66666666666667ms;

}

/* @end */

.no-transition {

  -webkit-transition-duration: 0ms !important;

  -moz-transition-duration: 0ms !important;

  -o-transition-duration: 0ms !important;

  transition-duration: 0ms !important;

}

/* @end */
