/*!

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

}




/*公共头部*/

.ispc #diystart{

	z-index: 10;

}

.header{

	position: fixed;

	left: 0;

	top: 0;

	z-index: 3;

	width: 100%;

	padding: 20px 100px;

	background: #fff;

	transition: 0.3s;

	box-sizing: border-box;

}

.header.a{

	padding: 12px 100px;

	box-sizing: border-box;

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

}

.header .logo{

	line-height: 60px;

}

.header .logo img{

	height: 52px;

	width: auto;

}

.header .default-pc-search{

	float: right;

	position: relative;

	margin-top: 10px;

}

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

	width: 200px;

	padding-left: 15px;

	padding-right: 40px;

	line-height: 40px;

	height: 40px;

	border: none;

	background: #f1f1f1;

	border-radius: 20px;

	font-size: 12px;

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

}

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

	width: 40px;

	height: 40px;

	border: none;

	border-radius: 20px;

	font-size: 0;

	background: #63c0cf url("/temp/temp/53/53-0034/202012181642/images/search.png") no-repeat center;

	background-size: 17px;

	position: absolute;

	top: 0;

	right: 0;

	cursor: pointer;

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

}

.nav01 > li{

	margin-right: 30px;

	padding: 15px 0;

}

.nav01 > li > a{

	display: block;

	padding: 0 13px;

	text-align: center;

	line-height: 30px;

	border-radius: 15px;

	background: #fff; 

	font-size: 16px;

	color: #000;

	transition: 0.4s;

	position: relative;

}

.nav01 > li > a::before{

	position: absolute;

	content: "";

	width: 0;

	height: 0;

	left: 50%;

	top: 50%;

	transition: all .3s;

}

.nav01 > li:hover > a::before

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

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: #63c0cf ;

	border-radius: 30px;

}

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

	color: #fff;

}

.nav01 > li > a span{

	position: relative;

	transition: all .3s;

}

.nav01 > li ul {

    background: #fff;

    width: 130px;

    text-align: center;

    border: 3px solid #63c0cf;

    left: 50%;

    border-radius: 10px;

    overflow: hidden;

    z-index: 3;

    box-sizing: border-box;

    margin-left: -65px;

}

.nav01 > li:hover ul{

	display: none;

}

.nav01 > li ul li a{

	display: block;

	line-height: 40px;

	border-bottom: 1px solid #eee;

	font-size: 15px;

	color: #333;

	transition: 0.3s;

}

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

	border-bottom: none;

}

.nav01 > li ul li a:hover{

	background: #f1f1f1;

	color: #63c0cf;

}





/*banner*/

.banner01{

	max-height: 860px;

	overflow: hidden;

}

.banner01 .next,.banner01 .prev{

	padding: 0;

	line-height: 42px;

	width: 42px;

	text-align: center;

	font-size: 20px;

	color: #63c0cf;

	background: #fff;

	border-radius: 50%;

	opacity: 1;

	margin-top: -40px;

	right: 20px;

}

.banner01 .prev{

	right: inherit;

	left: 20px;

}

.bannerbox{

	position: relative;

}

.bantext{

	position: absolute;

	width: 1000px;

	text-align: center;

	top: calc(50% - 240px);

	left: calc(50% - 500px);

	z-index: 2;

}

.uid-3171 .bantext .bantit{

	opacity: 0;

}

.bantit h1{

	font-size: 42px;

	color: #fff;

	font-weight: bold;

}

.bantit h2{

	font-size: 14px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 4px;

}

.bantext ul{

	text-align: center;

	margin-top: 60px;

	margin-bottom: 90px;

}

.bantext ul li{

	float: left;

	width: 25%;

}

.bantext ul li a{

	display: block;

}

.bantext ul li img{

	width: 62px;

	height: auto;

	transition: all .3s;

}

.bantext ul li h3{

	font-size: 28px;

	color: #fff;

	margin: 10px 0;

	transition: all .3s;

}

.bantext ul li p{

	font-size: 16px;

	color: #fff;

	transition: all .3s;

}

.bantext ul li:hover img{

	transform: translateY(-5px);

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

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

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

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

}

.bantext ul li:hover h3

,.bantext ul li:hover p{

	transform: translateY(5px);

	-ms-transform:translateY(5px);

	-moz-transform:translateY(5px);

	-webkit-transform:translateY(5px);

	-o-transform:translateY(5px);

}

.bantext .more01{

	display: block;

	width: 200px;

	line-height: 48px;

	border-radius: 25px;

	border: 1px solid #fff;

	text-align: center;

	margin: auto;

	font-size: 15px;

	color: #fff;

	letter-spacing: 4px;

	transition: 0.3s;

}

.bantext .more01:hover{

	background: #fff;

	color: #333;

}



/*公共底部*/

.footer{

	padding: 20px 0;

	border-top: 1px solid #eee;

	background: #fff;

}

.footer .d01 {

    width: 68%;

    padding-top: 13px;

}

.footer .d01 .default-pc-copyright {

    text-align: left;

	margin-top: 20px;

}

.footer .d01 ul {

    text-align: left;

}

.footer .d01 ul li {

    margin-right: 50px;

    margin-left: 0;

    padding-right: 50px;

}

.footer .d01 ul li::before {

    right: 0;

}

.footer .d02 {

    max-width: 32%;

    text-align: right;

	padding: 10px 0;

}

.footer .d02 span {

    display: inline-block;

    width: 80px;

    margin-left: 10px;

	text-align: center;

}

.footer .d02 span img {

    width: 100%;

    height: auto;

    border: 1px solid #eee;

}

.footer .d02 span p{

	font-size: 12px;

	margin-top: 10px;

}

.default-pc-nav-footer{

	text-align: center;

	margin: 4px 0;

}

.default-pc-nav-footer li{

	margin: 0 50px;

	position: relative;

	display: inline-block;

}

.default-pc-nav-footer li a{

	font-size: 16px;

	color: #000;

	transition: 0.2s;

}

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

	color: #63c0cf;

}

.default-pc-nav-footer li::before{

	content: "";

	position: absolute;

	width: 1px;

	height: 16px;

	right: -50px;

	top: 3px;

	background: #ccc;

}

.default-pc-nav-footer li:last-child::before{

	display: none;

}

.default-pc-copyright{

	width: 100%;

	margin: auto;

	text-align: center;

	color: #666;

}

.default-pc-copyright a{

	color: #666;

	transition: 0.2s;

}





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

.nybanner{

	position: relative;

}

.nybanner img{

	width: 100%;

	height: auto;

}

.lnav{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 0;

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

	display: none;

}

.lnav ul{

	text-align: center;

}

.lnav ul li{

	display: inline-block;

}

.lnav ul li a{

	display: block;

    text-align: center;

    font-size: 15px;

    color: #fff;

    padding: 0 38px;

    line-height: 56px;

    transition: 0.3s;

}

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

	background: #63c0cf;

	color: #fff;

}

.lnav ul li a span{

	display: none;

}

.nytit{

	position: absolute;

	width: 100%;

	left: 0;

	top: calc(50% - 55px);

	text-align: center;

}

.nytit h1{

	font-size: 36px;

    text-transform: uppercase;

    color: #fff;

    font-weight: bold;

    line-height: 40px;

}

.nytit h2{

	font-size: 18px;

	color: #fff;

	text-transform: uppercase;

}

.nytit span{

	display: block;

	width: 32px;

	height: 4px;

	background: #63c0cf;

	border-radius: 2px;

	margin: 20px auto;

}

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

	display: none;

}

.lab01{

	margin: 100px auto;

}

.lab01 .imgbox{

	float: left;

	width: 42%;

	text-align: center;

}

.lab01 .text{

	float: right;

	width: 52%;

	margin-top: 20px;

}

.lab01 .text h3{

	font-size: 24px;

	color: #000;

}

.lab01 .text span{

	display: block;

	width: 40px;

	height: 4px;

	margin: 25px 0;

	background: #63c0cf;

	border-radius: 2px;

}

.lab01 .text p{

	font-size: 14px;

	color: #888;

	line-height: 32px;

}

.lab02{

	background: #f5f6f7;

	padding: 40px 0;

}

.lab02 ul li{

	float: left;

	width: 18.25%;

	margin-right: 2%;

	text-align: center;

}

.lab02 ul li:last-child{

	margin-right: 0;

}

.lab02 ul li img{

	width: 50px;

	height: auto;

}

.lab02 ul li div{

	border: 1px solid #63c0cf;

	margin-top: 20px;

	border-radius: 4px;

    overflow: hidden;

}

.lab02 ul li h3{

	float: left;

    width: 50%;

    font-size: 15px;

    color: #fff;

    line-height: 38px;

    background: #63c0cf;

}

.lab02 ul li p{

	font-size: 14px;

	color: #333;

	float: left;

	width: 50%;

	line-height: 38px;

}

.lab02 ul li p b{

	font-size: 17px;

    margin-right: 2px;

}

.lab02 ul li:first-child div{

	border: 1px solid #e9bbac;

}

.lab02 ul li:nth-child(2) div{

	border: 1px solid #91cebc;

}

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

	border: 1px solid #d8d479;

}

.lab02 ul li:last-child div{

	border: 1px solid #fdbb8c;

}

.lab02 ul li:first-child h3{

	background: #e9bbac;

}

.lab02 ul li:nth-child(2) h3{

	background: #91cebc;

}

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

	background: #d8d479;

}

.lab02 ul li:last-child h3{

	background: #fdbb8c;

}

.tit01{

	text-align: center;

	margin-bottom: 50px;

}

.tit01 h1{

	font-size: 30px;

	color: #333;

	font-weight: bold;

	line-height: 40px;

}

.tit01 h2{

	font-size: 14px;

	color: #999;

	margin-top: 2px;

}

.lab03{

	margin-bottom: 80px;

}

.lab03 li{

	float: left;

	width: 32%;

	margin-right: 2%;

	position: relative;

}

.lab03 li:last-child{

	margin-right: 0;

}

.lab03 li a{

	display: block;

	padding: 40px 20px 50px 20px;

	text-align: center;

	border-radius: 10px;

	background: #fff;

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

	cursor: default;

}

.lab03 li img{

	width: 50px;

	height: auto;

	transition: 0.3s;

}

.lab03 li h3{

	font-size: 17px;

	color: #333;

	margin-top: 15px;

	margin-bottom: 6px;

}

.lab03 li p{

	font-size: 14px;

	color: #888;

}

.lab03 li img:hover{

	transform: translateY(-6px);

}

.lab04{

	margin: 80px auto;

}

.lab04 ul{

	padding-bottom: 10px;

}

.lab04 ul li{

	background: #fff;

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

}

.lab04 ul li:last-child{

	margin-right: 0;

}

.lab04 ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lab04 ul li img{

	width: 100%;

	height: auto;

}

.lab04 ul li div{

	padding: 20px;

}

.lab04 ul li h3{

	font-size: 14px;

	color: #333;

	line-height: 22px;

	height: 66px;

}

.lab04 ul li h4{

	font-size: 12px;

	color: #888;

	text-transform: uppercase;

	margin-top: 6px;

}

.lab04 .next,.lab04 .prev{

	width: 36px;

    line-height: 36px;

    text-align: center;

    display: block;

    border-radius: 50%;

    font-size: 16px;

    color: #fff;

    background: #63c0cf;

    cursor: pointer;

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

    margin-top: 30px;

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

	opacity: 0.5;

}

.lab04 .next{

	margin-left: 20px;

}

.tit01 ul{

	text-align: center;

	margin-top: 20px;

}

.tit01 ul li{

	display: inline-block;

	margin: 8px;

}

.tit01 ul li a{

	display: block;

    padding: 0 25px;

    line-height: 30px;

    border-radius: 16px;

    font-size: 14px;

    color: #888;

    background: #eee;

	transition: 0.3s;

}

.tit01 ul li a:hover{

	background: #63c0cf;

	color: #fff;

}

.lab06{

	padding: 60px 0;

	margin-bottom: 80px;

	background: #f6f7f8;

}

.lab06 ul{

	position: relative;

}

.lab06 ul::before{

	content: "";

	position: absolute;

	width: 4px;

	height: 100%;

	border-radius: 2px;

	background: #eee;

	top: 0;

	left: calc(50% - 2px);

}

.lab06 ul li{

	position: relative;

	z-index: 1;

	box-sizing: border-box;

	padding-right: 54%;

	margin-bottom: 10px;

}

.lab06 ul li h3{

	font-size: 30px;

    color: #444;

	font-weight: bold;

	margin-bottom: 5px;

	text-align: right;

}

.lab06 ul li p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	text-align: right;

}

.lab06 ul li.a02{

	padding-right: 0;

	padding-left: 54%;

}

.lab06 ul li.a02 h3,.lab06 ul li.a02 p{

	text-align: left;

}

.lab06 ul li span{

	display: block;

    width: 26px;

    height: 26px;

    border: 8px solid #f6f7f8;

    background: #ffc164;

    border-radius: 50%;

    position: absolute;

    top: 2px;

    left: calc(50% - 21px);

}

.lab06 ul li span::before{

	content: "";

    position: absolute;

    width: 12px;

    height: 12px;

    border: 2px solid #fff;

    left: 5px;

    top: 5px;

    border-radius: 50%;

}

.lab06 ul li:nth-child(5n-3) span{

	background: #afe288;

}

.lab06 ul li:nth-child(5n-2) span{

	background: #78deea;

}

.lab06 ul li:nth-child(5n-1) span{

	background: #d2acf5;

}

.lab06 ul li:nth-child(5n) span{

	background: #9ad0f7;

}

.lab05{

	margin-bottom: 100px;

	display: none;

}

.lab05 .tit01{

	margin-bottom: 0;

}

.lab05 .imgbox{

	text-align: center;

}

.lab05 .imgbox img{

	width: 1100px;

	height: auto;

}

.abmap{

	position: relative;

}

.abmap ul{

	position: absolute;

	width: 1140px;

	height: 100%;

	left: calc(50% - 570px);

	bottom: 0;

}

.abmap ul li{

	cursor: pointer;

	position: absolute;

}

.abmap ul li:first-child{

	right: 28%;

    bottom: 20%;

}

.abmap ul li.abc1{

	right: 38%;

    bottom: 32%;

}

.abmap ul li.abc2{

	right: 32%;

    bottom: 23%;

}

.abmap ul li.abc3{

	right: 30%;

    bottom: 35%;

}

.abmap ul li.abc4{

	right: 38%;

    bottom: 23%;

}

.abmap ul li.abc5{

	right: 25%;

    bottom: 27%;

}

.abmap ul li.abc6{

	right: 25%;

    bottom: 36%;

}

.abmap ul li.abc7{

	right: 52%;

    bottom: 30%;

}

.abmap ul li.abc8{

	right: 44%;

    bottom: 29%;

}

.abmap ul li.abc9{

	right: 37%;

    bottom: 50%;

}

.abmap ul li.abc10{

	right: 29%;

    bottom: 45%;

}

.abmap ul li.abc11{

	right: 32%;

    top: 48%;

}

.abmap ul li.abc12{

	right: 45%;

    bottom: 21%;

}

.abmap ul li.abc13{

	right: 42%;

    bottom: 12%;

}

.abmap ul li.abc14{

	right: 34%;

    bottom: 13%;

}

.abmap ul li.abc15 {

    right: 43%;

    bottom: 39%;

}

.abmap ul li.abc16 {

    right: 29%;

    bottom: 53%;

}

.abmap ul li.abc17{

	bottom: 17%;

    right: 54%;

}

.abmap ul li.abc18{

	right: 35%;

    bottom: 39%;

}

.abmap ul li.abc19{

	right: 19%;

    bottom: 59%;

}

@keyframes ripple{

	0%{

	opacity:0;

	-webkit-transform:scale(.1);

	transform:scale(.1)

	}

	5%{

	opacity:1

	}

	to{

	opacity:0;

	-webkit-transform:scale(1);

	transform:scale(1)

	}

}

.abmap ul li span.s01{

	display: block;

	width: 8px;

	height: 8px;

	background: #63c0cf;

	border-radius: 50%;

}

.abmap ul li span.s02{

    width: 50px;

    height: 50px;

    border-radius: 50%;

    border: 1px solid rgba(97,195,206,0);

	background: rgba(97,195,206,0.35);

    -webkit-animation: ripple 2.4s ease-out 225ms infinite;

    animation: ripple 2.4s ease-out 225ms infinite;

    opacity: 0;

    position: absolute;

    left: -22px;

    top: -22px;

}

.abmap ul li span.s03 {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    border: 1px solid rgba(97,195,206,0);

	background: rgba(97,195,206,0.25);

    -webkit-animation: ripple 2.4s ease-out 0.8s infinite;

    animation: ripple 2.4s ease-out 0.8s infinite;

    opacity: 0;

    position: absolute;

    left: -12px;

    top: -12px;

}

.abmap ul li span.s04 {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    border: 1px solid rgba(97,195,206,0);

	background: rgba(97,195,206,0.15);

    -webkit-animation: ripple 2.4s ease-out 1.8s infinite;

    animation: ripple 2.4s ease-out 1.8s infinite;

    opacity: 0;

    position: absolute;

    left: -37px;

    top: -37px;

}

.abmap ul li div{

	position: absolute;

	max-width: 414px;

	top:20px;

	left: 50px;

	background:rgba(255,255,255,.8);

	padding: 10px;

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

	border-radius: 10px;

	text-align: center;

	transition: all .5s;

	opacity: 0;

	z-index: -1;

}

.abmap ul li.a div{

	left: 0;

    top: 20px;

	opacity: 1;

	z-index: 2;

}

.abmap ul li div ins {

    display: flex;

    justify-content: space-around;

    text-decoration: none;

}

.abmap ul li div.ww ins{

	display: block;

}

.abmap ul li div.ww{

	width: 414px;

}

.abmap ul li div a{

	display: block;

    float: left;

    width: 130px;

    text-align: center;

    line-height: 28px;

    font-size: 14px;

    color: #988479;

    background: #fce4d7;

    margin: 4px;

    border-radius: 4px;

	transition: 0.3s;

}

.abmap ul li div a:hover{

	color: #fff;

	background: #e9bbac;

}



/*问题解答列表页----------------------------------------------------------------------*/

.lproblem{

	margin-top: 60px;

	margin-bottom: 80px;

}

.lproblem ul li{

	background: #fff;

    padding: 15px 40px;

    border-radius: 6px;

    margin-bottom: 12px;

}

.lproblem ul li div.qt02 {

    height: 0;

    overflow: hidden;

    transition: 0.4s;

}

.lproblem ul li.a div.qt02{

	height: auto;

	margin: 2px auto 10px auto;

}

.lproblem ul li div span {

    float: left;

    width: 18px;

    line-height: 18px;

    display: block;

    text-align: center;

    font-size: 12px;

    color: #fff;

    border-radius: 4px;

    background: #63c0cf;

    margin-top: 11px;

    margin-right: 18px;

}

.lproblem ul li div h3 {

    float: left;

    line-height: 40px;

    font-size: 16px;

    width: calc(100% - 68px);

}

.lproblem ul li div ins {

    float: right;

	width: 14px;

    height: 14px;

    display: block;

    margin-top: 13px;

    cursor: pointer;

	background: url("/temp/temp/53/53-0034/202012181642/images/open.png") no-repeat top center;

	background-size: 100%;

	opacity: 0.8;

}

.lproblem ul li.a div ins{

	background: url("/temp/temp/53/53-0034/202012181642/images/open.png") no-repeat bottom center;

	background-size: 100%;

}

.lproblem ul li div.qt02 span {

    background: #3c964b;

    margin-top: 3px;

}

.lproblem ul li div p {

    font-size: 14px;

    color: #666;

    line-height: 24px;

    float: left;

    width: calc(100% - 68px);

}





/*联系我们页面-----------------------------------------------------------------------*/

.lcontact{

	margin-top: 60px;

	margin-bottom: 100px;

	padding: 60px 80px;

	background: #fff;

}

.contact01{

	float: left;

	width: 48%;

}

.contact01 li{

	margin-bottom: 30px;

}

.contact01 li:last-child{

	margin-bottom: 0;

}

.contact01 li .text{

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #eaeaea;

}

.contact01 li span{

	float: left;

	margin-right: 20px;

	display: block;

	width: 24px;

	height: 24px;

	background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat top center;

	background-size: 100%;

}

.contact01 li h3{

	float: left;

	font-size: 16px;

	color: #63c0cf;

	line-height: 24px;

}

.contact01 li h4{

	font-size: 14px;

	color: #666;

}

.contact01 li.c02 span{

	background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat 0 -24px;

	background-size: 100%;

}

.contact01 li .erweima{

	text-align: center;

	margin-top: 30px;

}

.contact01 li .erweima div{

	float: left;

	width: 120px;

	margin-right: 40px;

}

.contact01 li img{

	width: 100%;

	height: auto;

}

.contact01 li .erweima h5{

	font-size: 12px;

	color: #888;

	margin-top: 5px;

}

.contact01 li.c03 span{

	background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat 0 -48px;

	background-size: 100%;

}

.contact01 li.c04 span{

	background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat bottom center;

	background-size: 100%;

}

.lcontact .imgbox{

	width: 40%;

	text-align: center;

	margin-right: 2%;

}

.lcontact .imgbox img{

	max-width: 100%;

	height: auto;

}

.complaint{

	position: fixed;

	width: 100%;

	height: 100%;

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

	left: 0;

	top: 0;

	z-index: 4;

	display: none;

}

.complaint .textbox{

	position: absolute;

	background: #ffff;

	border-radius: 10px;

	width: 450px;

	padding: 50px;

	padding-top: 40px;

	left: calc(50% - 275px);

	top: calc(50% - 210px);

}

.complaint h3{

	font-size: 20px;

	font-weight: bold;

	text-align: center;

	color: #000;

}

.complaint .t01 h4,.complaint .t01 a{

	float: left;

    font-size: 14px;

    color: #666;

    margin-right: 20px;

    margin-top: 20px;

}

.complaint .default-form-form h4{

	display: none;

}

.complaint .default-form-item{

	margin-top: 20px;

}

.complaint input[type="text"]{

	width: calc(100% - 30px);

	border: none;

	line-height: 40px;

	height: 40px;

	background: #f1f1f1;

	padding: 0 15px;

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

}

.complaint label{

	display: none;

}

.complaint textarea{

	width: calc(100% - 30px);

	border: none;

	line-height: 40px;

	height: 120px;

	background: #f1f1f1;

	padding: 0 15px;

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

}

.complaint input[type="submit"]{

	width: 100%;

	line-height: 40px;

	background: #63c0cf;

	font-size: 14px;

	color: #fff;

	text-align: center;

	border: none;

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

	margin-top: 15px;

	cursor: pointer;

}

.complaint .close{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0034/202012181642/images/close02.png") no-repeat center center;

	background-size: 100%;

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

	border-radius: 12px;

	cursor: pointer;

}





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

.lnews{

	margin-top: 80px;

	margin-bottom: 100px;

}

.pub01{

	margin-bottom: 5px;

	text-align: right;

}

.lnews ul li{

	margin-bottom: 60px;

}

.lnews ul li a{

	display: block;

}

.lnews ul li .imgbox{

	float: left;

	width: 47%;

	position: relative;

	box-sizing: border-box;

	padding-top: 20px;

	padding-left: 20px;

}

.lnews ul li .imgbox span{

	display: block;

	width: 100%;

	overflow: hidden;

	position: relative;

	z-index: 2;

}

.lnews ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.lnews ul li .imgbox::before{

	content: "";

	position: absolute;

	width: 200px;

	height: 150px;

	left: 0;

	top: 0;

	background: #fce4d7;

}

.lnews ul li .text{

	float: right;

	width: 47%;

	margin-top: 40px;

}

.lnews ul li .text span{

	display: block;

	line-height: 30px;

	width: 110px;

	text-align: center;

	border-radius: 15px;

	font-size: 14px;

	color: #fff;

	background: #e9bbac;

}

.lnews ul li .text h3{

	font-size: 18px;

	color: #000;

	margin: 30px 0 10px 0;

	transition: 0.4s;

}

.lnews ul li .text p{

	font-size: 14px;

	color: #666;

	line-height: 26px;

	height: 52px;

	overflow: hidden;

	margin-bottom: 50px;

}

.lnews ul li .text ins{

	font-size: 16px;

	font-weight: bold;

	color: #333;

	position: relative;

	text-decoration: inherit;

	transition: 0.4s;

}

.lnews ul li .text ins::after{

	content: "";

	position: absolute;

	width: 100%;

	height: 2px;

	background: #e9bbac;

	left: 0;

	bottom: -5px;

}

.lnews ul li.ln02 .imgbox{

	float: right;

	padding: 20px 20px 0 0;

}

.lnews ul li.ln02 .imgbox::before{

	left: inherit;

	right: 0;

}

.lnews ul li.ln02 .text{

	float: left;

}

.lnews ul li:hover img{

	transform: scale(1.07);

}

.lnews ul li:hover h3,.lnews ul li .text ins:hover{

	color: #e9bbac;

}





/*案例展示列表页----------------------------------------------------------------------*/

.case01 .ltit h2{

	float: left;

    width: calc(100% - 130px);

    line-height: 34px;

    border-radius: 18px 0 0 18px;

    background: #e9bbac;

    color: #fff;

    margin-bottom: 10px;

    padding-left: 20px;

    font-size: 16px;

}

.case01 .ltit a{

	float: right;

    font-size: 15px;

    font-weight: bold;

    color: #333;

    line-height: 26px;

    border-bottom: 2px solid #e9bbac;

    transition: 0.4s;

    margin-top: 4px;

}

.case01 .ltit a:hover{

	color: #e9bbac;

}

.lnews .case01 ul li .text{

	margin-top: 70px;

}

.case02 .ltit h2{

	float: right;

	background: #91cebc;

	border-radius: 0 18px 18px 0;

	text-align: right;

	padding-left: 0;

	padding-right: 20px;

}

.case02 .ltit a{

	border-bottom: 2px solid #91cebc;

	float: left;

}

.case02 .ltit a:hover{

	color: #91cebc;

}

.lnews .case02 ul li .imgbox{

	float: right;

}

.lnews .case02 ul li .text{

	float: left;

}

.lnews .case02 ul li .text span{

	background: #91cebc;

}

.lnews .case02 ul li:hover .text h3{

	color: #91cebc;

}

.lnews .case02 ul li .imgbox{

	padding: 20px 20px 0 0;

}

.lnews .case02 ul li .imgbox::before{

	left: inherit;

	right: 0;

	background: #d8efe8;

}





/*加入我们列表页----------------------------------------------------------------------*/

.ljoin{

	margin-top: 60px;

	margin-bottom: 80px;

}

.ljoin .toptit{

	background: #e9bbac;

	padding: 0 60px;

	margin-bottom: 10px;

	border-radius: 5px;

}

.ljoin .toptit h3{

	float: left;

	width: 19%;

	text-align: center;

	font-size: 16px;

	color: #fff;

	line-height: 54px;

}

.ljoin ul li{

	padding: 10px 50px;

	background: #fff;

	border-radius: 5px;

	margin-bottom: 10px;

}

.w960 .ljoin ul li{

	padding: 10px 30px;

}

.ljoin ul li:last-child{

	border: none;

}

.ljoin ul li h3 {

    width: 19%;

    text-align: center;

    font-size: 15px;

    color: #333;

    display: inline-block;

	*display:inline;

    vertical-align: middle;

    box-sizing: border-box;

}

.ljoin .toptit h3:first-child,.ljoin ul li h3:first-child{

	width: 22%;

	text-align: left;

}

.ljoin ul li a{

	display: block;

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

    width: 100px;

    text-align: center;

    line-height: 32px;

    border-radius: 4px;

    background: #fdbb8c;

    font-size: 14px;

    color: #fff;

	transition: 0.3s;

}

.ljoin ul li:nth-child(3n-1) a{

	background: #91cebc;

}

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

	background: #d8d479;

}

.ljoin ul li a:hover{

	background: #63c0cf;

}





/*文化故事页面-----------------------------------------------------------------------*/

.founder{

	padding: 80px 0 !important;

	position: relative;

}

.founder .imgbox{

	width: 30%;

    text-align: center;

    position: absolute;

    bottom: 0;

    left: 6%;

}

.founder .imgbox img{

	width: 100%;

	height: auto;

	border-radius: 10px;

	position: relative;

	z-index: 2;

}

.founder .imgbox::before{

	content: "";

    position: absolute;

    width: 320px;

    height: 320px;

    border-radius: 50%;

    left: calc(50% - 160px);

    bottom: 40px;

    background-image: linear-gradient(0deg,rgba(233,187,172,1) 0,rgba(233,187,172,0.2) 100%);

    opacity: 0.2;

}

.founder .all{

	border-radius: 10px;

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

    box-sizing: border-box;

    padding: 60px 90px;

    min-height: 400px;

    position: relative;

}

.founder .text{

	position: relative;

    width: 62%;

    margin-top: 60px;

}

.founder .text h3{

	font-size: 24px;

    font-weight: bold;

    color: #000;

	position: relative;

	z-index: 2;

}

.founder .text h4{

	font-size: 15px;

    color: #666;

    margin-top: 5px;

    margin-bottom: 15px;

}

.founder .text p{

	font-size: 14px;

    color: #888;

    line-height: 22px;

	margin-bottom: 10px;

}

.founder .next01,.founder .prev01{

	position: absolute;

	width: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 16px;

	color: #fff;

	background: #63c0cf;

	border-radius: 50%;

	top: 54%;

    left: 20px;

	cursor: pointer;

	z-index: 2;

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

	opacity: 0.4;

	transition: 0.3s;

}

.founder .next01{

	left: inherit;

	right: 20px;

}

.founder .next01:hover,.founder .prev01:hover{

	opacity: 0.8;

}

.picture{

	background: #f7f7f7;

	padding: 60px 0 100px 0;

}

.picture .all li{

	width: 380px;

	margin-right: 23px;

	background: #fff;

}

.picture .prev,.picture .next{

	padding: 0;

	width: 40px;

	line-height: 40px;

	border-radius: 50%;

	text-align: center;

	font-size: 14px;

	color: #fff;

	background: #63c0cf;

	margin-top: -20px;

	left: -50px;

	opacity: 0.6;

	transition: 0.3s;

	display: none;

}

.picture .next{

	left: inherit;

	right: -50px;

}

.w960 .picture .all li{

	width: 316px;

	margin-right: 16px;

}





/*风采展示列表页----------------------------------------------------------------------*/

.lphoto{

	margin-top: 60px;

	margin-bottom: 80px;

}

.lphoto ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.lphoto ul li a,.picture .all li a{

	display: block;

	position: relative;

	overflow: hidden;

}

.lphoto ul li img,.picture .all li img{

	width: 100%;

	height: auto;

	transition: 0.6s;

}

.lphoto ul li .text,.picture .all li .text{

	position: absolute;

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

	width: calc(100% - 30px);

	left: 15px;

	bottom: -85px;

	z-index: 2;

	transition: 0.5s;

	padding: 15px 0;

}

.lphoto ul li .text div,.picture .all li .text div{

	float: left;

	margin-left: 20px;

	width: calc(100% - 80px);

}

.lphoto ul li h3,.picture .all li h3{

	font-size: 14px;

	color: #fff;

}

.lphoto ul li h4,.picture .all li h4{

	font-size: 12px;

	color: #fff;

	opacity: 0.6;

}

.lphoto ul li .text em,.picture .all li em{

	float: right;

    line-height: 22px;

    font-size: 14px;

    color: #fff;

    padding-left: 10px;

    border-left: 1px solid rgba(255,255,255,0.3);

    margin-right: 20px;

    margin-top: 8px;

}

.lphoto ul li:hover img,.picture .all li:hover img{

	transform: scale(1.06);

}

.lphoto ul li:hover .text,.picture .all li:hover .text{

	bottom: 15px;

}





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

.lshow,.lteam{

	margin-top: 80px;

	margin-bottom: 100px;

}

.lshow ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	background: #fff;

	position: relative;

	transition: 0.4s;

}

.lshow ul li::before{

	content: "";

	position: absolute;

	width: 0;

	height: 4px;

	background: #63c0cf;

	left: 0;

	bottom: 0;

	opacity: 0;

	transition: 0.4s;

}

.lshow ul li img{

	width: 100px;

	height: auto;

}

.lshow ul li a{

	display: block;

	padding: 60px 40px 54px 40px;

	text-align: center;

}

.lshow ul li h3{

	font-size: 20px;

	color: #444;

	font-weight: bold;

	margin-top: 30px;

	line-height: 32px;

	background: url("/temp/temp/53/53-0034/202012181642/images/titbg.png") no-repeat center;

}

.lshow ul li p{

	font-size: 16px;

    color: #999;

    line-height: 28px;

	margin: 40px 0 80px 0;

}

.lshow ul li h4{

	font-size: 16px;

    color: #63c0cf;

}

.lshow ul li:hover{

	box-shadow: 0px 2px 20px rgba(99,102,207,0.08);

	transform: translateY(-12px);

}

.lshow ul li:hover::before{

	width: 100%;

	opacity: 1;

}





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

.lteam ul li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 3%;

	position: relative;

	cursor: default;

}

.lteam ul li:nth-child(1),.lteam ul li:nth-child(2),.lteam ul li:nth-child(3){

	width: 32%;

}

.lteam ul li:nth-child(3),.lteam ul li:nth-child(4n-1){

	margin-right: 0;

}

.lteam ul li a.con{

	display: block;

	background: #fff;

	border-radius: 10px;

	padding: 50px 30px 60px 30px;

	text-align: center;

	position: relative;

	transition: 0.4s;

	transform-style: preserve-3d;

}

.lteam ul li:hover a.con{

	transform: rotateY(180deg);

    -ms-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -webkit-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

	opacity: 0;

}

.lteam ul li span{

	display: block;

	width: 76%;

	margin: auto;

	border-radius: 50%;

	overflow: hidden;

	border: 3px solid #fce4d7;

	transition: 0.4s;

}

.lteam ul li:nth-child(1) span,.lteam ul li:nth-child(2) span,.lteam ul li:nth-child(3) span{

	width: 64%;

}

.lteam ul li img{

	width: 100%;

	height: auto;

}

.lteam ul li h3{

	font-size: 20px;

	color: #000;

	font-weight: bold;

	margin-top: 20px;

	margin-bottom: 5px;

}

.lteam ul li h4{

	font-size: 14px;

	color: #666;

	line-height: 22px;

}

.lteam ul li ins,.lteam ul li .text .a02{

	display: block;

	text-decoration: inherit;

	width: 42px;

	line-height: 42px;

	border-radius: 50%;

	background: #e9bbac;

	font-size: 28px;

	color: #fff;

	position: absolute;

	left: calc(50% - 21px);

	bottom: -21px;

	transition: 0.4s;

	z-index: 10;

	text-align: center;

}

.lteam ul li a.con:hover{

	box-shadow: 0px 2px 20px rgba(99,102,207,0.08);

	transform: translateY(-10px);

}

.lteam ul li a:hover ins,.lteam ul li .text .a02{

	transform: rotateZ(180deg);

	background: #f8b551;

}

.lteam ul li a:hover span{

	border: 3px solid #f8b551;

}

.lteam ul li .text{

	position:absolute;

	width:calc(100% - 40px);

	height: calc(100% - 60px);

	right:0;

	top:0;

	background: #fff;

	z-index:2;

	padding: 30px 20px;

	border-radius: 10px;

	transform: rotateY(180deg);

    -ms-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -webkit-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

	transition: all .5s;

	opacity: 0;

}

.lteam ul li:hover .text{

	transform: rotateY(0deg);

    -ms-transform: rotateY(0deg);

    -moz-transform: rotateY(0deg);

    -webkit-transform: rotateY(0deg);

    -o-transform: rotateY(0deg);

	opacity: 1;

}

.lteam ul li .text p{

	font-size: 14px;

	line-height: 24px;

	text-align: left;

	padding: 0 10px;

}

.lteam ul li .text p.a{

	max-height: 100%;

	overflow-y: scroll;

}

.lteam ul li .text p.a::-webkit-scrollbar{

	width: 4px;

	background: #f9f9f9;

}

.lteam ul li .text p.a::-webkit-scrollbar-thumb{

	background: #e9bbac;

	border-radius: 2px;

	

}

.page{

	margin-top: 30px;

	text-align: center;

}

.page a{

	transition: 0.2s;

	background: #fff;

	float: none;

	display: inline-block;

	margin: 0 5px;

	color: #666;

}

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

    background: #63c0cf;

    border-color: #63c0cf;

}

.pagebox{

	margin-top: 30px;

	position: relative;

}

.pagebox .page{

	position: absolute;

	width: 80%;

	left: 10%;

	top: 0;

	margin-top: 0;

}

.pagebox .a01,.pagebox .a02{

	display: block;

	line-height: 30px;

	font-size: 15px;

	color: #333;

	transition: 0.2s;

}

.pagebox .a01:hover,.pagebox .a02:hover{

	color: #63c0cf;

}











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

.vnews{

	margin-top: 60px;

	margin-bottom: 80px;

}

.vnleft{

	float: left;

	width: 72%;

}

.textbox{

	background: #fff;

	padding: 40px 60px 50px 60px;

}

.vnleft h1{

	font-size: 22px;

	color: #000;

	font-weight: bold;

}

.vnleft .date{

	margin: 15px 0 35px 0;

    padding-bottom: 25px;

    border-bottom: 1px solid #eaeaea;

}

.vnleft .date span{

	float: left;

    display: block;

    line-height: 22px;

    font-size: 12px;

    color: #fff;

    text-transform: uppercase;

    padding: 0 12px;

    background: #e9bbac;

	transition: all .3s;

}

.vnleft .date span:hover{

	background: #63c0cf;

}

.vnleft .date span a{

	color: #fff;

}

.vnleft .date h4{

	float: right;

	line-height: 24px;

	color: #666;

}

.nextbox{

	background: #fff;

	margin-top: 10px;

	padding: 15px 60px;

	position: relative;

	height: 24px;

}

.nextbox a{

	font-size: 14px;

	color: #333;

	display: block;

	line-height: 24px;

	transition: 0.2s;

}

.nextbox .back{

	position: absolute;

	width: 32px;

	text-align: center;

	top: 15px;

	left: calc(50% - 16px);

}

.nextbox a:hover{

	color: #63c0cf;

}

.hotnews{

	float: right;

	width: 26%;

}

.hotnews h1{

	font-size: 20px;

    margin-bottom: 25px;

	color: #000;

}

.hotnews ul li{

	margin-bottom: 10px;

	background: #fff;

	transition: 0.3s;

	border-radius: 5px;

}

.hotnews ul li a{

	display: block;

	padding: 15px 20px;

}

.hotnews ul li h3{

	float: left;

	width: 80%;

	font-size: 14px;

	color: #333;

	line-height: 24px;

	transition: 0.3s;

}

.hotnews ul li em{

	float: right;

	font-size: 12px;

	color: #999;

	line-height: 24px;

	transition: 0.3s;

}

.hotnews .more{

	display: block;

	width: 100%;

	line-height: 42px;

	font-size: 14px;

	text-align: center;

	background: #e9bbac;

	color: #fff;

	border-radius: 5px;

	transition: 0.3s;

}

.hotnews .more:hover{

	opacity: 0.8;

}

.hotnews ul li:hover{

	background: #e9bbac;

}

.hotnews ul li:hover h3,.hotnews ul li:hover em{

	color: #fff;

}

.vaddress .vnleft .othert div {

    margin-top: 15px;

}

.vaddress .vnleft .othert div span{

	float: left;

    margin-right: 6px;

    display: block;

    width: 20px;

    height: 20px;

    background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat center;

	background-position: 0 -20px;

    background-size: 100%;

	margin-top: 2px;

}

.vaddress .vnleft .othert div.t01 span{

	background-position: 0 0;

}

.vaddress .vnleft .othert div.t03 span{

	background-position: 0 -40px;

}

.vaddress .vnleft .othert div h4{

	width: calc(100% - 26px);

    font-size: 14px;

    color: #333;

    float: left;

    line-height: 24px;

}











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

.vteam{

	margin: 60px auto;

}

.vteam .all{

	background: #fff;

	padding: 60px 80px;

}

.vteam .imgbox{

	float: left;

	width: 320px;

}

.vteam .imgbox img{

	width: 100%;

	height: auto;

	border-radius: 20px;

}

.vteam .text{

	float: right;

	width: calc(100% - 400px);

	margin-top: 20px;

}

.vteam .text .tit{

	padding-bottom: 30px;

	margin-bottom: 30px;

	border-bottom: 1px solid #eee;

}

.vteam .text .tit h1{

	font-size: 24px;

	color: #000;

	font-weight: bold;

	float: left;

	line-height: 30px;

}

.vteam .text .tit h4{

	font-size: 16px;

	color: #888;

	float: left;

	line-height: 30px;

	margin-left: 20px;

}





/*在线测评页面-----------------------------------------------------------------------*/

.lform,.vabout{

	padding: 60px 100px;

	margin: 60px auto;

	background: #fff;

	border-radius: 10px;

}

.formtit{

	margin-bottom: 50px;

	text-align: center;

}

.formtit h1{

	font-size: 30px;

    color: #333;

    font-weight: bold;

    line-height: 40px;

}

.formtit h2{

	font-size: 14px;

    color: #999;

    margin-top: 5px;

}

.formtit .text{

	padding: 20px 25px;

    background: #f7f7f7;

    border-radius: 5px;

    margin-top: 25px;

}

.formtit p{

	font-size: 14px;

    color: #888;

    line-height: 26px;

	text-align: left;

}

.formbox h4{

	display: none;

}

.formbox .p01 {

    text-align: center;

    font-size: 14px;

    color: #999;

    margin-top: 20px;

}

.formbox .default-form-item{

	margin-bottom: 25px;

	float: left;

	width: 100%;

}

.formbox .default-form-item label{

	font-size: 14px;

	color: #444;

	display: block;

}

.formbox .default-form-item div{

	margin-top: 6px;

}

.formbox .default-form-item div label{

	float: left;

	margin-right: 100px;

	line-height: 20px;

}

.formbox .default-form-item div input{

	float: left;

	margin-right: 5px;

	height: 14px;

    margin-top: 3px;

}

.ispc .formbox .default-form-group-appraisal .abc14

,.ispc .formbox .default-form-group-appraisal .abc15

,.ispc .formbox .default-form-group-appraisal .abc16

,.ispc .formbox .default-form-group-appraisal02 .abc20

,.ispc .formbox .default-form-group-appraisal02 .abc21

,.ispc .formbox .default-form-group-appraisal02 .abc22{

	width: 32%;

	margin-right: 2%;

}

.ispc .formbox .default-form-group-appraisal .abc16

,.ispc .formbox .default-form-group-appraisal02 .abc22{

	margin-right: 0;

}

.formbox .default-form-group-appraisal .abc14 label

,.formbox .default-form-group-appraisal .abc15 label

,.formbox .default-form-group-appraisal .abc16 label

,.formbox .default-form-group-appraisal02 .abc20 label

,.formbox .default-form-group-appraisal02 .abc21 label

,.formbox .default-form-group-appraisal02 .abc22 label{

	display: none;

}

.formbox .default-form-group-appraisal .abc14 input

,.formbox .default-form-group-appraisal .abc15 input

,.formbox .default-form-group-appraisal .abc16 input

,.formbox .default-form-group-appraisal02 .abc20 input

,.formbox .default-form-group-appraisal02 .abc21 input

,.formbox .default-form-group-appraisal02 .abc22 input{

	width: calc(100% - 30px);

	background: #f1f1f1;

	padding: 0 15px;

	line-height: 42px;

	height: 42px;

	border: none;

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

}

.formbox input[type="submit"]{

	width: 100%;

	line-height: 42px;

	border: none;

	text-align: center;

	font-size: 14px;

	color: #fff;

	background: #e9bbac;

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

	cursor: pointer;

}





/*关于我们内容页----------------------------------------------------------------------*/

.vabout .tit{

	padding-bottom: 25px;

	margin-bottom: 30px;

	border-bottom: 1px solid #eee;

}

.vabout .tit div{

	float: left;

}

.vabout .tit h1{

	font-size: 24px;

	color: #000;

	font-weight: bold;

}

.vabout .tit h2{

	font-size: 14px;

	color: #888;

	text-transform: uppercase;

	margin-top: 2px;

}

.vabout .tit img{

	float: right;

    width: 40px;

    height: auto;

    margin-top: 8px;

}

.vaboutbox{

	margin-top: 50px;

}

.vaboutbox .vabout{

	margin-top: 16px;

}

.pox{

	color: #999;

	font-size: 14px;

}

.pox a{

	color: #999;

}

.pox a:hover{

	color: #64c0cf;

}

/*校区分布列表页----------------------------------------------------------------------*/

.lregion{

	margin-top: 80px;

	margin-bottom: 100px;

}

.showtit{

	margin-bottom: 30px;

}

.showtit dt{

	float: left;

	font-size: 14px;

	color: #333;

	margin-top: 5px;

	line-height: 24px;

}

.showtit dd{

	float: left;

	margin: 5px 8px;

}

.showtit dd a{

	display: block;

	line-height: 24px;

	padding: 0 12px;

	font-size: 14px;

	color: #666;

	background: #fff;

	border-radius: 12px;

	transition: 0.2s;

}

.showtit dd.a a,.showtit dd:hover a{

	color: #fff;

	background: #63c0cf;

}

.lregion ul li{

	margin-bottom: 60px;

}

.lregion ul li .imgbox{

    float: left;

    width: 52%;

    padding-right: 5%;

    border-right: 1px solid #eee;

    box-sizing: border-box;

}

.lregion ul li .imgbox span{

	display: block;

	width: 100%;

	border-radius: 20px;

	overflow: hidden;

}

.lregion ul li .imgbox img{

    width: 100%;

    height: auto;

	transition: 0.4s;

}

.lregion ul li .imgbox img:hover{

	transform: scale(1.06);

}

.lregion ul li .text {

    float: right;

    width: 43%;

    margin-top: 20px;

}

.lregion ul li h3 {

    font-size: 16px;

    font-weight: bold;

    color: #333;

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid #eee;

}

.lregion ul li .text div {

    margin-bottom: 20px;

}

.lregion ul li .text div span{

	float: left;

    margin-right: 6px;

    display: block;

    width: 20px;

    height: 20px;

    background: url("/temp/temp/53/53-0034/202012181642/images/contact.png") no-repeat;

	background-position: 0 -20px;

    background-size: 100%;

	margin-top: 2px;

}

.lregion ul li .text div.t01 span{

	background-position: 0 0;

    background-size: 100%;

}

.lregion ul li .text div.t03 span{

	background-position: 0 -40px;

}

.lregion ul li .text div h4{

	width: calc(100% - 26px);

    font-size: 14px;

    color: #333;

    float: left;

    line-height: 24px;

}

.lregion ul li .text a{

	display: block;

    line-height: 38px;

    width: 180px;

    text-align: center;

    background: #63c0cf;

    font-size: 15px;

    color: #fff;

    border-radius: 20px;

    margin-top: 30px;

	transition: 0.3s;

	border: 1px solid #63c0cf;

}

.lregion ul li .text a:hover{

	background: #fff;

	color: #63c0cf;

}

.ueditor_baidumap {

    min-width: inherit;

    max-width: 100%;

}

.default-basescript-search .nytit{

	display: none;

}



/*----------------------view-newspage------------------*/

.fuwuform h4 {

    display: none;

}

.fuwuform form {

    margin: 30px 0;

	padding: 30px;

	background: #f1f1f1;

}

.fuwuform form .default-form-group-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.fuwuform form .default-form-group-box .default-form-item {

    display: flex;

	align-items: center;

	width: 24%;

	margin-right: 1.32%;

}

.fuwuform form .default-form-group-box .default-form-item:last-child{

	margin-right: 0;

}

.fuwuform form .default-form-group-box .default-form-item label{

	display: none;

}

.fuwuform form .default-form-group-box .default-form-item input{	

	line-height: 40px;

    height: 40px;

    padding-left: 20px;

    box-sizing: border-box;

    width: 100%;

    border: none;

	outline-style: none;

}

.fuwuform form [type="submit"] {

    border: none;

    margin-top: 20px;

    line-height: 40px;

    height: 40px;

    background: #e9bbac;

    color: #fff;

    width: 100%;

	cursor: pointer;

	transition: all .3s;

}

.fuwuform form [type="submit"]:hover{

	background: #63c0cf;

}

.default-article-full .default-article-content img {

	display: inline-block !important;

	left:0 !important;

	margin-left: 0 !important;

	max-width: 100% !important;

}

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

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

	.nav01 > li{

		margin-right: 15px;

	}

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

		width: 180px;

	}

}

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

	.header{

		padding: 20px 60px;

	}

	.header .logo img{

		height: 46px;

	}

	.nav01 > li > a{

		font-size: 15px;

	}

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

		width: 150px;

	}

	.nytit h1{

		font-size: 35px;

		line-height: 32px;

	}

	.nytit span{

		margin: 15px auto;

	}

	.nytit{

		top: calc(50% - 46px);

	}

	

	

	

}

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

	.header,.header.a {

		padding: 20px 40px;

	}

	.bantext{

		width: calc(100% - 124px);

		top: calc(50% - 182px);

		left: 62px;

	}

	.bantit h1{

		font-size: 36px;

		letter-spacing: 2px;

	}

	.bantext ul li img{

		width: 56px;

	}

	.bantext ul li h3{

		font-size: 22px;

	}

	.bantext ul li p{

		font-size: 15px;

	}

	.bantext .more01 {

		width: 180px;

		line-height: 44px;

		font-size: 14px;

	}

	.bantext ul {

		margin-top: 45px;

		margin-bottom: 70px;

	}

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

		left: -20px;

	}

	.nav01 > li {

		margin-right: 15px;

		padding: 10px 0;

	}

	.nav01 > li > a {

		font-size: 14px;

	}

	.header .logo {

		line-height: 50px;

	}

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

		padding-right: 36px;

		line-height: 36px;

		height: 36px;

		width: 136px;

	}

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

		width: 36px;

		height: 36px;

		background-size: 15px;

	}

	.lab03 li p{

		font-size: 12px;

	}

	.lab03 li a{

		padding: 40px 0;

	}

	.lab03 {

		margin: 60px auto;

	}

	.lab01 {

		margin: 80px auto;

	}

	.lab01 .imgbox{

		width: 45%;

	}

	.lab01 .text{

		width: 50%;

	}

	.lab01 .text p{

		font-size: 13px;

		line-height: 30px;

	}

	.lab02 ul li img{

		width: 42px;

	}

	.lab02 {

		padding: 32px 0;

	}

	.lab04 {

    	margin: 60px auto;

	}

	.tit01 h1,.formtit h1{

		font-size: 24px;

		line-height: 32px;

	}

	.tit01{

		margin-bottom: 35px;

	}

	.tit01 ul li a{

		padding: 0 20px;

	}

	.tit01 ul li{

		margin: 6px;

	}

	.lshow ul li p{

		font-size: 14px;

	}

	.lshow ul li a.con{

		padding: 50px 30px;

	}

	.lteam ul li h3{

		font-size: 18px;

	}

	.lteam ul li a.con{

		padding: 35px 30px 60px 30px;

	}

	.lshow, .lteam,.lregion,.lnews{

		margin-top: 60px;

		margin-bottom: 80px;

	}

	.lregion ul li .text{

		margin-top: 0;

	}

	.lregion ul li .imgbox{

		width: 50%;

	}

	.lregion ul li .text{

		width: 46%;

	}

	.lregion ul li h3{

		margin-bottom: 25px;

		padding-bottom: 20px;

	}

	.lregion ul li .text div {

		margin-bottom: 16px;

	}

	.lregion ul li .text a{

		margin-top: 25px;

	}

	.lregion ul li .text a {

		line-height: 36px;

		width: 168px;

		font-size: 14px;

		margin-top: 30px;

	}

	.lnews ul li .text{

		margin-top: 25px;

	}

	.lnews ul li .text h3 {

		font-size: 16px;

		margin: 24px 0 10px 0;

	}

	.lnews ul li .text p{

		font-size: 12px;

		line-height: 22px;

		height: 44px;

		margin-bottom: 30px;

	}

	.lnews ul li .text ins{

		font-size: 14px;

	}

	.lform, .vabout{

		padding: 40px 60px;

	}

	.formtit p {

		font-size: 12px;

		line-height: 22px;

	}

	.formtit .text{

		padding: 15px 20px;

	}

	.vnews{

		margin: 60px auto;

	}

	.textbox{

		padding: 40px;

	}

	.vnleft .date{

		margin: 8px 0 25px 0;

	}

	.hotnews ul li h3{

		font-size: 12px;

	}

	.hotnews ul li a{

		padding: 12px 15px;

	}

	.hotnews .more{

		line-height: 38px;

		font-size: 12px;

	}

	.vteam .all{

		padding: 50px;

	}

	.vteam .text {

		width: calc(100% - 380px);

		margin-top: 10px;

	}

	.vteam .text .tit{

		padding-bottom: 25px;

		margin-bottom: 25px;

	}

	.nextbox{

		padding: 15px 40px;

	}

	.default-pc-nav-footer li a{

		font-size: 14px;

	}

	.default-pc-nav-footer li{

		margin: 0 25px;

	}

	.default-pc-nav-footer li::before{

		right: -25px;

		height: 12px;

		top: 4px;

	}

	.lnews ul li {

		margin-bottom: 40px;

	}

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

		width:100px;

	}

	

}

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

	.header .default-pc-search{

		display: none;

	}

	.bantext ul li img {

		width: 50px;

	}

	.bantext ul li h3 {

		font-size: 18px;

	}

	.bantext ul li p {

		font-size: 14px;

	}

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

		display: none;

		opacity: 0;

	}

	.nav01 > li{

		margin-right: 0;

		margin-left: 10px;

		padding: 5px 0;

	}

	.header .logo {

		line-height: 40px;

	}

	.header .logo img{

		height: 40px;

	}

	.header {

		padding: 15px 20px;

	}

	.header.a{

		padding: 12px 20px;

	}

	.ispc .banner01 li img{

		width: 130%;

		height: auto;

		left: 0 !important;

		margin-left: -15% !important;

	}

	.default-pc-copyright,.default-pc-copyright a{

		font-size: 10px;

	}

	.lnav ul li a {

		font-size: 14px;

		line-height: 42px;

		padding: 0 40px;

	}

	.nytit h1 {

		font-size: 26px;

		line-height: 24px;

	}

	.nytit h2{

		font-size: 16px;

	}

	.nytit span {

		margin: 12px auto;

		width: 26px;

	}

	.nytit {

		top: calc(50% - 38px);

	}

	.vteam,.lform, .vabout,.lcontact,.lshow, .lteam, .lregion, .lnews,.vnews,.lproblem{

		margin: 30px auto;

	}

	.lab05 .imgbox img{

		width: 100%;

	}

	.abmap ul li.a div{

		display: none;

	}

	.abmap ul{

		width: 100%;

		left: 0;

	}

	

	

}

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

	/*首页*/

	.mindex{

		margin-top: -55px;

	}

	.mindex img{

		width: 100%;

		height: auto;

	}

	.mindex a{

		display: block;

	}

	.lab02 ul li:last-child{

		display: none;

	}

	.lab02 ul li{

		width: 23.5%;

		margin-bottom: 10px;

	}

	.lab02 ul li:nth-child(4){

		margin-right: 0;

	}

	.lab02 ul li h3{

		font-size: 12px;

		line-height: 26px;

	}

	.lab02 ul li p{

		line-height: 26px;

		font-size: 12px;

	}

	.lab02 ul li p b {

		font-size: 12px;

	}

	.lab02 ul li img {

		width: 32px;

	}

	.lab02 ul li div{

		margin-top: 10px;

	}

	.lab02 {

		padding: 15px 0 8px 0;

	}

	.mdots{

		position: absolute;

		bottom: 10px;

		text-align: center;

		width: 100%;

		z-index: 1;

	}

	.mdots span{

		opacity: 1;

		background: #fff;

		width: 6px;

		height: 6px;

		border-radius: 10px;

	} 

	.mdots span.swiper-pagination-bullet-active{

		width: 20px;

	}

	.mbanner li img{

		width: 100%;

		height: auto;

	}

	.mbanner .dots span{

		width: 6px;

		height: 6px;

		border-radius: 3px;

		margin: 0 5px;

	}

	.mbanner .dots span.active{

		width: 20px;

		background: #fff;

	}

	.default-basescript-index .mnews{

		margin-bottom: 0;

		padding: 30px 15px 10px 15px;

	}

	.mnews .mtit div{

		float: left;

	}

	.mnews .mtit div h1{

		font-size: 18px;

		color: #000;

		line-height: 22px;

	}

	.mnews .mtit div h2{

		font-size: 11px;

		color: #666;

	}

	.mnews .mtit a{

		display: block;

		float: right;

		width: 54px;

		text-align: center;

		line-height: 18px;

		border-radius: 4px;

		font-size: 11px;

		color: #63c0cf;

		border: 1px solid #63c0cf;

		margin-top: 9px;

	}

	.mabout{

		padding-bottom: 60px;

		background: #fff url("/temp/temp/53/53-0034/202012181642/images/abbg04.jpg") no-repeat bottom center;

		padding-top: 30px;

		border-top: 1px solid #eee;

		background-size: 100% auto;

	}

	.mabout ul li{

		float: left;

		width: 25%;

		text-align: center;

	}

	.mabout ul li img{

		width: 32px;

		height: auto;

	}

	.mabout ul li h3{

		background: #f7f7f7;

		color: #63c0cf;

		font-size: 11px;

		line-height: 22px;

		border-radius: 4px;

		width: 68px;

		margin: auto;

		margin-top: 8px;

	}

	.mabout .text{

		padding: 20px;

	}

	.mabout .text iframe{

		background: #000;

		border-radius: 5px;

		overflow: hidden;

	}

	.mabout .bottom span{

		display: block;

		width: 228px;

		margin: auto;

		height: 1px;

		background: #63c0cf;

	}

	.mabout .bottom h4{

		font-size: 14px;

		color: #63c0cf;

		background: #fff;

		line-height: 20px;

		width: 148px;

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

		margin-top: -10px;

		text-align: center;

	}

	

	.mcourse{

		padding: 15px 25px;

		background: #f5f6fa url("/temp/temp/53/53-0034/202012181642/images/abbg03.jpg") no-repeat bottom center;

		background-size: 100% auto;

		padding-bottom: 70px;

	}

	.mcourse .tit div{

		float: left;

	}

	.mcourse .tit h1{

		font-size: 28px;

		font-weight: bold;

		color: #262626;

		width: 120px;

		line-height: 36px;

	}

	.mcourse .tit h2{

		font-size: 11px;

		text-transform: uppercase;

		color: #333;

		letter-spacing: 3px;

		margin-top: 4px;

	}

	.mcourse .tit span{

		display: block;

		width: 30px;

		height: 4px;

		border-radius: 2px;

		background: #badbd2;

		margin-bottom: 30px;

		margin-top: 15px;

	}

	.mcourse .tit img{

		float: right;

		width: 74px;

		height: auto;

	}

	.mcourse dl dt{

		width: calc(100% - 42px);

	}

	.mcourse dl dt h1{

		float: left;

		width: calc(50% - 1px);

		text-align: center;

		line-height: 50px;

		border-radius: 30px 0 0 0;

		background: #40a4c6;

		font-size: 15px;

		color: #fff;

		font-weight: bold;

		letter-spacing: 5px;

	}

	.mcourse dl dt h2{

		float: right;

		width: calc(50% - 1px);

		text-align: center;

		line-height: 50px;

		border-radius: 0 30px 0 0;

		background: #46bfc8;

		font-size: 15px;

		color: #fff;

		font-weight: bold;

		letter-spacing: 5px;

	}

	.mcourse dd{

		background: #fff;

		border-radius: 2px;

		overflow: hidden;

		margin-top: 5px;

		box-shadow: 0 0 6px #eee;

	}

	.mcourse dd a{

		display: block;

	}

	.mcourse dd h3{

		float: left;

		width: calc(50% - 21px);

		text-align: center;

		font-size: 14px;

		color: #333;

		line-height: 50px;

	}

	.mcourse dd span{

		float: left;

		display: block;

		width: 42px;

		height: 50px;

		overflow: hidden;

	}

	.mcourse dd img{

		height: 50px;

		width: 50px;

		margin-left: -4px;

		max-width: inherit;

	}

	.rmore{

		display: block;

		margin-top: 20px;

		width: 100%;

		text-align: center;

		background: #efb293;

		position: relative;

		padding: 12px 0;

		border-radius: 45px;

		box-shadow: 1px 5px 8px #f3e0da;

	}

	.rmore::before{

		content: "";

		position: absolute;

		width: calc(100% - 12px);

		height: calc(100% - 12px);

		border: 1px solid #fff;

		border-radius: 42px;

		left: 5px;

		top: 5px;

		opacity: 0.2;

	}

	.rmore span{

		display: inline-block;

		width: 100%;

		text-align: center;

		margin-bottom: 5px;

		margin-top: 2px;

	}

	.rmore img{

		width: 32px;

		height: auto;

	}

	.rmore h3{

		display: inline-block;

		font-size: 15px;

		color: #fff;

		font-weight: bold;

		line-height: 16px;

	}

	.rmore h4{

		display: inline-block;

		font-size: 13px;

		color: #fff;

		line-height: 16px;

		opacity: 0.85;

	}

	.environment{

		padding: 30px 30px;

		padding-bottom: 80px;

		position: relative;

		overflow: hidden;

	}

	.environment .tit h1{

		font-size: 30px;

		font-weight: bold;

		text-transform: uppercase;

		color: #e9bbac;

		font-family: Georgia;

	}

	.environment .tit h2{

		font-size: 16px;

		color: #000;

		letter-spacing: 8px;

	}

	.environment .tit span{

		display: block;

		width: 30px;

		height: 4px;

		border-radius: 2px;

		background: #e9bbac;

		margin-bottom: 30px;

		margin-top: 15px;

	}

	.environment{

		margin-bottom: 40px;

	}

	.environment ul{

		position: relative;

		z-index: 1;

	}

	.environment ul li{

	}

	.environment ul li a{

		display: block;

		border-radius: 5px;

		overflow: hidden;

	}

	.environment ul li img{

		width: 100%;

		height: auto;

	}

	.mmap{

		margin-bottom: 50px;

		text-align: center;

		margin-top: 20px;

		position: relative;

	}

	.mmap::before{

		content: "";

		position: absolute;

		width: 90px;

		height: 90px;

		background-image: linear-gradient(-45deg,rgba(233,187,172,1) 0,rgba(233,187,172,0.2) 100%);

		opacity: 0.2;

		top: 30px;

		left: -40px;

		border-radius: 50%;

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

	}

	.mmap h1{

		font-size: 20px;

		color: #e9bbac;

		font-weight: bold;

		margin-bottom: 4px;

	}

	.mmap h2{

		font-size: 11px;

		color: #666;

		text-transform: uppercase;

		letter-spacing: 4px;

		margin-bottom: 10px;

	}

	

	

	.banner01 .next, .banner01 .prev{

		display: none;

	}

	.ismobile header .bg{

		background: #fff;

		opacity: 1;

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

	}

	.ismobile header h1 a span{

		display: none;

	}

	.ismobile header h1 a {

		line-height: 41px;

		height: 41px;

		margin-left: 10px;

	}

	.ismobile header h1 img{

		height: 30px;

	}

	.nav-click {

		line-height: 24px;

		top: 0;

		right: 0;

		width: auto;

		border: 1px solid #63c0cf;

		color: #63c0cf;

		font-size: 22px;

		padding: 0 6px;

		border-radius: 4px;

		margin-top: 15px;

    	margin-right: 15px;

	}

	.nav-click .action-r,.nav-click .action-l{

		float: left;

		margin-left: 5px;

	}

	.nav-click .text{

		display: block;

		line-height: 24px;

    	padding-top: 0 !important;

		width: auto;

	}

	.ismobile #mobile-nav{

		background: #fff;

		right: -1px;

		border-left: 1px solid #eee;

		box-sizing: border-box;

		height: calc(100% - 60px);

	}

	.ismobile #mobile-nav h3{

		color: #63c0cf;

		display: none;

	}

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

		border-top: none;

		border-bottom: 1px solid #eaeaea;

		color: #333;

		min-width: 74px;

	}

	.default-mobile-nav-menu li ul{

		background: #f7f7f7;

	}

	.mfooter{

		height: 58px;

		background: #fff;

		position: fixed;

		width: 100%;

		left: 0;

		bottom: 0;

		z-index: 5;

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

	}

	.mfooter li{

		float: left;

		width: 25%;

		text-align: center;

	}

	.mfooter li a{

		display: block;

	}

	.mfooter li img{

		width: 24px;

		height: auto;

		margin-top: 9px;

	}

	.mfooter li h3{

		font-size: 12px;

		color: #666;

		margin-top: 5px;

	}

	.mfooter li .img02,.default-basescript-index .mfooter li:first-child .img01{

		display: none;

	}

	.default-basescript-index .mfooter li:first-child .img02{

		display: block;

	}

	.default-basescript-index .mfooter li:first-child h3{

		color: #66c1d9;

	}

	.default-mobile-copyright2{

		background-color: #fff;

		color: #888;

		font-size: 11px;

		margin-bottom: 58px;

		padding-bottom: 0 !important;

		border-top: 1px solid #eee;

		margin-top: 0;

	}

	.default-mobile-copyright2 a{

		color: #888;

	}

	.mftext{

		padding: 30px 0;

		border-top: 1px solid #eee;

		background: #fff;

	}

	.default-basescript-index .mftext{

		border: none;

		padding-top: 0;

	}

	.mftext .mf01{

		padding-bottom: 16px;

		text-align: center;

	}

	.mftext .mf01 h4{

		font-size: 12px;

		color: #666;

	}

	.mftext .mf01 h4 em{

		margin-right: 4px;

	}

	.mftext .mf01 h3{

		font-size: 24px;

		font-weight: bold;

		color: #66c1d0;

		font-family: Georgia;

	}

	.mftext .erweima{

		text-align: center;

	}

	.mftext .erweima div{

		display: inline-block;

		width: 110px;

		margin: 0 8px;

	}

	.mftext .erweima img{

		width: 100%;

		height: auto;

	}

	.mftext .erweima h5{

		font-size: 12px;

		color: #888;

		margin-top: 5px;

	}

	.fshare {

		text-align: center;

		margin: 20px auto;

	}

	.fshare li{

		display: inline-block;

		margin: 0 8px;

	}

	.fshare a{

		display: block;

		width: 20px;

		height: 20px;

	}

	.fshare a img{

		width: 100%;

		height: auto;

	}

	

	

	/*关于我们*/

	.lab03 li {

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 3%;

	}

	.lab03 li:first-child{

		width: 100%;

		margin-right: 0;

	}

	.lab03 {

		margin-bottom: 30px;

	}

	.lab03 li::before {

		left: 4px;

		top: 4px;

		opacity: 0.6;

	}

	.lab03 li a{

		padding: 20px 0;

	}

	.lab03 li img{

		width: 36px;

	}

	.lab03 li h3 {

		font-size: 14px;

		margin-top: 10px;

		margin-bottom: 0;

	}

	.lab03 li p{

		font-size: 11px;

	}

	.mtitle{

		text-align: center;

		margin: 30px auto;

	}

	.mlnav{

		position: relative;

		display: none;

	}

	.mlnav::before {

		content: "";

		background: #e9bbac;

		width: 100%;

		position: absolute;

		top: 0;

		left: 0;

		display: block;

		height: 100%;

		border-radius: 0 0 50% 50%;

	}

	.mlnav ul{

		position: relative;

		z-index: 2;

		background: #fff;

		padding: 10px;

		border-radius: 6px;

		box-sizing: border-box;

		margin: 0 15px;

		box-shadow: 0px 0px 8px #e4e4e4;

	}

	.mlnav li a span{

		display: none;

	}

	.mlnav li{

		float: left;

		margin: 3px;

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

	}

	.mlnav li a{

		display: block;

		line-height: 28px;

		padding: 0;

		border-radius: 4px;

		background: #f6f6f6;

		font-size: 12px;

		text-align: center;

	}

	.mlnav li.a a{

		color: #fff;

		background: #e9bbac;

	}

	.lab01 .imgbox{

		width: 100%;

	}

	.lab01 {

		margin: 30px auto;

	}

	.lab01 .text {

		width: 96%;

		margin-right: 2%;

		margin-top: 15px;

	}

	.lab01 .text h3 {

		font-size: 20px;

		font-weight: bold;

	}

	.lab01 .text span {

		width: 32px;

		margin: 16px 0;

	}

	.lab01 .text p {

		font-size: 12px;

		line-height: 24px;

	}

	.lab02{

		display: none;

	}

	.mindex01{

		display: block;

	}

	.lab04 {

		margin: 30px auto;

	}

	.lab04 .next, .lab04 .prev {

		width: 28px;

		line-height: 28px;

		font-size: 12px;

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

		margin-top: 5px;

	}

	.lab04 .next{

		margin-left: 12px;

	}

	.lab04 ul li div {

		padding: 10px 12px;

	}

	.lab04 ul li h3 {

		font-size: 10px;

		color: #333;

		line-height: 16px;

		height: 48px;

	}

	.lab04 ul li h4 {

		font-size: 10px;

		margin-top: 4px;

	}

	.tit01,.formtit{

		margin-bottom: 25px;

	}

	.tit01 h1,.formtit h1{

		font-size: 20px;

		line-height: 28px;

	}

	.tit01 h2,.formtit h2{

		font-size: 10px;

		text-transform: uppercase;

	}

	.tit01 ul{

		margin-top: 15px;

	}

	.tit01 ul li {

		margin: 4px;

	}

	.tit01 ul li a{

		line-height: 26px;

    	font-size: 12px;

		padding: 0 16px;

	}

	.lab05 .imgbox img{

		width: 100%;

	}

	.lab05 {

		margin-bottom: 40px;

	}

	.lab06 {

		padding: 30px 0;

		margin-bottom: 30px;

	}

	.lab06 ul li{

		padding: 0 !important;

		padding-left: 20px !important;

		margin-bottom: 20px;

	}

	.lab06 ul li h3,.lab06 ul li p{

		text-align: left;

	}

	.lab06 ul li span{

		width: 10px;

		height: 10px;

		border: 5px solid #f6f7f8;

		top: 4px;

    	left: -10px;

	}

	.lab06 ul li span::before {

		display: none;

	}

	.lab06 ul::before {

		width: 3px;

		left: -2px;

	}

	.lab06 ul li h3 {

		font-size: 22px;

		margin-bottom: 4px;

		line-height: 28px;

	}	

	.lab06 ul li p{

		font-size: 12px;

		line-height: 20px;

	}

	.lab06 .tit01{

		margin-bottom: 20px;

	}

	

	/*联系我们*/

	.lcontact {

		margin: 15px;

		padding: 30px 20px;

	}

	.contact01{

		width: 100%;

	}

	.contact01 li span{

		width: 20px;

		height: 20px;

		margin-right: 10px;

	}

	.contact01 li.c02 span{

		background-position: 0 -20px;

	}

	.contact01 li.c03 span{

		background-position: 0 -40px;

	}

	.contact01 li h3{

		line-height: 20px;

		font-size: 14px;

	}

	.contact01 li {

		margin-bottom: 25px;

	}

	.contact01 li .erweima div {

		float: none;

		width: 110px;

		margin: 0 10px;

		display: inline-block;

	}

	.lcontact .applybox{

		margin-top: 25px;

		width: 100%;

	}

	.lcontact .imgbox {

		width: 80%;

		margin-right: 10%;

		margin-top: 20px;

	}

	.applybox label {

		font-size: 12px;

		margin-left: 10px;

		margin-bottom: 6px;

	}

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

		width: calc(100% - 20px);

		line-height: 35px;

		height: 35px;

		padding: 0 10px;

	}

	.applybox .default-form-item {

		margin-bottom: 15px;

	}

	.applybox textarea {

		height: 105px;

	}

	.applybox input[type="submit"] {

		width: 100%;

		line-height: 35px;

		font-size: 12px;

	}

	.complaint .textbox{

		width: calc(100% - 70px);

		padding: 30px 20px;

		left: 15px;

		top: calc(50% - 184px);

	}

	.complaint h3{

		font-size: 18px;

		margin-bottom: 10px;

	}

	.complaint .t01 h4 ,.complaint .t01 a{

		margin-right: 0;

		margin-top: 2px;

		width: 100%;

	}

	.complaint .default-form-item {

		margin-top: 15px;

	}

	.complaint input[type="submit"]{

		margin-top: 8px;

		line-height: 36px;

		font-size: 12px;

	}

	.complaint input[type="text"] {

		width: calc(100% - 24px);

		line-height: 36px;

		height: 36px;

		padding: 0 12px;

		font-size: 12px;

	}

	.complaint textarea {

		width: calc(100% - 24px);

		line-height: 36px;

		height: 108px;

		padding: 0 12px;

		font-size: 12px;

	}

	.pagebox .a01:hover, .pagebox .a02:hover {

		color: #333;

	}

	

	/*在线测评*/

	.lform, .vabout{

		padding: 0 10px;

		margin: 30px auto;

	}

	.formtit h2{

		margin-top: 2px;

	}

	.formtit .text {

		padding: 10px 12px;

		margin-top: 10px;

	}

	.formtit p {

		font-size: 11px;

		line-height: 20px;

		text-align: left;

	}

	.formbox .default-form-item label{

		font-size: 12px;

	}

	.formbox .default-form-item{

		margin-bottom: 20px;

	}

	.formbox .default-form-item div label{

		margin-right: 80px;

	}

	.formbox input[type="submit"]{

		line-height: 36px;

		font-size: 12px;

	}

	.pub01{

		display: none;

	}

	

	/*关于我们内页*/

	.vabout .tit h1{

		font-size: 20px;

	}

	.vabout .tit h2{

		font-size: 12px;

	}

	.vabout .tit img {

		width: 36px;

		margin-top: 7px;

	}

	.vabout .tit{

		padding-bottom: 15px;

		margin-bottom: 25px;

	}

	.article .default-article-content p span{

		font-size: 14px !important;

	}

	

	/*新闻列表页*/

	.mnews{

    	margin-bottom: 40px;

	}

	.mnews ul li {

		padding: 20px 0;

		border-bottom: 1px solid #eee;

	}

	.mnews ul li:last-child{

		border: none;

	}

	.mnews ul li a{

		display: block;

	}

	.mnews ul li img{

		float: left;

		width: 115px;

		height: auto;

    	border-radius: 4px;

	}

	.mnews ul li div{

		float: right;

		width: calc(100% - 128px);

	}

	.mnews ul li h3 {

		font-size: 14px;

		margin-bottom: 5px;

		color: #333;

	}

	.mnews ul li p {

		font-size: 12px;

		line-height: 20px;

		height: 40px;

		color: #666;

		overflow: hidden;

	}

	.page a{

		padding: 0;

		line-height: 24px;

		width: 24px;

		text-align: center;

		font-size: 12px;

		border-radius: 50%;

		margin: 0 3px;

	}

	.page{

		margin-top: 20px;

	}

	.pagebox{

		margin-top: 10px;

	}

	.pagebox .page{

		width: calc(100% - 112px);

    	left: 56px;

	}

	.pagebox .a01, .pagebox .a02{

		line-height: 28px;

    	font-size: 12px;

	}

	

	/*校区分布*/

	.lregion{

		margin-bottom: 20px;

		margin-top: 0;

	}

	.showtit {

		margin: 15px 0;

	}

	.showtit dt{

		font-size: 12px;

		line-height: 20px;

		margin-top: 4px;

	}

	.showtit dd{

		margin: 4px;

	}

	.showtit dd a {

		line-height: 20px;

		padding: 0 9px;

		font-size: 12px;

	}

	.lregion ul li .imgbox{

		width: 100%;

		padding-right: 0;

		border: none;

	}

	.lregion ul li .text{

		width: 100%;

		margin-top: 12px;

	}

	.lregion ul li .imgbox span{

		border-radius: 10px;

	}

	.lregion ul li .imgbox img:hover {

    	transform: scale(1);

	}	

	.lregion ul li h3 {

		font-size: 15px;

		margin-bottom: 18px;

		padding-bottom: 12px;

		text-align: center;

	}

	.lregion ul li .text div span{

		width: 18px;

		height: 18px;

		background-position: 0 -18px;

	}

	.lregion ul li .text div.t03 span {

		background-position: 0 -36px;

	}

	.lregion ul li .text div h4 {

		width: calc(100% - 24px);

		font-size: 12px;

		line-height: 22px;

	}

	.lregion ul li .text div {

		margin-bottom: 12px;

	}

	.lregion ul li .text a {

		line-height: 30px;

		width: 100%;

		font-size: 12px;

		margin-top: 20px;

		background: #fff;

		color: #63c0cf;

	}

	.lregion ul li {

		margin-bottom: 30px;

	}

	

	/*团队展示*/

	.lteam ul li,.lteam ul li:nth-child(1), .lteam ul li:nth-child(2), .lteam ul li:nth-child(3){

		width: 48.5%;

    	margin-right: 3%;

		margin-bottom: 20px;

		border-radius: 6px; 

	}

	.lteam ul li:nth-child(3), .lteam ul li:nth-child(4n-1){

		margin-right: 3%;

	}

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

		margin-right: 0;

	}

	.lshow, .lteam {

		margin-top: 15px;

		margin-bottom: 40px;

	}

	.lteam ul li a{

		padding: 20px 15px 35px 15px;

	}

	.lteam ul li span{

		width: 80% !important;

	}

	.lteam ul li h3 {

		font-size: 16px;

		margin-top: 12px;

		margin-bottom: 4px;

	}

	.lteam ul li h4{

		font-size: 11px;

		line-height: 18px;

	}

	.lteam ul li ins {

		width: 32px;

		line-height: 32px;

		font-size: 22px;

		left: calc(50% - 16px);

		bottom: -16px;

	}

	.lteam ul li a:hover,.lshow ul li:hover{

		box-shadow: none;

		transform: translateY(0);

	}

	.lteam ul li a:hover span {

		border: 3px solid #fce4d7;

	}

	.lteam ul li a:hover ins {

		transform: rotateZ(0);

		background: #e9bbac;

	}

	

	/*图片列表页*/

	.lshow ul li{

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

	}

	.lshow ul li a{

		padding: 30px 15px 20px 15px;

	}

	.lshow ul li img{

		width: 68px;

	}

	.lshow ul li h3{

		font-size: 16px;

		margin-top: 15px;

	}

	.lshow ul li p {

		font-size: 12px;

		line-height: 20px;

		height: 40px;

		margin: 10px 0 20px 0;

	}

	.lshow ul li h4{

		font-size: 12px;

	}

	.lshow ul li::before{

		width: 100%;

		opacity: 0;

		height: 3px;

		display: none;

	}

	

	/*团队内容页*/

	.vteam {

		margin: 30px auto 40px auto;

		position: relative;

	}

	.vteam .all{

		padding: 0;

	}

	.vteam .imgbox{

		width: 100%;

		text-align: center;

	}

	.vteam .text{

		width: 100%;

	}

	.vteam .imgbox img{

		width: 210px;

	}

	.vteam .text .tit h1 {

		font-size: 20px;

		width: 100%;

		text-align: center;

	}

	.vteam .text .tit h4 {

		font-size: 14px;

		line-height: 20px;

		margin-left: 0;

		width: 100%;

		text-align: center;

	}

	.vteam .text .tit{

		padding-bottom: 15px;

    	margin-bottom: 25px;

	}

	.nextbox{

		padding: 0;

		height: 30px;

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

	}

	.vteam .nextbox{

		position: absolute;

		width: calc(100% - 30px);

		left: 15px;

		top: 114px;

	}

	.nextbox a{

		width: 30px;

		line-height: 30px;

		text-align: center;

		border-radius: 50%;

		background: #e9bbac;

		font-size: 12px;

		color: #fff;

	}

	.vaddress .nextbox{

		margin-top: 25px;

	}

	

	

	/*图片内容页*/

	.vaddress .vnleft .othert div h4{

		font-size: 12px;

	}

	.vaddress .vnleft .othert div span{

		width: 18px;

		height: 18px;

		margin-top: 3px;

		margin-right: 5px;

		background-position: 0 -18px;

	}

	.vaddress .vnleft .othert div.t03 span{

		background-position: 0 -36px;

	}

	.vaddress .vnleft .othert div {

		margin-top: 8px;

	}

	.vnleft{

		width: 100%;

	}

	.textbox{

		padding: 0;

	}

	.vnews {

		margin-top: 25px;

		margin-bottom: 50px;

	}

	.vnleft h1{

		font-size: 18px;

	}

	.vnleft .date {

		margin: 5px 0 25px 0;

		padding-bottom: 20px;

		border-bottom: 1px solid #eee;

	}

	.vnleft .date span {

		line-height: 20px;

		font-size: 11px;

		padding: 0 8px;

	}

	.vnleft .date h4{

		font-size: 11px;

		line-height: 20px;

		float: left;

		margin-left: 10px;

	}

	body .w1188, body .wp{

		padding-left: 15px;

		padding-right: 15px;

	}

	

	/*问题解答*/

	.lproblem ul li{

		padding: 10px 12px;

		margin-bottom: 10px;

	}

	.lproblem{

		margin-top: 15px;

	}

	.lproblem ul li div h3 {

		line-height: 20px;

		font-size: 14px;

		width: calc(100% - 40px);

		color: #333;

	}

	.lproblem ul li div span {

		width: 16px;

		line-height: 16px;

		font-size: 11px;

		margin-top: 2px;

		margin-right: 8px;

	}

	.lproblem ul li div ins {

		width: 10px;

		height: 10px;

		margin-top: 5px;

	}

	.lproblem ul li div p {

		font-size: 12px;

		line-height: 20px;

		width: calc(100% - 24px);

	}

	.lproblem ul li div.qt02 span{

		margin-top: 1px;

	}

	.lproblem ul li.a div.qt02{

		margin: 6px auto;

	}

	.lphoto {

		margin-top: 20px;

		margin-bottom: 40px;

	}

	.lphoto ul li{

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 3%;

	}

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

		margin-right: 0;

	}

	.lphoto ul li .text, .picture .all li .text{

		position: inherit;

		background: #fff;

		width: 100%;

		left: 0;

		bottom: 0;

		padding: 10px 0;

		padding-bottom: 0;

	}

	.lphoto ul li .text em, .picture .all li em{

		display: none;

	}

	.lphoto ul li .text div, .picture .all li .text div {

		margin-left: 0;

		width: 100%;

		text-align: center;

	}

	.lphoto ul li h3, .picture .all li h3 {

		font-size: 12px;

		color: #444;

	}

	.lphoto ul li h4, .picture .all li h4 {

		font-size: 10px;

		color: #888;

		opacity: 1;

	}

	.lphoto ul li:hover img, .picture .all li:hover img {

		transform: scale(1);

	}

	.founder {

		padding: 40px 15px !important;

	}

	.founder .next01,.founder .prev01{

		width: 32px;

		line-height: 32px;

		font-size: 13px;

		top: 45%;

		opacity: 0.5;

		left: 10px;

	}

	.founder .next01:hover, .founder .prev01:hover{

		opacity: 0.5;

	}

	.founder .next01{

		left: inherit;

		right: 10px;

	}

	.picture .next,.picture .prev{

		left: -15px;

		width: 25px;

		line-height: 50px;

		margin-top: -25px;

		border-radius: 0 50px 50px 0;

		opacity: 0.8;

	}

	.picture .next {

		left: inherit;

		right: -15px;

		border-radius: 50px 0 0 50px;

	}

	.picture .all li{

		padding-bottom: 10px;

		width: 240px;

		margin-right: 10px;

	}

	.picture {

		padding: 30px 0 45px 0;

	}

	.founder .all{

		padding: 0;

	}

	.founder .all {

		border-radius: 0;

		box-shadow: none;

		padding: 0;

		min-height: inherit;

		position: relative;

	}

	.founder .imgbox{

		width: 100%;

		text-align: center;

		position: relative;

		bottom: 0;

		left: 0;

	}

	.founder .imgbox img{

		width: 240px;

	}

	.founder .imgbox::before{

		bottom: 0;

		width: 280px;

		height: 280px;

		left: calc(50% - 140px);

	}

	.founder .imgbox::after{

		content: "";

		position: absolute;

		width: 280px;

		height: 140px;

		background: url("/temp/temp/53/53-0034/202012181642/images/imgbg.png") no-repeat bottom center;

		background-size: 100%;

		bottom: 0;

		left: calc(50% - 140px);

		z-index: 2;

	}

	.founder .text {

		width: 94%;

		margin-top: 20px;

		margin-right: 3%;

		text-align: center;

	}

	.founder .text h3{

		font-size: 20px;

	}

	.founder .text h4 {

		font-size: 14px;

		margin-top: 4px;

		margin-bottom: 8px;

	}

	.founder .text p {

		font-size: 12px;

		line-height: 20px;

		margin-bottom: 10px;

	}

	.mljoin ul li{

		padding: 20px 0;

		border-bottom: 1px solid #eee;

	}

	.mljoin ul li:last-child{

		border: none;

	}

	.mljoin ul li h3{

		float: left;

		font-size: 14px;

		color: #333;

		line-height: 20px;

		max-width: calc(100% - 76px);

	}

	.mljoin ul li h4{

		float: right;

		font-size: 12px;

		color: #888;

		line-height: 20px;

	}

	.mljoin ul li p{

		font-size: 12px;

		color: #666;

		line-height: 20px;

		height: 40px;

		overflow: hidden;

		margin-top: 5px;

		margin-bottom: 10px;

	}

	.mljoin ul li a{

		font-size: 12px;

		color: #e9bbac;

		text-decoration: underline;

	}

	

	/*案例*/

	.lnews{

		margin-top: 20px;

	}

	.case01 .ltit h2{

		width: calc(100% - 105px);

		line-height: 26px;

		padding-left: 15px;

		font-size: 14px;

		margin-bottom: 15px;

	}

	.case01 .ltit a {

		font-size: 12px;

		line-height: 18px;

		margin-top: 6px;

	}

	.lnews ul li .imgbox::before{

		display: none;

	}

	.lnews ul li .imgbox{

		width: 116px !important;

		padding: 0 !important;

	}

	.lnews .case01 ul li .text{

		width: calc(100% - 130px);

		margin-top: 0;

	}

	.lnews ul li .text span{

		display: none;

	}

	.lnews ul li .text h3 {

		font-size: 14px;

		margin: 10px 0 4px 0;

	}

	.lnews ul li .text p {

		font-size: 11px;

		line-height: 18px;

		height: 36px;

		margin-bottom: 0;

	}

	.case02 .ltit h2{

		padding-left: 0;

		padding-right: 15px;

	}

	.lnews ul li{

		margin-bottom: 20px;

	}

	.case01 .ltit a:hover{

		color: #333;

	}

	.lnews ul li:hover img {

		transform: scale(1);

	}

	.lnews ul li:hover .text h3{

		color: #000;

	}

	.fuwuform{

		width: 100%;

	}

	.fuwuform form {

		padding: 20px;

	}	

	.fuwuform form .default-form-group-box {

		flex-wrap: wrap;

	}	

	.fuwuform form .default-form-group-box .default-form-item {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.fuwuform form [type="submit"]{

		margin-top: 0;

	}

	

	

}

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

	.mbanner{

		max-height:inherit;

	}

	.lab0601 li{

		background-size: auto 100% !important;

	}

	.lab01 .imgbox iframe{

		height: 200px !important;

	}

	.abmap ul li.abc5 {

		right: 23%;

		bottom: 26%;

	}

	.abmap ul li:first-child {

		right: 26%;

		bottom: 18%;

	}

	.abmap ul li.abc10 {

		right: 27%;

		bottom: 45%;

	}

	.abmap ul li.abc9 {

		right: 35%;

		bottom: 50%;

	}

	.abmap ul li.abc6 {

		right: 24%;

		bottom: 35%;

	}

	.abmap ul li.abc3 {

		right: 28%;

		bottom: 34%;

	}

	.abmap ul li.abc2 {

		right: 30%;

		bottom: 23%;

	}

	.abmap ul li.abc8 {

		right: 43%;

		bottom: 28%;

	}

	.abmap ul li.abc1 {

		right: 35%;

		bottom: 31%;

	}

	.abmap ul li.abc4 {

		right: 36%;

		bottom: 22%;

	}

	.lab02 ul li{

		width: 48.5%;

		margin-right: 3%;

	}

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

		margin-right: 0;

	}

	.default-article-content p iframe{

		height: 200px !important;

	}

}























/**

 * Swiper 6.4.5

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

 * https://swiperjs.com

 *

 * Copyright 2014-2020 Vladimir Kharlampidi

 *

 * Released under the MIT License

 *

 * Released on: December 18, 2020

 */



@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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}: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(-1 * 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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}




