/*!

 * ui-dialog.css

 * Date: 2020-12-23

 */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
html::-webkit-scrollbar{width:6px;height:3px;background-color:#d2d2d2;}
html::-webkit-scrollbar-track{border-radius:0;background-color:#d2d2d2;}
html::-webkit-scrollbar-thumb{border-radius:0;width:6px;height:3px;background-color:#39aeff;}
.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("../fonts/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("../fonts/iconfont.woff") format('woff'), /* chrome、firefox */

  url("../fonts/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("../img/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(../img/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("../img/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("../img/address.png");}

.default-pc-contactcard .tel{ background-image: url("../img/mobile.png");}

.default-pc-contactcard .email{ background-image: url("../img/email.png");}

.default-pc-contactcard .fax{ background-image: url("../img/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(../img/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-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;

}
body{

	background: #fff;

}

.wp{width: 1400px;}

@font-face {

  font-family: "微软雅黑";

  src: url("/temp/temp/53/53-0028/202007070849/images/微软雅黑.TTF"); 



}



/*公共头部*/

.ispc #diystart{

	z-index: 10;

}

.ispc.default-basescript-index .wp{ 

	position: relative;

	z-index: 3;

}

.bodybg{

	position: fixed;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: url("../img/bodybg.png") no-repeat center;

	background-attachment: fixed;

	background-size: 100%;

	z-index: 2;

	opacity: 0;

	transition: 0.3s;

}

.bodybg.a{

	opacity: 0.8;

}

.bannerbox{

	position: relative;

	z-index: 3;

}

.navbox{

	position:absolute;

	top: 50px;

	right: 60px;

	z-index: 2;

}

.nav01 li{

	margin-right: 70px;

}

.nav01 li a{

	display: block;

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	padding-bottom: 20px;

	border-bottom: 2px solid rgba(0,0,0,0.00);

	transition: 0.3s;

}

.nav01 li:hover > a,.nav01 li.active > a{

	border-bottom: 2px solid #fff;

}

.nav01 li ul{

	padding:0;

	border-top:4px solid #60b9f7;

	background:#fff;

	border-radius:0 0 10px 10px;

	overflow:hidden;

	top: calc(100% - 4px);

}

.nav01 li:hover ul{

	display:none;

}

.nav01 li ul li{

	padding:0;

	text-align:center;

	border-bottom:1px solid #eee;

}

.nav01 li ul li a{

	display:block;

	line-height:42px;

	position:relative;

	color: #333;

	font-size: 16px;

	font-weight: normal;

	padding: 0;

}

.nav01 li ul li a em{

	display:block;

	width:4px;

	height:4px;

	border-radius:2px;

	background:#60b9f7;

	position:absolute;

	top:19px;

	left:17px;

	font-size:0;

}

.nav01 li ul li a span{

	margin-left:7px;

}

.nav01 li.a ul a{

	color:#333;

}

.nav01 li ul a:hover{

	background:#f5f5f5;

}



.navbox .phone{

	float: left;

	font-size: 28px;

	font-weight: bold;

	color: #fff;

	line-height: 24px;
	
	display: none;

}

.navbox .phone em{

	font-size: 26px;

    color: #39a8f5;

    margin-right: 6px;

    font-weight: 100;

}

.logo{

	width: 160px;

	text-align: center;

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

	padding-top: 20px;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 2;

}

.logo a{

	display: block;

}

.logo::after{

	content: "";

	width: 100%;

	height: 180px;

	background: url("../img/logobg.png") no-repeat right bottom;

	position: absolute;

	right: 0;

	bottom: -42px;

	opacity: 0.6;

}

.logo img{

	width: 90%;

	height: auto;

	position: relative;

    z-index: 3;

    top: 5px;

}



.change{

	border-radius: 17px;

	width: 34px;
	background: #39a8f5;
	margin-left: 20px;

	height: 34px;

	overflow: hidden;

	transition: 0.3s;


}

.change a{

	display: block;

	font-size: 14px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	line-height: 24px;

	border-radius: 17px;

	transition: 0.2s;

}

.change a:hover{

	color: #fff;

}

.change:hover{

	background: #39a8f5;

}





/*banner*/

.banner01{

	max-height: 960px;

	overflow: hidden;

}

.ban01 img{

	width: 100%;

	height: auto;

}

.banner01::after{

	content: "";

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 180px;

	background: url("../img/bg01.png") no-repeat center bottom;

	z-index: 2;

}

.banner01 .dots{

	bottom: 60px;

	z-index: 3;

}

.banner01 .dots span{

	width: 26px;

	height: 26px;

	background: url("../img/xing01.png") no-repeat center;

	background-size: 100%;

	margin: 0 12px;

}

.banner01 .dots span.active{

	background: url("../img/xing02.png") no-repeat center;

	background-size: 100%;

}





/*快捷导航*/

.course{

	margin-top: 80px;

	margin-bottom: 100px;

}

.tit01{

	text-align: center;

	margin-bottom: 60px;

	position: relative;

}

.tit01 span{

	font-family: "微软雅黑";

	font-size: 42px;

	color: #01408f;

	line-height: 50px;

	position: relative;
	
	font-weight: bold;

}

.tit01 span::after{

	content: "";

	width: 32px;

	height: 32px;

	position: absolute;

	top: 14px;

	left: -32px;

	background: url("../img/icon01.png") no-repeat center;

	background-size: 100%;

}

.tit01 span::before{

	content: "";

	width: 50px;

	height: 36px;

	position: absolute;

	top: 8px;

	right: -66px;

	background: url("../img/icon02.png") no-repeat center;

	background-size: 100%;

}

.tit01 h2{
	font-family: "微软雅黑";

	font-size: 16px;

	color: #808080;

	margin-top: 10px;
	
	font-weight: 100;

}

.tit01 h3{

	width: 100%;

	position: absolute;

	text-align: center;

	left: 0;

	top: -15px;

	line-height: 80px;

	color: #f5f5f5;

	font-size: 100px;

	text-transform: uppercase;

	z-index: -1;

	font-weight: bold;

	display: none;

}

.tit01 p{
	text-align: center;
	width: 74%;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: auto;
	margin-top: 40px;
}

.course .imgbox{

	float: left;

	width: 500px;

}

.course .imgbox img{

	width: 100%;

	height: auto;

}

.course .text{

	width: calc(100% - 540px);

	float: right;

	margin-top: 20px;

}

.course .text li{

	width: calc(100% / 3 - 20px);

	margin-left: 20px;

	float: left;

	margin-bottom: 20px;

}

.course .text li a{

	display: block;

	padding: 35px 20px;

	text-align: center;

	background: #fff;

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

	border-radius: 10px;

	padding-top: 25px;

	transition: 0.3s;

}

.course .text li h3{

	font-size: 20px;

	color: #333;

	font-weight: bold;

	margin-top: 10px;

	margin-bottom: 5px;

}

.course .text li h4{

	font-size: 14px;

	color: #808080;

}

.course .text li a:hover{

	transform: translateY(-8px);

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

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

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

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

	background: #f4fbff;

}



.searchbox{

	background: #fff;

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

	padding: 30px 50px;

	border-radius: 10px;

	position: relative;

}

.searchbox img{

	float: left;

	height: 74px;

	width: auto;

}

.searchbox .sscourse{

	float: left;

	margin-left: 50px;

	padding-left: 50px;

	border-left: 3px dotted #e5e5e5;

	height: 60px;

	margin-top: 7px;

}

.sscourse h3{

	font-size: 16px;

	color: #000;

	font-weight: bold;

	line-height: 60px;

	float: left;

    margin-right: 40px;

}

.sscourse a{

	float: left;

	display: block;

	width: 320px;

	padding: 0 40px;

	background: #f4fbff;

	line-height: 56px;

	margin-top: 2px;

	border-radius: 28px;

}

.sscourse a h4{

	float: left;

	line-height: 56px;

	font-size: 14px;

	color: #999;

}

.sscourse a em{

	float: right;

	display: block;

	line-height: 56px;

	font-size: 14px;

	color: #999;

}

.default-pc-search{

	float: left;

	width: 304px;

    height: 56px;

    margin-left: 40px;

    margin-top: 9px;

	position: relative;

	padding-right: 236px;

}

.default-pc-search input[type="text"]{

	width: calc(100% - 50px);

	line-height: 56px;

	height: 56px;

	border: none;

	background: #f4fbff;

	padding-left: 40px;

	padding-right: 10px;

	font-size: 14px;

	border-radius: 28px;

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

}

.default-pc-search input[type="submit"]{

	position: absolute;

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

	cursor: pointer;

	right: 0;

	top: 0;

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

	font-size: 0;

	border: none;

	width: 196px;

	height: 56px;

	z-index: 2;

}

.searchbox .more02{

	position: absolute;

	right: 50px;

	top: 30px;

}

.more02{

	height: 56px;

	margin-top: 9px;

	border-radius: 28px;

	display: block;

	width: 196px;

	border: 2px solid #455263;

	box-sizing: border-box;

	position: relative;

	transition: 0.3s;

}

.more02 h3{

	width: calc(100% - 4px);

	margin-left: 2px;

	line-height: 48px;

	text-align: center;

	background: #39aeff;

	border-radius: 24px;

	font-size: 14px;

	color: #fff;

	text-transform: uppercase;

	margin-top: 2px;

	font-weight: bold;

    letter-spacing: 4px;

}

.more02:hover{

	opacity: 0.8;

}

.more02::after{

	content: "";

    position: absolute;

    top: -2px;

    left: 30px;

    width: 10px;

    height: 2px;

    background: #fff;

}





/*关于我们*/

.about{

	background: #f4fbff;

	padding: 120px 0;

	border-radius: 0 100px 0 0;

	position: relative;

}

.star01{

	position: absolute;

    width: 180px;

    left: 0;

    bottom: -160px;

    opacity: 0.8;

}

.star01 img{

	width: 100%;

	height: auto;

}

.ableft{

	float: left;

	width: 56%;

}

.ableft h1{

	font-size: 46px;

	color: #1f3d65;

	font-weight: bold;

	text-transform: uppercase;

}

.ableft h2{

	font-size: 36px;

	color: #1f3d65;

	margin-bottom: 30px;

}

.ableft > h3{

	font-size: 28px;

	color: #333;

}

.ableft span{

	display: block;

	width: 62px;

	height: 6px;

	background: #39aeff;

	border-radius: 3px;

	margin: 40px 0;

}

.ableft p{

	font-size: 14px;

	color: #666;

	line-height: 30px;

	margin-bottom: 80px;

}

.more03{

	width: 240px;

}

.more03 h3{

	background: #39aeff;

}

.abright{

	float: right;

	width: 30%;

	position: relative;

	margin-top: 50px;

	border-radius: 10px;

	background: #fff;

}

.abright .text{

	padding: 60px 36px;

	position: relative;

	z-index: 2;

	background: #fff;

	border-radius: 10px;

	border-top: 4px solid #0050b3;

}

.abright .text div{

	text-align: center;

}

.abright h4{

	display: inline-block;

	font-size: 36px;

	color: #0050b3;

	font-weight: bold;

}

.abright span{

	display: inline-block;

	font-size: 14px;

	color: #0050b3;

	font-weight: bold;

	margin-left: 5px;

}

.abright h4,.abright span{

	*display: inline;

}

.abright h3{

	font-size: 20px;

	color: #000;

	padding: 25px 0;

	text-align: center;

	border-bottom: 1px solid #e5e5e5;

	border-top: 1px solid #e5e5e5;

	margin-top: 50px;

	margin-bottom: 30px;

}

.abright p{

	text-align: center;

	font-size: 14px;

	color: #666;

	line-height: 30px;

}

.abright::before{

	content: "";

	position: absolute;

	width: 276px;

	height: 180px;

	background: url("../img/abbg.png") no-repeat center;

	background-size: 100%;

	left: 60px;

	top: -178px;

}





/*师资展示*/

.teacher{

	margin: 100px auto;

}

.teacher ul{

	padding: 20px;

}

/* 产品展示 */

.products ul li{

	width: 423px;

	margin-right: 40px;

	background: #fff;

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

	transition: 0.3s;

	float: left;

	border-radius: 10px;

}

.products ul li:hover{

	transform: translateY(-8px);

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

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

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

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

}

.products ul li a{

	display: block;

	text-align: center;

    border-radius: 10px;
	
	padding-bottom: 40px;

}

.products ul li div{

	position: relative;

	width: 100%;

	margin: auto;

	margin-bottom: 20px;

}

.products ul li img{

	width: 100%;

	height: auto;
	
	transition: 0.5s;

}
.products ul li:hover img{
	
	opacity: 0.7;
	transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06);
}

.products ul li div::after{

	content: "";

	position: absolute;

	width: 101%;

	height: 101%;

	background: url("../img/tbg.png") no-repeat center;

	background-size: 100% 100%;

	top: -1px;

    left: -1px;

}

.products ul li h3{

	font-size: 20px;

	color: #000;

	font-weight: bold;

	transition: 0.3s;

}

.products ul li:hover h3{

	color: #39a8f5;

}

.products ul li span{

	display: block;

	width: 40px;

	height: 4px;

	border-radius: 2px;

	background: #39aeff;

	margin: 20px auto;

}

.products ul li h4{

	font-size: 14px;

	color: #888;

	line-height: 18px;

	height: 38px;

	overflow: hidden;

	margin: 28px;

}

/* 展示 */
.allteacher ul li{

	width: 423px;

	margin-right: 40px;

	background: #fff;

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

	transition: 0.3s;

	float: left;

	border-radius: 10px;

}

.allteacher ul li:hover{

	transform: translateY(-8px);

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

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

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

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

}

.allteacher ul li a{

	display: block;

	text-align: center;

    border-radius: 10px;

}

.allteacher ul li div{

	position: relative;

	width: 100%;

	margin: auto;

	margin-bottom: 20px;

}

.allteacher ul li img{

	width: 100%;

	height: auto;

}

.allteacher ul li div::after{

	content: "";

	position: absolute;

	width: 101%;

	height: 101%;

	background: url("../img/tbg.png") no-repeat center;

	background-size: 100% 100%;

	top: -1px;

    left: -1px;

}

.allteacher ul li h3{

	font-size: 20px;

	color: #000;

	font-weight: bold;

	transition: 0.3s;

}

.allteacher ul li:hover h3{

	color: #01408f;

}

.allteacher ul li span{

	display: block;

	width: 40px;

	height: 4px;

	border-radius: 2px;

	background: #39aeff;

	margin: 20px auto;

}

.allteacher ul li h4{

	font-size: 14px;

	color: #888;

	line-height: 18px;

	height: 40px;

	overflow: hidden;

	margin-bottom: 8px;
	
	padding: 20px;

}

.teacher .more02{

	margin: auto;

	margin-top: 60px; 

}

.teacher span.prev,.teacher span.next{

	padding: 0;

	width: 56px;

	line-height: 56px;

	border-radius: 28px;

	text-align: center;

	background: #39aeff;

	font-size: 18px;

	margin-top: -28px;

	opacity: 0.3;

	transition: 0.2s;

}

.teacher span.prev{

	left: -56px;

}

.teacher span.next{

	right: -56px;

}

.teacher span.prev:hover,.teacher span.next:hover{

	opacity: 0.6;

}





/*介绍*/

.child{

	margin-top: 80px;

	padding-bottom: 100px;

	background: url("../img/bg03.png") no-repeat center bottom;

	position: relative;
	
	height: 552px;
}

.star02{

	position: absolute;

	width: 160px;

	right: 0;

	top: 0;

}

.star02 img{

	width: 100%;

	height: auto;

}

.child .limg{

	float: left;

	width: 35%;

	margin-left: 6%;

}

.child .limg img{

	width: 100%;

	height: auto;

	transition: 0.3s;

}

.child .limg img:hover{

	transform: translateY(-10px);

}

.child .rtext{

	float: right;

	width: 45%;

	margin-right: 6%;

	margin-top: 12.4%;

}

.child .rtext p{

	font-size: 28px;

	color: #000;

	font-weight: bold;

	line-height: 42px;

}

.child .rtext p span{

	color: #0050b3;

}

.child .rtext h4{

	font-size: 18px;

	color: #666;

	margin-top: 5px;

	margin-bottom: 25px;
	
	font-weight: 100;

}

.child .rtext > h3{

	font-size: 13px;

	color: #808080;

	line-height: 32px;

	padding-top: 30px;

	border-top: 1px solid #eee;

}

.child .more02{

	margin-top: 60px;

	height: 52px;

}

.child .more02 h3{

	font-weight: normal;

	letter-spacing: 0;

	line-height: 44px;

}

.child .more02 h3 em{

	margin-right: 8px;

	font-weight: 100;

}





/*学校环境*/

.school{

	margin: 100px auto;

}

.school ul li{

	float: left;

	width: 24.25%;

	margin-left: 1.5%;

	margin-bottom: 1.5%;

}

.school ul li a{

	display: block;

	position: relative;

	border-radius: 10px;

	overflow: hidden;

	background: #000;

}

.school ul li.s01{

	margin-left: 0;

	width: 48.5%;

}

.school ul li.s02{

	width: 20%;

}

.school ul li.s03{

	width: 28.5%;

}

.school ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.school ul li .text{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: rgba(0,0,0,0.0);
	
	display: none;
}
.school ul li:hover .text{display: block;}

.school ul li .text div{

	width: 100%;

	text-align: center;

	position: absolute;

	left: 0;

	top: calc(50% - 44px);

}

.school ul li div span{

	display: block;

	width: 68px;

	height: 68px;

	background: url("../img/more.png") no-repeat center;

	background-size: 100%;

	margin: auto;

	margin-bottom: 10px;

}

.school ul li div h3{

	font-size: 16px;

	color: #fff;

	line-height: 20px;

}

.school ul li:hover img{

	opacity: 0.7;

	transform: scale(1.06);

	-ms-transform: scale(1.06);

	-moz-transform: scale(1.06);

	-webkit-transform: scale(1.06);

	-o-transform: scale(1.06);

}





/*新闻资讯*/

.news .all li{

	float: left;

	width: 31%;

	margin-right: 3.5%;

	background: #fff;

	transition: 0.3s;

	border-radius: 10px;

	overflow: hidden;

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

}

.news .all li:last-child{

	margin-right: 0;

}

.news .all li a{

	display: block;

}

.news .all li img{

	width: 100%;

	height: auto;

}

.news .all li h3{

	font-size: 16px;

	color: #333;

	margin: 35px 30px;

	margin-bottom: 10px;

	transition: 0.3s;

}

.news .all li p{

	font-size: 13px;

	color: #808080;

	line-height: 24px;

	margin: 0 30px;

	margin-bottom: 35px;

	height: 48px;

	overflow: hidden;

	transition: 0.3s;

}

.news .all li div{

	padding: 20px 30px;

	border-top: 1px solid #eee;

	transition: 0.3s;

}

.news .all li h4{

	float: left;

	font-size: 12px;

	line-height: 12px;

	color: #666;

	transition: 0.3s;

}

.news .all li span{

	width: 17px;

	height: 12px;

	float: right;

	background: url("../img/more01.png") no-repeat top center;

	background-size: 100%;

	transition: 0.3s;

}

.news .all li:hover{

	background: #39aeff;

	transform: translateY(-8px);

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

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

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

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

}

.news .all li:hover div{

	border-top: 1px solid rgba(255, 255, 255, 0.94);

}

.news .all li:hover h4,.news .all li:hover h3,.news .all li:hover p{

	color: #fff;

}

.news .all li:hover span{

	background: url("../img/more01.png") no-repeat bottom center;

	background-size: 100%;

}

.news .more02{

	margin: auto;

	margin-top: 60px;

}





/*在线留言*/

.applybox{

	margin: 100px auto;

	background: #fff;

	border-radius: 10px;

	padding: 100px 0;

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

	padding-top: 60px;

}

.applybox .imgbox{

	float: right;

	width: 32%;

	margin-right: 6%;

	margin-top: 80px;

}

.applybox .imgbox img{

	width: 100%;

	height: auto;

}

.apply{

	float: left;

	width: 48%;

	margin-left: 6%;

}

.apply h4,.apply label{

	display: none;

}

.apply h1{

	font-size: 26px;

	color: #000;

	font-weight: bold;

	text-align: center;

}

.apply h2{

	font-size: 14px;

	color: #808080;

	text-align: center;

	margin-bottom: 40px;

}

.apply input[type="text"],.apply textarea{

	width: calc(100% - 40px);

	height: 46px;

	line-height: 46px;

	border: none;

	padding: 0 20px;

	background: #f5f5f5;

	border-radius: 6px;

	font-size: 14px;

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

}

.apply .default-form-item{

	margin-bottom: 20px;

}

.apply textarea{

	height: 138px;

	font-family: "Microsoft Yahei";

}

.apply input[type="submit"]{

	width: 100%;

	text-align: center;

	height: 46px;

	line-height: 46px;

	border: none;

	border-radius: 23px;

	font-size: 14px;

	color: #fff;

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

	cursor: pointer;

	background: #39aeff;

}





/*公共底部*/

.footer{

	background: #005e9f;

	position: relative;

	margin-top: 100px;

	padding-top: 80px;

	z-index: 2;

}

.default-basescript-index .footer{

	margin-top: 220px;

	padding-top: 20px;

}

.default-basescript-index .footer::after{

	content: "";

	position: absolute;

	width: 100%;

	height: 180px;

	background:  url("../img/bg02.png") no-repeat bottom center;

	left: 0;

	top: -180px;

}

.footer h1{

	float: left;

	width: 100%;

	font-size: 28px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 30px;

	text-transform: uppercase;

}

.footer .f01{

	float: left;

	width: 30%;

}

.footer .f01 h4{

	font-size: 14px;

	color: #fff;

	margin-bottom: 10px;

}

.footer .f01 .ficon{

	margin-top: 30px;

}

.footer .f01 .ficon a{

	display: block;

	float: left;

	margin-right: 20px;

	width: 40px;

	height: 40px;

	border-radius: 20px;

	background: #fbbf1b url("../img/icon.png") no-repeat top center;

}

.footer .f01 .ficon a.fwx{

	background: #fbbf1b url("../img/icon.png") no-repeat center;

	cursor: pointer;

}

.footer .f01 .ficon a.fwb{

	background: #fbbf1b url("../img/icon.png") no-repeat bottom center;

}

.default-pc-nav-footer{

	float: left;

	width: 240px;

    margin-left: 12%;

}

.default-pc-nav-footer li{

	float: left;

	width: 50%;

	margin-bottom: 20px;

}

.default-pc-nav-footer li:nth-child(2n){

	margin-right: 0;

}

.default-pc-nav-footer li a{

	font-size: 14px;

	color: #fff;

	transition: 0.2s;

}

.default-pc-nav-footer li a:hover{

	color: #fbbf1b;

}

.footer .f03{

	float: right;

}

.footer .f03 div{

	float: left;

	margin-left: 40px;

	text-align: center;

}

.footer .f03 div img{

	width: 110px;

	height: auto;

	border-radius: 5px;

}

.footer .f03 div h4{

	margin-top: 10px;

	font-size: 12px;

	color: #fff;

}

.jishu{

	margin-top: 100px;

	padding: 30px 0;

	border-top: 1px solid rgba(255,255,255,0.08);

	text-align: center;

}

.jishu p{

	width: 100%;

	text-align: center;

	color: rgba(255, 255, 255, 0.67);

}

.jishu p a{

	color: rgba(255, 255, 255, 0.67);

	transition: 0.2s;

}

.jishu p a:hover{

	color: #fbbf1b;

}

.top01{

	position: fixed;

	width: 100px;

	bottom: 40px;

	right: 40px;

	cursor: pointer;

	z-index: 1;

	transition: 0.3s;

}

.top01 img{

	width: 100%;

	height: auto;

}

.top01:hover{

	transform: translateY(-8px);

}



/*点击弹出二维码*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	height: 260px;

	position: absolute;

	top: 35%;

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("../img/close.png") no-repeat center center;

	background-size: 100%;

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

	border-radius: 12px;

	cursor: pointer;

}





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

.default-mod-add .nytit,.default-api-diy .nytit{

	display: none;

}

.nytit{

	width: 100%;

	position: absolute;

	text-align: center;

	left: 0;

	top: calc(50% - 42px);

	color: #fff;

}

.nytit span.xian{

	width: 40px;

    height: 4px;

    background: #fbbf1b;

    margin: 15px auto;

    display: block;

    border-radius: 2px;

}

.nytit h1{

	font-size: 40px;

	text-transform: uppercase;

	line-height: 46px;

    font-family: "微软雅黑";
	
	font-weight: bold;

}

.nytit h2{

	font-size: 14px;

    line-height: 20px;

    text-transform: uppercase;

    letter-spacing: 5px;
	
	font-weight: 100;

}

.lstyle{

	background: #fff;

	border-radius: 30px;

	margin-top: -40px;

	position: relative;

	z-index: 4;

	padding: 0 80px;

	padding-bottom: 80px;

}

.pox01{

	padding: 40px 0;

	border-bottom: 2px dashed #eee;

	color: #666;

	margin-bottom: 40px;

}

.pox01 a{

	color: #666;

	transition: 0.2s;

}

.pox01 a:hover{

	color: #fbbf1b;

}

.pub01{

	text-align: right;

	margin-bottom: 8px;

}

.new_menu{margin-bottom: 60px;text-align: center;}

.new_menu a{
	display: inline-table;
	margin-right: 25px;
	height: 31px;
	line-height: 31px;
	padding: 0 30px;
	border: 1px #e2e2e2 solid;
    border-radius: 31px;
	font-size: 16px;
	color: #333333;
}

.new_menu a:hover{border-color: #00a2ff;color: #00a2ff;}

.new_menu a.on{border-color: #00a2ff;color: #00a2ff;}

/* 分页 */
.pages{font-size:0;text-align:center;overflow:hidden}
.pages ul{display:inline-block;vertical-align:middle}
.pages li{float:left;margin:0 7px}
.pages a{display:block;font-size:16px;color:#666;font-family:Arial;line-height:40px;min-width:40px;text-align:center;border-radius:50%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.pages .pages-first a,.pages .pages-last a,.pages .pages-next a,.pages .pages-prev a{width:40px;height:40px;background-repeat:no-repeat;background-position:center center;padding:0}
.pages .pages-first a{background-image:url(/images/index/i24-d.png)}
.pages .pages-first a:hover{background-image:url(/images/index/i24-d-on.png)}
.pages .pages-prev a{background-image:url(/images/index/i25-d.png)}
.pages .pages-prev a:hover{background-image:url(/images/index/i25-d-on.png)}
.pages .pages-next a{background-image:url(/images/index/i22-d.png)}
.pages .pages-next a:hover{background-image:url(/images/index/i22-d-on.png)}
.pages .pages-last a{background-image:url(/images/index/i23-d.png)}
.pages .pages-last a:hover{background-image:url(/images/index/i23-d-on.png)}
.pages .none{display:none}
.pages .on a,.pages a:hover{background-color:#003dcc;color:#fff}
.pages .active a,.pages a:hover{background-color:#003dcc;color:#fff}

/* 筛选 */
.screen_box{background:#eff9ff;border-radius: 6px;padding:40px 0;position:relative;margin-bottom: 40px;}
.screen_box:before{content:'';position:absolute;left:13%;top:0;width: 1px;height: 100%;background:#ececec;}
.screen_box .item{padding-bottom: 24px;}
.screen_box .item .name{font-size: 16px;color:grey;width: 13%;text-align: center;float: left;}
.screen_box .item .list_m{width: 76%;margin-left: 2%;font-size: 14px;font-family:"Microsoft YaHei",Georgia,Serif; padding-right: 8%;height: 62px;overflow:hidden;position: relative;float: right;}
.screen_box .list_m dl{display:inline-table;font-size: 14px;color:#888;height: 22px;line-height: 22px;padding:0 10px;margin-right: 24px;border-radius: 22px;cursor:pointer;font-family:"Microsoft YaHei",Georgia,Serif;margin-bottom: 5px;}
.screen_box .list_m dl.on{background:#00a2ff;color:#fff;}
.screen_box .list_m dl.on a{color:#fff;}

/* 加载瀑布流 */
.waterfall{display: flex;margin-top: 20px;justify-content: space-evenly;width: 100%; height: 50px;}
.waterfall a{width: 180px;display: block;border: 1px #000 solid;height: 50px;position: absolute;text-align: center;border-radius: 25px;line-height: 50px;}
.waterfall a span{display: block;color: #000;line-height: 50px; background: url(../img/moreico.png) no-repeat right;float: left;width: 80%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.waterfall a:hover{border: 1px #39aeff solid;}
.waterfall a span:hover{color: #39aeff;background: url(../img/moreico_01.png) no-repeat right;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.waterfall a span:first-child{font-size: 16px;font-weight: 500;}

/* 网点展示 */
.website .all li{

	padding: 40px 60px;

	background: #f5f5f5;

	border-radius: 10px;

	margin-bottom: 40px;

}

.website .all li .n01{

	float: left;

	padding: 20px 0;

	padding-right: 60px;

	width: 134px;

	text-align: center;

	border-right: 2px dashed #dedede;;

}

.website .all li .n01 h4{

	font-size: 48px;

	line-height: 40px;

	margin-bottom: 10px;

}

.website .all li .n01 h5{

	font-size: 14px;

	line-height: 20px;

	color: #888;

}

.website .all li .n02{

	float: left;

	width: calc(100% - 420px);

	margin-left: 60px;

	margin-top: 24px;

}

.website .all li .n02 h3{

	font-size: 16px;

	font-weight: bold;

	color: #000;

	line-height: 20px;

	margin-bottom: 20px;

}

.website .all li .n02 p{

	overflow: hidden;
	
	    font-size: 16px;
	    font-weight: bold;
	    color: #000;
	    line-height: 20px;
	    margin-bottom: 20px;

}

.website .more02{

	float: right;

	height: 48px;

	width: 164px;

	margin-top: 31px;

}

.website .more02 h3{

	line-height: 40px;

	transition: 0.3s;

}

.website .more02:hover{

	opacity: 1;

}

.website .more02:hover h3{

	background: #0050b3;

}

/* 新闻展示 */
.lnews .all li{

	padding: 40px 60px;

	background: #f5f5f5;

	border-radius: 10px;

	margin-bottom: 40px;

}

.lnews .all li .n01{

	float: left;

	padding: 20px 0;

	padding-right: 60px;

	width: 60px;

	text-align: center;

	border-right: 2px dashed #dedede;;

}

.lnews .all li .n01 h4{

	font-size: 48px;

	line-height: 40px;

	margin-bottom: 10px;

}

.lnews .all li .n01 h5{

	font-size: 14px;

	line-height: 20px;

	color: #888;

}

.lnews .all li .n02{

	float: left;

	width: calc(100% - 420px);

	margin-left: 60px;

	margin-top: 9px;

}

.lnews .all li .n02 h3{

	font-size: 16px;

	font-weight: bold;

	color: #000;

	line-height: 20px;

	margin-bottom: 20px;

}

.lnews .all li .n02 p{

	font-size: 13px;

	color: #666;

	line-height: 26px;

	height: 52px;

	overflow: hidden;

}

.lnews .more02{

	float: right;

	height: 48px;

	width: 164px;

	margin-top: 31px;

}

.lnews .more02 h3{

	line-height: 40px;

	transition: 0.3s;

}

.lnews .more02:hover{

	opacity: 1;

}

.lnews .more02:hover h3{

	background: #0050b3;

}

.page{

	text-align: center;

	margin-top: 20px;

}

.page a{

	float: none;

	display: inline-block;

	*display: inline;

	transition: 0.2s;

	margin: auto 4px;

}

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

    background: #fbbf1b;

    border-color: #fbbf1b;

}





/*产品展示列表页------------------------------------------------------*/

.lttext{

	background: #f9f9f9;

	border-radius: 10px;

	padding: 30px 40px;

	margin-bottom: 30px;

}

.lttext p{

	font-size: 14px;

	color: #666;

	line-height: 30px;

}

.lteam ul li{

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.lteam ul li:nth-of-type(3n){margin-right: 0 !important;}

.lteam ul li ins{

	display: block;

	text-decoration: inherit;

	width: 174px;

	text-align: center;

	line-height: 44px;

	border-radius: 22px;

	font-size: 12px;

	color: #fff;

	letter-spacing: 4px;

	background: #39a8f5;

	margin: auto;

	margin-top: 20px;

	position: relative;

}

.lteam ul li ins::after{

	content: "";

	position: absolute;

	width: calc(100% - 8px);

	height: calc(100% - 8px);

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

	border: 2px solid #fff;

	left: 2px;

	top: 2px;

	border-radius: 21px;

}

.lteam ul li ins::before{

	content: "";

	position: absolute;

	width: 10px;

	height: 2px;

	background: #fff;

	left: 30px;

	top: 0;

}

.vtitle{

	margin-bottom: 40px;

}

.vtitle h1{

	float: left;

	width: 100%;

	font-size: 24px;

	color: #000;

}

.vtitle h2{float: left;width: 12%;font-size: 14px;color: #b9b9b9;margin-top: 10px;}
.vtitle h3{float: left;width: 12%;font-size: 14px;color: #b9b9b9;margin-top: 10px;}
.vtitle h4{

	float: right;

	font-size: 14px;

	color: #888;

	margin-top: 10px;

}

.vtitle h4 em{

	font-size: 16px;

	margin-right: 6px;

	color: #fbbf1b;

}

.vtitle span{

	display: block;

	width: 40px;

	height: 4px;

	border-radius: 2px;

	background: #fbbf1b;

	margin-top: 30px;

}

.next01{

	margin-top: 40px;

}

.next01 div a{

	display: block;

	width: 46px;

	line-height: 46px;

	border-radius: 25px;

	background: #fbbf1b;

	font-size: 16px;

	color: #fff;

	float: left;

	text-align: center;

}

.next01 div h4{

	line-height: 46px;

	font-size: 14px;

	color: #00408e;

	margin: 0 15px;

	float: left;

	font-weight: bold;

}

.next01 .next a,.next01 .next jh4{

	float: right;

}





/*校园环境内容页---------------------------------------------------------*/

.vshool .vtitle h1{

	width: 100%;

	text-align: center;

}

.vshool .vtitle span{

	margin: 20px auto;

}

.vshool .vtitle p{

	font-size: 14px;

	line-height: 30px;

	color: #666;
	
	text-align: center;
}

.brand-list ul {

	position:relative;

}

.brand-list li{

	float: left;

    margin: auto 10px;

    margin-bottom: 20px;

    position: absolute;

    top: 0;

    left: 40%;

    transition: all 0.3s;

	background: #f5f5f5;

	border-radius: 6px;

}

.brand-list li a {

    display: block;

    overflow: hidden;

    border: 4px solid #f5f5f5;

    border-radius: 6px;

}

.brand-list li a img{

	height:auto;

	width:290px;

	border-radius: 6px;

}





/*课程展示列表页-----------------------------------------------------------------*/

.lshow .all li{

	background: #f9f9f9;

    transition: 0.3s;

    float: left;

	width: 31%;

	margin-right: 3.5%;

	margin-bottom: 3.5%;

	border-radius: 10px;

	transition: 0.4s;

}

.lshow .all li:nth-of-type(3n){margin-right: 0 !important;}

.lshow .all li a{

	display: block;

	text-align: center;

	/* padding: 80px 40px; */

}

.lshow .all li img{

	width: 100%;

	height: auto;

	margin-bottom: 40px;

}

.lshow .all li h3{

	font-size: 18px;

	color: #000;

	font-weight: bold;

}

.lshow .all li h4{

	font-size: 12px;

	color: #999;

	text-transform: uppercase;

	margin-top: 5px;

}

.lshow .all li span{

	display: block;

	width: 40px;

	height: 4px;

	border-radius: 2px;

	margin: 30px auto;

	background: #fbbf1b;

}

.lshow .all li p{

	font-size: 13px;

	color: #777;
	
	margin: 30px 30px 30px 30px;

}

.lshow .all li:hover{

	background: #fff;

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

	transform: translateY(-8px);

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

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

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

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

}





/*联系我们列表页----------------------------------------------*/

.lcontact{

	padding-bottom: 100px;

}

.lcontact .applybox{

	padding: 0;

	margin: auto;

	box-shadow: none;

}

.lphone{

	margin-bottom: 60px;

	padding-bottom: 60px;

    border-bottom: 2px dashed #eee;

}

.lphone li{

	float: left;

	width: 21%;

	padding: 0 2%;

	text-align: center; 

}

.lphone li img{

	width: 80px;

	height: auto;

}

.lphone li h3{

	font-size: 18px;

	color: #000;

	font-weight: bold;

	margin-top: 20px;

	margin-bottom: 8px;

}

.lphone li p{

	font-size: 14px;

	color: #666;

}



/* 商城管家 */
.shop{
	margin-top: 80px;
	margin-bottom: 100px;
}
.shop .condition{width: 90%; margin: 0 auto;}

.shop .condition .left01{

	float: left;

	width: 52%;

	margin-top: 20px;

}

.shop .condition .left01 li{

	float: left;

	width: 45%;

	padding-right: 5%;

	margin-top: 60px;

}

.shop .condition .left01 li img{

	width: 68px;

	height: auto;

}

.shop .condition .left01 li h3{

	font-size: 18px;

	color: #000;

	margin-top: 25px;

	margin-bottom: 5px;

}

.shop .condition .left01 li h4{

	font-size: 14px;

	color: #999;

}

.shop .describe{margin-top: 3rem;}

.shop .describe ul {width: 90%;margin: 0 auto;}

.shop .describe ul li{

	float: left;

	width: 48.5%;

	margin-right: 3%;

	background: #fff;

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

    border-radius: 10px;

	position: relative;

	padding: 25px 0;

	overflow: hidden;

}

.shop .describe ul li::before{

	content: "";

	position: absolute;

	width: 180px;

	height: 180px;

	border-radius: 90px;

	top: calc(50% - 90px);

	left: -108px;

	background: #f4fbff;

}

.shop .describe ul li img{

	float: left;

    width: 36px;

    height: auto;

    position: absolute;

    z-index: 2;

    left: 18px;

    top: calc(50% - 18px);

}

.shop .describe ul li div{

	float: right;

	width: calc(100% - 122px);

	margin-right: 30px;

}

.shop .describe ul li div h3{

	font-size: 15px;

	line-height: 20px;

	color: #333;

	margin-bottom: 6px;

}

.shop .describe ul li div p{

	font-size: 12px;

	color: #888;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

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

.lab01{

	margin: 60px auto;

}

.lab01 .left01{

	float: left;

	width: 48%;

	margin-left: 8%;

	margin-top: 20px;

}

.lab01 .left01 li{

	float: left;

	width: 45%;

	padding-right: 5%;

	margin-top: 60px;

}

.lab01 .left01 li img{

	width: 68px;

	height: auto;

}

.lab01 .left01 li h3{

	font-size: 18px;

	color: #000;

	margin-top: 25px;

	margin-bottom: 5px;

}

.lab01 .left01 li h4{

	font-size: 12px;

	color: #999;

}

.lab01 .right01{

	float: right;

	width: 42%;

	margin-right: 2%;

}

.lab01 .right01 img{

	width: 100%;

	height: auto;

}

.lab02 ul{

	text-align: center;

}

.lab02 ul li{

	display: inline-block;

	position: relative;

	text-align: center;

	padding-right: 50px;
	
	padding-bottom: 50px;

}

.lab02 ul li img{

	width: 40px;

	height: auto;

	margin-bottom: 20px;

}

.lab02 ul li h3{

	font-size: 15px;

	color: #333;

}

.lab02 ul li::after{

	content: "";

	position: absolute;

	width: 90px;

	height: 14px;

	background:url("../img/sanjiao.png") no-repeat right center;

	top: 13px;

	right: 20px;

}

.lab02 ul li:last-child{

	padding-right: 0;

}

.lab02 ul li:last-child::after{

	display: none;

}

.labout .tit01 span,.lstyle .tit01 span{

    font-family: "Microsoft Yahei";

    font-size: 30px;

    color: #000;

    line-height: 1;

    font-weight: bold;

}

.labout .tit01 span::before{

	top: -2px;

}

.labout .tit01 span::after{

	top: 6px;

}

.lab03{

	margin-top: 100px;

}

.lab03 ul li{

	float: left;

	width: 100%;

	margin-bottom: 3%;

	background: #fff;

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

    border-radius: 10px;

	position: relative;

	overflow: hidden;

}

.lab03 ul li::before{

	content: "";

	position: absolute;

	width: 180px;

	height: 180px;

	border-radius: 90px;

	top: calc(50% - 90px);

	left: -108px;

	background: #fff3c7;

}

.lab03 ul li img{

	float: left;

    width: 36px;

    height: auto;

    position: absolute;

    z-index: 2;

    left: 18px;

    top: calc(50% - 18px);

}

.lab03 ul li div{

	float: right;

	width: calc(100% - 122px);

	margin-right: 30px;

}

.lab03 ul li div h3{

	font-size: 15px;

	line-height: 20px;

	color: #333;

	margin-bottom: 6px;

}

.lab03 ul li div p{

	font-size: 12px;

	color: #888;

	line-height: 22px;

	height: 76px;

	overflow: hidden;

}

.labtext p{

	text-align: center;

    width: 74%;

    font-size: 14px;

    color: #666;

    line-height: 26px;

    margin: auto;

}

.labtext .tit01{

	margin-bottom: 40px;

}

.labtext .more02{

	margin: auto;

	margin-top: 40px;

	width: 210px;

	height: 50px;

}

.labtext .more02 h3{

	line-height: 42px;

}





/*团队展示内容页-------------------------------------------------*/

.vtleft{

	width: 24%;

}

.vtleft img{

	width: 100%;

	height: auto;

	border-radius: 20px;

}

.vtright{

	width: 71%;

}





/*家长测评表单页----------------------------------------------------------------------*/

.cstext{

	padding: 30px 40px;

	background: #f7f7f7;

}

.cstext p{

	font-size: 14px;

	color: #666;

	line-height: 28px;

	margin: 5px auto;

}

.ltest .tit01{

	margin-bottom: 40px;

}

.test{

	margin-top: 40px;

	width: calc(100% - 40px);

	margin-left: 40px;

}

.test h4{

	display: none;

}

.test .default-form-item{

	margin-bottom: 40px;

	float: left;

	width: 100%;

}

.test .default-form-item > label{

	font-size: 18px;

	color: #000;

	margin-bottom: 10px;

	display: block;

}

.test .default-form-item input[type="radio"]{

	width: 16px;

    height: 16px;

    margin-right: 8px;

    transform: translateY(3px);

}

.test .default-form-item div label{

	font-size: 14px;

	color: #444;

	margin-right: 50px;

	line-height: 20px;

}

.test .default-form-item div label:last-child{

	margin-right: 0;

}

.test .abc16,.test .abc17,.test .abc18{

	float: left;

	width: 32%;

	margin-right: 2%;

}

.test .abc18{

	margin-right: 0;

}

.test .abc16 label,.test .abc17 label,.test .abc18 label{

	display: none;

}

.test .abc16 input,.test .abc17 input,.test .abc18 input{

	width: calc(100% - 40px);

	line-height: 46px;

	padding: 0 20px;

	border: none;

	background: #f2f2f2; 

	outline-color: #fff;

}

.test input[type="submit"]{

	width: 200px;

	line-height: 46px;

	text-align: center;

	background: #0050b3;

	font-size: 14px;

	color: #fff;

	margin-left: calc(50% - 100px);

	border: none;

	border-radius: 23px;

}









/*英文版修改*/

.uid-3151 .nytit h1{

	font-family: "Arail";

    font-weight: bold;

	font-size: 28px;

}

.uid-3151 .nytit h2{

	font-size: 13px;

    text-transform: inherit;

    letter-spacing: 3px;

}

.uid-3151 .lab02 ul li{

	margin-top: 40px;

}

.uid-3151 .lab02 .tit01{

	margin-bottom: 20px;

}

.uid-3151 .lab03 ul li div h3{

	font-size: 14px;

}

.uid-3151 .lab03 ul li div p{

	line-height: 20px;

    height: 80px;

}









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

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

	.wp{

		width: 1180px;

	}

	.bodybg.a{

		opacity: 0.6;

	}

	.nav01 li a{

		font-size: 16px;

	}

	.nav01 li {

		margin-right: 50px;

	}

	.navbox .phone{

		font-size: 22px;

	}

	.navbox .phone em{

		font-size: 28px;

	}

	.logo{

		width: 140px;

	}

	.logo img{

		width: 84px;

	}

	.course .imgbox{

		width: 460px;

	}

	.course .text {

		width: calc(100% - 480px);

		margin-top: 30px;

	}

	.course .text li a{

		padding: 30px 20px;

		padding-top: 20px;

	}

	.course .text li a img{

		width: 60px;

		height: auto;

	}

	.searchbox img{

		height: 56px;

	}

	.searchbox{

		padding: 25px 40px;

	}

	.searchbox .sscourse {

		margin-left: 40px;

		padding-left: 40px;

	}

	.sscourse h3{

		font-size: 15px;

		line-height: 50px;

	}

	.searchbox .sscourse{

		height: 50px;

		margin-top: 3px;

	}

	.sscourse a{

		width: 280px;

    	padding: 0 30px;

		line-height: 50px;

	}

	.default-pc-search {

		width: 276px;

		height: 50px;

		margin-left: 20px;

		margin-top: 3px;

		padding-right: 206px;

	}

	.default-pc-search input[type="text"]{

		line-height: 50px;

    	height: 50px;

		width: calc(100% - 40px);

		padding-left: 30px;

	}

	.default-pc-search input[type="submit"]{

		width: 186px;

    	height: 50px;

	}

	.sscourse a h4,.sscourse a em{

		line-height: 50px;

	}

	.searchbox .more02{

		margin-top: 0;

		right: 40px;

		top: 28px;

		width: 186px;

		height: 50px;

	}

	.searchbox .more02 h3{

		line-height: 42px;

	}

	.abright{

		width: 33%;

	}

	.abright .text{

		padding: 50px 60px;

	}

	.ableft h1{

		font-size: 38px;

	}

	.ableft h2 {

		font-size: 20px;

		margin-bottom: 40px;

	}

	.ableft > h3{

		font-size: 25px;

	}

	.ableft p{

		font-size: 13px;

		margin-bottom: 60px;

	}

	.more03{

		height: 50px;

		width: 210px;

	}

	.more03 h3{

		line-height: 42px;

		letter-spacing: 2px;

	}

	.allteacher ul li{

		width: 267px;

		margin-right: 30px;

	}

	.allteacher ul li div{

		width: 150px;

	}

	.allteacher ul li a{

		padding: 40px 30px;

	}

	.lteam ul li ins{

		width: 160px;

		line-height: 40px;

	}

	.tit01{

		margin-bottom: 50px;

	}

	.tit01 span{

		font-size: 38px;

		line-height: 1;

	}

	.tit01 h3{

		line-height: 66px;

		font-size: 80px;

	}

	.child .limg {

		width: 40%;

		margin-left: 2%;

	}

	.child .rtext > h3 {

		line-height: 28px;

		padding-top: 25px;

	}

	.lstyle{

		padding: 0 60px;

		padding-bottom: 60px;

		border-radius: 20px;

	}

	.lab01 .right01{

		width: 46%;

		margin-right: 0;

	}

	.lab01 .left01 li img {

		width: 60px;

	}

	.lab01 .left01 li h3{

		font-size: 16px;

	}

	.lab01 .left01 li h4{

		font-size: 13px;

	}

	.lab01 .right01 {

		width: 44%;

		margin-right: 2%;

	}

	.lab01 .left01 {

		width: 48%;

		margin-left: 6%;

		margin-top: 20px;

	}

	.lab01 .left01 li{

		margin-top: 50px;

	}

	.lab01{

		margin-top: 40px;

	}

	.labout .tit01 span{

		font-size: 24px;

	}

	.tit01 h2{

		font-size: 15px;

	}

	.labout .tit01 span::before{

		width: 42px;

		height: 30px;

		top: 0;

		right: -56px;

	}

	.labout .tit01 span::after{

		width: 26px;

		height: 26px;

		top: 4px;

	}

	.lab02 ul li h3{

		font-size: 14px;

	}

	.lab02 ul li::after{

		width: 56px;

		right: 22px;

	}

	.lab02 ul li{

		padding-right: 100px;

	}

	.lab03 {

		margin-top: 80px;

	}

	.lab03 ul li img {

		left: 14px;

		width: 32px;

		top: calc(50% - 16px);

	}

	.lab03 ul li::before{

		left: -120px;

	}

	.lab03 ul li div {

		width: calc(100% - 93px);

		margin-right: 16px;

	}

	.lab03 ul li{

		width: 100%;

		margin-bottom: 2%;

	}

	.lab03 ul li div p{

		line-height: 20px;

		height: 96px;

	}

	.pox01{

		padding: 30px 0;

		margin-bottom: 50px;

	}

	.nytit h1 {

		font-size: 32px;

		line-height: 38px;
		
		font-weight: bold;

	}

	.nytit span.xian{

		margin: 12px auto;

	}

	.nytit{

		top: calc(50% - 26px);

	}

	.lshow .all li a {

		padding: 65px 35px;

	}

	.lteam ul li{

		width: 23.5%;

    	margin-right: 2%;

	}

	.allteacher ul li h3{

		font-size: 16px;

	}

	.allteacher ul li h4{

		font-size: 12px;

		margin-bottom: 5px;

	}

	.apply h1{

		font-size: 22px;

	}

	.applybox .imgbox {

		width: 38%;

		margin-right: 2%;

	}

	.apply h2{

		margin-bottom: 30px;

	}

	.lphone li img{

		width: 68px;

	}

	.lphone li h3 {

		font-size: 16px;

		margin-top: 15px;

		margin-bottom: 5px;

	}

	.vnews{

		padding: 0 80px;

		padding-bottom: 60px;

	}

	.next01 {

		margin-top: 30px;

	}

	.brand-list li a img{

		width: 235px;

	}

	.vshool .vtitle span {

		margin: 30px auto;

	}

	

	

	

	/*英文版*/

	.uid-3151 .lab03 ul li div p{

		height: 100px; 

	}

	.uid-3151 .nytit h1{

		font-size: 24px;

	}

	

}

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

	.w960 .wp, .w960 .w1188 {

		width: 1180px;

	}

	.bodybg{

		display: none;

	}

	

}

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

	.ismobile .navbox,.ismobile .logo{

		display: none;

	}

	.change{

		background: #fff;

		width: auto;

		height: auto;

		padding: 0;

		margin-top: 18px;

		margin-right: 65px;

	}

	.change:hover{

		height: auto;

		padding: 0;

	}

	.change a{

		float: left;

		background: #fff;

		line-height: 20px;

		color: #d6d6d6;

		width: auto;

		margin-left: 12px;

	}

	.change a:hover{

		color: #d6d6d6;

	}

	.change a:first-child:hover,.change a:first-child{

		color: #fbbf1b;

	}

	.banner01::after{

		width: 800px;

		height: 75px;

	}

	.banner01 .dots {

		bottom: 30px;

	}

	.banner01 .dots span{

		width: 20px;

		height: 20px;

		margin: 0 8px;

	}

	.classify{

		margin-top: 16px;

	}

	.classify li{

		float: left;

		width: 25%;

		text-align: center;

	}

	.classify li a{

		display: block;

	}

	.classify li img{

		width: 40px;

		height: auto;

	}

	.classify li h3{

		font-size: 11px;

		color: #333;

		margin-top: 6px;

	}

	.ismobile header .bg {

		background-color: #fff;

		opacity: 1;

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

	}

	.ismobile header h1 a span{

		display: none;

	}

	.nav-click{

		color: #01408f;

	}

	#mobile-nav{

		background-color: #002f6b;

		z-index: 5;

	}

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

		border-bottom: 1px solid rgba(0,0,0,0.10);

		border-top: 1px solid rgba(255,255,255,0.08);

	}

	.default-mobile-nav-menu li ul{

		background-color: #002656;

	}

	.tit01 span {

		font-size: 20px;

		font-family: “微软雅黑”;

		font-weight: bold;

	}

	.tit01 h2 {

		font-size: 12px;

		margin-top: 5px;

	}

	.tit01 span::after{

		width: 22px;

		height: 22px;

		top: 4px;

		left: -26px;

	}

	.tit01 span::before {

		content: "";

		width: 34px;

		height: 24px;

		top: 0px;

		right: -42px;

	}

	.tit01 h3 {

		line-height: 48px;

		font-size: 52px;

		top: -13px;

	}

	.tit01 {

		margin-bottom: 30px;

	}

	.course .imgbox{

		width: 100%;

		text-align: center;

	}

	.course .imgbox img{

		max-width: 460px;

	}

	.course .text {

		width: 100%;

		margin-top: -30px;

	}

	.course .text li{

		width: 48%;

		margin: 1%;

	}

	.course .text li a img{

		width: 42px;

	}

	.course .text li h3{

		font-size: 15px;

	}

	.course .text li h4{

		font-size: 11px;

	}

	.course .text li a {

		padding: 20px 10px;

		padding-top: 15px;

	}

	.course {

		margin-top: 40px;

		margin-bottom: 50px;

	}

	.allteacher ul li h4{

		font-size: 11px; 

		margin-bottom: 2px;

	}

	.lttext {

		background: #fff;

		padding: 15px;

		margin-bottom: 10px;

		border-radius: 5px;

	}

	.allteacher ul li div::after{

		width: 102%;

   		height: 102%;

	}

	.lttext p {

		font-size: 11px;

		color: #888;

		line-height: 22px;

	}

	.lteam ul li ins{

		width: 100%;

		max-width: 160px;

		margin-top: 14px;

		line-height: 36px;

		font-size: 11px;

	}

	body .w1188, body .wp {

		width: auto;

		padding-left: 12px;

		padding-right: 12px;

	}

	.searchbox img{

		display: none;

	}

	.searchbox {

		padding: 30px 20px;

		margin-top: 20px;

		position: relative;

		border-top: 4px solid #0050b3;

		padding-bottom: 90px;

	}

	.searchbox .sscourse {

		height: auto;

		width: 100%;

		padding: 0;

		margin: auto;

		border: none;

	}

	.sscourse h3 {

		line-height: 1;

		width: 100%;

		text-align: center;

		margin: auto;

	}

	.searchbox .more02{

		bottom: 25px;

		right: 20px;

		width: calc(100% - 40px);

		top: inherit;

	}

	.sscourse a {

		width: calc(100% - 40px);

		padding: 0 20px;

		line-height: 42px;

		margin-top: 20px;

	}

	.sscourse a em {

		line-height: 42px;

	}

	.sscourse a h4{

		font-size: 12px;

		line-height: 42px;

	}

	.default-pc-search {

		width: 100%;

		height: 42px;

		margin-left: 0;

		margin-top: 15px;

		padding-right: 0;

	}

	.default-pc-search input[type="text"] {

		line-height: 42px;

		height: 42px;

		width: calc(100% - 30px);

		padding-left: 20px;

		font-size: 12px;

	}

	.searchbox .more02 h3 {

		line-height: 38px;

	}

	.more02 h3{

		font-size: 12px;

		line-height: 38px;

	}

	.more02{

		height: 46px !important;

	}

	.default-pc-search input[type="submit"] {

		width: 100%;

		height: 46px;

		top: 61px;

	}

	.about {

		padding: 50px 0;

		border-radius: 0;

	}

	.ableft{

		width: 100%;

	}

	.ableft h1 {

		font-size: 30px;

	}

	.ableft h2 {

		font-size: 20px;

		margin-bottom: 14px;

	}

	.ableft > h3 {

		font-size: 16px;

	}

	.ableft span {

		width: 50px;

		height: 4px;

		margin: 25px 0;

	}

	.ableft p {

		font-size: 12px;

		margin-bottom: 30px;

	}

	.abright{

		display: none;

	}

	.allteacher ul li {

		width: 180px;

		margin-right: 10px;

	}

	.allteacher ul li a {

		padding: 30px 16px;

	}

	.allteacher ul li div {

		width: 80%;

		max-width: 150px;

		margin-bottom: 12px;

	}

	.allteacher ul li h3 {

		font-size: 14px;

	}

	.allteacher ul li span {

		width: 26px;

		height: 3px;

		margin: 15px auto;

	}

	.teacher span.prev, .teacher span.next{

		width: 24px;

    	line-height: 48px;

		font-size: 15px;

    	margin-top: -24px;

	}

	.teacher span.prev {

		left: 0;

		border-radius: 0 24px 24px 0;

	}

	.teacher span.next {

		right: -0;

		border-radius: 24px 0 0 24px;

	}

	.teacher .tit01{

		margin-bottom: 20px;

	}

	.teacher .more02 {

		margin-top: 20px;

	}

	.teacher {

		margin: 50px auto;

	}

	.child{

		display: none;

	}

	.school {

		margin: 60px auto;

	}

	.school ul li .text div{

		top: calc(50% - 22px);

	}

	.school ul li div span{

		width: 22px;

    	height: 22px;

	}

	.school ul li div h3{

		font-size: 12px;

		line-height: 12px;

	}

	.school ul li a{

		border-radius: 5px;

	}

	.course .text li a:hover,.allteacher ul li:hover,.news .all li:hover{

		transform: translateY(0px);

		background: #fff;

	}

	.more02:hover {

		opacity: 1;

	}

	.allteacher ul li:hover h3{

		color: #000;

	}

	.school ul li:hover img {

		opacity: 1;

		transform: scale(1);

	}

	.news .all li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.news .all li h3 {

		font-size: 14px;

		margin: 20px 20px;

		margin-bottom: 6px;

	}

	.news .all li p {

		font-size: 12px;

		line-height: 20px;

		margin: 0 20px;

		margin-bottom: 20px;

		height: 40px;

	}

	.news .all li div{

		padding: 15px 20px;

	}

	.news .all li:hover div {

		border-top: 1px solid #eee;

	}

	.news .all li:hover h3{

		color: #333;

	}

	.news .all li:hover p{

		color: #808080;

	}

	.news .all li:hover h4{

		color: #666;

	}

	.news .all li:hover span {

		background: url("../img/more01.png") no-repeat top center;

	}

	.news .all li:last-child{

		display: none;

	}

	.news .more02 {

		margin-top: 12px;

	}

	.applybox {

		margin: 50px auto;

		padding: 0;

		box-shadow: none;

		padding-top: 0;

	}

	.apply {

		width: 100%;

		margin-left: 0;

	}

	.apply h1 {

		font-size: 18px;

	}

	.apply h2 {

		margin-bottom: 25px;

	}

	.apply input[type="text"], .apply textarea {

		width: calc(100% - 30px);

		height: 40px;

		line-height: 40px;

		padding: 0 15px;

		font-size: 12px;

	}

	.apply .default-form-item {

		margin-bottom: 12px;

	}

	.apply textarea{

		height: 120px;

	}

	.apply input[type="submit"]{

		height: 40px;

		line-height: 40px;

		font-size: 12px;

		-webkit-appearance: none;

	}

	.applybox .imgbox{

		display: none;

	}

	

	/*关于我们*/

	.lstyle {

		padding: 0 12px;

		padding-bottom: 40px;

		border-radius: 10px;

		margin-top: 12px;

	}

	.labout{

		padding: 0;

		padding-bottom: 40px;

		margin-top: 0;

		border-radius: 0;

	}

	.pox01 {

		padding: 12px 0;

		margin-bottom: 30px;

		font-size: 11px;

		color: #888;

	}

	.pox01 a{

		font-size: 11px;

		color: #888;

	}

	.labout .tit01 span {

		font-size: 20px;

	}

	.labout .tit01 span::before {

		width: 34px;

		height: 24px;

		top: 0px;

		right: -42px;

	}

	.tit01 span::after {

		width: 22px;

		height: 22px;

		top: 4px;

	}

	.labtext{

		padding-top: 35px;

	}

	.labtext .tit01 {

		margin-bottom: 15px;

	}

	.labtext .more02 h3 {

		line-height: 38px;

	}

	.labtext .more02{

		margin-top: 25px;

		width: 190px;

	}

	.labtext p {

		width: 96%;

		font-size: 12px;

	}

	.lab01 {

		margin-top: 20px;

		margin-bottom: 40px;

	}

	.lab01 .left01 {

		width: 100%;

		margin-left: 0;

		margin-top: 10px;

	}

	.lab01 .left01 li {

		margin-top: 20px;

		width: 46%;

		padding: 0 2%;

		text-align: center;

	}

	.lab01 .left01 li img {

		width: 40px;

	}

	.lab01 .left01 li h3 {

		font-size: 13px;

		margin-top: 15px;

	}

	.lab01 .left01 li h4 {

		font-size: 11px;

		margin-top: 0;

	}

	.lab01 .right01{

		display: none;

	}

	.lab02 ul li img{

		margin-bottom: 10px;

		width: 34px;

	}

	.lab02 ul li{

		padding-right: 28px;

		margin-bottom: 20px;

		width: 88px;

	}

	.lab02 ul li:nth-child(3n){

		padding-right: 0;

	}

	.lab02 ul li:nth-child(3n)::after{

		display: none;

	}

	.lab02 ul li h3 {

    	font-size: 12px;

	}

	.lab02 ul li::after {

		width: 36px;

		right: -4px;

	}

	.lab03 {

		margin-top: 30px;

	}

	.lab03 ul li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

		padding: 16px 0;

	}

	.default-mobile-copyright2{

		margin-top: 0;

	}

	

	/*内页*/

	.otherlist{

		display: none;

	}

	.ismobile article h3{

		margin-top: 20px;

	}

	.article-info {

		font-size: 12px;

		color: #888;

		padding-bottom: 15px;

		border-bottom: 1px solid #eee;

		margin-bottom: 20px;

	}

	.ismobile article{

		margin-bottom: 40px;

	}

	

	/*课程展示*/

	.lshow .all li {

		background: #fff;

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 3%;

	}

	.lshow .all li:nth-child(2n){

		margin-right: 0;

	}

	.lshow{

		margin-top: 12px;

		margin-bottom: 40px;

	}

	.lshow .all li a {

		padding: 30px 12px;

	}

	.lshow .all li img {

		width: 80px;

		margin-bottom: 15px;

	}

	.lshow .all li h3{

		font-size: 15px;

	}

	.lshow .all li h4{

		font-size: 10px;

	}

	.lshow .all li span {

		width: 28px;

		height: 3px;

		margin: 15px auto;

	}

	.lshow .all li p{

		font-size: 11px;

	}

	.lshow .all li:hover{

		box-shadow: none;

		transform: translateY(0);

	}

	

	/*新闻资讯*/

	.lnews{

		margin-top: 12px;

		margin-bottom: 40px;

	}

	.lnews ul li{

		width: 100%;

		background: #fff;

		margin-bottom: 12px;

		border-radius: 6px;

	}

	.lnews ul li a{

		display: block;

	}

	.lnews ul li h3{

		font-size: 14px;

		width: calc(100% - 30px);

		margin: 0 15px;

		padding-top: 16px;

		margin-bottom: 5px;

	}

	.lnews ul li p{

		font-size: 11px;

		line-height: 18px;

		height: 36px;

		overflow: hidden;

		width: calc(100% - 30px);

		margin: 0 15px;

		color: #777;

	}

	.lnews ul li div{

		border-top: 1px solid #eee;

		padding: 10px 15px;

		margin-top: 16px;

	}

	.lnews ul li div h4{

		float: left;

		font-size: 12px;

		color: #888;

		line-height: 16px;

	}

	.lnews ul li div em{

		float: right;

		display: block;

		font-size: 12px;

		color: #ccc;

		line-height: 16px;

	}

	

	/*师资展示*/

	.lteam{

		margin-top: 12px;

		margin-bottom: 40px;

	}

	.lteam ul li{

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 3%;

		box-shadow: none;

	}

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

		margin-right: 0;

	}

	.page a{

		padding: 0;

		margin: auto 3px;

		width: 26px;

		line-height: 26px;

		text-align: center;

		border-radius: 14px;

		font-size: 12px;

	}

	

	/*联系我们*/

	.lcontact {

		padding-bottom: 50px;

		padding-top: 30px;

	}

	.lphone {

		margin-bottom: 30px;

		padding-bottom: 10px;

	}

	.lphone li{

		width: 46%;

		margin-bottom: 20px;

	}

	.lphone li img {

		width: 50px;

	}

	.lphone li h3 {

		font-size: 14px;

		margin-top: 10px;

		margin-bottom: 2px;

	}

	.lphone li p{

		font-size: 12px;

	}

	.ismobiile nav p {

		font-size: 12px;

	}

	.ismobiile nav{

		margin-top: 15px;

	}

	

	/*团队内页*/

	.vtleft{

		width: 100%;

		float: none;

		text-align: center;

		margin-bottom: 20px;

	}

	.vtleft img{

		width: 80%;

		max-width: 400px;

	}

	.vtitle h1{

		float: none;

		width: 100%;

		text-align: center;

		font-size: 20px;

		font-weight: bold;

		margin-top: 20px;

	}

	.vtitle span {

		width: 28px;

		height: 3px;

		margin: auto;

		margin-top: 12px;

	}

	.vtitle {

		margin-bottom: 20px;

	}

	.next01 div a{

		width: 36px;

		line-height: 36px;

		font-size: 12px;

	}

	.next01 div h4{

		line-height: 36px;

		margin: 0 10px;

	}

	.next01 {

		margin-top: 20px;

	}

	

	

	

	/*英文版*/

	.uid-3151 .labout .tit01 span {

		font-size: 15px;

	}

	.uid-3151 .labout .tit01 h2 {

		font-size: 10px;

	}

	.uid-3151 .lab03 ul li div p {

		height: auto;

	}

	

	

	/*在线测评*/

	.ltest{

		padding: 0;

		margin-top: 35px;

		padding-bottom: 40px;

	}

	.ltest .tit01 {

		margin-bottom: 20px;

	}

	.lstyle .tit01 span{

		font-size: 20px;

	}

	.ltest .tit01 h2{

		font-size: 11px;

	}

	.cstext {

		padding: 15px 15px;

	}

	.cstext p {

		font-size: 11px;

		color: #666;

		line-height: 22px;

	}

	.test {

		margin-top: 25px;

		width: 100%;

		margin-left: 0;

	}

	.test .default-form-item > label{

		font-size: 14px;

	}

	.test .default-form-item input[type="radio"] {

		width: 14px;

		height: 14px;

		margin-right: 6px;

		float: left;

	}

	.test .default-form-item div label{

		font-size: 12px;

		margin: auto;

		width: calc(50% - 20px);

		float: left;

		margin-bottom: 8px;

	}

	.test .default-form-item{

		margin-bottom: 20px;

	}

	.test .abc16, .test .abc17, .test .abc18 {

		width: 100%;

		margin-right: 0;

		margin-bottom: 15px;

	}

	.test .abc16 input, .test .abc17 input, .test .abc18 input {

		width: calc(100% - 30px);

		line-height: 38px;

		padding: 0 15px;

		font-size: 12px;

	}

	.test input[type="submit"] {

		width: 100%;

		line-height: 38px;

		margin-left: 0;

	}



	

	

	

}

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

	

}





































































/*图片展示内容页----------------------------------------------------------------------------------*/



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



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



/*

    Colorbox Core Style:

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

*/

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

#cboxWrapper {max-width:none;}

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

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

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

#cboxTitle{margin:0;}

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

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

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

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

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



/* 

    User Style:

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

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

*/

#cboxOverlay{background:url("../img/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("../img/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("../img/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("../img/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("../img/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("../img/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("../img/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("../img/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("../img/border.png") 0 -29px repeat-x;}

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

        .cboxIframe{background:#fff;}

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

        #cboxLoadedContent{margin-bottom:28px;}

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

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

        #cboxLoadingOverlay{background:url("../img/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("../img/loading.gif") no-repeat center center;}



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

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

        

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

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



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

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

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

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

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

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

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



/*

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

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

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

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

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

}

 








