/*!

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

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

em{font-style:normal;}

body{background-color: #fff;}



/*导航*/

.top_box{

	margin: auto;

	padding: 26px 0;

	font-family: "黑体";

}

.top_box em {

    display: block;

    background:  url("/temp/temp/53/53-0005/201805101029/images/shijia.png") center center no-repeat;

    width: 383px;

    height: 54px;

    padding-left: 20px;

    margin-top: 5px;

    float: left;

}

.logo,.shi{

	float: left;

}

.t_r{

	float: right;

	margin-top: 10px;

}

.lian li{

	float: left;

}

.shi{

	margin-left: 20px;

	margin-top: 10px;

}

.lian{

	float: right;

}

.lian li a{

	display: block;

	font-size: 14px;

	color: #242424;

	margin-left: 10px;

}

.lian li a:hover{

	color: #A8A8A8;

}

.top_box h2{

	font-size: 16px;

	text-align: right;

	color: #242424;

	margin-top: 30px;

}

.nav_box{

	width: 100%;

	background-color: #000;

}

.nav_c{

	margin: auto;

}

.nav{

	float: right;

}

.nav li{

	float: left;

	margin-left: 50px;

	line-height: 48px;

}

.nav li a {

    color: #fff;

    display: block;

    font-size: 17px;

}

.nav li .dangqian{

	color: #fa7456;

}

.nav li a:hover{

	color: #fa7456;

}





/*banner1*/

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

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

	width: 12px;

	height: 12px;

	border: 1px solid #fa7456;

	border-radius: 6px;

	margin: auto;

}

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

    border-radius: 6px;

    background: #fa7456;

	margin: auto;

}

.default-slider-2 .dots {

    position: absolute;

    bottom: 42%;

    text-align:center;

    margin: auto;

    right: 10%;

    max-width: 16px;

}

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

	background: #000;

	margin-left: inherit;

	padding: 0 16px;

	text-align: center;

}

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

    padding: 0;

    line-height: 40px;

    font-size: 16px;

}

.banner1,.nybanner{

	max-height: 600px;

	overflow: hidden;

}



/*四分类*/

.sida_box{

	margin-top: 50px;

}

.sida_box a{

	display: block;

}

.sida_box img{

	width: 100%;

	height: auto;

}

.sida li{

	float: left;

	margin-right: 2%;

	width:23.5%;

	position: relative;

	overflow: hidden;

}

.sida li img{

	width: 100%;

	height: auto;

}

.sida li h2{

	font-size: 18px;

	color: #333;

	text-align: center;

	margin-top: 10px;

}

.sida li a{

	display: block;

}

.sida li span{

	width: 46px;

    height: 46px;

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

    background-size: 100%;

    position: absolute;

    left: calc(50% - 23px);

    top: -46px;

    transition: 0.4s;

    font-size: 30px;

    color: #fff;

    line-height: 46px;

    text-align: center;

	opacity: 0;

}

.sida li:hover span{

	opacity: 1;

	top: calc(50% - 42px);

}

.sida li span:hover{

	background: rgba(250,116,86,0.50);

}



/*学校简介*/

.xuexiao{

	margin: auto;

}

.xuexiao img{

	width: 100%;

	height: auto;

}

.biaoti{

	width: 100%;

	height: auto;

	margin: auto;

	text-align: center;

	background:url("/temp/temp/53/53-0005/201805101029/images/bt.png") center center no-repeat;

	margin-bottom: 60px;

	margin-top: 80px;

}

.biaoti h2{

	font-size: 30px;

	color: #333;

	font-family: "黑体";

}

.biaoti h3{

	font-size: 20px;

	color: #666;

	font-family: "Segoe Print";

	line-height: 22px;

}

.kecheng li {

    width: 23%;

    height: auto;

    margin-right: 2.66%;

    position: relative;

    float: left;

    margin-bottom: 17px;

}

.kecheng h3{

	font-size: 14px;

	color: #fff;

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	padding: 6px 0;

	background-color: rgba(250,116,86,0.80);

	text-align: center;

	transition: 0.3s;

}

.kecheng li a{

	display: block;

}

.kecheng li:hover h3{

	background-color:rgba(247,161,171,0.80);

}











/*课程分类*/

.fenlei_box{

	margin: auto;

}

.fenlei{

	margin: auto;

}

.fenlei li{

	width:25%;

	float:left;

	position: relative;

	overflow: hidden;

}

.fenlei li a{

	display: block;

}

.fenlei li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.fenlei li span{

	width: 100%;

	height: 100%;

	display: block;

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

	position: absolute;

	top: 0;

	left: 0;

	transition: 0.3s;

}

.fenlei li span h2 {

    font-size: 30px;

    color: #fff;

    font-family: "宋体";

    text-align: center;

    writing-mode: vertical-lr;

    margin: auto;

	height: 100%;

	letter-spacing:6px;

}

.fenlei li span:hover{

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

}

.fenlei li:hover img{

	transform: scale(1.06);

}

.w960 .fenlei li span h2{

	font-size: 24px;

}



/*banner2*/

.banner2{

	width: 100%;

	margin: 80px auto;

	background: url("/temp/temp/53/53-0005/201805101029/images/banner2.jpg") center center no-repeat;

	padding-bottom: 80px;

	padding-top: 50px;

}

.banner2 .b2_img img{

	width: 100%;

	height: auto;

}

.chengnuo_box h1{

	font-size: 28px;

	font-weight: bold;

	color: #fff;

	text-align: center;

}

.chengnuo_box p{

	font-size: 14px;

	color: #ccc;

	line-height: 28px;

	width: 800px;

	margin: auto;

	margin-top: 30px;

	text-align: center;

}





/*作品展示*/

.zuopin{

	width: 94%;

	margin: auto;

	overflow: hidden;

}

.zuopin li{

	width: 16%;

	margin-right: 0.8%;

	float: left;

	overflow: hidden;

}

.zuopin li img{

	width: 100%;

	height: auto;

	transition: 0.6s;

}

.zuopin li a{

	display: block;

	overflow: hidden;

	position: relative;

}

.zuopin li a h3{

	font-size: 14px;

	line-height: 40px;

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

	position: absolute;

	left: 0;

	bottom: 0;

	color: #fff;

	width: 90%;

	padding: 0 5%;

	text-align: center;

}

.zuopin_box span {

    display: block;

    width: 120px;

    text-align: center;

    margin: auto;

    margin-top: 40px;

    border: 1px solid #fa7456;

	transition: 0.3s;

}

.zuopin_box span a{

	font-size: 16px;

	color: #fa7456;

	line-height: 32px;

	display:block;

	font-family: "黑体";

	transition: 0.3s;

}

.zuopin li:hover img{

	transform: scale(1.08);

}

.zuopin_box span:hover{

	background: #fa7456;

	width: 160px;

}

.zuopin_box span:hover a{

	color: #fff;

}



/*师资力量*/

.faculty{

	padding: 60px 0;

	background: #f9f9f9;

	margin-top: 80px;

}

.faculty .biaoti{

	margin-top: 0;

}

.faculty ul li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	transition: 0.4s;

	background: #fff;

}

.faculty ul li:last-child{

	margin-right: 0;

}

.faculty ul li a{

	display: block;

}

.faculty ul li div{

	width: 100%;

	position: relative;

	overflow: hidden;

}

.faculty ul li img{

	width: 100%;

	height: auto;

}

.faculty ul li span{

	display: block;

    width: 100%;

    height: 50px;

    position: absolute;

    bottom: -70px;

    left: 0;

    text-align: center;

    color: white;

    font-size: 46px;

    background: #353535;

    line-height: 50px;

    transition: 0.4s;

}

.faculty ul li h3{

	margin-top: 20px;

	width: calc(100% - 40px);

	margin-left: 20px;

	font-size: 16px;

	color: #333;

}

.faculty ul li p{

	margin-top: 10px;

	width: calc(100% - 40px);

	margin-left: 20px;

	font-size: 13px;

	color: #888;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	margin-bottom: 20px;

}

.faculty ul li:hover{

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

	transform: translateY(-10px);

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

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

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

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

}

.faculty ul li:hover span{

	bottom: 0;

}

.irmore{

	display: block;

	width: 140px;

	line-height: 36px;

	border: 1px solid #fa7456;

	border-radius: 4px;

	font-size: 14px;

	text-align: center;

	color: #fa7456;

	margin: auto;

	margin-top: 40px;

	transition: 0.3s;

}

.irmore:hover{

	color: #fff;

	background: #fa7456;

}







/*获奖作品*/

.jiang{

	margin: auto;

	width: 94%;

}

.jiang li{

	width: 16%;

	margin-right: 0.8%;

	float: left;

	overflow: hidden;

}

.jiang li a{

	display: block;

	overflow: hidden;

	position: relative;

}

.jiang li img{

	width: 100%;

	height: auto;

	transition: 0.6s;

}

.jiang li:hover img{

	transform: scale(1.08);

}

.jiang li a h3{

	font-size: 14px;

	line-height: 40px;

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

	position: absolute;

	left: 0;

	bottom: 0;

	color: #fff;

	width: 90%;

	padding: 0 5%;

	text-align: center;

}

.jiang_box span {

    display: block;

    width: 120px;

    text-align: center;

    margin: auto;

    margin-top: 40px;

    border: 1px solid #fa7456;

	transition: 0.3s;

}

.jiang_box span a{

	font-size: 16px;

	color: #fa7456;

	line-height: 32px;

	display:block;

	font-family: "黑体";

	transition: 0.3s;

}

.jiang_box span:hover{

	background: #fa7456;

	width: 160px;

}

.jiang_box span:hover a{

	color: #fff;

}





/*新闻中心*/

.news{

	margin: auto;

	text-align: center;

}

.new101{

	width: 336px;

	margin: auto;

	padding: 0 20px;

	border-bottom: 4px solid #ccc;

	padding-bottom: 6px;

	position: relative;

}

.new101 li{

	float: left;

	margin-right: 60px;

}

.new101 li a{

	font-size: 18px;

	color: #999;

	display: block;

}

.new101 li a:hover{

	color: #fa7456;

}

.new1 span{

	display: block;

	height: 6px;

	width: 80px;

	background:#fa7456;

	border-radius: 3px;

	position: absolute;

	bottom: -5px;

	left: 15px;

}

.new102{

	margin: auto;



}

.new102 li{

	float: left;width: 31%;

	margin-right: 3.5%;

	margin-top: 40px;

}

.new102 li img{

	width: 100%;

	height: auto;

}

.new102 li a{

	display: block;

	position: relative;

}

.new102 li a em{

	float: left;

	font-size: 15px;

	color: #fff;

	font-family: "Arial";

	background-color:#fa7456;

	width: 136px;

	line-height: 36px;

	position: absolute;

	left:0;

	bottom: -25px;

	transition: 0.4s;

	text-transform: uppercase;

}

.new102 li a h3{

	float: left;

	margin-left: 146px;

	font-size: 14px;

	color: #333;

	margin-top: 6px;

	transition: 0.4s;

	width: calc(100% - 146px);

	text-align: left;

}

.new102 li:hover em{

	width: 100%;

}

.new102 li:hover h3{

	margin-left: 0;

}





.new2{

	margin-top: 60px;

}

.new201 {

    width: 236px;

    margin: auto;

    padding: 0px 72px;

    border-bottom: 4px solid #ccc;

    padding-bottom: 6px;

    position: relative;

}

.new201 li{

	float: left;

	margin-right: 92px;

}

.new201 li a{

	font-size: 18px;

	color: #999;

	display: block;

}

.new201 li a:hover{

	color: #fa7456;

}

.new2 span{

	display: block;

	height: 6px;

	width: 80px;

	background:#fa7456;

	border-radius: 3px;

	position: absolute;

	bottom: -5px;

	left: 66px;

}

.new202{

	margin-top: 40px;

}

.new202 li{

	width: 48.5%;

	margin-right: 3%;

	float: left;

	background-color: #f9f9f9;

	box-sizing: border-box;

	margin-bottom: 3%;

	transition: 0.3s;

	border: 1px solid #f5f5f5;

}

.new202 li:hover{

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

}

.new202 li a{

	display: block;

	position: relative;

	padding: 4%;

}

.new202 li h5{

	font-size: 14px;

	color: #999;

	text-align: right;

	float: right;

	width: 100px;

	line-height: 24px;

}

.new202 li a h2{

	color: #333;

	font-size: 16px;

	text-align: left;

	float: left;

	width: calc(100% - 100px);

	line-height: 24px;

	transition: 0.3s;

}

.new202 li a p {

    color: #666;

    font-size: 12px;

    max-width: 100%;

    margin-top: 15px;

    text-align: left;

    line-height: 18px;

    max-height: 54px;

    overflow: hidden;

}

.new202 li a h3{

	color:#fa7456;

	font-size: 12px;

	text-align: right;

	margin-top: 5px;

}

.new202 li:hover h2{

	color:#fa7456;

}





.sp_box{

	width: 100%;

	height: auto;

	margin-top: 60px;

}

.sp_t{

	float: left;

	width: 13%;

	background: #fa7456;

	padding: 46px 0;

}

.w960 .sp_t{

	padding: 28px 0;

}

.sp_t h2{

	font-size: 24px;

	color: #fff;

	font-weight: 600;

	margin-bottom: 20px;

}

.w960 .sp_t h2{

	font-size: 20px;

	margin-bottom: 21px;

}

.w960 .sp_t h3{

	font-size: 16px;

	width: 90px;

}

.sp_t h3{

	font-size: 20px;

	color: #fff;

	font-family: "宋体";

	max-width: 100px;

    margin: auto;

}

.sp_t span{

	display: block;

	background:url("/temp/temp/53/53-0005/201805101029/images/sp.png") center center no-repeat;

	width: 50px;

	height: 50px;

	margin:auto;

	margin-top: 21px;

}

.sp{

	width: 87%;

	float: left;

}

.sp li{

	float: left;

	width:33.3333%;

	position: relative;

}

.sp li img{

	width: 100%;

	height: auto;

}

.sp li h2{

	font-size: 20px;

	color: #fff;

	background:rgba(250,116,86,0.60);

	width: 100%;

	text-align: center;

	position: absolute;

	bottom: 0;

	left: 0;

	line-height: 40px;

	transition: 0.3s;

}

.w960 .sp li h2{

	font-size: 16px;

}

.sp li em{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background: url("/temp/temp/53/53-0005/201805101029/images/sp_meng.png") center center no-repeat;

	background-size: 100%;

	opacity: 0;

	transition: 0.3s;

}

.sp li:hover h2{

	background-color:rgba(250,116,86,0.00);

	z-index: 2;

}

.sp li:hover em{

	opacity: 1;

}





/*招商加盟*/

.joinus{

	margin-bottom: 80px;

}

.joinus ul li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 2%;

	transition: 0.3s;

}

.joinus ul li a{

	display: block;

}

.joinus ul li img{

	width: 100%;

	height: auto;

}

.joinus ul li h3{

	font-size: 15px;

	margin-top: 10px;

	color: #333;

	text-align: center;

	width: 92%;

	margin-left: 4%;

}

.joinus ul li:hover{

	opacity: 0.7;

}

.joinus .irmore{

	margin-top: 20px;

}





/*联系方式*/

.foot_box{

	width: 100%;

	background: #000;

	margin-top: 60px;

}

.fnav_c{

	width: 100%;

	margin: auto;

	border-bottom: 1px solid #222;

}

.fnav{

	margin: auto;

	text-align: center;

}

.fnav li{

	padding: 14px 0;

	margin: auto 30px;

	display: inline-block;

}

.fnav li{

	*display: inline;

}

.fnav li a{

	color: #A0A0A0;

	font-size: 15px;

	display: block;

}

.fnav li a:hover{

	color: #fff;

}



.lx_box{

	margin: auto;

	padding: 60px 0;

}

.flogo{

	float: left;

	width: 30%;

	margin-top: 20px;

}

.lx{

	float: left;

	margin: auto;

	width: 40%;

	text-align: center;

}

.anniu {

    float: right;

    margin-right: 40px;

}

.lx h2{

	font-size: 36px;

	color:#A0A0A0; 

}

.lx ul{

	margin:10px auto;

}

.lx ul li{

	display: inline-block;

	position: relative;

	margin: 0 8px;

}

.lx ul li{

	*display: inline;

}

.lx ul li a{

	display: block;

}

.lx ul li:hover label{

	display: block;

}

.lx ul li a em{

	width: 32px;

	height: 32px;

	background: url("/temp/temp/53/53-0005/201805101029/images/weixin.png") center center no-repeat;

	display: block;

	background-size: 100%;

}

.lx ul li a span{

	width: 32px;

	height: 32px;

	background:  url("/temp/temp/53/53-0005/201805101029/images/QQ.png") center center no-repeat;

	display: block;

	background-size: 100%;

}

.lx ul li a strong{

	width: 32px;

	height: 32px;

	background:  url("/temp/temp/53/53-0005/201805101029/images/weibo.png") center center no-repeat;

	display: block;

	background-size: 100%;

}

.lx p{

	text-align: center;

	font-size: 14px;

	color:#A0A0A0; 

}



.anniu span{

	display: block;

	width: 120px;

	height: 40px;

	border: 1px solid #A0A0A0;

	margin: auto;

	background:url("/temp/temp/53/53-0005/201805101029/images/baoming.png") left no-repeat;

	padding-right: 10px;

	background-position: 10px center;

}

.anniu em{

	display: block;

	width: 120px;

	height: 40px;

	border: 1px solid #A0A0A0;

	margin: auto;

	margin-top: 20px;

	background:url("/temp/temp/53/53-0005/201805101029/images/zixun.png") left no-repeat;

	padding-right: 10px;

	background-position: 10px center;

}

.anniu a{

	color: #A0A0A0;

	font-size: 20px;

	text-align: right;

	line-height: 40px;

	display: block;

}

.anniu a:hover span{

	border: 1px solid #fa7456;

	background: url("/temp/temp/53/53-0005/201805101029/images/baoming2.png") left no-repeat;

	background-position: 10px center;

}

.anniu a:hover em{

	border: 1px solid #fa7456;

	background: url("/temp/temp/53/53-0005/201805101029/images/zixun2.png") left no-repeat;

	background-position: 10px center;

}

.anniu a:hover{

	color:#fa7456;

}

.anniu{

	margin-top: 15px;

}



/*点击弹出二维码*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	height: 260px;

	position: absolute;

	top: 35%;

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0005/201805101029/images/close.png") no-repeat center center;

	background-size: 100%;

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

	border-radius: 12px;

	cursor: pointer;

}











/*技术支持*/

.jishu{

	width: 100%;

	background: #191919;

	text-align: center;

	padding: 15px 0;

	padding-bottom: 1px;

}

.jishu h2{

	font-size: 14px;

	color: #8a8a8a;

}

.jishu .default-pc-links-text{

	font-size: 12px;

	color: #8a8a8a;

}

.default-pc-copyright {

    width: 100%;

    line-height: 2;

    color: #666;

    font-size: 12px;

    text-align: center;

    margin: auto;

}

.default-pc-links-text dd a{

	margin-left: 5px;

	color: #adadad;

}

.default-pc-links-text dd a:hover{

	color: #EFC638;

}

.default-pc-links-text {

    display: inline-block;

}

.default-pc-links-text {

    *display: inline;

}

.default-pc-copyright a{

	color: #adadad;

}

.default-pc-copyright a:hover{

	color: #EFC638;

}







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

.list-nav{

	text-align: center;

	margin: 60px auto;

}

.list-nav li{

	display: inline-block;

	margin: 0 4px;

	margin-bottom: 10px;

}

.list-nav li{

	*display: inline;

}

.list-nav li a {

    font-size: 15px;

    padding: 0 15px;

    display: block;

    line-height: 34px;

    background: #E8E8E8;

}

.list-nav li.a{

	border-right: none;

}

.list-nav li a:hover{

	color: #fff;

	background:#fa7456;

}

.list-nav li.a a {

	color: white;

	background:#fa7456;

}

.l_news{

	margin-bottom: 40px;

}

.l_news li{

	padding: 30px 0;

	border-bottom: 1px solid #e4e4e4;

}

.l_news li a{

	display: block;

}

.l_news li img{

	float: left;

	width: 21%;

}

.l_text {

    float: left;

    width: 60%;

    margin-left: 3%;

	margin-top: 1.5%;

	padding-right: 2%;

}

.l_news li span {

    display: block;

    float: right;

    font-size: 18px;

    color: #999;

    margin-top: 6%;

    margin-right: 3%;

	background: url("/temp/temp/53/53-0005/201805101029/images/more.png") right no-repeat;

	transition: 0.5s;

	padding-right: 2%;

}

.l_text h3{

	color:#373737;

    text-align: left;

    font-size: 18px;

	transition: 0.5s;

}

.l_text h4 {

    color: #898989;

    text-align: left;

    margin-top: 6%;

    font-size: 14px;

}

.l_text p {

    color: #898989;

    text-align: left;

    max-height: 40px;

    overflow: hidden;

    margin-top: 2%;

	font-size: 14px;

	transition: 0.5s;

	width: 90%;

}

.l_news li:hover span{

	margin-right: 1%;

}

.l_news li:hover h3{

	margin-left: 2%;

}

.l_news li:hover p{

	margin-left: 2%;

}

.l_news li:hover span{

	color: #fa7456;

	background: url("/temp/temp/53/53-0005/201805101029/images/more2.png") right no-repeat;

}

.pub{

	text-align: right;

	margin-bottom: 5px;

}

.page {

    margin-bottom: 80px;

    text-align: center;

	float: right;

}

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

	background:#fa7456;

	color: #fff;

}





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

.v_news01 h1{

	font-size: 26px;

	text-align: center;

}

.look{

	text-align: center;

	margin-top: 40px;

}

.article{

	margin: 40px 0;

}

.next{

	font-size: 14px;

	color: #999;

}

.next a{

	color:#696969; 

}

.next a:hover{

	color:#fa7456; 

}

.v_news01{

	background: #fff;

	border-radius: 40px;

	padding:5% 13%;

	margin: 5% auto;

	width: 74%;

}





/*图片展示列表页------------------------------------------------------*/

.l_show{

	width: 94%;

	margin: auto;

}

.l_shows{

	width: 100%;

	margin: auto;

	margin-bottom: 40px;

}

.l_shows li{

	float: left;

	width: 16%;

    margin-right: 0.8%;

    overflow: hidden;

	margin-bottom: 0.8%;

}

.l_shows li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.l_shows li a{

	position: relative;

	width: 100%;

	height: 100%;

	display: block;

}

.l_shows li a div{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

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

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

	text-align: center;

	transition: 0.5s;

}

.l_shows li a div h3{

	padding-top: 65%;

	font-size: 18px;

}

.w960 .l_shows li a div h3{

	font-size: 16px;

}

.l_shows li:hover div{

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

	color: #fff;

}

.pub02{

	width: 100%;

	text-align: right;

	padding-bottom: 10px;

	margin: auto;

}

.l_shows li:hover img{

	transform: scale(1.08);

}

.lshow02{

	margin-top: 60px;

	margin-bottom: 100px;

}

.lshow02 h1{

	font-size: 26px;

	color: #000;

	text-align: center;

	margin-bottom: 40px;

}







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

.l_team{

	margin: auto;

}

.l_teams li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	border-bottom: 1px solid #e4e4e4;

	transition: 0.5s;

	margin-bottom: 5%;

}

.l_teams li img{

	width: 100%;

	height: auto;

}

.l_teams li a{

	position: relative;

	display: block;overflow:hidden;

}

.l_teams li span{

	display: block;

	width: 100%;

	height: 50px;

	position: absolute;

	bottom: -70px;

	left: 0;

	text-align: center;

	color: white;

	font-size: 46px;

	background:#353535;

	line-height: 50px;

	transition: 0.5s;

}

.l_teams li:hover span{

	bottom: 0;

}

.l_teams li div{

	padding: 8%;

	color: #8C8C8C;

}

.l_teams li div h2{

	color: #6f6f6f;

}

.l_teams li div h3{

	margin-bottom: 12px;

}

.l_teams li div p{

	height: 34px;

	overflow: hidden;

	color: #b5b5b5;

}

.l_teams li:hover{

	transform: translateY(-10px);

	border-bottom: 1px solid #fffffe;

	box-shadow: 0px 2px 16px #ccc;

}





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

.v_teams01{

	width: 74%;

	background:  url("/temp/temp/53/53-0005/201805101029/images/t_bg.jpg") center center no-repeat;

	background-size: 100%;

	padding: 10% 13%;

	margin: 60px auto;

}

.w960 .v_teams01{

	padding: 10% 0;

}

.t_left{

	float: left;

	max-width: 28%;

}

.t_left img{

	width: 100%;

	height: auto;

}

.article02 {

    float: left;

    max-width: 60%;

	max-height: 400px;

	overflow-y: scroll;

	margin: 0;

	margin-left: 12%;

}

.v_teams01 .next{

	float: left;

}

.v_teams01 h1 {

    font-size: 18px;

    margin: 20px auto;

}

.article02::-webkit-scrollbar {

    width: 4px;

    background: #e2e2e2;

}

.article02::-webkit-scrollbar-thumb {

    width: 2px;

    background: #fa7456;

}





/*课程大分类---------------------------------------------------------*/

.l_kc{

	width: 100%;

	margin: 80px auto;

}

.l_kcs li{

	width: 32%;

	margin-right: 2%;

	float: left;

	margin-bottom: 2%;

	transition: 0.5s;

}

.l_kc h2{

	text-align: center;

	font-size: 24px;

	margin-bottom: 60px;

}

.l_kcs li h3{

	font-size: 18px;

	color: #696969;

	transition: 0.5s;

}

.w960 .l_kcs li h3{

	font-size: 16px;

}

.l_kcs li p {

    font-size: 14px;

    color: #ccc;

    max-height: 18px;

    overflow: hidden;

}

.l_kcs li a{

	display: block;

}

.l_kcs li a span{

	float: right;

	height: 40px;

	width: 40px;

	background:  url("/temp/temp/53/53-0005/201805101029/images/youm.png") center center no-repeat;

	margin-top: 20px;

	margin-right: 20px;

	border-radius: 20px;

	transition: 0.5s;

}

.l_kcs li em img{

	width: 100%;

	height: auto;

}

.l_kcs li a div{

	float: left;

	padding: 20px 0;

	transition: 0.5s;

	max-width: 70%;

	overflow: hidden;

}

.l_kcs li a em{

	display: block;

	position: relative;

	overflow: hidden;

}

.l_kcs li em strong{

	position: absolute;

	display: block;

	width: 100%;

	height: 100%;

	top: -235px;

	left: 0;

	text-align: center;

	background: rgba(250,116,86,0.50);

	color: white;

	font-size: 60px;

	line-height: 235px;

	transition: 0.5s;

}

.l_kcs li:hover span{

	display: block;

	box-shadow: 0px 2px 14px #ccc;

}

.l_kcs li:hover{

	box-shadow: 0px 2px 20px #ccc;

}

.l_kcs li:hover div{

	margin-left: 20px;

}

.l_kcs li:hover h3{

	color:#fa7456; 

}

.l_kcs li:hover strong{

	top: 0;

}





/*课程介绍---------------------------------------------------------------------------------*/

.ban05{

	position: relative;

	overflow: hidden;

	text-align: center;

}

.ban05 img{

	width: 100%;

	height: auto;

}

.enrol {

    position: absolute;

    top: calc(50% - 170px);

    left: 26%;

	text-align: left;

}

.w960 .enrol{

	top: calc(50% - 160px);

}

.enrol h3 {

    font-size: 50px;

    margin-bottom: 40px;

}

.w960 .enrol h3 {

    font-size: 38px;

    margin-bottom: 25px;

}

.enrol01{

	font-size: 20px;

}

.enrol01 p{

	line-height: 40px;

}

.enrol01 div a{

	width: 160px;

	height: 46px;

	border-radius: 23px;

	color: #fa7456;

	display: block;

	float: left;

	text-align: center;

	line-height: 46px;

	font-size: 24px;

	margin-top: 30px;

	margin-right: 36px;

	border: 2px solid #fa7456;

	transition: 0.2s;

}

.enrol01 div a:hover{

	background:#fa7456;

	color: #fff;

}

.enrol01 p em{

	color:rgba(199,34,37,1.00);

}

.sum01{

	margin: 80px 0;

}

.sum01 span{

	display: block;

	float: left;

}

.sum01 div{

	float: right;

	width: calc(100% - 350px);

}

.sum01 div h3{

	font-size: 22px;

	line-height: 48px;

	color: #c19186;

}

.sum01 div p{

	font-size: 15px;

	margin-bottom: 30px;

	color: #585858;

}

.word01 td img {

    float: left;

    margin-right: 30px;

    width: 57%;

}

.word01 #default-article-content td, .word01 #default-article-content th {

    border: 1px solid #fff;

    padding: 15px 0;

	background-color: #fff;

}

.word01 .default-article-content{

	background: #fff;

	color: #585858;

	font-size: 15px;

	line-height: 24px;

}







/*学校环境-------------------------------------------------------------------*/

.l_school ul li{

	float: left;

	width: 24.01%;

	margin-right: 1.32%;

	margin-bottom: 1.32%;

}

.l_school{

	margin: 60px auto;

}

.l_school h1{

	text-align: center;

	font-size: 24px;

	line-height: 40px;

	margin-bottom: 40px;

}

.l_school ul li a{

	position: relative;

	display: block;

	overflow: hidden;

}

.l_school ul li a em{

	width: 100%;

	height: 0;

	position: absolute;

	top: -20px;

	left: 0;

	background: rgba(250,116,86,0.50) url("/temp/temp/53/53-0005/201805101029/images/jia.png") center center no-repeat;;

	text-align: center;

	transition: 0.4s;

	background-size: 34px;

}

.l_school ul li a img{

	width: 100%;

	height: auto;

}

.l_school ul li:hover em{

	height: 100%;

	top: 0;

	display: block;

}







/*关于我们---------------------------------------------------*/

.v_about h1{

	font-size: 26px;

	text-align: center;

}

.article{

	margin: 40px 0;

}

.v_about{

	padding:5% 0;

	margin: 5% auto;

}





/*在线报名-------------------------------------------------------------*/

.default-form h4{

	text-align: center;

	font-size: 28px;

	margin: 50px auto;

	color: #fa7456;

	width: 100%;

	border-bottom: 1px dashed #ffb8a8;

	padding-bottom: 20px;

}

.default-form-group-box{

	margin: auto;

}

.apply01 label {

    text-align: right;

    font-size: 18px;

    color: #4c4c4c;

    display: inline-block;

    width: 20%;

}

.default-form label {

    *display: inline;

}

.default-form-item div {

    display: inline-block;

}

.default-form-item div {

    *display: inline;

}

.default-form-item div label, .default-form-item div input {

    display: inherit;

    width: 30px;

    text-align: left;

    float: left;

    margin-bottom: 0;

}

.default-form-item div input {

    margin-top: 7px;

}

.default-form input, .default-form textarea {

    line-height: 40px;

    border: 1px solid #ccc;

    border-radius: 5px;

    margin-bottom: 20px;

    display: inline-block;

    width: 72%;

    padding: 0 10px;

    font-size: 18px;

	background: #fff;

}

.default-form select {

    line-height: 40px;

    color: #4c4c4c;

    font-size: 18px;

    height: 40px;

    padding-left: 20px;

    border-radius: 5px;

	margin-bottom: 20px;

	background: #fff;

	border-color: #ccc;

}

.default-form-group{

    width: 600px;

    margin: 0 auto;

}

.apply01 [type="submit"] {

    display: block;

    width: 180px;

    line-height: 40px;

    font-size: 20px;

    font-weight: bold;

    background: #fa7456;

    margin: 0 auto;

    color: #fff;

    border: none;

	border-radius: 20px;

	cursor: pointer;

	outline-color: #fff;

}

.default-form label{

	margin-bottom: 20px;

}



.xuzhi{

	border-top: 1px dashed #ffb8a8;

	margin-top: 50px;

}

.xuzhi p {

    font-size: 16px;

    margin: 40px auto;

    line-height: 40px;

}

.article01{

	width: 760px;

	margin: 0 auto;

}







/*证书查询---------------------------------------------------------------------------*/

.zs_biaoti h2{

	text-align: center;

	font-size: 28px;

	margin: 60px auto;

	margin-bottom: 40px;

}

.zs_biaoti ul{

	margin: auto;

	text-align: center;

}

.zs_biaoti ul li{

	display: inline-block;

}

.zs_biaoti ul li{

	*display: inline;

}

.zs_biaoti ul li a {

    display: block;

    margin: 0 12px;

    padding: 0 20px;

    background: #E8E8E8;

    font-size: 18px;

    color: #777;

    transition: 0.3s;

    line-height: 37px;

}

.zs_biaoti ul li a:hover{

	background: #fa7456;

	color: #fff;

}

.chaxun{

	margin-top: 60px;

	text-align: center;

}

.chaxun h3 {

    color: #fa7456;

    font-size: 18px;

    display: inline-block;

    line-height: 40px;

    padding: 0 20px;

    background: #fffffe;

	font-weight: 600;

}

.chaxun h3{

	*display: inline;

}

.chaxun em {

    width: 100%;

    border-bottom: 1px dashed #ffb8a8;

    display: block;

    margin-top: -20px;

}

.chaxun p {

    font-size: 16px;

	margin: auto;

    margin-top: 40px;

    margin-bottom: 20px;

    line-height: 36px;

    width: 960px;

	text-align: left;

}

.chaxun img{

	margin: auto;

}

.chaxun p a:hover{

	color:#fa7456; 

}

.zhuyi{

	width: 960px;

	text-align: left;

	margin: auto;

	margin-top: 20px;

	margin-bottom: 60px;

}

.zhuyi p{

	font-size: 14px;

	line-height: 32px;

	color: #666;

}

.zhuyi h3{

	font-size: 14px;

	font-weight: 600;

	line-height: 32px;

	color: #424242;

}

.zhuyi a:hover{

	color:#fa7456; 

}





/*右侧固定*/

.right{

	position: fixed;

	right: 0;

	top: 40%;

}

.right ul li{

	width: 40px;

	height: 40px;

	position: relative;

}

.right ul li a{

	display: block;

	width: 100%;

	height: 100%;

}

.right ul li a div{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/53/53-0005/201805101029/images/QQ01.png") center center no-repeat;

	background-size: 100%;

	display: block;

}

.right ul li a span{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/53/53-0005/201805101029/images/weixin01.png") center center no-repeat;

	background-size: 100%;

	display: block;

}

.right ul li strong {

    width: 100%;

    height: 100%;

    display: block;

    text-align: center;

    font-size: 28px;

    color: #fff;

    background: #fa7456;

    line-height: 40px;

	cursor: pointer;

}

.right ul li:hover em{

	display: block;

}









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

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

	header h1 a{

		font-size: 16px;

	}

	.fanye{

		margin-bottom: 50px;

	}

	.sida_box{

		display: none;

	}

	.sida_b{

		display: none;

	}

	.default-slider-2 .dots {

		position: absolute;

		bottom: 10px;

		text-align: center;

		margin: initial;

		right: 0;

		max-width: 100%;

	}

	.banner1 .dots span{

		margin: auto 5px;

	}

	.banner1 .dots span.active{

		width: 12px;

		height: 12px;

		margin: auto 5px;

	}

	.kecheng{

		width: 100%;

		float: none;

	}

	.kecheng li{

		width: 23%;

		margin-right: 0;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.kecheng h3{

		font-size: 18px;

		line-height: 26px;

	}

	.fenlei li span h2 {

		font-size: 22px;

	}

	.chengnuo_box p{

		width: 90%;

	}

	.chengnuo li {

		width: 49%;

		margin: auto 0.5%;

		margin-bottom: 1%;

	}

	.chengnuo li img{

		height: auto;

		width: 25%;

	}

	.chengnuo li .cn_text {

		margin-top: 4px;

		margin-right: 0;

		width: 70%;

		margin-left: 0;

		float: right;

	}

	.chengnuo li h2 {

		font-size: 16px;

	}

	.chengnuo li h3 {

		font-size: 12px;

		color: #fff;

	}

	.chengnuo_box{

		padding-top: 0;

	}

	.zuopin{

		width: calc(100% -20px);

		padding-left: 10px;

		padding-right: 10px;

	}

	.zuopin li{

		width: 31.33333%;

		margin: 1%;

		margin-bottom: 2%;

	}

	.banner3{

		display: none;

	}

	.jiang{

		width: calc(100% - 20px);

		padding-left: 10px;

		padding-right: 10px;

	}

	.jiang li{

		width: 31.33333%;

		margin: 1%;

		margin-bottom: 2%;

	}

	.new101{

		display: none;

	}

	.new102 li{

		width: 48%;

		margin:auto 1%;

		float: left;

	}

	.new102 li:nth-child(3){

		display: none;

	}

	.new201{

		display: none;

	}

	.new202 li{

		width: 100%;

		margin-right: 0;

	}

	.new202 li a p {

		margin-top: 20px;

	}

	.new202 li a h2 {

		font-size: 16px;

	}

	.sp_box{

		display: none;

	}

	.banner4{

		display: none;

	}

	.biaoti{

		margin-bottom: 40px;

    	margin-top: 60px;

	}

	.biaoti h2{

		font-size: 32px;

	}

	.biaoti h3 {

		font-size: 20px;

		line-height: 15px;

	}

	.new102 li a h3 {

		margin-left: 42%;

		width: 58%;

		text-align: left;

	}

	.new102 li a em {

		width: 38%;

	}

	

	/*课程分类*/

	.l_kcs li:hover {

		box-shadow: none;

	}

	.l_kcs li:hover strong {

		display: none;

	}

	.l_kcs li:hover div {

		margin-left: 0;

	}

	.l_kcs li:hover span {

		box-shadow: none;

	}

	.l_kcs li:hover h3{

		color: #696969;

	}

	

	/*学校环境*/

	.l_school ul li{

		width: 23%;

		margin: 1%;

	}

	

	.otherlist{

		display: none;

	}

	.page{

		margin-bottom: 0;

	}

	.default-mobile-copyright2{

		margin-top: 60px;

	}

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

		margin-top: 30px;

	}

	.default-moblie-show-list li a p{

		padding: 5px 4% !important;

		width: 92% !important;

	}

	.default-moblie-news-list li .date{

		background: #ccc !important;

	}

	.ismobile article h3{

		margin-top: 20px;

	}

	

	/*课程内页*/

	.ban05{

		width: 100%;

		overflow: hidden;

	}

	.ban05 img{

		height: auto;

		width: 1024px;

		max-width: none;

	}

	.enrol {

		top: 16%;

		left: 8%;

	}

	.enrol h3 {

		font-size: 30px;

		margin-bottom: 30px;

	}

	.sum01 div{

		width: 66%;

	}

	.sum01 span{

		width: 31%;

	}

	.sum01 span img{

		width: 100%;

		height: auto;

	}

	

	/*新闻内页*/

	.v_news01{

		margin: auto;

		padding: 40px 0;

		padding-bottom: 60px

	}

	.v_news01 h1 {

		font-size: 20px;

		text-align: left;

		color: #333;

	}

	.look{

		margin-top: 10px;

		font-size: 12px;

		text-align: left;

	}

	.article {

		margin: 25px 0;

	}

	.default-news-article .default-mobile-copyright2{

		margin-top: 0;

	}

	.ismobile article h3{

		font-size: 20px;

	}

	.ismobile article .info{

		font-size: 12px;

	}

	.ismobile article nav p{

		font-size: 14px;

	}

	

}

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

	

}

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

	.sida_box{

		display: none;

	}

	.sida_b{

		display: none;

	}

	.default-slider-2 .dots {

		position: absolute;

		bottom: 10px;

		text-align: center;

		margin: initial;

		right: 0;

		max-width: 100%;

	}

	.banner1 .dots span{

		margin: auto 5px;

	}

	.banner1 .dots span.active{

		width: 12px;

		height: 12px;

		margin: auto 5px;

	}

	.kecheng{

		width: 100%;

		float: none;

	}

	.kecheng li{

		width: 48%;

		margin-right: 0;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.fenlei li {

		width: 50%;

		float: left;

	}

	.fenlei li span h2 {

		font-size: 18px;

	}

	.faculty ul li{

		width: 49%;

		margin-bottom: 2%;

	}

	.faculty ul li:nth-child(2){

		margin-right: 0;

	}

	.faculty ul li h3 {

		margin-top: 10px;

		width: calc(100% - 20px);

		margin-left: 10px;

		font-size: 14px;

	}

	.faculty ul li p {

		margin-top: 5px;

		width: calc(100% - 20px);

		margin-left: 10px;

		font-size: 12px;

		line-height: 20px;

		height: 40px;

		margin-bottom: 15px;

	}

	.banner2{

		margin: 60px auto;

		padding-top: 30px;

		padding-bottom: 60px;

	}

	.chengnuo_box h1{

		font-size: 20px;

	}

	.chengnuo_box p{

		font-size: 12px;

		line-height: 24px;

		margin-top: 10px;

		width: 92%;

	}

	.chengnuo li {

		width: 49%;

		margin: auto 0.5%;

		margin-bottom: 1%;

	}

	.chengnuo li img{

		height: auto;

		width: 25%;

	}

	.chengnuo li .cn_text {

		margin-top: 4px;

		margin-right: 0;

		width: 70%;

		margin-left: 0;

		float: right;

	}

	.chengnuo li h2 {

		font-size: 16px;

	}

	.chengnuo li h3 {

		font-size: 12px;

		color: #fff;

	}

	.chengnuo_box{

		padding-top: 0;

	}

	.zuopin li{

		width: 48%;

		margin: 1%;

		margin-bottom: 2%;

	}

	.banner3{

		display: none;

	}

	.jiang li{

		width: 48%;

		margin: 1%;

		margin-bottom: 2%;

	}

	.new101{

		display: none;

	}

	.new102 li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.new201{

		display: none;

	}

	.new202 li a{

		padding: 4% 5%;

	}

	.new202 li a h2{

		font-size: 14px;

	}

	.new202 li a p {

		font-size: 12px;

		max-height: 40px;

		line-height: 20px;

		margin-top: 5px;

	}

	.new2{

		margin-top: 20px;

	}

	.new202{

		margin-top: 0;

	}

	.sp_box{

		display: none;

	}

	.banner4{

		display: none;

	}

	.biaoti{

		margin-bottom: 40px;

    	margin-top: 60px;

		background-size: 260px;

	}

	.biaoti h2{

		font-size: 22px;

	}

	.biaoti h3 {

		font-size: 14px;

		line-height: 15px;

	}

	.new102 li a h3 {

		margin-left: 42%;

		width: 58%;

		text-align: left;

	}

	.new102 li a em {

		width: 38%;

	}

	.default-form-group {

		width: 100%;

	}

	.default-form input, .default-form textarea{

		width: 70%;

	}

	.apply01 label{

		width: 21%;

		font-size: 14px;

	}

	.default-form select{

		font-size: 14px;

	}

	.default-form h4{

		font-size: 24px;

		margin: 40px auto;

	}

	.apply01 [type="submit"] {

		width: 148px;

		line-height: 36px;

		font-size: 18px;

		border-radius: 18px;

	}

	.kecheng h3 {

		font-size: 16px;

		line-height: 20px;

	}

	.default-article-content iframe {

		width: 100% !important;

		height: 200px;

	}

	.joinus ul li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.joinus ul li h3{

		font-size: 13px;

    	margin-top: 5px;

	}

	

	

	/*学校环境*/

	.l_school ul li{

		width: 47%;

		margin: 1.5%;

	}

	.l_school h1{

		margin-bottom: 30px;

	}

	.l_school{

		margin: 50px auto;

	}

	.default-mobile-list-cats{

		padding: 0 10px;

		border: solid #ccc 1px;

	}

	.default-mobile-list-cats h3{

		font-size: 16px;

		line-height: 38px;

	}

	.default-mobile-list-cats nav ul li a{

		font-size: 16px;

		line-height: 36px;

	}

	

	/*新闻列表页*/

	.default-moblie-news-list li{

		width: 100% !important;

	}

	.box{

		border: solid #ccc 1px !important;

	}

	

	/*课程内页*/

	.ban05 img{

		width: 700px;

		margin-left: calc(-25% - 175px);

	}

	.enrol {

		top: 40px;

		left: 20px;

	}

	.enrol h3 {

		font-size: 24px;

		margin-bottom: 20px;

		font-weight: bold;

		color: #333;

	}

	.enrol01 p {

		line-height: 36px;

		font-size: 16px;

		color: #333;

	}

	.enrol01 div a{

		width: 130px;

		height: 36px;

		line-height: 36px;

		font-size: 18px;

    	margin-top: 20px;

		float: none;

	}

	.sum01 span {

		display: none;

	}

	.sum01 div {

		width: 96%;

		margin-right: 2%;

	}

	.sum01 {

		margin: 40px 0;

	}

	.sum01 div h3 {

		font-size: 20px;

		line-height: 40px;

		text-align: center;

	}

	.word01 td img{

		width: 96%;

		margin: 2%;

		margin-bottom: 10px;

	}

	.fanye p{

		font-size: 14px;

		color: #666;

	}

	

	/*课程分类*/

	.l_kc{

		margin-top: 30px;

		margin-bottom: 60px;

	}

	.l_kc ul li{

		width: 100%;

		margin-bottom: 20px;

	}

	.l_kcs li a div{

		padding: 10px 0;

		padding-bottom: 0;

		width: calc(100% - 50px);

	}

	.l_kcs li h3{

		font-size: 15px;

	}

	.l_kcs li p{

		font-size: 12px;

	}

	.l_kcs li a span{

		background-size: 30px;

		margin-top: 10px;

		margin-right: 0;

	}

	.lshow02{

		margin-top: 30px;

		margin-bottom: 80px;

	}

	.lshow02 h1{

		font-size: 22px;

		margin-bottom: 20px;

	}

	

	

	

}

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

	.new102 li a em{

		font-size: 20px;

	}

	.new202 li div {

		font-size: 14px;

		padding: 4px 0;

	}

	.apply01 label {

		width: 24%;

	}

	.default-form input, .default-form textarea{

		width: 66%;

	}

}






























































