<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

 * 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 //ç§»åŠ¨ä¸“ç”¨

***/

/*åˆå§‹åŒ–æ&nbsp;·å¼è¡¨*/

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 å­—ä½“æ&nbsp;·å¼*/

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

}



/*æ–‡ç«&nbsp;å†…å®¹æ&nbsp;·å¼åˆå§‹åŒ–*/

.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%;

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*æŽ§åˆ¶ç½‘é¡µå®½åº¦*/

.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;}



/*é¡µé¢åŠ&nbsp;è½½ä¸­*/

#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;}

/*å›¾ç‰‡ä¸Šä¼&nbsp;ä¸­çŠ¶æ€*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*ç¦æ­¢ç¼–è¾‘å™¨ä¸Šä¼&nbsp;æœ¬åœ°è§†é¢‘*/

#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;}

/*é»˜è®¤å¯¼èˆªæ&nbsp;·å¼*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu &gt; 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 &gt; li &gt; ul{ top: 100%; left: 0;}

.default-pc-nav-menu &gt; li &gt; ul &gt; li &gt; ul{ top: 0; left: 100%;}

.default-pc-nav-menu &gt; li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu &gt; li:hover &gt; ul{display: block;}

.default-pc-nav-menu &gt; li ul &gt; li:hover &gt; ul{ display: block;}



/*å‹æƒ…é“¾æŽ¥é»˜è®¤æ&nbsp;·å¼*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*é»˜è®¤ç‰ˆæƒæ&nbsp;·å¼*/

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

}



/*é»˜è®¤å‘å¸ƒæ–‡ç«&nbsp;æŒ‰é’®*/

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

}

/*é»˜è®¤ç¼–è¾‘æ–‡ç«&nbsp; &amp;&amp; åˆ&nbsp;é™¤*/

.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;}



/*å¹»ç¯ç‰‡é»˜è®¤æ&nbsp;·å¼*/

.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");}





/*å¹»ç¯ç‰‡æ&nbsp;·å¼*/

.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 &gt; .dots &gt; span{ *display:inline;}	/*IEå…¼å®¹*/

.default-slider-2 &gt; .dots &gt; span.active{ background-color:red;}



.default-slider-box &gt; ul &gt; li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul{ position:relative;}

.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul &gt; li{ position:absolute; top:0; left:0; display:none;}



/*å•å±æ»šåŠ¨æ¨¡å¼*/

.default-slider-single &gt; .default-slider-box &gt; ul &gt; li img{ position: relative; left:50%;}



.default-slider-direction-left &gt; .default-slider-box &gt; ul &gt; li{ float:left;}

.default-slider-direction-left &gt; .next, 

.default-slider-direction-left &gt; .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 &gt; .next:hover, 

.default-slider-direction-left &gt; .prev:hover{

	opacity:1;

}

.default-slider-direction-left &gt; .next{ right:0;}

.default-slider-direction-left &gt; .prev{ left:0;}

.default-slider-direction-left &gt; .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left &gt; .thumb  ul &gt; li{ float:left;}

.default-slider-direction-left &gt; .thumb  ul &gt; li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left &gt; .thumb &gt; .next,

.default-slider-direction-left &gt; .thumb &gt; .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 &gt; .thumb &gt; .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left &gt; .thumb &gt; .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left &gt; .thumb &gt; .next:hover,

.default-slider-direction-left &gt; .thumb &gt; .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left &gt; .thumb &gt; .active{ background-color:#333;}

/*è®¾ä¸ºé¦–é¡µåŠ&nbsp;å…¥æ”¶è—*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µè§†é¢‘é»˜è®¤é«˜åº¦*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*æ‰‹æœºç½‘ç«™åº•éƒ¨è¿½åŠ&nbsp;*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µç‚¹å‡»å›¾ç‰‡å¼¹å‡º*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}


.header{

	padding:20px 0;

}

.header .logo{

	float:left;

}

.header .logo img{

	max-height:80px;

}

.topnav{

	float:right;

	text-align:right;

}

.topnav li{

	display:inline-block;

}

.topnav li{

	*display:inline;

}

.topnav li a{

	display:block;

	padding:0 10px;

	font-size:14px;

	background:url("/temp/temp/52/52-0183/201811021001/images/sx1.png") no-repeat center right;

}

.topnav p{

	font-size:30px;

	float:right;

	margin-top:5px;

	font-size:14px;

}

.topnav p strong{

	font-size:20px;

    color: #da251e;

}

.menu{

	background:#239ab0;

}

.menu li a{

	display:block;

	font-size:18px;

	line-height:60px;

	padding:0 23px;

	color:#fff;

	background:url("/temp/temp/52/52-0183/201811021001/images/sx2.png") no-repeat center right;

}

.w960 .menu li a{

	padding:0 12px;

}

.menu li.b a

,.topnav li.b a{

	background:none;

}

.menu li.a a

,.menu li:hover a{

	color:#d00e05;

}

.menu li ul{

	background:#239ab0;

}

.menu li ul li a{

	background:none;

	color:#fff !important;

	line-height:40px;

}

.menu li ul li:hover a{

	background:#1c8092;

}

.banner{

	max-height:796px;

	overflow:hidden;

}

.banner .prev

,.banner .next{

	width:35px;

	height:35px;

	line-height:35px;

	margin-top:-17px;

	font-size:0;

	background-color:none;

	opacity:0.5;

	left:5%;

	background:url("/temp/temp/52/52-0183/201811021001/images/left01.png") no-repeat center center;

}

.banner .next{

	left:inherit;

	right:5%;

	background:url("/temp/temp/52/52-0183/201811021001/images/right01.png") no-repeat center center;

}

.con01 {

    margin: 16px 0;

}

.con01 a{

	display:block;

	width:96px;

	height:28px;

	float:left;

	margin-left:20px;

}

.con01 a.c1{

	background:url("/temp/temp/52/52-0183/201811021001/images/zxzx.png") no-repeat center center;

}

.con01 a.c2{

	background:url("/temp/temp/52/52-0183/201811021001/images/zxbm.png") no-repeat center center;

}

.activity{

	padding:25px 0;

	background:#efefef;

}

.activity ul {

    background: #239ab0;

    position: relative;

    margin-top: -90px;

}

.activity li {

    float: left;

    width: 27.7333%;

	overflow:hidden;

}

.activity li.a01{

	width:16.8%;

	text-align:center;

}

.activity li.a01 img{

	width:auto;

	padding-top: 15px;

}

.w960 .activity li.a01 img{

	padding-top:0;

}

.activity li.a02{

	background:#43b150;

}

.activity li.a03{

	background:#f6e011;

}

.activity li.a04{

	float:right;

}

.activity li a{

	display:block;

}

.activity li a img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.activity li h3{

	text-align:center;

	font-size:16px;

	font-weight:bold;

	line-height:55px;

	color:#fff;

	font-size:16px;

}

.courses{

	margin:70px auto;

}

.courses01 {

    width: 68%;

    float: left;

	padding-right:4%;

	background:url("/temp/temp/52/52-0183/201811021001/images/ge.png") repeat-y right;

}

.courses01 li{

	float:left;

	width:50%;

}

.courses01 li a{

	display:block;

}

.courses01 li img{

	width:100%;

	height:auto;

}

.courses01 li .dn{

	position:relative;

}

.courses01 li .dn h3{

	font-size:23px;

	font-weight:bold;

	position:absolute;

	left:30px;

	top:30px;

}

.courses01 li .sj{

	display:none;

}

.courses01 li .sj span{

	float:left;

	width:30%;

	float:left;

}

.courses01 li .sj div{

	float:right;

	width:65%;

	text-align:center;

}

.courses01 li .sj div h3 {

    font-weight: bold;

    font-size: 20px;

    margin-bottom:15px;

    margin-top: 20px;

}

.courses01 li .sj div ins{

	display:block;

	text-align:center;

}

.courses01 li .sj div a {

    display: inline-block;

    font-size: 14px;

    margin: 0 13px;

    width: 70px;

    text-align: center;

    background: #fd2a31;

    line-height: 30px;

    color: #fff;

}

.courses01 li .sj div a {

	*display:inline;

}

.recommend {

    width: 25%;

}

.recommend h2 {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 20px;

    line-height: 1;

}

.recommend ul{

	border:1px solid #dcdddd;

	margin-bottom:10px;

}

.recommend li {

    padding: 0 10px;

    border-bottom: 1px solid #ddd;

}

.recommend li a {

    display: block;

    line-height: 40px;

    font-size: 16px;

}

.w960 .recommend li a{

	line-height:31px;

}

.recommend li:hover a{

	color:#e4341c;

}

.recommend li span{

	display:block;

	width:26px;

	height:25px;

	float:right;

	margin-top:4px;

	background:url("/temp/temp/52/52-0183/201811021001/images/re.png") no-repeat center center;

}

.recommend .con02 a{

	width:48%;

}

.recommend .con02 a img{

	width:100%;

	height:auto;

}



.about{

	padding:40px 0;

	margin-top:70px;

	background:#c0e2fb;

}

.about01 span {

    width: 25%;

    float: left;

}

.about01 span img{

	width:100%;

	height:auto;

}

.about01 .about02 {

    width: 72%;

}

.about02 h3 {

    font-weight: bold;

    font-size: 28px;

    border-right: 2px solid #3e3a39;

    line-height: 1.3;

    padding-right: 15px;

	color:#3e3a39;

}

.about02 em {

    font-style: normal;

    margin-left: 10px;

    color: #3e3a39;

    margin-top: 2px;

}



.about02 em p{

 	 line-height: 1.2;

    font-size: 14px;

    font-weight: bold;

}

.about03{

	font-size:15px;

	line-height:1.5;

	margin-top:20px;

	color:#555;

	text-align: justify;

}

.w960 .about03{

	font-size:12px;

}

.con03{

	margin-top:70px;

}

.con03 li{

	float:left;

	width:23%;

	margin-right:2.44%;

	border-radius:10px;

	border:1px solid #239ab0;

	text-align:center;

}

.w960 .con03 li{

	margin-right:2.39%;

}

.con03 li a{

	display:block;

	color:#fff;

}

.con03 li span {

    display: block;

    line-height: 50px;

    color: #fff;

    font-size: 24px;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    text-indent: 1.5em;

	background: #239ab0 url("/temp/temp/52/52-0183/201811021001/images/tel01.png") no-repeat;

	background-position:35px center;

}

.w960 .con03 li span{

	font-size:20px;

	background-position:24px center;

}

.w960 .con03 li.c2 span{

	background-position: 39px center;

}

.w960 .con03 li.c3 span {

    background-position: 49px center;

}

.w960 .con03 li.c4 span {

    background-position: 22px center;

}

.con03 li.c2 span{

	background: #239ab0 url("/temp/temp/52/52-0183/201811021001/images/wx01.png") no-repeat;

	background-position:53px center;

}

.con03 li.c3 span{

	background: #239ab0 url("/temp/temp/52/52-0183/201811021001/images/qq01.png") no-repeat;

	background-position:60px center;

}

.con03 li.c4 span{

	background: #239ab0 url("/temp/temp/52/52-0183/201811021001/images/zx01.png") no-repeat;

	background-position:30px center;

}

.con03 li p{

	color: #239ab0;

	font-size:31px;

	line-height:50px;

}

.video{

	margin:50px auto;

}

.tit{

	text-align:center;

	margin-bottom:50px;

}

.tit h2{

	font-size: 25px;

	font-weight:bold;

	color:#3e3a39;

}

.tit em {

    font-style: normal;

    font-size: 16px;

    color: #aaa;

    margin-top: 6px;

    display: block;

	text-transform:uppercase;

}

.video li{

	float:left;

	width:30%;

	margin-right:5%;

}

.video li a{

	display:block;

}

.video li a img{

	width:100%;

	height:auto;

}

.video li div{

	position:relative;

}

.video li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	opacity:0;

	background: url("/temp/temp/52/52-0183/201811021001/images/bg01.png") no-repeat center center;

	background-size:100%;

}

.video li:hover span{

	opacity:1;

}

.video li h3{

	text-align:center;

	line-height:40px;

	font-size:14px;

	background:#eee;

}

.state{

	margin-top:50px;

}

.state .prev

,.state .next{

	margin-top:-25px !important;

}

.state01{

	margin-top:50px;

}

.state li{

	float:left;

	width:222px;

	margin-right:20px;

}

.state li a{

	display:block;

	transition:all .3s;

}

.state li:hover a

,.state02 li:hover a{

	color:#239ab0;

}

.state li a img{

	width:100%;

	height:auto;

}

.state li h3{

	text-align:center;

	line-height:40px;

	font-size:14px;

}

.ban02{

	max-height:278px;

	overflow:hidden;

	margin:50px auto;

}

.ban02 .dots{

	text-align:right;

	width:99%;

}

.ban02 .dots span{

	width:14px;

	height:14px;

	border:1px solid #da251e;

	border-radius:50%;

	font-size: 12px;

    line-height: 15px;

    text-align: center;

	color:#da251e;

}

.ban02 .dots span.active{

	background-color:#da251e;

	color: #fff;

}

.default-diy-edit .laoshi01{

	max-height:452px;

	overflow:hidden;

}

.laoshi01 li{

	width:210px;

	margin-right:35px;

	padding-bottom:20px;

}

.laoshi01 li a{

	display:block;

	position:relative;

	background:#000;

}

.laoshi01 li img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.laoshi01 li:hover img{

	opacity:.4;

}

.laoshi01 li div{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

}

.laoshi01 li div h3{

	text-align:center;

	color:#fff;

	margin-top:120%;

	font-size:18px;

	transition:all .3s;

	opacity:0;

}

.laoshi01 li:hover div h3{

	margin-top:60%;

	opacity:1;

}

.laoshi01 li div span{

	display:block;

	width:40px;

	height:40px;

	line-height:40px;

	text-align:center;

	color:#fff;

	border-radius:50%;

	background:#bc3c4c;

	font-size:18px;

	position:absolute;

	left:50%;

	margin-left:-20px;

	bottom:-20px;

	transition:all .3s;

	display:none;

}

.laoshi01 li:hover div span{

	bottom:37%;

}

.laoshi01 .prev

,.laoshi01 .next

,.state .prev

, .state .next

,.huojian .works .prev

,.huojian .works .next{

	width:40px;

	height:40px;

	line-height:40px;

	border-radius:5px;

	font-size:20px;

	text-align:center;

	opacity:.3;

	margin-top:15px;

}

.laoshi01 .prev

,.state .prev

,.huojian .works .prev{

	left:-60px;

}

.laoshi01 .next

,.state .next

,.huojian .works .next{

	right:-60px;

}

.promise{

	padding-top:40px;

	padding-bottom:60px;

	margin-top:60px;

	background: url("/temp/temp/52/52-0183/201811021001/images/bn.jpg") no-repeat center center;

}

.promise h2{

	font-size:34px;

	font-weight:bold;

	text-align:center;

	color: #bc3c4c;

	background: url("/temp/temp/52/52-0183/201811021001/images/xian.png") no-repeat center center;

}

.promise ul{

	text-align:center;

}

.promise li{

	display:inline-block;

	width:114px;

	height:130px;

    margin: 0 5%;

    margin-top: 5%;

	background: url("/temp/temp/52/52-0183/201811021001/images/b.png") no-repeat center center;

}

.w960 .promise li{

	margin:0 3%;

	margin-top:5%;

}

.promise li{

	*display:inline;

}

.promise li span {

    display: block;

    width: 34px;

    margin: 0 auto;

	margin-top:15px;

}

.promise li img{

	width:100%;

	height:auto;

}

.promise li h3 {

    text-align: center;

    color: #bc3c4c;

    font-size: 20px;

    font-weight: bold;

    margin-top: 10px;

}

.promise li p {

    text-align: center;

    color: #fff;

    line-height: 40px;

}

.works01{

	margin-top:50px;

}

.workit{

	text-align:center;

	margin-top:40px;

}

.workit li{

	display:inline-block;

	margin:0 3px;

}

.workit li{

	*display:inline;

}

.workit li a{

	display:block;

	padding:7px 20px;

	border:1px solid #bc3c4c;

	border-radius:5px;

	font-size:15px;

	color: #bc3c4c;

}

.workit li:hover a{

	background:#bc3c4c;

	color:#fff;

}

.works li {

    float: left;

    width:23%;

    margin-right:2.65%;

	margin-bottom:3%

}

.works li a{

	display:block;

}

.works li a img{

	width:100%;

	height:auto;

}

.works li  h3{

	text-align:center;

	font-size:18px;

	margin:10px 0;

}

.more01 {

    display: block;

    width: 187px;

    margin: 0 auto;

    font-size: 20px;

    font-weight: bold;

    border-radius: 10px;

    border: 2px solid #239ab0;

    text-align: center;

    line-height: 40px;

    color: #239ab0;

    margin-top:6px;

	background:#fff;

}

.ban03{

	margin-top:70px;

}

.ban03 img{

	width:100%;

	height:auto;

}

.huojian{

	background:#efeff1;

	padding-bottom:40px;

}

.huojian .works{

	margin-top:0;

	padding-top:50px;

}

.huojian .works li{

	width:185px;

	margin-right:16px;

	margin-bottom:0;

}

.w960 .huojian .works li{

	width:150px;

	margin-right:12px;

}

.huojian .more01{

	margin-top:50px;

}

.huojian .works .prev

,.huojian .works .next{

	margin-top:-30px;

}

.choose{

	margin:50px 0;

}

.tit01 p{

	background: url("/temp/temp/52/52-0183/201811021001/images/x2.png") no-repeat center center;

}

.tit01 p span{

	display:block;

	width:280px;

	height:65px;

	margin: 0 auto;

	background: url("/temp/temp/52/52-0183/201811021001/images/58f840d605a5c.png") no-repeat center center;

}

.tit01 h3{

	text-align:center;

	font-size:16px;

	color:#239ab0;

}

.choose ul{

	margin:70px auto;

}

.choose li{

	width:545px;

}

.w960 .choose li{

	width:50%;

}

.choose li img{

	width:100%;

	height:auto;

}

.daiyan li{

	float:left;

	width:19%;

	margin-right:1.25%;

	margin-bottom:2%;

}

.daiyan li a{

	display:block;

}

.daiyan li a img{

	width:100%;

	height:auto;

}

.news{

	margin-top:80px;

}

.news01{

	width:31%;

	float:left;

	margin-right:4%;

}

.news h2{

	color: #595757;

    font-size: 24px;

    font-weight: bold;

    line-height: 25px;

	padding-left:10px;

	margin-bottom:15px;

	border-left:3px solid #df0418;

}

.news01 li.n1 {

    padding-bottom: 25px;

    margin-bottom: 25px;

    border-bottom: 1px solid #eee;

}

.news01 li span{

	display:block;

	width:40%;

	float:left;

}

.news01 li img{

	width:100%;

	height:auto;

}

.news01 li div {

    float: right;

    width: 57%;

    height: 96px;

    overflow: hidden;

}

.w960 .news01 li div{

	height:83px;

}

.news01 li div h3 {

    font-size: 14px;

    font-weight: bold;

    color: #595757;

    width: 100%;

    margin-bottom: 20px;

}

.w960 .news01 li div h3 {

	margin-bottom:10px;

}

.news01 li div p{

	font-size:12px;

	line-height:1.5;

	color:#898989;

}

.news01 li h3{

	width:70%;

	float:left;

	color:#595757;

	font-size:12px;

	line-height:20px;

}

.news01 li:hover h3{

	color:#fe5151;

}

.news01 li em{

	font-style:normal;

	color:#595757;

	line-height:20px;

}

.news03 {

	width:30%;

}

.news03 li {

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-bottom: 1px solid #eee;

}

.news03 li a{

	display:block;

}

.news03 li span{

	display:block;

	width:30%;

	float:left;

}

.news03 li img{

	width:100%;

	height:auto;

}

.news03 div {

    float: right;

    width: 67%;

}

.news03 li h3{

	font-size:14px;

	font-weight:bold;

	color:#595757;

	margin-bottom:12px;

}

.w960 .news03 li h3{

	margin-bottom:5px;

}

.news03 li p{

	font-size:12px;

	color:#898989;

	line-height:19px;

	height:38px;

	overflow:hidden;

}



.links{

	text-align:center;

	margin-bottom:5px;

}

.links dt

,.links dd{

	display:inline-block;

	color:#666;

	margin:0 3px;

	float:none;

}

.links dt

,.links dd{

	*display:inline;	

}

.links dd a{

	color:#666;

}

.links dd a:hover{

	color:#fff;

}

.footer{

	background:#1c1314;

	margin-top:100px;

}

.foot01{

	margin:50px auto;

}

.ftnav{

	text-align:center;

	border-bottom: 1px solid #272021;

}

.ftnav li{

	display:inline-block;

}

.ft01 li:hover{

	background:#272021;

}

.ftnav li{

	*display:inline;

}

.ftnav li a{

	display:block;

	font-size:16px;

	padding:20px 27px;

	color:#fff;

}

.w960 .ftnav li a{

	padding: 15px 16px;

}

.ftnav li:hover a{

	color:#999;

}

.ft01 {

    float: left;

    width: 27%;

}

.ft01 ul{

	width:180px;

	margin:0 auto;

}

.ft01 li{

	padding:10px 20px;

	margin-bottom:10px;

	border-radius:5px;

	border:1px solid #272021;

	position:relative;

	overflow:hidden;

	transition:all .3s;

	cursor:pointer;

}

.ft01 li img {

    width: 40px;

    height: auto;

    float: left;

}

.ft01 li h3{

	font-size:15px;

	float:left;

	color:#fff;

	margin-left:15px;

}

.ft01 li p{

	color:#999;

	font-size:13px;

}

.ft01 li:hover{

	overflow:inherit;

}

.ft01 li div{

	width:130px;

	height:130px;

	position:absolute;

	right:-160px;

	bottom:0;

	background:#fff;

	opacity:0;

	transition:all .3s;

}

.ft01 li:hover div{

	opacity:1;

	right:-140px;

}

.ft01 li div em{

	display:block;

	width:9px;

	height:9px;

	background:#fff;

	position:absolute;

	left:-5px;

	bottom:20px;

	transform:rotate(45deg);

}

.ft01 li div img{

	width:120px;

	height:auto;

	padding:5px;

}

.ft02{

	width:31%;

	padding:0 6%;

	float:left;

	border-left:1px solid #272021;

	border-right:1px solid #272021;

}

.w960 .ft02 {

    width: 35%;

    padding: 0 4%;

}

.ft02 h2

,.ft03 h2{

	color:#fff;

	font-size:20px;

	font-weight:bold;

	padding-left:40px;

	background:url("/temp/temp/52/52-0183/201811021001/images/kfu02.png") no-repeat center left;

	background-size:27px;

}

.ft02 strong{

	font-size:33px;

	color:#fff;

	display:block;

	margin:20px 0;

}

.ft02 div{

	color:#999;

	font-size:15px;

}

.w960 .ft02 div{

	font-size:14px;

}

.ft02 div p{

	margin-bottom:5px;

}

.ft03{

	float:right;

	width:22%;

}

.w960 .ft03 {

    width: 25%;

}

.ft03 h2{

	background:url("/temp/temp/52/52-0183/201811021001/images/sao01.png") no-repeat center left;

	background-size:26px;

}

.ft03 span{

	display:block;

	float:left;

	margin-top:30px;

	text-align:center;

	margin-right:20px;

	width:100px;

	color:#999;

}

.ft03 span img{

	width:100%;

	height:auto;

	margin-bottom:10px;

}

.copy{

	padding:20px 0;

	border-top:1px solid #272021;

}

.copy .default-pc-copyright {

    margin: 0 auto;

    text-align: center;

}

.copy .default-pc-copyright a {

    color: #666;

}







.addr09{

	margin-top:10px;

	color:#666;

}

.default-pc-copyright {

    margin: 0 auto;

}

.default-pc-copyright a{

	color:#debf7c;

}

.lianxi{

	position:fixed;

	bottom:10%;

	right:10px;

}

.lianxi li{

	width:50px;

	height:50px;

}

.lianxi li a{

	display:block;

	width:100%;

	height:100%;

}

.lianxi li.qq02{

	background: #12b7f5 url("/temp/temp/52/52-0183/201811021001/images/icon.png") no-repeat center -73px;

}

.lianxi li.wx02{

	position:relative;

	background: #44b549 url("/temp/temp/52/52-0183/201811021001/images/icon.png") no-repeat center -140px;

}

.lianxi li.qq02:hover

,.lianxi li.wx02:hover{

	background-color:#fe5151;

}

.lianxi li.top{

	cursor:pointer;

	background:url("/temp/temp/52/52-0183/201811021001/images/top.jpg") no-repeat center center;

}

.lianxi li.wx02 img {

    position: absolute;

    left: -175px;

    top: -75px;

	opacity:0;

}

.lianxi li.wx02:hover img {

	opacity:1;

}

.erweima {

	width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    background: #CCC;

    z-index: 102;

    display: none;

	background:url("/temp/temp/52/52-0183/201811021001/images/bg02.png");

}

.erweima-1{

    width: 300px;

    background: #fff;

    z-index: 102;

    height: 300px;

    left: 50%;

    top: 50%;

    margin-top: -150px;

    margin-left: -150px;

    position: absolute;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.close{

	display: block;

    top: -15px;

    right: -15px;

    width: 30px;

    height: 30px;

    position: absolute;

    background: transparent url("/temp/temp/52/52-0183/201811021001/images/fancybox.png") -40px 0px;

    cursor: pointer;

}

/*------------list-show-------------*/

.ban06{

	position:relative;

}

.ban06 img{

	width:100%;

	height:auto;

}

.enrol {

    position: absolute;

    top: 20%;

    left: 25%;

    width: 500px;

}

.w960 .enrol{

	top: 15%;

    left: 15%;

	width:500px !important;

}

.enrol h3{

	font-size:45px;

	font-weight:bold;

	color:#3e3a39;

	padding-bottom:10px;

	border-bottom:1px solid #333;

	margin-bottom:10px;

}

.enrol p {

    font-size: 20px;

    line-height: 35px;

}

.enrol p em{

	font-style:normal;

	color:#ff2f2f;

}

.enrol a{

	display:block;

	float:left;

	padding:0 30px;

	border-radius:25px;

	margin-top:50px;

}

.enrol01 a.e1 {

    background: #ff2f2f;

    line-height: 49px;

    font-size: 25px;

    color: #fff;

    font-weight: bold;

}

.enrol01 a.e2 {

    background: #fff;

    border: 2px solid #ff2f2f;

    line-height: 44px;

    font-size: 25px;

    font-weight: bold;

    color: #ff2f2f;

    margin-left: 20px;

}

.list-nav{

	text-align:center;

	margin-bottom:30px;

}

.list-nav li{

	display:inline-block;

	float:none !important;

	width:auto !important;

	margin:5px!important;

}

.list-nav li{

	*dispaly:inline;

}

.list-nav li a{

	display:block;

	padding:10px 20px;

	font-size:18px;

	font-weight:bold;

}

.w960 .list-nav li a{

	padding:8px 10px;

}

.list-nav li span{

	display:none;

}

.list-nav li:hover a

,.list-nav li.a a{

	background:#da251e;

	color:#fff;

}

.list-page{

	margin-top:50px;

}

.pub{

	text-align:right;

	margin:10px 0;

}

.tit02{

	text-align:center;

	font-size:25px;

	font-weight:bold;

	margin-bottom:50px;

}

.list-show li {

    float: left;

     width: 23%;

    margin-right: 2.65%;

    margin-bottom: 3%;

}

.list-show li a{

	display:block;	

}

.list-show li img{

	width:100%;

	height:auto;

}

.list-show li h3{

	text-align:center;

	font-size:16px;

	line-height:40px;

}

.page{

	text-align:center;

	margin-top:50px;

}

.page a{

	display:inline-block;

	float:none;

}

.page a{

	*display:inline;

}

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

    background: #fe5151;

}

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



.pox{

	font-size:16px;

	margin-top:50px;

	color:#666;

}

.pox a{

	color:#888;

}

.word h3{

	font-size:25px;

	font-weight:bold;

	text-align:center;

}

.word .ww {

    text-align: center;

    color: #999;

    margin: 15px 0;

}

.word .article{

	width:760px;

	margin:0 auto;

}

.fanye{

	font-size:16px;

	font-weight:bold;

}

.fanye p a:hover

,.pox a:hover{

    color: #fe5151;

}



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

.list-news01{

	background:#eee;

	padding:50px 0;

	padding-bottom:100px;

}

.list-news li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

	transition:all .3s;

}

.list-news li:hover{

	transform:translate(0,-20px);

}

.list-news li a{

	display:block;

}

.list-news li img{

	width:100%;

	height:auto;

}

.list-news li div{

	padding:10px;

	background:#fff;

}

.list-news li h3 {

    margin-bottom: 10px;

    font-size: 15px;

}

.list-news li p{

	color:#999;

	font-size:14px;

}



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

.list-course h2{

	text-align:center;

	font-size:25px;

	font-weight:bold;

	margin:50px 0;

}

.list-course li{

	float:left;

	width:32%;

	margin-right:2%;

	margin-bottom:2%;

}

.list-course li a{

	display:block;

}

.list-course li img{

	width:100%;

	height:auto;

}

.list-course li h3{

	font-weight:bold;

	line-height:50px;

	font-size:15px;

	background:#f1f1f1;

	text-align:center;

	margin-top:10px;

	transition:all .3s;

}

.list-course li:hover h3{

	background:#239ab0;

	color:#fff;

}



/*--------------view-course------------*/

.ban05{

	position:relative;

}

.ban05 img{

	width:100%;

	height:auto;

}

.view-course{

	margin:80px auto;

}

.sum01{

	margin-bottom:30px;

}

.sum01 span {

    float: left;

    width: 26%;

    display: block;

}

.sum01 span img{

	width:100%;

	height:auto;

}

.sum01 div {

    width: 71%;

    float: right;

}

.sum01 div h3{

	font-size:20px;

	font-weight:bold;

	color:#239ab0;

	margin-bottom:10px;

}

.sum01 div p {

    font-size: 14px;

    line-height:1.7;

    margin-bottom: 30px;

}

.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:10px 0;

}



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

.kecheng{

	margin-bottom:100px;

	margin-top:50px;

}

.kecheng li{

	padding-top:35px;

	margin-bottom:35px;

	position:relative;

	border-top:1px solid #ddd;

}

.kecheng li.k1{

	font-size:16px;

	color:#3e3a39;

	border:none;

	margin-bottom:8px;

}

.kecheng li.k1 div{

	text-align:center;

	width:65%;

}

.kecheng li a.l{

	display:block;

	color:#3e3a39;

	width:68%;

}

.kecheng li span {

    display: block;

    width: 34%;

    float: left;

}

.kecheng li span img{

	width:100%;

	height:auto;

}

.kecheng li div {

    float: left;

    width: 61%;

    margin-left: 3%;

}

.kecheng li h3{

	font-size:20px;

	font-weight:bold;

	margin-bottom:20px;

}

.kecheng li h3:hover

,.kecheng li p:hover{

	color:#dcc077;

}

.kecheng li p{

	font-size:14px;

	line-height:2;

}

.w960 .kecheng li p {

    font-size: 13px;

    line-height: 1.7;

}

.kecheng li ins{

	display:block;

	float:right;

	width:32%;

	font-size:14px;

	text-align:center;

}

.kecheng li ins em{

	display:block;

	float:left;

	width:33.3%;

	font-style:normal;

}

.kecheng li strong{

	display:block;

	position:absolute;

	bottom:0;

	right:0;

}

.kecheng li strong a {

    display: block;

    float: left;

    width: 110px;

    border-radius: 16px;

    color: #fff;

    font-size: 15px;

    background: #fe5151;

    line-height: 33px;

    text-align: center;

    margin: 0 4px;

}

.w960 .kecheng li strong a{

    width: 90px;

    border-radius: 16px;

    font-size: 13px;

    line-height: 30px;

    margin: 0 2px;

}

/*------list-news02--------*/





.list-news02{

	margin-top:50px;

}

.news02-l{

	width:70%;

	float:left;

}

.news02-l li{

	padding-bottom:30px;

	margin-bottom:30px;

	border-bottom:1px solid #ddd;

}

.news02-l li a{

	display:block;

}

.news02-l li span {

    display: block;

    width: 26%;

    float: left;

}

.news02-l li img{

	width:100%;

	height:auto;

}

.news02-l li div{

	width:70%;

	float:right;

}

.news02-l li h3{

	font-size:20px;

	font-weight:bold;

	margin-bottom:15px;

}

.news02-l li p {

    font-size: 14px;

    line-height: 2;

}

.w960 .news02-l li p{

	line-height:1.6;

}

.news02-l li h3:hover

,.news02-l li p:hover{

	color:#d8b966

}

.news02-l li em{

	font-style:normal;

	display:block;

	font-size:14px;

	color:#999;

	margin-top:20px;

}

.news02-r {

    width: 27%;

	color:#3e3a39;

}

.news02-r .recommend{

	width:100%;

}

.news02-r .recommend li a{

	line-height:38px;

}

.news02-r .recommend h2 {

    margin-bottom: 20px;

}

.news-xy {

    margin-top: 30px;

}

.news-xy h2 

,.works09 h2{

    font-size: 20px;

    font-weight: bold;

    padding-bottom: 5px;

    border-bottom: 1px dashed #ccc;

    margin-bottom: 10px;

}

.news-xy h2 a

,.works09 h2 a{

	display:block;

	font-size:15px;

	line-height:36px;

}

.news-xy h2 a:hover

,.works09 h2 a:hover{

	color:#d8b966;

}

.news-xy li:hover a{

	color:#d8b966;

}

.news-xy li a{

	display:block;

	line-height:30px;

	color:#3e3a39;

	font-size:14px;

}

.works09{

	margin-top:30px;

}

.works09 li img{

	width:100%;

	height:auto;

	margin:10px 0;

}



/*-------------list-profile-----------*/

.video09{

	margin-top:50px;

	margin-bottom:80px;

}

.video09 h3{

	text-align:center;

	margin-bottom:30px;

	font-size:28px;

}

.video09 iframe{

	height:500px;

}



.jianjie{

	background:#efefef;

	margin-top:80px;

}

.jianjie span{

	float:left;

	width:30%;

	margin-left:10%;

}

.jianjie span img{

	width:100%;

	height:auto;

}

.jianjie div.r{

	float:right;

	width:55%;

	padding:80px 0;

	color:#3e3a39;

}

.w960 .jianjie div.r{

	padding:40px 0;

}

.jianjie div.r h3{

	font-size:35px;

	line-height:50px;

	margin-bottom:5px;

}

.jianjie div.r strong{

	font-size:20px;

}

.jianjie div.r p{

	font-size:15px;

	line-height:1.8;

	margin-top:45px;

}

.w960 .jianjie div.r p {

    font-size: 14px;

    line-height: 1.6;

    margin-top: 20px;

}

.jianjie div.r a {

    display: block;

    width: 150px;

    line-height: 46px;

    border-radius: 29px;

    background: #EB0A0E;

    color: #fff;

    font-size: 20px;

    text-align: center;

	margin-top:50px;

}

.teach09{

	position:relative;

}

.t09{

	background:#dcdddd;

	padding:40px 0;

}

.teach09 p{

	font-size:16px;

	color:#3e3a39;

	line-height:25px;

	font-weight:bold;

}

.teach09 img{

	width:100%;

	height:auto;

}

.teach09 a{

	display:block;

	width:200px;

	line-height:52px;

	background:#ff0909;

	color:#fff;

	font-size:18px;

	text-align:center;

	margin:0 auto;

	margin-top:-10px;

	position:relative;	

}

.teach09 h3{

	text-align:center;

	font-size:32px;

	margin:60px 0;

	color:#3e3a39;

}

.honor{

	position:relative;

}

.honor img{

	width:100%;

	height:auto;

}

.honor01{

	position:absolute;

	width:820px;

	margin:0 auto;

	left:50%;

	margin-left:-410px;

	text-align:center;

	color:#fff;

	top:0;

}

.honor01 h3{

	font-size:32px;

	font-weight:bold;

	padding-top:100px;

}

.w960 .honor01 h3{

	padding-top:40px;

}

.honor01 p{

	font-size:16px;

	line-height:1.8;

	margin-top:50px;

}

.w960 .honor01 p {

    font-size: 14px;

    line-height: 1.6;

    margin-top: 30px;

}

.w960 .honor01 a{

	margin-top:40px;

}

.honor01 a{

	display:block;

	width:200px;

	line-height:50px;

	border:1px solid #fff;

	margin:0 auto;

	color:#fff;

	font-size:20px;

	text-align:center;

	margin-top:50px;

}

.partner{

	margin:60px auto;

}

.partner h3{

	text-align:center;

	font-size:30px;

	margin-bottom:50px;

}

.partner li{

	float: left;

	width:23%;

	margin:0.5%;

}

.partner li span{

	display:block;

    border: 1px solid #b6b6b6;

    border-radius: 10px;

    padding:10px;

	text-align:center;

}

.w960 .partner li span{

	padding:5px;

}

.partner li img{

	border-radius: 5px;

	width:100%;

	height:auto;

}

.school{

}

.school img{

	width:100%;

	height:auto;

}

.school h3{

	text-align:center;

	font-size:32px;

	margin-bottom:30px;

	color:#3e3a39;

}

.school a{

	display:block;

	width:200px;

	margin:0 auto;

	line-height:50px;

	background:#E7090C;

	color:#fff;

	text-align:center;

	position:relative;

	margin-top:-50px;

	font-size:20px;

	margin-bottom:70px;

}

.school p{

	margin:0 auto;

	font-size:16px;

	color:#666;

	line-height:2;

	width:800px;

	text-align:center;

}

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

.apply01 form{

	width:600px;

	margin:0 auto;

}

.apply01 h3 {

    text-align: center;

    padding-bottom: 20px;

    font-size: 30px;

    margin-top: 50px;

    border-bottom: 1px solid #d3b56c;

    margin-bottom: 50px;

    color: #dabb69;

}

.apply01 h4{

	display:none;

}

.apply01 label {

    text-align: right;

    font-size: 18px;

    color: #666;

	margin-bottom: 20px;

}

.apply01 input

,.apply01 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;

}

.apply01 textarea{

	height:90px;

	margin-bottom:0;

}

.apply01 input 

,.apply01 label{

	*display:inline;

}

.apply01 label {

    text-align: right;

    font-size: 18px;

    color: #666;

    display: inline-block;

    width:20%;

}

.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-item div {

    display: inline-block;

	vertical-align:middle;

}

.apply01 select {

    line-height: 40px;

    color: #666666;

    font-size: 18px;

    height: 40px;

    padding-left: 20px;

    border-radius: 5px;

}

.apply01 [type="submit"]{

	display:block;

	width:150px;

	line-height:40px;

	font-size:20px;

	font-weight:bold;

	background:#fb4343;

	margin:0 auto;

	color:#fff;

	border:none;

}

.apply02 {

	padding-top:40px;

	margin-top:40px;

	border-top:1px solid #d1b36a;

}

.apply02 p{

	font-size:16px;

	font-family:simsun;

	line-height:2;

}

/*--------list-chaxun-----------*/

.list-chaxun{

	background:#ecece9;

}

.chaxun01{

	padding-top:80px;

	padding-bottom:10px;

}

.cxtit h3{

	font-size: 25px;

	font-weight:bold;

	text-align:center;

	color:#3e3a39;

}

.cxtit ul{

	text-align:center;

	margin-top:30px;

}

.cxtit ul li{

	display:inline-block;

}

.cxtit ul li{

	*display:inline;

}

.cxtit li a{

	display:block;

	font-size:20px;

	width: 130px;

    height: 40px;

    text-align: center;

    font-size: 20px;

    line-height: 40px;

    margin-left: 30px;

    font-weight: bold;

	color:#e0b54d;

	border:1px solid #e0b54d;

	background:#fff;

}

.cx01{

	margin:50px 0;

	text-align:center;

}

.cxtit01{

	text-align:center;

	height:40px;

	margin-bottom:20px;

}

.cxtit01 h3{

	color:#e0b54d;

	font-size:18px;

	font-weight:bold;

	display:inline-block;

	line-height:40px;

	padding:0 20px;

	background:#ecece9;

}

.cxtit01 h3{

	*display:inline;

}

.cxtit01 em{

	display:block;

	border-bottom:1px solid #e0b54d;

	margin-top:-20px;

}

.cx01 img{

	margin-top:20px;

}

.cx01 p {

    width: 960px;

    font-size: 16px;

    margin: 0 auto;

    text-indent: 2em;

	text-align: justify;

	color:#333;

}

.chaxun02{

	padding:50px 0;

	background:#fff;

}

.chaxun02 h3{

	text-align:center;

	font-size:26px;

	font-weight:bold;

	color:#3e3a39;

	margin-bottom:50px;

}

.chaxun02 form{

	width:500px;

	margin:0 auto;

}

.chaxun02 div{

	margin-bottom:25px;

}

.chaxun02 div.c1 label{

	letter-spacing: 13px;

}

.chaxun02 label {

    font-size: 20px;

    color: #3e3a39;

    font-weight: bold;

    float: left;

    width: 100px;

}

.chaxun02 input{

	line-height: 36px;

	height:36px;

	border:1px solid #e0b54d;

	width:315px;

	float:left;

}

.chaxun02 .tj09{

	display:block;

    width: 138px;

    height: 49px;

	float:none;

    color:#fff;

    font-size: 20px;

    font-weight: bold;

    line-height: 49px;

    text-align: center;

    margin: 40px auto 0px;

	background:#ff4141;

	border:none;

	font-family: å¾®è½¯é›…é»‘;

}

.chaxun03{

	padding:50px 0;

	text-align:center;

}

.chaxun03 div.cx03

,.chaxun03 ul{

	width:80%;

	margin:0 auto;

}

.cx03 p{

	font-size:16px;

	color:#333;

	text-align:left;

}

.cx03 h3 {

    font-weight: bold;

    font-size: 18px;

    margin-bottom: 7px;

    margin-top: 20px;

	text-align:left;

}

.chaxun03 img

,.cx04 img{

	width:80%;

	height:auto;

	margin-top:30px;

}

.chaxun04

,.cx04{

	width:80%;

	margin:0 auto;

	text-align: center;

}

.cx04 p

,.cx05 p{

	font-size:16px;

	text-align:justify;

	text-indent:2em;

	margin-top:20px;

	color:#333;

}

.cx04 p a:hover

,.cx03 p a:hover

,.cx06 p a:hover{

	color:#e0b54d;

}

.chaxun05{

	margin-top:50px;

}

.cx05

,.cx06{

	width:70%;

	margin:0 auto;

	text-align: center;

}

.cx06 h3{

	text-align:left;

	font-weight:bold;

	margin-top:40px;

	color:#333;

}

.cx06 p {

    text-align: left;

    color: #666;

    font-size: 14px;

    line-height: 24px;

}



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

.teacher{

}

.teacher li{

	position:relative;

	overflow:hidden;

	margin:23%;

	margin:1%;

}

.teacher li div {

    position: absolute;

    width: 100%;

    height: 100%;

	bottom:-100%;

    left: 0;

	color:#fff !important;

	text-align:center;

    background: #0000009e;

	transition:all .5s;

}

.teacher li:hover div{

	bottom:0;

}

.teacher li:hover div h3 {

    font-size: 20px;

    margin-top: 90%;

}

.teacher li:hover div p{

	font-size:15px;

}

/*---------------list-test----------------*/



.test01{

	margin-top:20px;

}

.test01 img{

	width:100%;

	height:auto;

}

.test01 p {

  text-align: center;

  margin-top: -92px;

  font-size: 40px;

  margin-bottom: 100px;

  color: #fff;

  margin-right: 63px;

}

.w960 .test01 p{

	margin-top:-80px;

}

.test02 img{

	width:100%;

	height:auto;

	margin-top:10px;

	margin-bottom:20px;

}

.test05{

	margin-top:30px;

}

.test05 li {

  float: left;

  width: 41%;

  margin: 1% 4.5%;

}

.w960 .test05 li {

  width: 49%;

  margin: 1% 0.5%;

}

.test05 li div.tl{

	width:398px;

	height:184px;

	float:left;

	background:url("/temp/temp/52/52-0183/201811021001/images/te09.png") no-repeat center ;

}

.test05 li div.tl em {

  float:left;

  font-style: normal;

  line-height: 184px;

  width: 34px;

  color: #fff;

  font-size: 25px;

  font-family: -webkit-pictograph;

  font-weight: bold;

  text-align: center;

  display: block;

}

.test05 li div.tl p {

  width: 70%;

  padding: 49px 9%;

  font-size: 25px;

  color: #fe5151;

}

.test05 li div.tr{

	float:right;

	width:70px;

	height:112px;

	float:left;

    margin-top: 37px;

    margin-left: 10px;

	background: url("/temp/temp/52/52-0183/201811021001/images/tr08.png") no-repeat center ;

}

.w960 .test05 li div.tr{

	margin-left:1px;

}

.test05 li div.tr div {

  text-align: center;

  height: 56px;

  line-height: 56px;

  color: #fff;

  font-size:15px;

}

.ceshi{

	background:url("/temp/temp/52/52-0183/201811021001/images/te07.png") no-repeat center center;

	width:1080px;

	margin:0 auto;

	height:253px;

}

.w960 .ceshi {

  width: 100%;

  height: 213px;

  background-size: 100%;

}

.ceshi01 {

  width: 50%;

  float: left;

  margin-top: 46px;

  margin-left: 100px;

}

.w960 .ceshi01 {

  margin-top: 27px;

  margin-left: 70px;

}

.ceshi01 p {

  color: #FFF;

  font-size: 16px;

  line-height: 47px;

}

.ceshi01 input {

  line-height: 45px;

  width: 400px;

  margin-top: 15px;

  border-radius: 5px;

  border: none;

  padding-left: 10px;

   font-size: 16px;

}

.ceshi02 [type="submit"] {

  width: 250px;

  height: 126px;

  background:url("/temp/temp/52/52-0183/201811021001/images/ce088.png") no-repeat center center;

  border: none;

  margin-right: 125px;

  margin-top: 61px;

  font-size: 0;

  cursor:pointer;

}

.w960 .ceshi02 [type="submit"] {

  margin-right: 87px;

  margin-top: 42px;

}















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

	.mr0{

		margin-right:0 !important;

	}

	.mb-head{

		position:relative;

	}

	.nav-click{

		color:#000 !important;

		margin-top: -18px !important;

    	right: 8px !important;

	}

	.banner{

		margin-top:50px;

	}

	header .bg {

		height: 100%;

		background-color: #fff;

		opacity: 1;

	}

	.mb-head img.wz {

		float: left;

		width: 60%;

		height: auto;

		margin-top: 2px;

	}

	.mbnav{

		margin-top:10px;

		padding-bottom:0;

	}

	.mbnav li{

		float:left;

		width:24%;

		margin:0.5%;

		text-align:center;

		font-size:14px;

		line-height:30px;

		background:#239ab0;

	}

	.mbnav li:nth-child(7)

	,.mbnav li:nth-child(1){

		display: none;

	}

	.mbnav li a {

		display: block;

		border: none;

		padding: 0;

	}

	.mbnav li ul{

		display:none;

	}

	.activity {

		background: #fff;

	}

	.activity ul{

		margin-top:0;

		background:none;

	}

	.activity li{

		width:33%;

	}

	.activity li a{

		width:100px;

		margin:0 auto;

	}

	.activity li:nth-child(1){

		display:none;

	}

	.activity li h3 {

		line-height: 40px;

		color: #333;

	}

	.activity li img{

		border-radius:50%;

	}

	.mbtel {

		background: #333;

		line-height: 40px;

		color: #fff;

		font-size: 13px;

	}

	.mbtel em{

		font-style:normal;

	}

	.courses01{

		float:none;

		width:100%;

		background:none;

	}

	.courses01 h2{

		font-size:20px;

		font-weight:bold;

		margin:20px 0;

		padding-bottom:10px;

		border-bottom:1px solid #333;

	}

	.courses01 li {

		float: left;

		width: 100%;

		margin-bottom: 15px;

		background: #f1f1f1;

	}

	.courses01 li .dn {

		display: none;

	}

	.courses01 li .sj {

		display: block;

	}

	.promise{

		padding:20px;

		background:#eee;

		margin-top:20px;

	}

	.promise li {

		display:block;

		float:left;

		width: 19%;

		height:auto;

		margin: 0 0.5%;

		margin-top: 5%;

		background: none;

		background:none;

	}

	.promise li h3 {

		color: #bc3c4c;

		font-size: 10px;

	}

	.promise li p{

		display:none;

	}

	.promise h2{

		font-size:27px;

	}

	.works {

		margin-top: 20px;

	}

	.tit {

		margin-bottom: 20px;

	}

	.works li {

		width: 32%;

		margin-bottom: 2%;

		margin-right:2%;

	}

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

		margin-right:0 !important;

	}

	.mb01{

		display:block;

	}

	.mb01 a{

		color:#fff;

	}

	.mbfoot{

		padding-top:20px;

		border-top:5px solid #eee;

	}

	.mbfoot div{

		width:50%;

		padding-top:10px;

	}

	.mbfoot p{

		font-size:14px;

	}

	.mbfoot div.r p{

		font-weight:bold;

		text-align:center;

		font-size:16px;

	}

	.mbfoot img{

		width:40%;

		height:auto;

	}

	.mbfoot div.r h3{

		font-weight:bold;

		text-align:center;

	}

	.mbfoot div h3.aa {

		padding-bottom: 7px;

		border-bottom: 3px solid #2c2b7d;

		margin-bottom: 7px;

	}

	.mbfoot .mb02{

		width:100%;

		text-align:left;

		font-size:14px;

		color:#000;

	}

	.ftnav li{

		background:#ddd;

	}

	.ftnav li a{

		color:#333;

	}

	.default-mobile-copyright2{

		margin-top:5px;

	}

	.kecheng{

		margin-top:0;

	}

	.kecheng li {

		padding-top: 20px;

		margin-top: 20px;

	}

	.kecheng li span {

		width: 35%;

	}

	.kecheng li div {

		width: 62%;

	}

	.kecheng li ins{

		width:100%;

		margin-top:20px;

	}

	.kecheng li.k1{

		display:none;

	}

	.kecheng li.k1 div {

		width: 100%;

	}

	.kecheng li p {

		font-size: 12px;

		line-height: 20px;

		height: 40px;

		overflow: hidden;

	}

	.kecheng li ins em {

		font-size: 12px;

	}

	.kecheng li strong {

		bottom: -12px;

		font-size: 10px;

		line-height: 20px;

		position:relative;

	}

	.view-course {

		margin: 30px auto;

	}

	.enrol {

		position: relative;

		width: 100%;

		top:0;

		left:0;

	}

	.enrol h3 {

		font-size: 25px;

		margin-top: 20px;

	}

	.sum01 span {

		width: 100%;

	}

	.sum01 div {

		width: 100%;

		margin-top: 20px;

	}

	.word01 td img {

		margin-right: 0;

		width: 100%;

		margin-bottom: 20px;

	}

	#default-article-content table {

		width: 100%;

	}

	.word01 #default-article-content td{

		display:block;

		width:100% !important;

	}

	.video09 h3 {

		font-size: 20px;

	}

	.video09 iframe {

		height: 200px;

	}

	.video09 {

		margin-top: 30px;

		margin-bottom: 30px;

	}

	.about01 span {

		width: 100%;

	}

	.about01 .about02 {

		width: 100%;

		margin-top: 20px;

	}

	.con03 {

		margin-top: 30px;

	}

	.con03 li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.jianjie span{

		display:none;

	}

	.jianjie div.r {

		width: 100%;

		padding: 20px 0;

	}

	.jianjie div.r h3 {

		font-size: 25px;

	}

	.jianjie div.r p {

		margin-top: 30px;

	}

	.jianjie div.r a {

		margin-top: 20px;

	}

	.teach09 a{

		margin-top:10px;

	}

	.teach09 h3 {

		font-size: 25px;

		margin: 20px 0;

	}

	.honor01 h3 {

		font-size: 15px;

		padding-top: 10px;

	}

	.honor01 {

		width: 100%;

		left: 0;

		margin-left: 0;

		top: 0;

	}

	.honor img {

		padding: 30px 0;

		background: #f26a71;

	}

	.honor01 p {

		font-size: 12px;

		line-height: 1.5;

		margin-top: 15px;

		padding: 0 10px;

	}

	.honor01 a {

		width: 100px;

		line-height: 35px;

		font-size: 14px;

		margin-top: 15px;

	}

	.partner li {

		width: 19%;

		margin: 0.5%;

	}

	.partner li img {

		width: 100%;

		height: auto;

	}

	.partner {

		margin: 30px auto;

	}

	.partner li span{

		padding:0;

	}

	.partner h3 {

		font-size: 25px;

		margin-bottom: 12px;

	}

	.school a{

		margin-top:10px;

		margin-bottom:20px;

	}

	.school h3 {

		font-size: 25px;

	}

	.school p {

		font-size: 12px;

		line-height: 1.8;

		width: 100%;

		margin-bottom: 40px;

	}

	.apply01 form {

		width: 100%;

		margin-bottom:50px;

	}

	.apply01 label{

		width:30%;

		font-size:16px;

	}

	.apply01 select{

		font-size:16px;

	}

	.apply01 input, .apply01 textarea{

		width:61%;

		font-size:16px;

	}

	.apply02{

		margin-bottom:50px;

	}

	.apply02 p {

		font-size: 12px;

	}

	.list-course h2{

		margin:30px 0;

	}

	.list-course li

	,.list-course li.mr0{

		width:49%;

		margin-right:2% !important;

		margin-bottom:4%;

	}

	.list-course li h3{

		line-height:30px;

	}

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

		margin-right:0 !important;

	}

	.tel07{

		text-align:center;

		color:#fd2a31;

		font-size:20px !important;

		padding:10px;

	}

	.tel07 a{

		color:#fd2a31;

	}

	.recommend li:nth-child(5)

	,.recommend li:nth-child(6)

	,.recommend li:nth-child(7)

	,.recommend li:nth-child(8){

		display:none;

	}

	.mbnav.default-mobile-nav-menu li div

	,.ftnav.default-mobile-nav-menu li div{

		display:none !important;

	} 

	.ftnav{

		border:none;

	}

	.ftnav li a{

		font-size:15px;

	}

	.mbbaoming{

		padding: 20px 0;

		background: #eee;

		margin-top: 20px;

	}

	.mbbaoming .more01{

		border: 2px solid #db241c;

    	color: #db241c;

	}

}

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

}

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

	.chaxun01 {

		padding-top: 30px;

		padding-bottom: 0;

	}

	.cxtit ul {

		margin-top: 10px;

	}

	.cxtit ul li {

		display: block;

		float: left;

		width: 24%;

		margin: 0 0.5%;

	}

	.cxtit li a{

		width:100%;

		margin:0;

		font-size:16px;

		line-height:30px;

		height:30px;

	}

	.cx01 p {

		width: 100%;

		font-size: 12px;

	}

	.cx01 {

		margin: 20px 0;

	}

	.cxtit01 {

		height: 30px;

	}

	.chaxun02 h3{

		margin-bottom:20px;

	}

	.chaxun02 form 

	,.chaxun02 input

	,.chaxun04, .cx04{

		width: 100%;

	}

	.chaxun03 div.cx03, .chaxun03 ul

	,.chaxun03 img, .cx04 img

	,.cx05, .cx06{

		width:100%;

	}

	.cx03 p {

		font-size: 12px;

	}

	.cx03 h3 {

		font-size: 16px;

	}

	.cx04 p, .cx05 p {

		font-size: 12px;

		margin-top:10px;

	}

	.chaxun04 img{

		width:100%;

		height:auto;

	}

	.cx06 p {

		font-size: 12px;

		line-height: 20px;

	}

	.cx06 h3 {

		margin-top: 20px;

		font-size: 14px;

	}

	.kecheng li strong a {

		width: 30%;

		border-radius: 16px;

		font-size: 12px;

		line-height: 25px;

		margin: 0 1%;

	}

	.recommend {

		margin-top: 20px;

	}

	.recommend h2{

		font-size:20px;

	}

	.recommend ul{

		border:none;

	}

	.recommend li {

		padding: 0 2%;

		border:none;

		width: 45%;

		margin-right:2%;

		margin-bottom:2%;

		float: left;

		background:#f78352;

	}

	.recommend li:nth-child(2n){

		margin-right:0 !important;

	}

	.recommend li a {

		color: #fff;

		font-size:14px;

	}

	.recommend li a h3{

		width:80%;

		float:left;

		font-size:14px;

	}

	.recommend li span {

		margin-top: 9px;

		float:right;

	}

	.test05 li{

		width:100%;

		margin:1% 0; 

	}

	.test05 li div.tl {

		width: 80%;

		height:143px;

		background-size: 100%;

	}

	.test05 li div.tr{

		width:20%;

		margin-left:0;

	}

	.test05 li div.tl p {

		width: 76%;

		padding: 0 5%;

		font-size: 20px;

		margin-top: 13%;

	}

	.test05 li div.tr{

		margin-top:13px;

	}

	.test05 li div.tl em {

		line-height: 143px;

		width: 26px;

		font-size: 20px;

	}

	.ceshi {

		width: 100%;

		height: 85px;

		background-size: 100% 85px;

	}

	.ceshi01 {

		width: 48%;

		margin-top: 7px;

		margin-left: 21px;

	}

	.ceshi01 input {

		line-height: 25px;

		height:25px;

		width: 100%;

		margin-top: 7px;

		padding-left: 5px;

		font-size: 13px;

	}

	.ceshi01 p{

		display:none;

	}

	.ceshi02{

		width: 43%;

		background-size: 100%;

	}

	.ceshi02 [type="submit"] {

		width: 70%;

		height: 85px;

		margin-right: 0;

		margin-top: 0px;

		background-size: 100%;

		margin-left: 12%;

	}

	.test05 h2{

		text-align:center;

		margin-bottom:20px;

	}

	.test01 p {

		margin-top: -31px;

		font-size: 17px;

		margin-right: 18px;

		margin-bottom:45px;

	}

	.about {

		padding-top: 20px;

		margin-top:0;

		background-size: auto 100%;

	}

	.jianjie {

		margin-top: 20px;

	}

	.school p{

		margin-bottom:20px;

	}

}



#qiao-wrap #qiao-invite-wrap{

	top:inherit !important;

	bottom:0 !important;

}
</pre></body></html>