/*!

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

}
.nb-icon-wrap,.nb-webim-light-windowsos{

	display: none !important;

}



/*开屏效果*/

.openindex{

	position: fixed;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 100;

	transition: all .9s;

}

.openindex::after{

	width: 50%;

	position: absolute;

	content:"";

	height: 100%;

	left: 0;

	transition: all .7s;

	background: #fff;

}

.openindex::before{

	width: 50%;

	position: absolute;

	content:"";

	height: 100%;

	right: 0;

	transition: all .7s;

	background: #fff;

}

.openindex.a::before,.openindex.a::after{

	width: 0;

	opacity: 0;

}

.openindex.a{

	z-index: -1;

}

.openindex.a .openbox{

	opacity: 0;

}

.openbox{

	position: absolute;

    left: 50%;

	width: 50%;

    top: 50%;

	text-align: center;

    transform: translate(-50% ,-50%);

	-ms-transform:translate(-50% ,-50%);

	-moz-transform:translate(-50% ,-50%);

	-webkit-transform:translate(-50% ,-50%);

	-o-transform:translate(-50% ,-50%);

	z-index: 2;

	transition: all .3s;

}

.openindex .logo {

    text-align: center;

    margin-bottom: 50px;

	transition: all .3s;

}

.w960 .openindex .logo {

	margin-bottom: 40px;

}

.openindex .logo img{

	width: auto;

	max-height:100px;

	height: auto;

}

.w960 .openindex .logo img{

	max-height: 80px;

}

.openindex .coursebox {

    position: relative;

    width: 100%;

    height: 80px;

	margin-bottom: 20px;

	text-align: center;

	perspective: 550px;

	-webkit-perspective: 550px;

}

.w960 .openindex .coursebox{

	height: 60px;

}

.openindex .coursebox li {

    font-size: 50px;

    color: #999;

    font-weight: bold;

    text-align: center;

	position: absolute;

	left: 0;

	top:0;

	width: 100%;

}

.w960 .openindex .coursebox li{

	font-size: 40px;

}

.openindex .coursebox li{

	-webkit-animation: fadeInUp 1.5s ease forwards;

    -moz-animation: fadeInUp 1.5s ease forwards;

    -ms-animation: fadeInUp 1.50s ease forwards;

    -o-animation: fadeInUp 1.5s ease forwards;

    animation: fadeInUp 1.5s ease forwards;

    -webkit-animation-delay: 1.5s;

    -moz-animation-delay: 1.5s;

    -ms-animation-delay: 1.5s;

    -o-animation-delay: 1.5s;

    animation-delay: 1.5s;

	transform-origin: 50% 50%;

	transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg);

	opacity: 0;

}

.openindex .coursebox li:last-child{

	-webkit-animation: fadeInUp02 1.5s ease forwards;

    -moz-animation: fadeInUp02 1.5s ease forwards;

    -ms-animation: fadeInUp02 1.50s ease forwards;

    -o-animation: fadeInUp02 1.5s ease forwards;

    animation: fadeInUp02 1.5s ease forwards;

    -webkit-animation-delay: 1.5s;

    -moz-animation-delay: 1.5s;

    -ms-animation-delay: 1.5s;

    -o-animation-delay: 1.5s;

    animation-delay: 1.5s;

	transform-origin: 50% 50%;

	transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg);

	opacity: 0;

}

.openindex .logo{

	-webkit-animation: fadeInUp03 .2s ease forwards;

    -moz-animation: fadeInUp03 .2s ease forwards;

    -ms-animation: fadeInUp03 .2s ease forwards;

    -o-animation: fadeInUp03 .2s ease forwards;

    animation: fadeInUp03 .4s ease forwards;

    -webkit-animation-delay: .5s;

    -moz-animation-delay: .5s;

    -ms-animation-delay: .5s;

    -o-animation-delay: .5s;

    animation-delay: .5s;

	opacity: 0;

	transform: translateY(-20px);

}

@keyframes fadeInUp { 

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg) ; visibility: inherit;} 

	50% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg) ; visibility: inherit;} 

	100% { opacity: 1; transform-origin:50% 50%; transform: translate3d(0px, -34px, -34px) rotateY(45deg) rotateX(90deg); visibility: hidden;}

}

@-webkit-keyframes fadeInUp {

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg); visibility: inherit;} 

	50% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg); visibility: inherit;} 

	100% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px, -34px, -34px) rotateY(45deg) rotateX(90deg); visibility: hidden;}

}

@-moz-keyframes fadeInUp {

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg); visibility: inherit;} 

	50% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg); visibility: inherit;} 

	100% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px, -34px, -34px) rotateY(45deg) rotateX(90deg); visibility: hidden;}

}



@keyframes fadeInUp02 { 

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg); visibility: inherit;} 

	100% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg); visibility: inherit;} 

}

@-webkit-keyframes fadeInUp02 {

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg); visibility: inherit;} 

	100% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg); visibility: inherit;} 

}

@-moz-keyframes fadeInUp02 {

	0% { opacity: 0; transform-origin: 50% 50%; transform: translate3d(0px,34px,-34px) rotateY(-45deg) rotateX(-90deg); visibility: inherit;} 

	100% { opacity: 1; transform-origin: 50% 50%; transform: translate3d(0px,0px,0px) rotateY(0deg) rotateX(0deg); visibility: inherit;} 

}

@keyframes fadeInUp03 { 

	0% { opacity: 0; transform: translateY(-20px);} 

	100% { opacity: 1; transform: translateY(0);} 

}

@-webkit-keyframes fadeInUp03 {

	0% { opacity: 0; transform: translateY(-20px);} 

	100% { opacity: 1; transform: translateY(0);} 

}

@-moz-keyframes fadeInUp03 {

	0% { opacity: 0; transform: translateY(-20px);} 

	100% { opacity: 1; transform: translateY(0);} 

}

.treegif{

	height: 490px;

	width: 500px;

	text-align: center;

	margin: auto;

}

.treegif img{

	opacity: 0;

	width: auto;

	height: auto;

	max-width: 100%;

}

.w960 .treegif{

	height: 393px;

	width: 400px;

}

.w960 .treegif img{

	width: 400px;

	height: auto;

}

.closebox{

	position:absolute;

	padding: 1px 12px;

	border-radius: 20px;

	border:1px solid #ddd;

	right: 50px;

	bottom: 50px;

	font-size: 14px;

	color: #999;

	cursor: pointer;

	text-transform: uppercase;

	transition: all .3s;

}

.openindex.a .closebox{

	display: none;

}

.closebox:hover{

	background: #999;

	color: #fff;

}

/*公共左侧导航*/

.navbox{

	position: fixed;

	width:26%;

	height: 100%;

	top: 0;

	left: 0;

	border-right: 1px solid rgba(0,0,0,0.05);

	background: #fff;

	box-sizing: border-box;

	z-index: 10;

}

.nacbox01{

	position: relative;

	height: calc(100% - 300px);

}

.w960 .nacbox01{

	height: calc(100% - 210px);

}

.nacbox02 {

    position: absolute;

    width: 100%;

    top: 50%;

    transform: translateY(-50%);

	-ms-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-o-transform:translateY(-50%);

}

.nacbox02 h4 {

    text-align: center;

    max-width:50%;

    margin: auto;

	margin-bottom: 30px;

}

.w960 .nacbox02 h4 {

	max-width: 60%;

}

.nacbox02 h4 img{

	max-width: 100%;

	height: auto;

}

.default-basescript-index .navbox{

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

}

.navbox .logo{

	text-align: center;

}

.navbox .logo img{

	height: 90px;

	width: auto;

}

.navbox .tcontact{

	width: calc(100% - 100px);

	padding: 30px 50px;

	background: #192476 url("/temp/temp/53/53-0033/202011091354/images/bg01.png") no-repeat right center;

	position: absolute;

	bottom: 0;

	left: 0;

}

.w960 .navbox .tcontact {

    width: calc(100% - 60px);

    padding: 15px 30px;

}

.navbox .tcontact h2{

	font-size: 46px;

	color: #fff;

	line-height: 42px;

	margin-bottom: 20px;

}

.w960 .navbox .tcontact h2{

	font-size: 35px;

    margin-bottom: 10px;

}

.navbox .tcontact h4{

	font-size: 14px;

	color: #fff;

	margin-top: 10px;

}

.navbox .tcontact a{

	color:#fff;

}

.w960 .navbox .tcontact h4 {

    font-size: 12px;

    margin-top: 2px;

}

.navbox .tcontact::before{

	content: "";

	position: absolute;

	width: 100%;

	height: 50px;

	background: url("/temp/temp/53/53-0033/202011091354/images/bg02.png") no-repeat right center;

	top: -50px;

	right: 0;

}

.w960 .navbox .tcontact::before {

    height: 35px;

    top: -35px;

    background-size: auto 100%;

}

.nav01 > li{

	padding: 10px 0;

	float: none;

	position: inherit;

}

.w960 .nav01 > li {

   padding: 6px 0;

}

.nav01 > li:first-child{

	padding-top: 0;

}

.nav01 > li:last-child{

	padding-bottom: 0;

}

.nav01 > li > a{

	display: block;

	text-align: center;

	background: #fff;

	transition: 0.3s;

	width: 142px;

	margin: auto;

}

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

	background: #fed90c;

}

.nav01 > li > a span{

	display: block;

	float: right;

	margin-right: 10px;

	font-size: 20px;

	color: #000;

	line-height: 34px;

}

.w960 .nav01 > li > a span

,.w960 .nav01 > li > a em{

	font-size: 17px;

}

.nav01 > li > a em{

	display: block;

	float: left;

	font-size: 20px;

	color: #444;

	line-height: 34px;

	margin-left: 10px;

}

.nav01 > li ul {

	position: fixed;

    width: 200px;

    padding-top: 70%;

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

	padding-left: 40px;

}

.nav01 > li ul li{

	width: auto;

}

.nav01 > li ul li a{

	display: block;

    font-size: 14px;

    color: #999;

    padding: 15px 0;

    position: relative;

	transition: 0.3s;

}

.nav01 > li ul li a em{

	display: block;

	position: absolute;

	right: 20px;

	top: 10px;

	height: 21px;

	font-size: 0;

	background: url("/temp/temp/default/default-0001/1/images/touch/news_list_more.png") no-repeat center;

	width: 21px;

    background-size: 5px;

	opacity: 0;

	transition: 0.3s;

}

.nav01 > li ul li:hover a{

	padding-left: 5px;

	color: #192476;

}

.nav01 > li ul li:hover a em{

	opacity: 0.8;

}

.listtop{

	position: relative;

}

.nybanner{

	margin-bottom: 150px;

}

.nybanner img{

	width: 100%;

	height: auto;

}

.catbox {

    position: absolute;

    width: 75%;

    background: #fed90c;

    bottom: -50px;

    height: 70px;

	line-height: 70px;

    border-radius: 0 50px 50px 0;

	z-index: 2;

}

.catbox h2 {

    font-size: 40px;

    font-weight: bold;

    color: #fff;

    width: 30%;

    background: #192476;

    text-align: center;

	position: relative;

	text-transform: capitalize;

}

.w960 .catbox h2{

	width: 40%;

}

.catbox::before {

    position: absolute;

	left: 0;

    content: "";

    width: 31%;

    height: 80px;

    background: #192476;

    transform: skewX(-8deg);

	-ms-transform:skewX(-8deg);

	-moz-transform:skewX(-8deg);

	-webkit-transform:skewX(-8deg);

	-o-transform:skewX(-8deg);

}

.w960 .catbox::before {

	width: 42%;

}

.catbox h2 span {

    font-size: 23px;

    margin-left: 10px;

    font-weight: normal;

}

.lnav {

    margin-bottom: 20px;

    width: 85%;

    margin: auto;

    margin-bottom: 20px;

}

.lnav li {

	float: left;

	margin-right: 20px;

}

.lnav li a {

    display: block;

    font-size: 18px;

    padding: 6px 50px;

    background: #fed90c;

    color: #192476;

	position: relative;

}

.lnav li a::before{

	position: absolute;

	content: "";

	width: 0;

	height: 2px;

	background: #192476;

	transition: all .3s;

	left: 0;

	bottom: 0;

}

.lnav li:hover a::before

,.lnav li.a a::before{

	width: 100%;

}

.lnav li a span{

	display: none;

}

.lnav li:hover a,.lnav li.a a{

}





/*关于我们*/

.banbox{

	position: relative;

}

.mbbanner .prev, .mbbanner .next {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 20px;

    border-radius: 50%;

    left: 50px;

	margin-top: -25px;

}

.ismobile .mbbanner .prev,.ismobile .mbbanner .next{

	display: none;

}

.ispc .mbbanner .dots{

	display: none;

}

.mbbanner li img{

	width: 100%;

	height: auto;

	margin-left: 0 !important;

	left: 0 !important;

}

.mbbanner .dots span{

	width: 10px;

	height: 10px;

	border-radius: 50%;

	opacity: .3;

}

.mbbanner .dots span.active{

	background-color: #fff;

	opacity: 1;

}

.mbbanner .next {

	right: 50px;

	left: auto;

}

.textcenterbox{

	width: 74%;

	margin-left:26%;

}

.about {

    position: absolute;

    width: 100%;

    bottom: 0;

    right: 0;

	background:url("/temp/temp/53/53-0033/202011091354/images/banbg.png") no-repeat right top;

	background-size: auto 100%;

	padding: 150px 0 80px 0;

}

.w960 .about{

	padding: 80px 0 75px 0;

	background-size: 100% 100%;

	background-position: right bottom;

}

.about img{

	width: 100%;

	height: auto;

}

.about .text{

	width: 43%;

	margin-right: 4%;

}

.w960 .about .text {

    width: 50%;

    margin-right: 2%;

}

.about .text h1 {

    font-size: 28px;

    margin-bottom: 5px;

    color: #fff;

    display: inline-block;

    padding: 10px 20px;

    background: #192476;

    border-radius: 5px;

}

.w960 .about .text h1{

	font-size: 25px;

}

.about .text span{

	display: block;

	font-size: 23px;

    color: #fff;

    font-weight: bold;

	line-height: 1;

}

.about .text p{

	float: left;

	width: 80%;

	margin-top: 25px;

	color: #000;

	font-size: 16px;

	line-height: 30px;

}

.w960 .about .text p {

    font-size: 14px;

    line-height:25px;

	margin-top: 20px;

}

.about .text a{

	display: block;

	float: right;

	width: 60px;

	line-height: 60px;

	text-align: center;

	border: 1px solid #1b1b1b;

	border-radius: 50%;

	font-size: 30px;

	color: #1b1b1b;

	transition: 0.3s;

	margin-top: 25px;

}

.about .text a:hover{

	background: #192476;

	border-color: #192476;

	color: #fff;

}





/*课程*/

.applybox{

	background: url("/temp/temp/53/53-0033/202011091354/images/bg03.png") no-repeat bottom center;

	padding-bottom: 140px;

}

.w960 .applybox{

	padding-bottom: 80px;

    background-size: 100% auto;

}

.course{

	width: 840px;

	float: left;

	margin: 100px auto;

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

	position: relative;

}

.w960 .course{

	width: 80%;

    margin: 50px 10%;

    transform: scale(0.9);

	-ms-transform:scale(0.9);

	-moz-transform:scale(0.9);

	-webkit-transform:scale(0.9);

	-o-transform:scale(0.9);

}

.course h1{

	font-size: 160px;

    color: #f9f9f9;

    line-height: 140px;

    text-align: center;

    position: absolute;

    left: 0;

    top: 50%;

	margin-top: -70px;

    width: 100%;

    font-weight: bold;

}

.course ul{

	position: relative;

	z-index: 2;

}

.course ul li {

    float: left;

    width: 25%;

    margin:20px 0;

    transition: all .3s;

}

.course ul li:hover{

	transform: scale(1.08);

}

.course ul li a {

    display: block;

    font-size: 20px;

    color: #fff;

    text-align: center;

    margin: auto;

    border-radius: 50%;

    background: #56575b;

    line-height: 25px;

    transition: 0.3s;

    height: 50px;

	line-height: 25px;

    padding: 45px 20px;

    width: 100px;

}

.course ul li a span{

	display: block;

}

.course ul li:nth-child(1) a

,.course ul li:nth-child(3) a{

	line-height:50px;

}

.course ul li:nth-child(5) a

,.course ul li:nth-child(6) a{

	background: #6972c1;

}

.course ul li:nth-child(7) a{

	background: #c45520;

}

.course ul li:nth-child(8) a{

	background: #30a39e;

}

/*--

.course ul li:nth-child(1) a{

	padding: 40px 25px;

	width: 80px;

}

.course ul li:nth-child(2) a{

	background: #000;

	padding: 25px 30px;

	width: 40px;

	margin-top: 15px;

}

.course ul li:nth-child(3) a{

	background: #ce4841;

	padding: 35px 15px;

	width: 90px;

	margin-top: 5px;

}

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

	background: #ce4841;

	padding: 18px 20px;

	width: 46px;

	margin-top: 22px;

}

.course ul li:nth-child(5) a{

	background: #74c0c0;

	padding: 40px 10px;

	width: 110px;

}

.course ul li:nth-child(6),.course ul li:nth-child(7){

	width: 50%;

}

.course ul li:nth-child(8){

	width: 100%;

	margin-bottom: 0;

}

.course ul li:nth-child(6) a{

	line-height: 110px;

	width: 110px;

	margin-top: 20px;

	margin-left: 280px;

}

.course ul li:nth-child(7) a{

	padding: 50px 20px;

	background: #fed90c;

	width: 110px;

	margin-right: 220px;

}

.course ul li:nth-child(8) a{

	padding: 25px 10px;

	background: #000;

	width: 80px;

}--*/

.apply{

	width: 60%;

	float: right;

	margin-right: 5%;

}

.w960 .apply{

	width: 64%;

	margin-right: 3%;

}

.apply li{

	float: left;

	width: 48.5%;

	margin-right: 3%;

}

.apply li:last-child{

	margin-right: 0;

}

.apply li a{

	display: block;

}

.apply li span{

	display: block;

	width: 100%;

	position: relative;

	transform: skewX(-4deg);

}

.apply li span::after{

	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	background: #000;

	left: 0;

	bottom: 0;

	z-index: 2;

	transition: 0.3s;

	opacity: 0;

}

.apply li img{

	width: 100%;

	height: auto;

}

.apply li h3{

	font-size: 20px;

	color: #fff;

	margin-top: 20px;

	margin-bottom: 5px;

	position: relative;

	width: calc(100% - 20px);

	margin-left: 20px;

}

.apply li h3::before{

	content: "";

	position: absolute;

	width: 4px;

	height: 64px;

	background: #fed90c;

	left: 10px;

	top: -70px;

	z-index: 3;

	transform: skewX(-6deg);

}

.apply li h4{

	font-size: 14px;

	color: #fff;

	width: calc(100% - 20px);

	margin-left: 20px;

}

.apply li:hover span::after{

	opacity: 0.4;

}





/*新闻资讯*/

.newbox{

	position: relative;

}

.news {

    float: left;

    width: 40%;

    padding: 100px 0;

    margin: 0 5%;

	padding-bottom: 90px;

}

.w960 .news{

	width: 45%;

	margin: 0 2.5%;

}

.newbox::before{

	content: "";

	position: absolute;

	width: 40px;

	height: 100%;

	right: calc(50% - 12px);

	top: 0;

	background: #fff;

	transform: skewX(-3deg);

}

.news h1 {

    float: left;

    writing-mode: vertical-lr;

    position: relative;

    padding-top: 62px;

    font-size: 30px;

    letter-spacing: 5px;

}

.news h1::after{

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	border-radius: 5px;

	background: #fed90c;

	left: 21px;

	top: 0;

}

.news h1::before{

	content: "";

	position: absolute;

	width: 1px;

	height: 45px;

	border-radius: 5px;

	background: #eaeaea;

	left: 25px;

	top: 10px;

}

.allnews{

	float: right;

	width: calc(100% - 100px);

	overflow: hidden;

}

.w960 .allnews{

	width: calc(100% - 70px);

}

.allnews .d01{

	position: relative;

	padding-bottom: 30px

}

.allnews .dots09{	

	position: absolute;

	z-index: 1;

	text-align: center;

	width: 100%;

	bottom: 0 !important;

}

.allnews .dots09 .swiper-pagination-bullet-active{

	background: #fed90c;

}

.allnews li{

	width: 100%;

}

.allnews li a{

	display: block;

	border: 1px solid #eee;

	transition: 0.3s;

}

.allnews li .date{

	float: left;

	width: 80px;

	text-align: center;

}

.allnews li .date h4{

	font-size: 40px;

	margin-top: 66px;

	line-height: 40px;

	transition: 0.3s;

}

.allnews li .date em{

	font-size: 12px;

	font-style: normal;

	transition: 0.3s;

}

.allnews li .text{

	float: right;

	width: calc(100% - 161px);

	border-left: 1px solid #eee;

	padding: 20px 40px;

	transition: 0.3s;

}

.w960 .allnews li .text{

	width: calc(100% - 121px);

	padding: 20px;

}

.allnews li .text span{

	display: block;

	width: 70px;

	line-height: 22px;

	text-align: center;

	font-size: 12px;

	background: #e9ebf6;

	color: #222;

	border-radius: 3px;

	transition: 0.3s;

}

.allnews li .text h3{

	font-size: 18px;

	color: #222;

	line-height: 24px;

	height: 48px;

	margin-top: 15px;

	margin-bottom: 10px;

	transition: 0.3s;

	overflow: hidden;

}

.allnews li .text p{

	font-size: 14px;

	color: #666;

	transition: 0.3s;

}

.allnews li .text ins{

	width: 38px;

	height: 10px;

	display: block;

	background: url("/temp/temp/53/53-0033/202011091354/images/more01.png") no-repeat center;

	margin-top: 20px;

	margin-bottom: 10px;

	transition: 0.3s;

}

.allnews li:hover .date h4,.allnews li:hover .date em

,.allnews li:hover .text h3,.allnews li:hover .text p{

	color: #fff;

}

.allnews li:hover .text{

	border-color: rgba(255,255,255,0.1);

}

.allnews li:hover .text span{

	background: #fed90c;

}

.allnews li:hover .text ins{

	background: url("/temp/temp/53/53-0033/202011091354/images/more02.png") no-repeat center;

}

.allnews li:hover a{

	background: #192476;

	border-color: #192476;

}

.allnews .dots{

	width: auto;

	bottom: -30px;

	right: 0;

}

.allnews .dots span{

	width: 6px;

	height: 6px;

	border: 1px solid #192476;

	border-radius: 4px;

	background: #fff;

	margin: 0;

	margin-left: 12px;

}

.allnews .dots span.active{

	background: #192476;

}





/*假期校历*/

.calendarbox{

	float: right;

	width: 50%;

	background: #fed90c;

	padding: 80px 0;

}

.calendar {

	width: 70%;

	margin: auto;

}

.calendar h1{

	font-size: 26px;

	font-weight: bold;

}

.calendar h2{

	font-size: 14px;

	margin-bottom: 40px;

}

.calendar .tit01{

	margin-bottom: 30px;

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

	width: 332px;

}

.calendar .tit01 span{

	display: block;

	float: left;

	cursor: pointer;

	width: 110px;

	line-height: 48px;

	text-align: center;

	border-right: 1px solid rgba(0,0,0,0.1);

	font-size: 18px;

	transition: 0.3s;

}

.calendar .tit01 span:last-child{

	border: none;

}

.calendar .tit01 span.a,.calendar .tit01 span:hover{

	background: #fff;

}

.calendar .tit02 p{

	font-size: 15px;

	color: #666;

	display: none;

	line-height: 26px;

}

.w960 .calendar .tit02 p{

	font-size: 13px;

}

.calendar .tit02 p:first-child{

	display: block;

}





/*优势*/

.advantage{

	background: #1a2575;

	padding: 80px 8%;

	padding-bottom: 0;

}

.w960 .advantage{

	padding: 80px 5%;

}

.advantage .tit01{

	float: left;

	width: 260px;

	margin-top: 12%;

}

.advantage .tit01 h1{

	font-size: 48px;

	color: #fff;

	margin-bottom: 10px;

}

.w960 .advantage .tit01 h1{

	font-size: 43px;

}

.advantage .tit01 h2{

	font-size: 14px;

	color: #fff;

	line-height: 24px;

}

.advantage ul{

	float: right;

	width: calc(100% - 340px);

}

.w960 .advantage ul{

    width: calc(100% - 300px);

}

.advantage ul li{

	margin-bottom: 30px;

	position: relative;

}

.advantage ul li:last-child{

	margin-bottom: 3px;

}

.advantage ul li::before{

	content: "";

	position: absolute;

	width: 20%;

	height: 3px;

	left: 0;

	bottom: -3px;

	background: #fed90c;

	opacity: 0;

	transition: 0.5s;

}

.advantage ul li a{

	display: block;

}

.advantage ul li span{

	display: block;

	float: left;

	width: 150px;

	line-height: 136px;

	text-align: center;

	background: #1c287e;

}

.w960 .advantage ul li span{

	width: 100px;

	line-height: 115px;

}

.advantage ul li img{

	width: 66px;

	height: auto;

}

.advantage ul li div{

	float: left;

	width: calc(100% - 360px);

	padding: 42px 60px;

	position: relative;

	background: #203298;

}

.w960 .advantage ul li div {

    width: calc(100% - 210px);

    padding: 32px 0 31px 50px;

}

.advantage ul li h3{

	font-size: 24px;

	color: #fff;

	line-height: 26px;

	margin-bottom: 10px;

	letter-spacing: 2px;

}

.w960 .advantage ul li h3 {

    font-size: 20px;

}

.advantage ul li h4{

	font-size: 14px;

	color: #fff;

	line-height: 16px;

}

.advantage ul li em{

	font-style: normal;

	position: absolute;

	font-size: 20px;

	color: #fff;

	left: 12px;

	top: 12px;

	letter-spacing: 2px;

}

.advantage ul li ins{

	float: right;

	width: 90px;

	height: 136px;

	background: #293aa6 url("/temp/temp/53/53-0033/202011091354/images/more03.png") no-repeat center;

	opacity: 0;

	transition: 0.4s;

}

.w960 .advantage ul li ins {

    width: 60px;

    height: 115px;

}

.advantage ul li:hover ins{

	opacity: 1;

}

.advantage ul li:hover::before{

	width: 100%;

	opacity: 1;

}





/*公共底部*/

.footerbox{

	background: url("/temp/temp/53/53-0033/202011091354/images/fbg02.png") no-repeat top center;

}

.default-basescript-index .footerbox{

	background: #fed90c url("/temp/temp/53/53-0033/202011091354/images/fbg.jpg") no-repeat top center;

}

.footer{

	padding: 0 8%;

	padding-bottom: 40px;

}

.footer .f01{

	position: relative;

}

.footer .f01 img{

	float: left;

	margin-right: 10px;

}

.footer .f01 img:first-child{

	margin-top: 102px;

}

.footer .f02 .text{

	width: 50%;

	margin-top: 50px;

}

.footer .f02 .text h3{

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 10px;

	color: #333;

}

.footer .f02 .text p{

	font-size: 14px;

	line-height: 26px;

	color: #333;

}

.footer .f02 .imgbox{

	float: right;

	width: 150px;

	margin-top: 30px;

}

.footer .f02 .imgbox img{

	width: 120px;

	height: auto;

}

.footer .f02 .imgbox h4{

	font-size: 12px;

	margin-top: 15px;

	color: #333;

}

.jishu{

	padding: 20px 0;

	border-top: 1px solid rgba(0,0,0,0.1); 

}

.jishu p{

	width: 100%;

	text-align: center;

	margin: auto;

	font-size: 12px;

	color: #555;

}

.jishu p a{

	color: #555;

	transition: 0.2s;

}

.jishu p a:hover{

	color: #000;

}





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

.pub01{

	text-align: right;

	margin-bottom:20px;

}

.lnews {

    width: 75%;

    padding: 5%;

    background: #fff;

	margin: auto;

	padding-top: 3%;

}

.lnews .all li{

	transition: 0.4s;

}

.lnews .all li a {

    border-bottom: 1px dotted #eee;

    display: block;

    padding: 30px 25px;

}

.lnews .all li h3{

	font-size: 20px;

	color: #333;

	font-weight: bold;

    margin: 10px 0;

	transition: 0.4s;

}

.lnews .all li p{

	font-size: 14px;

    color: #666;

    line-height: 20px;

    height: 40px;

    overflow: hidden;

}

.lnews .all li h4{

	font-size: 12px;

	color: #aaa;

	float: left;

}

.lnews .all li h5{

	font-size: 12px;

	color: #fed90c;

	float: left;

	font-weight: bold;

	margin-left: 15px;

}

.ispc .lnews .all li:hover{

	box-shadow: 0 2px 12px rgba(0,0,0,0.08);

}

.ispc .lnews .all li:hover .imgbox div{

	opacity: 1;

}

.ispc .lnews .all li:hover img{

	transform: scale(1.06);

}

.ispc .lnews .all li:hover h3{

	color: #192476;

}



/*课程展示内容页*/

.vshow{

	position: relative;

	margin-bottom: 20px;

	z-index: 2;

	width: 750px;

	margin: auto;

}

.vshow h1 {

    font-size: 22px;

    color: #333;

    font-weight: bold;

    line-height: 2;

}

.vshow h2 {

    font-size: 20px;

    color: #333;

    margin-bottom: 70px;

    margin-top: 10px;

    font-weight: bold;

}

.vcourse h1{

	background: #fed90c;

    padding-left: 30px;

    border-left: 5px solid #192476;

}

.vcourse h2{

	padding-left: 35px;

}

.vshow .pub01{

	margin: 0 80px;

}

.vshow .next01,.view-case .next01{

	padding: 20px 0;

	border-top: 1px solid #eaeaea;

	margin-top: 30px;

}

.vshow .next01 p,.view-case .next01 p{

	font-size: 12px;

	color: #666;

	line-height: 22px;

}

.vshow .next01 a,.view-case .next01 a{

	color: #aaa;

	transition: all .3s;

}

.vshow .next01 a:hover,.view-case .next01 a:hover{

	color: #192476;

}

.vnews{

	margin-top: 60px;

}

.vnews h2{

	font-size: 14px;

	margin-top: 5px;

}

.vnews h2 a {

    display: inline-block;

	*display:inline;

    padding: 0 10px;

    border: 1px solid #aaa;

    color: #aaa;

    margin-left: 10px;

	font-size: 12px;

	transition: all .3s;

	text-indent: 0;

}

.vnews h2 a:hover {

	background: #aaa;

    color: #fff;

}

.vshow .list-works {

    padding: 0;

    padding-bottom: 100px;

}

.vshow .list-works ul{

	text-align: center;

}

.vshow .list-works li {

    width: auto;

    margin: 0;

    float: none;

    display: inline-block;

}

.vshow .list-works li a{

	padding: 10px;

}

.vshow .list-works li img{

	width: auto;

	height: 250px;

}

.vshow .list-works li a h3 {

    bottom: 20px;

    font-size: 23px;

    left: 20px;

}

.vshow .list-works h2 {

    text-align: center;

    font-size: 30px;

    color: #333;

    font-weight: bold;

	margin-bottom: 30px;

}

.vshow .list-works h2 span {

    display: block;

    font-weight: normal;

    font-size: 17px;

    color: #999;

}









/*-------------list-course-------------*/

.list-course{

	position: relative;

	margin-bottom: 100px;

	margin-top: -40px;

}

.list-course01 li{

	float: left;

	width: 50%;

	padding: 100px 80px;

	box-sizing: border-box;

	border-right: 1px solid #eee;

	border-bottom: 1px solid #eee;

	position: relative;

	overflow: hidden;

	transition: all .3s;

}

.catbox02 {

    position: relative;

    height: 80px;

    margin-top: -40px;

}

.catbox02 .catbox{

	bottom: 10px;

}

.w960 .catbox {

    width: 70%;

}

.catbox02 h2{

	float: left;

}

/*--

.catbox02 ul li::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: #192476;

    transform: skewX(-9deg);

	-ms-transform:skewX(-9deg);

	-moz-transform:skewX(-9deg);

	-webkit-transform:skewX(-9deg);

	-o-transform:skewX(-9deg);

}--*/

.catbox02 ul li a {

    display: block;

    font-size: 23px;

    padding: 0 20px;

    position: relative;

    z-index: 2;

    line-height: 40px;

    margin: 15px 0;

    border: 1px solid #192476;

    color: #192476;

    border-radius: 30px;

    margin-right: 15px;

	transition: all .3s;

}

.ispc .catbox02 ul li:hover a {

	background: #192476;

	color: #fff;

}

.catbox02 ul li.a{

	display: none;

}

.catbox02 ul li a span{

	display: none;

}

.w960 .list-course01 li{

	padding: 80px 50px;

}

.list-course01 li:nth-child(1)

,.list-course01 li:nth-child(2){

	padding-top: 150px;

}

.list-course01 li.two{

	background: #fafafa;

}

.list-course01 li a{

	display: block;

}

.list-course01 li a span{

	display: block;

	width: 175px;

	background: #fed90c;

	float: left;

}

.w960 .list-course01 li a span{

	width: 150px;

}

.list-course01 li img {

    width: 100%;

    height: auto;

    transform: translate(-5px, -5px);

}

.list-course01 li div{

	width: calc(100% - 220px);

	float: right;

}

.w960 .list-course01 li div{

	width: calc(100% - 175px);

}

.list-course01 li div h3 {

    font-size: 22px;

    font-weight: bold;

    margin: 15px 0;

}

.list-course01 li div p {

    font-size: 14px;

    color: #444;

    line-height: 23px;

    height: 46px;

    overflow: hidden;

}

.list-course01 li div em {

    display: block;

    position: absolute;

    width: 40px;

    height: 40px;

    background: #fed90c;

    line-height: 40px;

    text-align: center;

    font-size: 20px;

    border-radius: 50%;

    bottom: 170px;

    right: 80px;

	font-style: normal;

}

.w960 .list-course01 li div em {

    right: 20px;

    bottom: 145px;

}

.list-about01 {

    width: 86%;

    margin: auto;

	margin-bottom: 100px;

}

.list-about01 li {

    float: left;

    width: 31%;

    margin-right: 3.5%;

    padding: 70px 30px;

    box-sizing: border-box;

	position: relative;

	color: #333;

	transition: all .3s;

	background: #6cc8f1;

}

.w960 .list-about01 li{

	padding: 60px 25px;

}

.list-about01 li:hover{

	background: #192476;

	color: #fff;

}

.list-about01 li:last-child{

	margin-right: 0 !important;

}

.list-about01 li span {

    display: block;

    float: left;

    width: 100px;

    height: 100px;

    background: #fff;

    border-radius: 50%;

    text-align: center;

    line-height: 100px;

    font-size: 50px;

    color: #6cc8f1;

    font-weight: bold;

	transition: all .3s;

}

.list-about01 li:hover span{

	color: #192476;

}

.list-about01 li h3 {

    font-size: 24px;

    line-height: 34px;

    height: 60px;

    font-weight: bold;

    width: calc(100% - 130px);

    float: right;

}

.w960 .list-about01 li h3{

	font-size: 20px;

}

.list-about02 {

    position: relative;

	padding-top:11%;

	padding-bottom: 5%;

}

.list-about02::after {

    position: absolute;

    content: "";

    width: 80%;

    height: 30%;

    bottom: 0;

    background: #192476;

    border-radius: 0 0 50px 0;

}

.list-about02::before {

    position: absolute;

    content: "";

    height: 82%;

    width: 100%;

	left: 0;

	top:0;

	z-index: 1;

	background:url("/temp/temp/53/53-0033/202011091354/images/aboutbg.jpg") no-repeat center;

	background-attachment: fixed;

    background-size: cover;

}

.list-about02 .d01{

	position: relative;

	z-index: 1;

}

.list-about02 .d01 .d02 {

    float: left;

    width: 64%;

    padding: 100px;

    border-radius: 0 50px 50px 0;

	background:#fff;

	box-sizing: border-box

}

.w960 .list-about02 .d01 .d02{

	padding: 70px;

}

.list-about02 .d01 .d02 h2 {

    font-size: 40px;

    font-weight: bold;

    color: #333;

    position: relative;

    display: inline-block;

    margin-bottom: 30px;

	line-height: 1;

}

.w960 .list-about02 .d01 .d02 h2{

	font-size: 33px;

	margin-bottom: 20px;

}

.list-about02 .d01 .d02 h2 span {

    position: relative;

    z-index: 1;

}

.list-about02 .d01 .d02 h2::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 8px;

    background: #fed90c;

    left: 0;

    bottom: 0;

}

.list-about02 .d01 .d02 div p {

    font-size: 14px;

    color: #333;

    margin-top: 30px;

	line-height: 2;

}

.w960 .list-about02 .d01 .d02 div p {

    margin-top: 20px;

    line-height: 1.8;

}

.list-about02 .d01 .d03 {

    font-size: 6rem;

    color: #fff;

    line-height: 1;

    font-weight: bold;

    float: right;

    width: 32%;

    overflow: hidden;

}

.w960 .list-about02 .d01 .d03{

	font-size: 4.2rem;

}

.list-about03{

	padding: 100px 0;

}

.list-about03 span {

    display: block;

    float: left;

    width: 32%;

	position: relative;

}

.list-about03 span img{

	width: 100%;

	height: auto;

}

.list-about03 span h2 {

    width: 250px;

    height: 250px;

    position: absolute;

    right: -40px;

    top: 45px;

    background: #fed90c;

    border-radius: 50%;

    text-align: center;

    line-height: 238px;

    font-size: 40px;

    color: #333;

    font-weight: bold;

}

.w960 .list-about03 span h2{

	width: 200px;

	height: 200px;

	line-height: 200px;

	font-size: 35px;

}

.list-about03 .d01 {

    float: right;

    width: 46%;

    padding-right: 15%;

	margin-top: 50px;

	background:#fff url("/temp/temp/53/53-0033/202011091354/images/abbg03.jpg") no-repeat right center;

}

.w960 .list-about03 .d01{

	margin-top: 30px;

}

.list-about03 .d01 li {

    margin-bottom: 80px;

}

.w960 .list-about03 .d01 li {

    margin-bottom: 50px;

}

.list-about03 .d01 li h3 {

    font-size: 30px;

    font-weight: bold;

    color: #444;

    margin-bottom: 20px;

}

.w960 .list-about03 .d01 li h3 {

	font-size: 25px;

	margin-bottom: 15px;

}

.list-about03 .d01 li p {

    color: #444;

    line-height: 1.8;

    font-size: 14px;

}

.w960 .list-about03 .d01 li p{

	font-size: 12px;

	line-height: 1.6;

}



/*-------------------list-apply-------------------*/

.default-mod-diy .catbox

,.default-mod-add .catbox{

	display: none;

}

.list-apply01{

	width: 88%;

    margin: auto;

	margin-bottom: 150px;

}

.list-apply01 .sum01 {

    font-size: 16px;

    width: 75%;

    margin: auto;

    text-align: center;

    color: #666;

    margin-bottom: 40px;

}

.list-apply01 .sum01 h2{

	font-size: 35px;

	margin-bottom: 30px;

	color: #333;

}

.list-apply01 li {

    float: left;

    width: 48%;

    margin-right: 4%;

	position: relative;

}

.list-apply01 li a{

	display: block;

}

.list-apply01 li:nth-child(2){

	margin-right: 0 !important; 

}

.list-apply01 li span {

    display: block;

    position: relative;

	overflow: hidden;

	background: #000;

}

.list-apply01 li span img{

	width: 100%;

	height: auto;

	opacity: .8;

	transition: all .3s;

}

.list-apply01 li:hover span img{

	opacity: .5;

}

.list-apply01 li span ins {

    width: 100%;

    height: 100%;

    left: 0;

    top: 100%;

    position: absolute;

    text-decoration: none;

    padding: 50px;

    color: #fff;

    box-sizing: border-box;

	transition: all .3s;

	opacity: 0;

}

.w960 .list-apply01 li span ins{

	padding: 30px;

}

.list-apply01 li:hover span ins {

	opacity: 1;

	top: 0;

}

.list-apply01 li span ins h3 {

    font-size: 16px;

    margin-bottom: 10px;

}

.w960 .list-apply01 li span ins h3 {

	font-size: 17px;

	margin-bottom: 5px;

}

.list-apply01 li span ins p {

    font-size: 12px;

    line-height: 1.5;

    margin-bottom: 20px;

}

.list-apply01 li div {

    position: absolute;

    width: 40%;

    background: #fff;

    padding: 34px;

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

    right: 15px;

    bottom: -50px;

}

.w960 .list-apply01 li div{

	padding: 35px;

	bottom: -57px;

	transition: all .3s;

}

.w960 .list-apply01 li:hover div{

	bottom: -70px;

}

.list-apply01 li div h3 {

    font-size: 20px;

    font-weight: bold;

    color: #333;

}

.list-apply01 li div h4 {

    font-size: 14px;

    color: #333;

    margin-top: 2px;

}

.list-apply02 {

    padding: 100px 0 0 0;

    background: #fafafa;

}

.list-apply02 .d01 {

    float: right;

    width: 70%;

    background: #fff;

    padding: 50px 80px;

    box-sizing: border-box;

	border-radius: 50px 0 0 0;

	position: relative;

}

.w960 .list-apply02 .d01{

	width: 75%;

	padding: 40px 50px;

}

.list-apply02 .d01 .apply-tit{

    position: absolute;

    left: -69px;

}

.list-apply02 .d01 .apply-tit h2 {

    position: relative;

    z-index: 1;

    background: #fed90c;

    padding: 10px;

    width: 50px;

    text-align: center;

	font-size: 34px;

	line-height: 1.2;

	margin-top: 50px;

	border-radius: 20px 0 0 20px;

}

.list-apply02 .d01 .apply-tit strong {

    display: block;

    position: absolute;

    text-transform: uppercase;

    writing-mode: vertical-lr;

    font-size: 150px;

    font-weight: normal;

    opacity: 0.05;

    top: 0;

    left: -98px;

}

.w960 .list-apply02 .d01 .apply-tit {

    left: -61px;

}

.w960 .list-apply02 .d01 .apply-tit h2 {

    padding: 10px;

    width: 40px;

    font-size: 29px;

}

.w960 .list-apply02 .d01 .apply-tit strong {

    font-size: 120px;

    left: -75px;

}

.list-apply02 .d01 li {

    padding: 25px 0;

    border-bottom: 1px dotted #eee;

    margin-bottom: 20px;

}

.w960 .list-apply02 .d01 li {

    padding: 20px 0;

    margin-bottom: 10px;

}

.list-apply02 .d02 li h3 {

    font-size: 20px;

    font-weight: bold;

    color: #333;

    margin-bottom: 10px;

}

.list-apply02 .d01 li p {

    font-size: 14px;

    color: #444;

}

.list-apply03{

	margin: 100px auto;

}

.list-apply03 h2 {

    font-size: 35px;

    font-weight: bold;

    color: #333;

    padding-left: 150px;

    position: relative;

    display: inline-block;

    padding-right: 50px;

	margin-bottom: 70px;

}

.w960 .list-apply03 h2{

	font-size: 30px;

}

.list-apply03 h2:before {

    position: absolute;

    content: "";

    width: 130px;

    height: 100%;

    background: #fed90c;

    left: 0;

}

.list-apply03 h2:after {

    position: absolute;

    content: "";

    width: 30px;

    height: 100%;

    background: #fed90c;

    right: 0;

}

.list-apply03 .d01{

	padding-bottom: 50px;

	margin-left: 60px;

}

.list-apply03 .d02 li{

	width: 480px;

	margin-left:60px;

}

.list-apply03 .d01 li a {

    display: block;

    padding:50px 30px;

    border: 1px solid #eee;

}

.list-apply03 .d01 li span {

    display: block;

    width: 120px;

	float: left;

}

.list-apply03 .d01 li span img{

	width: 100%;

	height: auto;

	border-radius: 50%;

	border: 1px solid #eee;

}

.list-apply03 .d01 li div {

    float: right;

    width: calc(100% - 150px);

}

.list-apply03 .d01 li div h3 {

    font-size: 18px;

    color: #666;

    margin-bottom: 10px;

}

.list-apply03 .d01 li div em {

    display: block;

    padding: 5px 10px;

    background: #fed90c;

    font-style: normal;

    font-size: 15px;

    color: #333;

    border-radius: 5px;

}

.list-apply03 .d01 li div p {

    font-size: 14px;

    color: #666;

    line-height: 18px;

    height: 36px;

    overflow: hidden;

    margin-top: 10px;

}

.list-apply03 .d01 .dots{

	bottom: 0;

}

.list-apply03 .d01 .dots span {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: 1px solid #fed90c;

	margin: 5px 10px;

}

.list-apply03 .d01 .dots span.active {

    background-color: #fed90c;

    border-color: #fed90c;

}

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

.list-cont01 {

    padding: 170px 70px 100px 70px;

    background: #fff;

}

.list-cont01 li {

    float: left;

    width: 30%;

    margin: 0 1.515%;

    border: 1px solid #eee;

    box-sizing: border-box;

    text-align: center;

	position: relative;

	padding: 70px 0 50px 0;

	transition: all .3s;

}

.w960 .list-cont01 li {

    padding: 50px 0 20px 0;

}

.list-cont01 li:hover{

	background: #fed90c;

	transform: translateY(-5px);

}

.list-cont01 li span {

    display: block;

    width: 80px;

    height: 80px;

    background: #192476;

    line-height: 80px;

    text-align: center;

	border-radius: 50%;

	position: absolute;

	left: 50%;

	margin-left:-40px;

	top:-40px;

}

.list-cont01 li span img{

	width: 45px;

	height: auto;

}

.list-cont01 li h3 {

    font-size: 20px;

    font-weight: bold;

    color: #333;

}

.list-cont01 li div {

    font-size: 16px;

    color: #666;

    min-height: 63px;

    margin-top: 10px;

}

.list-cont01 li div p {

    font-size: 14px;

    padding: 0 20px;

}

.w960 .list-cont01 li div p{

    padding: 0 10px;

}

.message{

	padding: 100px 0;

}

.message form {

    background: #fff;

    margin: auto;

    padding: 50px 100px;

    margin: 0 80px;

}

.message form h4 {

    font-size: 35px;

    text-align: center;

	margin-bottom: 40px;

}

.w960 .message form h4{

	font-size: 30px;

}

.message form label{

	display: none;

}

.message form input

,.message form textarea{

    width: 100%;

    line-height: 40px;

    border: 1px solid #eee;

    margin-bottom: 15px;

    padding-left: 20px;

    box-sizing: border-box;

    font-size: 14px;

}

.message form textarea{

	height: 80px;

}

.message form [type="submit"] {

    background: #192476;

    color: #fff;

    font-size: 16px;

    line-height: 50px;

    border-bottom: 3px solid #fed90c;

	 -webkit-appearance: none;

}

/*-----------list-case--------------*/

.list-case{

	width:90%;

}

.list-case .d01{

	margin-left: 0;

	padding-bottom: 0;

}

.list-case .d01 li {

    float: left;

    width: 48%;

    margin-right: 4%;

    margin-bottom: 4%;

}

.ispc .list-case .d01 li:nth-child{

	margin-right: 0;

}

/*----------------view-case------------------*/

.view-case {

    width: 600px;

    margin: auto;

    background: #fff;

    padding: 50px 100px;

    border: 1px solid #eee;

	position: relative;

}

.view-case .fanhui {

    position: absolute;

    width: 40px;

    height: 40px;

    left: 20px;

    top: 20px;

    background: #fed90c;

    line-height: 40px;

    text-align: center;

    border-radius: 50%;

}

.view-case .fanhui a{

	display: block;font-size: 12px;

	color: #333;

}

.view-case h2 {

    text-align: center;

    font-size: 20px;

    font-weight: bold;

    margin-top: 30px;

}

.view-case h4{

	text-align: center;

}

.view-case h4 em {

    display: inline-block;

	*display:inline;

    padding: 3px 30px;

    background: #fed90c;

    font-style: normal;

    border-radius: 3px;

    margin-top: 10px;

	font-size: 14px;

}

.view-case .cover01 {

    display: block;

    width: 200px;

    margin: auto;

}

.view-case .cover01 img {

    width: 100%;

    height: auto;

    border-radius: 50%;

    border: 1px solid #eee;

}

.page{

	text-align: center;

	margin-top: 50px;

}

.page a {

    display: inline-block;

    float: none;

	border: 1px solid #192476;

	color: #192476;

}

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

    background: #192476;

}



/*-----------------修改----------------------*/



.navbox{

	display: none;

}

.default-basescript-index .navbox{

	display: block;

}

.textcenterbox{

	width: 100%;

	margin-left: 0;

}

.default-basescript-index .textcenterbox {

    width: 74%;

    margin-left: 26%;

}

.footerbox{

	background-size: 100% 100%;

}

.list-apply01{

	width: 80%;

}

.catbox {

    width: 60%;

}

.catbox::before {

	width: 47%;

}

.catbox h2{

	width: 46%;

}

.list-apply02 .d01 {

    padding: 3% 10% 3% 5%;

}

.list-apply03{

	width: 80%;

}

.list-apply03 .d01 {

    margin-left: 0;

}

.list-apply03 .d02 li{

	margin-left: 0;

	margin-right: 40px;

}

.list-apply01 li span ins h3 {

    font-size: 20px;

	font-weight: bold;

}

.list-apply01 li span ins p {

    font-size: 14px;

    line-height: 1.8;

}

.default-basescript-index .footer {

    padding: 0 8%;

    padding-bottom: 40px;

}

.footer {

    padding: 0 10%;

    padding-bottom: 40px;

}

.list-about01{

	width: 80%;

}

.list-about02 .d01 .d02{

	width: 60%;

}

.list-about02 .d01 .d03{

	width: 7rem;

	width: 33%;

}

.list-about02::after{

	width: 70%;

}

.list-about02 .d01 .d02 div p

,.list-about03 .d01 li p{

	font-size: 16px;

}

.w960 .list-about02 .d01 .d02 div p

,.w960 .list-about03 .d01 li p{

	font-size: 14px;

}

.list-about03 span {

    width: 25%;

}

.list-about03 .d01 {

    width: 48%;

}

.list-course01 li {

    padding: 5% 10%;

}

.lnav{

	width: 80%;

}

.lnews {

    width: 70%;

    padding: 3% 5%;

}

.list-cont01 {

    padding: 10% 10% 5% 10%;

}

.message form {

    width: 77%;

    box-sizing: border-box;

	margin: auto;

}

.header {

    width: 100%;

    background: #fff;

    border-bottom: 3px solid #fed90c;

	padding-top:4px;

}

.header .head01{

	width: 80%;

	margin: auto;

}

.loog a{

	display: block;

}

.logo img{

	max-height:80px;

}

.menu > ul{

	float: left;

}

.menu > ul > li > a {

    display: block;

    font-size: 17px;

    padding: 27px 27px;

    font-weight: bold;

    color: #444;

    position: relative;

	text-align: center;

}

.w960 .menu > ul > li > a{

	padding: 27px 25px;

}

.menu > ul > li > a span{

	display: inline-block;

	position: relative;

}

.menu > ul > li > a::before {

    position: absolute;

    content: "";

    width: 0;

    height: 30px;

    bottom: 25px;

    left: 50%;

    transition: all .3s;

    background: #fed90c;

    border-radius: 5px;

}

.isipad .menu > ul > li > a::before

,.ismobile .menu > ul > li > a::before{

	transition:none;

}

.menu > ul > li.a > a::before

,.menu > ul > li:hover > a::before{

    width: 70px;

    margin-left: -35px;

}

.menu > ul > li:hover ul{

	display: none;

}

.menu > ul > li ul{

    background: #fed90c;

    min-width: 100%;

    text-align: center;

    padding: 6px 0;

    top: calc(100% - 15px);

    border-radius: 4px;

}

.menu > ul > li ul::before{

	content: "";

	position: absolute;

	width: 14px;

	height: 14px;

	border-radius: 50%;

	background: #fff;

	top: -7px;

	left: calc(50% - 7px);

}

.menu > ul > li ul a{

	display: block;

    font-size: 14px;

    line-height: 40px;

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

	transition: 0.3s;

	opacity: 0.76;

	padding: 0 20px;

}

.menu > ul > li ul li:last-child a{

	border: none;

}

.menu > ul > li ul a:hover{

	opacity: 1;

}

.header .toptel{

	float: right;

	padding-left: 45px;

	font-size: 30px;

	color: #333;

	background:url("/temp/temp/53/53-0033/202011091354/images/tel.png") no-repeat center left;

	background-size: 44px;

	font-family: Georgia;

    margin-top: 15px;

	margin-left: 50px;

}

.topkey{

	background: #192476;

}

.topkey p{

	width: 80%;

	margin: auto;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

	line-height: 50px;

	letter-spacing: 5px;

}

.w960 .topkey p{

	width: 95%;

}

.w960 .header .toptel{

	margin-left: 20px;

}

.w960 .list-course01 li {

    padding: 80px 80px;

}

.w960 .list-about01

,.w960 .list-apply01

,.w960 .list-apply03

,.w960 .header .head01{

    width: 95%;

}

.w960 .list-about02 .d01 .d03 {

    font-size: 5.2rem;

}

.w960 .list-cont01 {

    padding: 10% 5% 5% 5%;

}

.w960 .message form {

    width: 87%;

}

.w960 .list-course01 li:nth-child(1),.w960 .list-course01 li:nth-child(2) {

    padding-top: 120px;

}

.w960 .lnav {

    width: 90%;

}

.w960 .lnews {

    width: 80%;

}

/*---------list-works----------------------*/

.list-works {

	padding: 0 100px;

}

.list-works li{

	float: left;

    width: 32%;

	margin-right: 2%;

    margin-bottom: 2%;

}

.list-works li:nth-child(3n){

	margin-right: 0;

}

.list-works li a{

	display: block;

}

.list-works li a h3 {

    position: absolute;

    bottom: 30px;

    color: #fff;

    border: 30px;

    font-size: 30px;

    left: 30px;

    font-weight: bold;

	transition: all .3s;

}

.list-works li img{

	width:100%;

	height:auto;

	transition: all .3s;

}

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

}

.list-works li a div{

	position: relative;

	overflow: hidden;

}

.list-works li:hover a h3 {

	bottom: 50px;

}

/*-----------------list-teacher--------------*/

.list-teacher li a span{

	background: none;

	color: #333;

	width: 230px;

}

.w960 .list-teacher li a span{

	width: 230px !important;

}

.list-teacher li{

	padding: 5% 5% 5% 8.5%;

}

.w960 .list-teacher li{

	padding: 5% 4% 5% 5%;

}

.list-teacher li a span h3 {

    font-size: 20px;

    font-weight: bold;

}

.list-teacher li a span em{

	color: #666;

	display: block;

	font-style: normal;

	font-size: 14px;

}

.list-teacher li a div p{

	height: 75px;

	line-height: 25px;

}

.list-teacher li div {

    width: calc(100% - 280px);

	position: relative;

}

.list-teacher li div::after

,.list-teacher li div::before{

	position: absolute;

	content: "";

	position: absolute;

    content: "";

    width: 10px;

    height: 100%;

    left: -38px;

    background: #fed90c;

    top: 0;

}

.list-teacher li div::before{

	background: #192476;

	left: -43px;

	width: 5px !important;

}

.w960 .list-teacher li div::after{

	left: -25px;

}

.w960 .list-teacher li div::before{

	left: -28px;

}

.w960 .list-teacher li div {

    width: calc(100% - 250px) !important;

}

.list-teacher li div em {

	right: -65px !important;

	bottom:20px !important;

	opacity:1;

}

.w960 .list-teacher li div em {

	right: -40px !important;

}

.vteacher h1 em{

	display: block;

	font-style: normal;

	color: #666;

	font-size: 16px;

	line-height: 1.3;

}

.vteacher h2{

	padding-left: 0 !important;

}

.default-mod-add .textcenter{

	width: 1188px;

	margin: auto;

}

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

.w960 .about {

    padding: 73px 0 20px 0;

    background-size: 100% 100%;

}

.w960 .about .text p {

    font-size: 12px;

    line-height: 20px;

    margin-top: 15px;

}

.about .text a {

    width: 40px;

    line-height: 40px;

    font-size: 24px;

    margin-top: 21px;

}

.w960 .navbox .tcontact {

    width: calc(100% - 30px);

    padding: 15px;

}

.w960 .navbox .tcontact h2 {

    font-size: 25px;

}

.w960 .navbox .tcontact h4 {

    font-size: 10px;

}	

.w960 .nav01 > li > a span, .w960 .nav01 > li > a em {

    font-size: 16px;

}	

.course ul li a {

    font-size: 16px;

    padding: 35px 10px;

}

.course h1 {

    font-size: 110px;

}

.apply li h3 {

    font-size: 15px;

}

.w960 .course {

    width: 80%;

    margin: 30px 10%;

}

.news h1::before {

    width: 30px;

    height: 1px;

    left: 30px;

    top: 17px;

}

.news h1::after {

    top: 13px;

}

.news h1 {

    writing-mode: initial;

    padding-top: 0;

    font-size: 23px;

    letter-spacing: 0;

    width: 100%;

    padding-left: 70px;

	margin-bottom: 20px;

}

.w960 .allnews {

    width: 100%;

}	

.allnews li .text {

    width: calc(100% - 121px);

    padding: 20px 20px;

}	

.calendar .tit01 {

    margin-bottom: 20px;

    width: 242px;

}	

.calendar .tit01 span{

	width:80px;

	line-height: 40px;

}

.news {

    padding: 65px 0;

}

.calendar h2 {

    margin-bottom: 20px;

}

.w960 .advantage {

    padding: 55px 5%;

}

.w960 .advantage .tit01 h1 {

    font-size:35px;

    margin-bottom: 0;

}

.advantage .tit01 {

    width: 100%;

    margin-top: 0;

    margin-bottom: 30px;

}

.w960 .advantage ul {

    width: 100%;

}	

.footer .f02 .text {

    width: 60%;

    margin-top: 50px;

}	

.default-basescript-index .footer {

    padding: 0 5%;

    padding-bottom: 25px;

}

.footer .f02 .text p {

    font-size: 12px;

    line-height: 22px;

}

.w960 .header .toptel {

    margin-left: 10px;

    font-size: 20px;

	margin-top: 24px;

}	

.w960 .menu > ul > li > a {

    padding: 27px 25px;

}

.w960 .list-about01, .w960 .list-apply01, .w960 .list-apply03, .w960 .header .head01 {

    width: 95%;

}

.w960 .list-about02 .d01 .d03 {

    font-size: 4.5rem;

}

.w960 .list-about02 .d01 .d02 {

    padding: 50px;

}

.list-about03 {

    padding: 70px 0;

}

.w960 .list-about03 span h2 {

    width: 160px;

    height: 160px;

    line-height: 160px;

    font-size: 28px;

}	

.w960 .list-course01 li {

    padding: 50px 50px;

}	

.list-apply01 .sum01 h2{

	font-size: 30px;

}	

.nybanner {

    margin-bottom: 120px;

}	

.list-apply01 li span ins p {

    font-size: 12px;

    line-height: 1.3;

}

.list-apply03 .d02 li{

	width:460px;

}

.list-apply03 h2{

	margin-bottom: 30px;

}

.list-apply03 {

    margin: 70px auto;

}

.message {

    padding: 70px 0;

}	



	.ismobile .mbhead{

			position:fixed;

			width:100%;

			height:60px;

			left:0;

			top:0;

			z-index:11;

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

		}

		.ismobile .topkey p {

			width: 100%;

			text-align: center;

			font-size: 16px;

			line-height: 40px;

		}

		.ismobile .default-basescript-index .topkey{

			margin-top: 0;

		}

		.ismobile .default-basescript-index .mbhead02{

			top:-60px;

			transition: all .3s;

		}

		.ismobile .default-basescript-index .mbhead02.a{

			top:0;

		}

		.ismobile .mblogo{

			line-height:60px;

			margin-left: 10px;

		}

		.ismobile .mblogo img{

			max-height:45px;

			width:auto;

			max-width:120px;

		}

		.ismobile .mbmenu{

			background:#fff;

			position:fixed;

			right:-100%;

			top:0;

			width:100%;

			height:100%;

			z-index:15;

		}

		.ismobile .mbmenu ul {

			position: absolute;

			top: 50%;

			transform: translate(-50%,-50%);

			width: 150px;

			left: 50%;

		}

		.ismobile .default-mobile-nav-menu li div {

			right: 0;

			background-size: 10px;

		}

		.ismobile .mbmenu li a {

			display: block;

			text-transform:uppercase;

			font-size: 20px;

			font-weight: bold;

			border: none;

			color: #333;

			border-bottom: none;

			position: relative;

		}

		.ismobile .mbmenu li.a > a::before{

			content: "";

			position: absolute;

			width: 100%;

			height: 12px;

			left: 0;

			top: 10px;

			height: 40px;

			background: #fed90c;

			border-radius: 3px;

		}

		.ismobile .mbmenu li a span{

			position: relative;

		}

		.ismobile .mbmenu li a em {

			display: block;

			float: left;

			text-transform: capitalize;

			font-weight: normal;

			line-height: 34px;

			font-style: normal;

			margin-right: 20px;

			width: 70px;

			position: relative;

		}

		.ismobile .mbmenu li ul {

			width:100%;

			left:0;

			top:0;

			transform:translateY(0);

			position:inherit;

			background-color: #fafafa;

		}

	.ismobile .mbopen{

		float: right;

	}

	.ismobile .mbopen em {

		display: block;

		width: 60px;

		height: 60px;

		line-height: 60px;

		font-size: 30px;

		text-align: center;

	}

	.ismobile .list-news{

		margin-top: 60px;

	}

	.ismobile .mbmenu .e02{

		position: absolute;

		width: 60px;

		height: 60px;

		right: 0;

		top: 0;

		color: #333;

		line-height: 60px;

		display: block;

		text-align: center;

		font-size: 24px;

	}

	.ismobile .mbpart01{

		position: relative;

	}

	.ismobile .mbpart01 .mbhead{

		position: relative;

	}

	.ismobile .mbpart01::after{

		position: absolute;

		content: "";

		width: 120px;

		height: 100%;

		background: #1a2575;

		left: 0;

		top: 0;

	}

	.ismobile .part01 {

		position: relative;

		z-index: 1;

	}

	.ismobile .mbbanner {

		margin-left: 15px;

	}

	.ismobile .mbabout {

		margin: 35px 15px;

		background: #fff;

		padding: 20px;

		padding-bottom: 40px;

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

		position: relative;

	}

	.ismobile .mbabout .abtit h2 {

		font-weight: bold;

		color: #333;

		font-size: 20px;

	}

	.ismobile .mbabout .abtit h3 {

		display: inline-block;

		position: relative;

	}

	.ismobile .mbabout .abtit h3 p {

		font-size: 12px;

		z-index: 1;

		position: relative;

		letter-spacing: 2px;

	}

	.ismobile .mbabout .abtit h3::after {

		position: absolute;

		content: "";

		width: 100%;

		height: 10px;

		background: #ffd70f;

		bottom: 5px;

	}

	.ismobile .mbabout .d01 {

		font-size: 12px;

		color: #999;

		margin-top: 20px;

	}

	.ismobile .mbabout a {

		display: block;

		width: 30px;

		height: 30px;

		background: #ffd70f;

		position: absolute;

		bottom: -15px;

		border-radius: 50%;

		text-align: center;

		line-height: 30px;

	}

	.ismobile .mbcourse {

		margin: 0 0 0 15px;

		background: #f3f4f8;

		padding: 20px 0 20px 30px;

		margin-left: 120px;

		border-right: 5px solid #ffd70f;

	}

	.ismobile .mbcourse li a{

		display:block;

		position: relative;

		line-height: 2;

	}

	.ismobile .mbcourse li a::after {

		position: absolute;

		content: "";

		width: 10px;

		height: 10px;

		left: -35px;

		background: #ffd70f;

		border-radius: 50%;

		top: 11px;

	} 

	.ismobile .partbox02{

		position: relative;

	}

	.ismobile .partbox02::before{

		position: absolute;

		content: "";

		width: 50px;

		height: 100%;

		background: #feda0c;

		right: 0;

		top: 0;

	}

	.ismobile .part02{

		position: relative;

		z-index: 1;

	}

	.ismobile .mbapply{

		padding: 35px 15px;

		padding-bottom: 0;

	}

	.ismobile .mbapply ul{

	}

	.ismobile .mbapply li{

		margin-bottom: 20px;

	}

	.ismobile .mbapply li a{

		display: block;

	}

	.ismobile .mbapply li a span{

		display: block;

		background: #1a2575;

		position: relative;

	}

	.ismobile .mbapply li a img{

		width: 100%;

		height: auto;

		opacity: .5;

	}

	.ismobile .mbapply li h3 {

		position: absolute;

		text-align: center;

		color: #fff;

		padding: 0 20px;

		font-weight: bold;

		top: 50%;

		transform: translateY(-50%);

		-ms-transform:translateY(-50%);

		-moz-transform:translateY(-50%);

		-webkit-transform:translateY(-50%);

		-o-transform:translateY(-50%);

		width: 100%;

		box-sizing: border-box;

	}

	.ismobile .mbapply li h3 p {

		font-size: 14px;

		font-weight: normal;

		letter-spacing: 2px;

	}

	.ismobile .mbnews{

		padding: 15px;

	}

	.ismobile .allnews {

		float: none;

		width: 100%;

	}

	.ismobile .allnews li a{

		background: #fff;

	}

	.ismobile .allnews li .date{

		width: 60px;

	}

	.ismobile .allnews li .date h4{

		font-size: 35px;

		margin-top: 45px;

		font-weight: bold;

		line-height: 1;

	}

	.ismobile .allnews li .text{

		padding: 15px;

		width: calc(100% - 92px);

	}

	.ismobile .calendar {

		width: auto;

		margin: auto;

		padding: 15px;

		margin-top: 35px;

		background: rgba(25, 36, 118, 0.1);

		position: relative;

		padding-top: 35px;

	}

	.ismobile .calendar .tit01 {

		position: absolute;

		top: -25px;

		border: none;

		width: auto;

	}

	.ismobile .calendar .tit01 span{

		width: 50px;

		height: 50px;

		line-height: 50px;

		border-radius: 50%;

		background: #192476;

		text-align: center;

		color: #fff;

		margin-right: 20px;

		font-size: 16px;

	}

	.ismobile .calendar .tit01 span.a, .ismobile .calendar .tit01 span:hover {

		background: #feda0c;

		color: #333;

	}

	.ismobile .advantage {

		background: #1a2575;

		padding: 30px 15px;

	}

	.ismobile .advantage .tit01 {

		float: none;

		width: 100%;

		margin-top: 0;

		text-align: center;

	}

	.ismobile .advantage .tit01 h1 {

		font-size: 25px;

		font-weight: bold;

		letter-spacing: 2px;

		margin-bottom: 2px;

	}

	.ismobile .advantage .tit01 h2 {

		font-size: 10px;

	}

	.ismobile .advantage ul {

		float: none;

		width: 100%;

		margin-top: 20px;

	}

	.ismobile .advantage ul li {

		margin-bottom: 10px;

	}

	.ismobile .advantage ul li span {

		width: 70px;

		line-height: 82px;

	}	

	.ismobile .advantage ul li img {

		width: 35px;

	}	

	.ismobile .advantage ul li div {

		width: calc(100% - 120px);

		padding: 20px 0 20px 30px;

		box-sizing: border-box;

		height: 82px;

	}

	.ismobile .advantage ul li h3 {

		font-size: 18px;

		margin-bottom: 0;

	}

	.ismobile .advantage ul li em {

		font-size: 12px;

		left: 8px;

		top: 8px;

		letter-spacing: 2px;

	}

	.ismobile .advantage ul li h4 {

		font-size: 12px;

	}

	.ismobile .advantage ul li ins {

		width: 50px;

		height: 82px;

		opacity: 1;

		background-size: 20px;

	}

	.ismobile .tcontact {

		padding: 20px;

		border-top: 5px solid #feda0c;

		padding-bottom: 0;

	}

	.ismobile .tcontact h2 {

		font-size: 25px;

		color: #333;

		font-weight: bold;

		padding-bottom: 20px;

		margin-bottom: 20px;

		position: relative;

	}

	.ismobile .tcontact h2::before{

		position: absolute;

		content: "";

		width: 30px;

		height: 1px;

		background: #333;

		bottom: 0;

		left: 0;

	}

	.ismobile .tcontact h4 {

		font-size: 12px;

		line-height: 2;

		color: #999;

	}

	.ismobile .tcontact h4 a{

		color: #999;

	}

	.ismobile .default-mobile-copyright2 {

		background-color: #feda0c;

		margin-top: 20px;

	}

	.ismobile .textcenterbox {

		width: 100%;

		margin-left: 0;

	}

	.ismobile .catbox h2 {

		font-size: 20px;

		width: 69%;

	}

	.ismobile .catbox {

		bottom: -25px;

		height: 40px;

		line-height: 40px;

		width:75%;

	}

	.ismobile .catbox::before {

		width: 70%;

		height: 45px;

	}

	.ismobile .mbhead02{

		background: #fff;

	}

	.ismobile .nybanner {

		margin-bottom: 20px;

	}

	.ismobile .list-about01 {

		margin-bottom: 30px;

		margin-top: 60px;

	}

	.ismobile .list-about01 li {

		width: 100%;

		margin-right: 0;

		padding:30px;

		margin-bottom: 30px;

	}

	.ismobile .list-about01 li span {

		width: 80px;

		height: 80px;

		line-height: 80px;

		font-size: 40px;

	}

	.ismobile .list-about01 li h3 {

		line-height: 25px;

		width: calc(100% - 100px);

	}

	.list-about02 .d01 .d03 {

		font-size: 4rem;

		float: none;

		width: 90%;

		margin-left: 5%;

		margin-bottom: 25px;

	}

	.ismobile .list-about02 .d01 .d02 {

		width: 90%;

		padding: 25px;

		background-size: 56%;

		border-radius: 0 30px 30px 0;

	}

	.ismobile .list-about02 .d01 .d02 h2 {

		font-size: 25px;

		margin-bottom: 0;

	}	

	.ismobile .list-about02 .d01 .d02 div p {

		font-size: 12px;

		margin-top: 15px;

		line-height: 1.7;

	}	

	.ismobile .list-about02::before {

		background-attachment: initial;

		background-size: auto 100%;

	}	

	.ismobile .list-about02::after {

		width: 96%;

		border-radius: 0 0 30px 0;

	}

	.ismobile .list-about03 {

		padding: 50px 0 0 0;

	}

	.ismobile .list-about03 span {

		width: 60%;

	}	

	.ismobile .list-about03 span h2 {

		width: 150px;

		height: 150px;

		line-height: 150px;

		font-size: 25px;

	}	

	.ismobile .list-about03 .d01 {

		width: 80%;

		padding-right: 15%;

		background-size: 80px auto;

	}

	.ismobile .list-about03 .d01 li h3 {

		font-size: 20px;

		margin-bottom: 15px;

	}

	.ismobile .list-about03 .d01 li p {

		line-height: 1.6;

		font-size: 12px;

	}

	.ismobile .list-about03 .d01 li {

		margin-bottom: 50px;

	}	

	.ismobile .list-course01 li {

		width: 100%;

		padding: 50px 20px;

	}

	.ismobile .list-course01 li a span {

		width: 120px;

	}	

	.ismobile .list-course01 li div {

		width: calc(100% - 135px);

	}	

	.ismobile .list-course01 li:nth-child(1) {

		padding-top: 50px;

	}

	.ismobile .list-course01 li:nth-child(2){

		padding-top: 50px;

	}

	.ismobile .catbox h2 span {

		font-size: 14px;

	}

	.ismobile .list-course01 li div em {

		width: 30px;

		height: 30px;

		line-height: 30px;

		bottom: 50px;

		right: auto;

		opacity: 1;

	}

	.ismobile .list-course01 li div h3 {

		margin-top: 0;

		font-size: 18px;

		margin-bottom: 12px;

	}	

	.ismobile .list-course01 {

		margin-bottom: 50px;

	}

	.ismobile .list-apply01 {

		margin:50px auto;

	}

	.ismobile .list-apply01 li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 50px;

	}	

	.ismobile .list-apply01 li div {

		width: 50%;

		padding: 15px;

		right: 15px;

		bottom: -30px;

	}

	.ismobile .list-apply01 li div h3 {

		font-size: 17px;

	}	

	.ismobile .list-apply01 li div h4{

		font-size: 12px;

	}	

	.ismobile .list-apply01 li span ins{

		display: none;

	}	

	.ismobile .list-apply02 {

		padding: 50px 0 0 0;

	}

	.ismobile .list-apply02 .d01 {

		width: 80%;

		padding: 20px;

		border-radius: 30px 0 0 0;

	}

	.ismobile .list-apply02 .d01 .apply-tit h2 {

		padding: 10px;

		width: 30px;

		font-size: 25px;

		color: #333;

	}

	.ismobile .list-apply02 .d01 .apply-tit {

		left: -50px;

	}

	.ismobile .list-apply02 .d01 .apply-tit strong {

		font-size: 5rem;

		left: -40px;

	}	

	.ismobile .list-apply02 .d01 li p {

		font-size: 12px;

	}

	.ismobile .list-apply02 .d01 li {

		margin-bottom: 0;

	}

	.ismobile .list-apply03 {

		margin: 50px auto;

		width: 100%;

	}	

	.ismobile .list-apply03 h2 {

		font-size: 25px;

		margin-bottom: 30px;

	}

	.ismobile .list-apply03 .d01{

		margin: auto 10px;

	}

	.ismobile .list-apply03 .d02 li{

		margin: 0;

	}

	.ismobile .list-apply03 .d01 li a {

		padding: 30px 20px;

	}

	.ismobile .lnav {

		width: 100%;

	}

	.ismobile .lnews {

		width: 90%;

		padding: 5%;

	}	

	.ismobile .lnews .all li a {

		padding: 20px 0;

	}	

	.ismobile .lnews .all li h3 {

		font-size: 16px;

	}	

	.ismobile .list-cont01 {

		padding: 120px 20px 0 20px;

	}

	.ismobile .list-cont01 li {

		width: 100%;

		margin: 0;

		padding: 50px 0 30px 0;

		margin-bottom: 50px;

	}	

	.ismobile .list-cont01 li div {

		min-height: initial;

	}	

	.ismobile .list-cont01 li span {

		width: 60px;

		height: 60px;

		line-height: 60px;

		margin-left: -30px;

		top: -30px;

	}	

	.ismobile .list-cont01 li span img {

		width: 30px;

	}

	.ismobile .message {

		padding: 50px 0 30px 0;

	}	

	.ismobile .message form {

		padding: 20px;

		margin: 0 20px;

		width: auto;

	}

	.ismobile .message form h4 {

		font-size: 25px;

		margin-bottom: 20px;

	}

	.ismobile .message form input,.ismobile .message form textarea {

		line-height: 36px;

		margin-bottom: 10px;

		font-size: 12px;

	}	

	.ismobile .message form [type="submit"] {

		font-size: 14px;

		line-height: 42px;

	}	

	.ismobile .default-mobile-box, .box {

		border: solid #eee 1px;

	}	

	.ismobile dl.otherlist dd h4 {

		white-space: nowrap;

		text-overflow: ellipsis;

		overflow: hidden;

		display: block;

	}

	.ismobile article a {

		color: #fed90c;

	}

	.ismobile .vshow h1 {

		padding-left: 15px;

	}	

	.ismobile .vshow h2 {

		margin-bottom: 50px;

		margin-top: 5px;

		padding-left: 20px;

	}	

	.ismobile .vshow {

		width:100%;

	}	

	.ismobile .vnews h1{

		padding-left: 0;

		border:none;

		font-size: 20px;

		line-height: 1.3;

	}

	.ismobile .vnews h2 {

		margin-left: 0;

	}

	.ismobile .view-case {

		width: 80%;

		padding: 10%;

	}

	.ismobile .view-case .cover01 {

		width: 150px;

	}	

	.ismobile .list-case .d01 li {

		width: 100%;

		margin: 0;

		margin-bottom: 20px;

	}

	.ismobile .list-case {

		width: 100%;

	}	

	.ismobile .list-apply03 .d01 li div em{

		font-size: 12px;

	}

	.ismobile .list-about01 li h3 {

		font-size: 16px;

		height: auto;

	}

	.ismobile .openbox{

		width:80%;

	}

	.ismobile .openindex .logo{

		margin-bottom: 40px;

	}

	.ismobile .openindex .coursebox li{

		font-size:1.6rem;

	}

	.ismobile .openindex .logo img{

		max-height: 70px;

	}

	.ismobile .openindex .coursebox{

		height: 50px;

		margin-bottom: 10px;

	}

	.ismobile .treegif{

		width: 100%;

		height: 270px;

	}

	.ismobile .closebox{

		right:50%;

		margin-right: -45px;

		bottom: 20px;

		z-index: 2;

	}

	.ismobile .list-works {

		padding: 0;

		margin-bottom: 30px;

	}

	.ismobile .vshow .list-works h2 {

		font-size: 20px;

		margin-bottom: 20px;

		text-indent: 0;

	}

	.ismobile .vshow .list-works h2 span {

		font-size: 12px;

	}

	.ismobile .list-works li a h3 {

		bottom: 20px;

		font-size: 20px;

		left: 20px;

	}

	.ismobile .lnav li {

		margin-right: 10px;

	}

	.ismobile .lnav li a {

		font-size: 16px;

		padding: 6px 10px;

	}

	.ismobile .course ul li a span{

		display: inline-block;

	}

	.ismobile .list-apply01 .sum01 {

		font-size: 12px;

		width: 100%;

		margin-bottom: 40px;

	}

	.ismobile .list-apply01 .sum01 h2 {

		font-size: 25px;

		margin-bottom: 10px;

	}

	.ismobile .vshow .list-works li{

		margin: 0;

	}

	.ismobile .vshow .list-works li a{

		padding: 0 5px;

	}

	.ismobile .vshow .list-works li img {

		height: 121px;

	}

	.ismobile .vshow .list-works li a h3 {

		bottom: 10px;

		font-size: 16px;

		left: 10px;

	}

	.ismobile .vshow .list-works {

		padding: 0;

		padding-bottom: 0;

	}

	.ismobile .list-teacher li a span{

		margin-bottom: 20px;

	}

	.ismobile .list-teacher li a span

	,.ismobile .list-teacher li div{

		width: 100%;

	}

	.ismobile .list-teacher li div em

	,.ismobile .list-course01 li div em{

		bottom:-20px !important;

		right: 0 !important;

		position:inherit;

	}

	.ismobile .list-course01 li{

		border-right: none;

	}

	.ismobile .vteacher h1 em{

		margin-top: 5px;

	}

	.ismobile .vteacher{

		margin-top: 0;

	}

	.ismobile .list-course{

		margin-top: 50px;

	}

	.ismobile .list-course .lnav{

		padding: 0 10px;

		box-sizing: border-box;

	}

	.ismobile .default-article-content p {

		color: #333;

	}

	.list-works li{

		width: 49%;

		margin-right:2% !important;

	}

	.list-works li:nth-child(2n){

		margin-right:0 !important;

	}

	

}

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



}

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

		

}

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

	.ismobile .catbox {

		width: 90% !important;

	}

}





/**

 * Swiper 8.3.0

 * Most modern mobile touch slider and framework with hardware accelerated transitions

 * https://swiperjs.com

 *

 * Copyright 2014-2022 Vladimir Kharlampidi

 *

 * Released under the MIT License

 *

 * Released on: July 6, 2022

 */



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


