/*!

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

}
.wp {

    width: 1100px;

    margin: 0 auto;

}

.header{

	box-shadow:0 0 5px #ccc;

}

.logo {

    line-height: 100px;

}

.loog a{

	display:block;

}

.logo a img{

	max-height:81px;

}

.menu {

    margin-top: 29px;

}

.menu li{

	margin-left:1px;

}

.menu li a{

	display:block;

	padding:0 30px;

	line-height:42px;

	font-size:15px;

}

.menu li:hover a

,.menu li.a a{

	background:#ff9c00;

	color:#fff;

}

.banner{

	max-height:520px;

	overflow:hidden;

}

.banner .prev

,.banner .next{

	width:30px;

	height:52px;

	line-height:52px;

	margin-top:-26px;

	opacity:1;

	font-size:0;

	left:5%;

	opacity:.5;

	background:url("/temp/temp/52/52-0166/201804091027/images/prev.png") no-repeat center center;

}

.banner .next{

	left:inherit;

	right:5%;

	background:url("/temp/temp/52/52-0166/201804091027/images/next.png") no-repeat center center;

}

.plan{

	position:absolute;

	bottom:50px;

	left:50%;

	margin-left:-350px;

	width:670px;

	padding:15px;

	border-radius:5px;

	background:url("/temp/temp/52/52-0166/201804091027/images/bg001.png");

}

.plan h4{

	font-size:15px;

	color:#fff;

	margin-bottom:10px;

}

.plan form{

	position:relative;

}

.plan select {

    width: 200px;

    padding:12px 11px;

    background: #fff;

    border-radius: 5px;

    margin-right: 6px;

    color: #999;

	border:none;

}

.plan [type="submit"]{

	width:41px;

	height:41px;

	border-radius:5px;

	border:none;

	position:absolute;

	bottom:0;

	right:0;

	background:#ff9c00 url("/temp/temp/52/52-0166/201804091027/images/search.png") no-repeat center center;

}

.tuij{

	margin:90px auto;

}

.tuij h2{

	text-align:center;

	font-size:25px;

	color:#3c3c3c;

}

.search form{

	width:398px;

	height:38px;

	border:2px solid #ff9c00;

	border-radius:5px;

	margin:0 auto;

	margin-top:45px;

}

.search .default-pc-search-keyword {

    width: 298px;

    float: left;

    border: none;

    padding-left: 10px;

    line-height: 38px;

	height:38px;

}

.search .default-pc-search-submit {

    display: block;

    width: 90px;

    float: right;

    background: #ff9c00;

    line-height: 38px;

    height: 38px;

    border: none;

    color: #fff;

	font-size: 16px;

}

.tuij01{

	margin-top:75px;

}

.tuij01 ul{

	text-align:center;

}

.tuij01 ul li {

    display: inline-block;

    font-size: 16px;

    margin: 0 7px;

}

.tuij01 ul li{

	*display:inline;

}

.tuij01 ul li a {

    display: block;

    padding: 0 15px;

    line-height: 30px;

    border: 1px solid #333;

	border-radius:5px;

}

.tuij01 ul li:hover a {

    border: 1px solid #ff9c00;

    background: #ff9c00;

    color: #fff;

}

.place{

	padding:50px 0;

	background:#f7f7f7;

}

.tit{

	text-align:center;

}

.tit h3{

	font-size:35px;

	color:#3c3c3c;

	line-height:1.3;

}

.tit span{

	display:block;

	font-size:15px;

	color:#666;

	text-transform:uppercase;

}

.tit em{

	display:block;

	width:80px;

	margin:10px auto;

	border-top:1px solid #fe0000;

}

.hottit{

	margin-top:65px;

}

.hottit h3 {

    font-size: 22px;

    padding-left: 10px;

    border-left: 3px solid #ff9c00;

    line-height: 1;

	float:left;

}

.hottit a {

	float:right;

	font-size:15px;

	color:#000;

}

.hottit a:hover{

	color:#ff9c00;

}

.place ul{

	margin-top:30px;

}

.place li {

    float: left;

    width: 23%;

    margin-right: 2.65%;

}

.place li a {

    display: block;

    background: #fff;

    border-radius: 5px;

    overflow: hidden;

}

.place li a img {

    width: 100%;

	height:auto;

}

.place li a h3{

	position:relative;

	line-height:50px;

	padding:0 10px;

	text-align:center;

	font-size:16px;

}

.place li a h3 em{

	font-style:normal;

}

.place li a h3 span{

	position:absolute;

	display:block;

	width:18px;

	height:10px;

	left:50%;

	margin-left:-9px;

	top:-10px;

	background:url("/temp/temp/52/52-0166/201804091027/images/sanj.png") no-repeat center center;

}

.service{

	padding:60px 0;

	background:url("/temp/temp/52/52-0166/201804091027/images/bg01.png");

}

.service ul{

	margin-top:50px;

}

.service li{

	width:32%;

	float:left;

	margin-right:2%;

}

.service li a{

	display:block;

}

.service li a span{

	display:block;

	border-radius:5px;

	overflow:hidden;

}

.service li img{

	width:100%;

	height:auto;

}

.service li h3 {

    text-align: center;

    font-size: 16px;

    margin: 12px 0;

}

.service li p {

    font-size: 14px;

}

.strategy{

	padding:60px 0;

	background:#f7f7f7;

}

.gl-search{

	width:30%;

	float:left;

	margin-top:60px;

}

.gl-search h3 {

    font-size: 22px;

    margin-bottom: 20px;

}

.gl-search form{

	border:1px solid #eee;

	border-radius:5px;

	overflow:hidden;

}

.gl-search form .default-pc-search-keyword{

	width:70%;

	padding:0 2%;

	float:left;

	background:#fff;

	border:none;

	line-height:40px;

	height:40px;

	font-size:14px;

	color:#999;

}

.gl-search form .default-pc-search-submit{

	width:26%;

	float:right;

	border:none;

	line-height:40px;

	height:40px;

	background: #ff9c00;

	font-size:16px;

	color:#fff;

}

.countries{

	margin-top:20px;

}

.countries h4 {

    font-size: 15px;

    color: #666;

    margin: 25px 0;

}

.countries li {

    float: left;

    width: 33.3%;

    margin-bottom: 15px;

}

.countries li a{

	display:block;

}

.countries li span{

	display:block;

	width:88px;

	height:88px;

	border-radius:50%;

	margin:0 auto;

	background:url("/temp/temp/52/52-0166/201804091027/images/c1.png") no-repeat center bottom;

	background-color:#fff !important;

	border:1px solid #fff;

}

.countries li.c2 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/c2.png") no-repeat center bottom;

}

.countries li.c3 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/c3.png") no-repeat center bottom;

}

.countries li.c4 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/c4.png") no-repeat center bottom;

}

.countries li.c5 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/c5.png") no-repeat center bottom;

}

.countries li.c6 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/c6.png") no-repeat center bottom;

}

.countries li:hover span{

	border:1px solid #ff9c00;

}

.countries li h3{

	text-align:center;

	font-size:15px;

	margin:10px 0;

}

.countries li:hover h3{

	color:#ff9c00;

}

.tjgl {

    width: 65%;

    float: right;

}

.tjgl .hottit {

    margin-top:60px;

}

.tjgl ul{

	padding-top:30px;

	margin-top:30px;

	border-top:1px solid #ddd;

}

.tjgl li {

    margin-bottom: 43px;

}

.tjgl li a{

	display:block;

}

.tjgl li a span{

	display:block;

	width:30%;

	float:left;

}

.tjgl li img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.tjgl li h3 {

    font-size: 18px;

    margin-bottom: 23px;

}

.tjgl li:hover h3{

	color:#ff9c00;

}

.tjgl li div{

	width:67%;

	float:right;

}

.tjgl li p {

    color: #999;

    line-height: 20px;

	height:60px;

	overflow:hidden;

}

.tjgl li div em {

    display: block;

    font-style: normal;

    text-align: right;

    color: #999;

    font-size: 12px;

    margin-top: 20px;

}

.hotschool{

	width:65%;

	float:right;

}

.partner{

	margin:80px 0;

}

.partner .countries h4{

	margin:15px 0;

}

.partner .countries li h3 {

    margin: 6px 0;

}

.partner .countries li span{

	background-color:#f4f4f4 !important;

}

.partner .hottit {

    margin-top: 60px;

}

.hotschool ul{

	margin-top:30px;

}

.hotschool li {

    float: left;

    width: 31%;

    margin-right: 3.5%;

	margin-bottom:3.5%;

}

.hotschool li a{

	display:block;

	position:relative;

}

.hotschool li a img{

	width:100%;

	height:auto;

	opacity:0;

	border-radius:5px; 

}

.hotschool li:hover a img

,.hotschool li:hover span{

	opacity:1;

}

.hotschool li div{

	position:absolute;

	width:90%;

	height:88%;

	left:4.5%;

	top:5%;

	border:1px solid #333;

	border-radius:5px;

	text-align:center;

}

.hotschool li:hover div{

	color:#fff;

	border:1px solid #fff;

}

.hotschool li span{

	position:absolute;

	display:block;

	width:100%;

	height:100%;

	left:0;

	top:0;

	background:rgba(255, 156, 0, 0.8);

	opacity:0;

	border-radius:5px;

}

.hotschool li h3 {

    font-size: 16px;

    margin-top: 22%;

}

.hotschool li p {

    text-transform: capitalize;

    margin-top: 4px;

}

.news{

	padding:60px 0;

	background:url("/temp/temp/52/52-0166/201804091027/images/bg02.png");

}

.newstit{

	text-align:center;

	margin-top:70px;

	margin-bottom:60px;

}

.newstit li{

	display:inline-block;

}

.newstit li{

	*display:inline;

}

.newstit li a{

	font-size:16px;

	font-weight:bold;

	margin:0 20px;

	padding-left:15px;

}

.newstit li:hover a

,.newstit li.a a{

	color:#ff9c00;

	background:url("/temp/temp/52/52-0166/201804091027/images/dots.png")no-repeat center left;

}

.news01{

	display:none;

}

.news01.aa{

	display:block

}

.news01 li{

	float:right;

	width:48%;

}

.news01 ul{

	width:48%;

}

.news01 li a{

	display:block;

}

.news01 li.n1{

	float:left;

}

.news01 li.n1 img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.news01 li.n1 h3{

	line-height:35px;

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

	color:#fff;

	font-size:15px;

	padding:0 10px;

	position:relative;

	margin-top:-35px;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

}

.news01 li a {

    display: block;

    line-height: 31px;

    font-size: 14px;

	transition:all .3s;

}

.news01 li:hover a{

	color:#ff9c00;

}

.footer{

	padding-top:30px;

	overflow:hidden;

	border-top:20px solid #f7f7f7;

}

.foot01{

	width:20%;

}

.foot01 li a{

	color:#999;

	font-size:14px;

	line-height:30px;

}

.foot01 li:hover a{

	color:#ff9c00;

}

.links{

	margin-top:30px;

}

.links dt

,.links dd a{

	font-size:14px;

	color:#999;

}

.links dd a{

	font-size:12px;

}

.foot02 {

    width: 52%;

    float: left;

    border-right: 1px solid #ddd;

}

.foot02 ul {

    float: left;

    width: 20%;

    margin: 0 6%;

}

.foot02 li.f1 a{

	font-size:14px;

	margin-bottom:15px;

}

.foot02 li:hover a{

	color:#ff9c00;

}

.foot02 li a{

	color:#999;

	font-size:12px;

	line-height:23px;

	display:block;

}

.foot03{

	width:266px;

	height:134px;

	float:right;

	text-align:right;

	background:url("/temp/temp/52/52-0166/201804091027/images/ewm.png") no-repeat center center;

}

.foot03 img {

    margin: 6px;

    margin-top: 10px;

}

.con01{

	padding:25px 0;

	margin-top:50px;

	border-top:1px solid #ddd;

}

.con01 p{

	font-size:14px;

	color:#999;

}

.con01 p span{

	margin-left:15px;

}

.copy{

	padding:20px 0;

	background:#333;

}

.default-pc-copyright {

    text-align: center;

    margin: 0 auto;

	color:#fff;

}

.default-pc-copyright a{

	color:#fff;

}

/*------------------list-news01------------------*/



.zixun01{

	padding-top:65px;

	background:#f7f7f7;

	padding-bottom: 30px;

}

.zixun01-l{

	width:71%;

}

.zixun01-l li{

	float:left;

	width:31%;

	margin-right:3.5%;

	margin-bottom:3.5%;

}

.zixun01-l li a{

	display:block;

}

.zixun01-l li a img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.zixun01-l li h3 {

    margin: 7px 0;

    font-size: 14px;

    height: 42px;

    overflow: hidden;

}

.zixun01-l li:hover h3 {

    color: #f34840;

}

.zixun01-r {

    width: 23.5%;

    padding: 1.5%;

    background: #fff;

}

.zixun01-r h2{

	margin-bottom:10px;

	font-size:18px;

}

.zixun01-r img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.zixun01-r li{

	margin-top:15px;

}

.zixun01-r li a{

	display:block;

}

.zixun01-r li span{

	float:left;

	width:50%;

}

.zixun01-r li span img{

	width:100%;

	height:auto;

	border-radius:0px;

}

.zixun01-r li div{

	width:47%;

	float:right;

}

.zixun01-r li h3 {

    color: #666;

    font-size: 12px;

    height: 36px;

    overflow: hidden;

}

.zixun01-r li:hover h3 {

    color: #ec9a15;

}

.zixun01-r li p {

    color: #999;

    font-size: 12px;

    margin-top: 13px;

}

.zixun02{

	padding-bottom: 30px;

}

.zixun02-l{

	width:70%;

}

.zixun02-ll {

    padding: 25px 0;

    margin-top: 25px;

    border-top: 1px solid #ddd;

}

.zixun02-ll ul{

	width:46.5%;

	margin-bottom:20px;

}

.zixun02-ll li{

	line-height:27px;

}

.zixun02-ll li a{

	display:block;

}

.zixun02-ll li.z1{

	margin-bottom:10px;

}

.zixun02-ll li img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.zixun02-ll li h3{

	font-size:14px;

}

.zixun02-ll li:hover h3 {

    color: #ef9f1a;

}

.zixun02-r{

	width:26%;

}

.case{

	padding:20px 15px;

	border:1px solid #eee;

	border-radius:5px;

	margin:25px 0;

}

.case01 li span{

	width:100%;

	height:100%;

}

.case01 li span img{

	border-radius:50%;

}

.case01 li div{

	text-align:center;

}

.case01 li h3{

	font-size:16px;

	margin-top:10px;

}

.case01 li h4{

	font-size:14px;

	color:#888;

	margin-bottom:10px;

}

.case01 li p{

	font-size:12px;

	color:#999;

	text-align:center;

	height:36px;

	overflow:hidden;

}

.case01 .prev

,.case01 .next{

	width:20px;

	height:20px;

	font-size:16px;

	text-align:center;

	margin-top:-10px;

	line-height:20px;

	opacity:1;

	color:#666;

	background-color:transparent;

	top: -44px;

    right:8px;

	left:inherit;

}

.case01 .next{

	right:-17px;

}

.case02 li{

	margin-top:23px

}

.case02 ul{

	margin-top:23px;

	border-top:1px solid #eee;

}

.case02 li a{

	display:block;

}

.case02 li h3 {

    font-size: 14px;

	margin-bottom:5px;

}

.case02 li h3 span{

	color:#888;

	margin-left:10px

}

.case02 li:hover h3 span {

    color: #ff9c00;

}

.case02 li p{

	color:#999;

	height:36px;

	overflow:hidden;

}

.case03 img{

	width:100%;

	height:auto;

}

.case03 a{

	display:block;

}

.gonglve{

	margin-top:23px;

}

.gonglve01{

	float:left;

	width:26.5%;

}

.gonglve01 ul{

	border-radius:5px;

	border:1px solid #eee;

	border-bottom: none;

}

.gonglve01 li{

	border-bottom:1px solid #eee;

}

.gonglve01 li a {

    display: block;

    line-height: 43px;

    padding: 0 20px;

    font-size: 15px;

	color:#777;

}

.gonglve01 li:hover a {

	background:#f7f7f7;

}

.gonglve01 li span{

	float:right;

}

.gonglve02{

	margin-top:15px;

}

.gonglve02 a {

    display: block;

    line-height: 50px;

    text-align: center;

    background: #ff9c00;

    border-radius: 5px;

    color: #fff;

    font-size: 18px;

	transition:all .3s;

}

.gonglve02 a:hover{

    background: #dd8903;

}

.gonglve02 p {

    text-align: center;

    font-size: 16px;

    color: #999;

    margin-top: 10px;

}

.gonglve03{

	float:right;

	width:70.9%;

}

.gonglve03 a{

	display:block;

}

.gonglve03 img{

	width:100%;

	height:auto;

}

.help{

	margin:30px 0;

	border:1px solid #eee;

	border-radius:5px;

}

.help li{

	float:left;

	width:25%;

	padding-top:17px;

	padding-bottom:0;

}

.help li.h1{

	background:#fffaf2;

	padding:30px 0;

}

.help li.h1 h3 {

    padding-left: 40px;

    border-left: 20px solid #ff9c00;

}

.help li span {

    display: block;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    border: 1px solid #ff9c00;

    text-align: center;

    float: left;

    line-height: 49px;

	margin-left: 30px;

}

.help li img{

	width:31px;

	height:auto;

}

.help li div{

	float:left;

	padding-left:20px;

}

.help li.h1 h3 {

    padding-left: 40px;

    border-left: 20px solid #ff9c00;

    font-size: 22px;

    font-weight: bold;

    color: #ff9c00;

    line-height: 1;

}

.help li h3{

	font-size:16px;

	color:#ff9c00;

	margin-top: 4px;

}

.help li p{

	color:#777;

	font-size:14px;

}

.help li em {

    float: right;

    color: #999;

    font-size: 25px;

    font-family: serif;

    font-style: normal;

    margin-top: 6px;

}

.hotzt ul{

	margin-top:30px;

}

.hotzt li{

	float:left;

	width:30%;

	margin-right:5%;

}

.hotzt li a{

	display:block;

	position:relative;

}

.hotzt li img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.hotzt li div.h01 {

    position: absolute;

    top: 20px;

    left: 0;

    background: #ff9c00;

    width: 150px;

    padding: 7px 15px;

    padding-left: 24px;

	color:#fff;

}

.hotzt li h3 {

    font-size: 25px;

}

.hotzt li h4 {

    text-transform: capitalize;

    font-size: 13px;

	padding-bottom:5px;

	border-bottom:1px solid #fff;

}

.hotzt li .h01 p{

	font-size:15px;

	margin-top:5px;

}

.hotzt li div.h02 {

    position: absolute;

    color: #fff;

    font-size: 16px;

    bottom: 0;

    padding: 18px;

}

.hotzt li ins{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	border-radius:5px;

	background:url("/temp/temp/52/52-0166/201804091027/images/bg04.png") no-repeat center center;

}

.hotzt li div.h02 span{

	margin:0 5px;

}

.gonglve04{

	margin-top:20px;

}

.tjgl02{

	width:47%;

}

.tjgl03 {

    margin-top:25px;

    padding-top: 30px;

    border-top: 1px solid #ddd;

}

.tjgl03 ul{

	margin-bottom:40px;

}

.tjgl03 li{

	float:right;

	width:53%;

}

.tjgl02 li.tj01 {

    width: 42.5%;

    float: left;

}

.tjgl03 li a {

    display: block;

    font-size: 16px;

    line-height: 1.9;

    color: #666;

}

.tjgl03 li:hover a{

	color:#ff9c00;

}

.tjgl03 li a img{

	width:100%;

	height:auto;

	border-radius:5px;

}

/*-----------------list-gonglve02-------------------*/

.list-strategy{

	margin-top:23px;

}

.strategy01{

	width:27.5%;

	float:left;

}

.strategy01 li {

    float: left;

    width: 50%;

}

.strategy01 ul {

    border: 1px solid #eee;

    border-radius: 5px;

    border-right: none;

    border-bottom: none;

}

.strategy01 li a{

	display:block;

	padding:20px;

	border-right: 1px solid #eee;

    border-bottom: 1px solid #eee;

	transition:all .3s;

}

.strategy01 li:hover a{

	background:#f7f7f7;

}

.strategy01 li span{

	display:block;

	float:left;

	width:38px;

	height:39px;

}

.strategy01 li img{

	width:38px;

	height:auto;

}

.strategy01 li h3{

	float:left;

	font-size:14px;

	color:#666;

	line-height: 39px;

	margin-left: 15px;

}

.strategy02{

	width:70%;

	float:right;

}

.strategy02 a{

	display:block;

}

.strategy02 img {

    width: 100%;

    height: auto;

    border-radius: 3px;

}

.process{

	margin-top:30px;

}

.process ul{

	border-radius:5px;

	border:1px solid #eee;

}

.process ul li {

    float: left;

    width: 18.5%;

}

.process ul li.p1 {

    width: 25%;

    background: #fffaf2;

    font-size: 20px;

    font-weight: bold;

    color: #ff9c00;

    line-height: 88px;

	margin-right: 1%;

}

.process ul li.p1 span{

	margin:0 10px;

}

.process ul li span {

    float: left;

    display: block;

    margin: 18px 20px;

	margin-right:5px;

}

.process ul li div{

	float:left;

}

.process ul li h3 {

    color: #666;

    font-size: 14px;

    margin-top: 20px;

}

.process ul li h4 {

    color: #ff9c00;

    font-size: 16px;

}

.process ul li em {

    display: block;

    float: right;

    font-size: 20px;

    margin-top: 30px;

    margin-right: 5px;

    color: #888;

    font-family: monospace;

    font-style: normal;

}

.news08 {

    padding-bottom: 50px;

}

.news08-1{

	width: 47%;

}

.news08-1 ul{

	margin-top: 25px;

    padding-top: 30px;

    border-top: 1px solid #ddd;

}

.news08-1 li{

	float: right;

    width: 53%;

}

.news08-1 li.n01{

	width: 42.5%;

    float: left;

}

.news08-1 li.n01 img{

	width:100%;

	height:auto;

	border-radius: 5px;

}

.news08-1 li a{

	display: block;

    font-size: 16px;

    line-height: 1.9;

    color: #666;

}

.news08-1 li:hover a{

	color:#ff9c00;

}

/*----------------------list-about------------------*/



.ban03 a{

	display:block;

}

.ban03 a img{

	width:100%;

	height:auto;

}

.brand{

	margin:100px auto;

}

.brand h2 {

    text-align: center;

    font-size: 35px;

    color: #3c3c3c;

}

.brand div {

	padding:0 30px;

}

.brand div p {

    font-size: 14px;

    color: #999;

    margin-top: 20px;

    line-height: 1.7;

}

.brand a{

	display:block;

	width:160px;

	height:54px;

	border-radius:5px;

	background:#ff9c00;

	text-align:center;

	color:#fff;

	font-size:16px;

	line-height:54px;

	margin:40px auto;

	transition:all .3s;

}

.brand a:hover{

	background:#d98602;

}

.item{

	padding:90px 0;

	background:url("/temp/temp/52/52-0166/201804091027/images/bg04.jpg") no-repeat center center;

}

.item ul {

    border-radius: 5px;

    overflow: hidden;

}

.item li{

	float:left;

	width:50%;

	background:#fff;

}

.item li img{

	width:100%;

	height:auto;

}

.item li.i01{

}

.item li.i01 span{

	float:left;

	width:50%;

}

.item li span{

	float:right;

	position:relative;

}

.item li div{

	float:left;

	width: 40%;

    padding: 5%;

}

.item li.i01 div{

	float:right;

}

.item li div h3 {

    font-size: 17px;

    margin-bottom: 17px;

    margin-top: 45px;

}

.item li div p {

    color: #999;

	line-height:1.7;

}

.item li em{

	display:block;

	width:14px;

	height:26px;

	position:absolute;

	top:50%;

	margin-top:-13px;

	left:0;

	background:url("/temp/temp/52/52-0166/201804091027/images/sanj03.png") no-repeat center center;

}

.item li.i01 em{

	right:0;

	left: initial;

	background:url("/temp/temp/52/52-0166/201804091027/images/sanj02.png") no-repeat center center;

}

.zscase{

	margin:80px auto;

}

.zscase h2{

	text-align:center;

	font-size:35px;

	margin-bottom:50px;

}

.zscase li{

	width:205px;

	margin-right:20px;

}

.zscase li a{

	display:block;

	padding:15px;

	background:#f7f7f7;

	border-radius:5px;

}

.zscase li:hover a{

	background: #ff9c00;

}

.zscase li span{

	display:block;

	width:80px;

	height:80px;

	margin:0 auto;

}

.zscase li img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.zscase li h3{

	text-align:center;

	font-size:16px;

	font-weight:bold;

	margin:14px 0;

}

.zscase li h4{

	font-size:12px;

	margin-bottom:10px;

	height:35px;

	overflow:hidden;

}

.zscase li p{

	color:#999;

	font-size:12px;

}

.zscase li div{

	height:174px;

}

.zscase li:hover h3

,.zscase li:hover h4

,.zscase li:hover p{

	color:#fff;

}

.zscase .prev

,.zscase .next{

	width:40px;

	height:40px;

	line-height:40px;

	font-size:20px;

	border-radius:50%;

	text-align:center;

	left:-70px;

	margin-top: 30px;

	opacity:.2;

}

.zscase .prev:hover

,.zscase .next:hover{

	opacity:.4;

}

.zscase .next{

	left:inherit;

	right:-70px;

}

.youshi{

	padding-top:80px;

	padding-bottom:50px;

	background:#f7f7f7;

}

.youshi h2{

	text-align:center;

	font-size:35px;

	margin-bottom:50px;

	color:#3c3c3c;

}

.youshi span{

	display:block;

	float:left;

	width:41%;

}

.youshi span img{

	width:100%;

	height:auto;

}

.yousi01 {

    width: 53%;

    float: right;

}

.yousi01 h3 {

    font-size: 30px;

    color: #3c3c3c;

    margin-bottom: 10px;

}

.yousi01 div{

	margin-bottom:30px;

}

.yousi01 div p {

    color: #999;

    font-size: 16px;

    line-height: 1.7;

}

.yousi01 a{

	display:block;

	line-height:50px;

	height:50px;

	width:160px;

	text-align:center;

	color:#fff;

	background:#ff9c00;

	border-radius:5px;

	font-size:16px;

	margin-top: 50px;

	transition:all .3s;

}

.yousi01 a:hover{

	background:#df8a03;

}

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

.ban-show img{

	width:100%;

	height:auto;

}

.show-nav {

	line-height:55px;

	border-bottom:1px solid #eee;

}

.show-nav h2

,.show-nav ul{

	float:left;

}

.show-nav h2{

	width:16%;

	text-align:center;

	background:#ff9c00;

	color:#fff;

}

.show-nav ul{

	width:84%;

}

.show-nav li {

    float: left;

    width: 16.6%;

}

.show-nav li a{

	display:block;

	font-size:16px;

	text-align:center;

	border-left: 1px solid #fff;

}

.show-nav li:hover a

,.show-nav li.a a{

	color:#ff9c00;

}

.show-nav li span{

	display:none;

}

.saixuan{

	margin-top:35px;

}

.search-show label {

    float: left;

    font-size: 15px;

    line-height: 30px;

    margin-right: 15px;

    width: 80px;

    text-align: right;

}

.search-show input{

	float:left;

	border:1px solid #ff9c00;

	border-radius:5px;

	line-height:28px;

	height:28px;

	width:270px;

	border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}

.search-show [type="submit"]{

	width:50px;

	line-height:30px;

	height:30px;

	color:#fff;

	border:1px solid #ff9c00;

	background:#ff9c00;

	border-radius: 5px;

	border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}

.sq-rank{

	margin:20px 0;

}

.sq-rank dt, .sq-rank dd {

    float: left;

    font-size: 15px;

    margin: 0 5px;

}

portal_list_pro….css?VN6hm:866



.sq-rank dt{

	margin-right:15px;

}

.sq-rank dd{

	padding:0 10px;

}

.sq-rank dd a:hover{

	color:#ff9c00;

}

.list-school {

    border-bottom: 20px solid #f7f7f7;

    margin-top: 40px;

}

.list-school h2 {

    font-size: 18px;

    font-weight: bold;

}

.list-school h2 span{

	color:#ff9c00;

}

.pub{

	text-align:right;

	margin:10px auto;

}

.list-school ul{

	margin-top:20px;

	padding-bottom:50px;

}

.list-school li {

	float:left;

	width:18%;

	margin-right:2.5%;

}

.list-school li a {

    padding: 20px;

    display: block;

	text-align: center;

	border-radius:5px;

}

.list-school li:hover a{

	box-shadow:0 0 10px #ccc;

}

.list-school li span {

    display: block;

    border: 1px solid #ccc;

    border-radius: 5px;

    overflow: hidden;

}

.list-school li span img{

	width:100%;

	height:auto;

}

.list-school li h3 {

    font-size: 17px;

	margin-top:10px;

}

.list-school li h4 {

    color: #999;

	margin-top:3px;

}

.list-school li p{

	font-size:12px;

	margin-top:5px;

}

.page{

	text-align:center;

	margin-top:80px;

	margin-bottom:50px;

}

.page a{

	float:none;

	display:inline-block;

}

.page a{

	*display:inline;

}

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

.ban-show02{

	position:relative;

	height:300px;

	width:100%;

	overflow:hidden;

}

.ban-show02 img{

	position:absolute;

	width:1920px;

	height:auto;

	left:50%;

	margin-left:-960px;

}

.view-sum{

	position:absolute;

	top:60px;

	left:0;

	width:100%;

}

.cover01 {

    width: 75%;

    float: left;

}

.cover01 span {

    display: block;

    width: 22%;

    float: left;

}

.cover01 span img {

    width: 100%;

    height: auto;

    position: inherit;

    margin-left: 0;

    left: 0;

    border-radius: 5px;

}

.cover01 div{

	float:left;

	width:70%;

	margin-left:3%;

}

.cover01 div h3{

	color:#fff;

	font-size:23px;

	font-weight:bold;

	margin-bottom:10px;

}

.cover01 div p {

    color: #fff;

    line-height: 2;

}

.cover01 p.ss{

	margin-top:15px;

}

.cover02 {

    width: 15%;

    float: right;

}

.cover02 li{

	float:left;

	width:48%;

	margin:0 1%;

}

.cover02 li span{

	display:block;

	width:50px;

	height:50px;

	border-radius:50%;

	line-height:50px;

	text-align:center;

	color:#fff;

	background:rgba(197, 222, 234, 0.4);

	font-size:25px;

	font-weight:bold;

	margin:0 auto;

}

.cover02 li h4{

	color:#fff;

	margin:10px 0;

	font-size:12px;

	text-align:center;

}

.cover02 a {

    display: block;

    width: 100%;

    line-height: 40px;

    text-align: center;

    border-radius: 5px;

    background: #ff9c00;

    color: #fff;

    font-size: 14px;

	margin-top:30px;

	transition:all .3s;

}

.cover02 a:hover{

    background: #cf8004;

}



.as01{

	border-bottom:1px solid #eee;

}

.as01 li{

	float:left;

	padding:0 30px;

	line-height:55px;

	font-size:14px;

	border-right:1px solid #fff;

}

.as01 li:hover{

    background: #ff9c00;

	color: #fff;

}

.as01 i a{

	display:block;

}

.article02{

	margin-top:40px;

}

.article02 h1 {

    font-size: 25px;

    font-weight: normal;

    padding-left: 20px;

    border-left: 3px solid #ff9c00;

    line-height: 1;

}

.article02 h1:nth-child(2){

	border-top:1px solid #eee;

}

.article02 hr {

    opacity: .2;

}

.article02 img{ 

	margin-left:20px;

	margin-bottom:20px;

}

.article02 h2 {

    font-size: 18px;

    color: #ff9c00;

}

.article02 p

,.article02 h2{

	padding-left:17px;

}

.zyjs

,.school-news{

	padding-top:50px;

	margin-top:30px;

	border-top:1px solid #eee;

}

.zyjs ul{

	margin-top:50px;

}

.zyjs h1

,.school-news h1{

	font-size: 25px;

    font-weight: normal;

    padding-left: 20px;

    border-left: 3px solid #ff9c00;

    line-height: 1;

}

.zyjs li{

	padding:20px;

	border-bottom:1px solid #eee;

}

.zyjs li:hover{

	box-shadow:0 0 10px #ddd;

	border-bottom:1px solid #fff;

}

.zyjs li div{

	float:left;

	width:50%;

}

.zyjs li div h3{

	font-size:17px;

	line-height:30px;

}

.zyjs li h3 span{

	color:#aaa;

	margin-left:20px;

}

.zyjs li p{

	line-height:30px;

	font-size:14px;

	color:#777;

}

.zyjs li a.sq01 {

    float: right;

    line-height: 40px;

    width: 130px;

    background: #ff9c00;

    border-radius: 5px;

    text-align: center;

    color: #fff;

    margin-top: 35px;

    font-size: 14px;

}

.zyjs li em {

    display: block;

    font-style: normal;

    color: #ff9c00;

    font-size: 14px;

    margin-top: 5px;

}

.zyjs li em:hover{

	text-decoration:underline;

}

.zyjs .more01{

	display:block;

	width:160px;

	line-height:45px;

	text-align:center;

	border-radius:5px;

	margin:50px auto;

	color:#fff;

	background:#ff9c00;

	font-size:14px;

}

.school-news h1{

	margin-bottom:25px;

}

.school-news ul{

	width:47%;

}

.school-news li.n01 {

    width: 42.5%;

    float: left;

}

.school-news li a {

    display: block;

    font-size: 16px;

    line-height: 1.9;

    color: #666;

}

.school-news li a img {

    width: 100%;

    height: auto;

    border-radius: 5px;

}

.school-news li {

    float: right;

    width: 53%;

}

.article-show{

	padding-bottom:70px;

	border-bottom:20px solid #f7f7f7;

}

.school-news li:hover a {

    color: #ff9c00;

}

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

.list-news{

	padding-bottom:50px;

}

.pox{

	font-size:14px;

	margin:25px 0;

}

.pox a{

	color:#999;

}

.pox a:hover{

	color:#ff9c00;

}

.list-news01{

	width:70%;

}

.list-news01 li{

}

.list-news01 li a{

	display:block;

	padding:20px;

	border-bottom:1px solid #eee;

}

.list-news01 li:hover a{

	box-shadow:0 0 10px #ccc;

}

.list-news01 li a span{

	display:block;

	float:left;

	width:24%;

}

.list-news01 li img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.list-news01 li div {

    width: 71%;

    float: right;

}

.list-news01 li h3 {

    font-size: 18px;

}

.list-news01 li h3 span{

	display:block;

	float:none;

	width:50px;

	height:2px;

	background:#eee;

	margin:5px 0;

	transition:all .3s;

}

.list-news01 li:hover h3 span{

	width:100px;

	background:#ff9c00;

}

.list-news01 li p {

    color: #666;

    font-size: 14px;

    margin-top: 10px;

}

.list-news01 li em{

	font-style:normal;

	font-size:14px;

	margin-top:10px;

	display:block;

	color:#999;

}

.list-news .zixun01-r{

	border:1px solid #eee;

}



/*-----------------view-news-------------------*/

.view-news {

    width:68%;

}

.view-news-ban{

}

.view-news-ban a{

	display:block;

}

.view-news-ban a img{

	width:100%;

	height:auto;

}

.word{

}

.word .ww{

	color:#999;

	margin-top:10px;

}

.word h3 {

    font-size: 25px;

    margin-top: 20px;

    color: #3c3c3c;

}

.share{

	margin-top:10px;

}

.sh01 a {

    display: block;

    float: left;

    padding: 0 13px;

    line-height: 23px;

    border-radius: 20px;

    color: #ccc;

	font-size:12px;

    border: 1px solid #ccc;

	margin-top:5px;

}

.sh01 a:hover{

	color:#ff9c00;

	border: 1px solid #ff9c00;

}

.fanye p{

	font-size:14px;

	line-height:25px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#ff9c00;

}

.view-news .hottit{

	margin-bottom:25px;

	padding-bottom:25px;

	border-bottom:1px solid #ddd;

}

.view-news .zixun02-ll {

    padding: 0;

    margin-top: 0;

    border-top: none;

}



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

.list-case li{

	float:left;

	width:19%;

	margin-right:1.25%;

	margin-bottom:2%;

}

.view-case{

	background:#f7f7f7;

	padding:10px 0;

}

.view-case01{

	padding:30px;

	background:#fff;

	margin-bottom:80px;

}

.view-case01 span{

	float:left;

	display:block;

	width:30%;

}

.view-case01 span img{

	width:100%;

	height:auto;

	border-radius:10px;

}

.view-case01 div{

	float:right;

	width:65%;

}

.view-case01 h3 {

    font-size: 25px;

    color: #3c3c3c;

    margin-top: 30px;

}

.view-case01 h3 em{

	font-style:normal;

	font-size:18px;

	margin-left:10px;

	color:#999;

}

.view-case01 h4 {

    font-size: 14px;

    margin-top: 30px;

    color: #999;

	margin-bottom:30px;

}

.view-case01 p {

    line-height: 2;

	color:#666;

}

.view-case01 .fanye{

	width:100%;

	float:none;

	margin-top:20px;

	padding-top:20px;

	border-top:1px solid #eee;

}

/*---------------list-process01-------------------*/

.list-process{

	margin-top:30px;

	padding-bottom:70px;

}

.list-process01{

	width:70%;

}

.list-process .zixun01-r{

	border:1px solid #eee;

}

.list-process .saixuan {

    margin-top: 0;

}

.sq-rank dt {

    width: 80px;

}

.list-process02{

	margin-top:50px;

}

.list-process02 h2{

	font-size: 18px;

    font-weight: bold;

}

.list-process02 h2 span{

	color: #ff9c00;

}

.list-process02 h2 select{

	font-weight:normal;

	font-size:14px;

	border:none;

	margin-top:5px;

	color:#666;

}

.list-process02 h2 select option{

}

.list-process02 ul{

	margin-top:20px;

}

.list-process02 li{

	margin-bottom:10px;

}

.list-process02 li a{

	display:block;

	padding:15px;

}

.list-process02 li:hover a {

    box-shadow: 0 1px 10px #dedede;

    border-radius: 5px;

}

.list-process02 li img{

	width:100%;

	height:auto;

	border-radius:5px;

}

.list-process02 li span {

    display: block;

    float: left;

    width: 20%;

	border:1px solid #eee;

	border-radius:5px;

}

.list-process02 li .p01{

	float:left;

	width:50%;

	margin-left:3%;

}

.list-process02 li .p01 h3 {

    font-size: 16px;

    line-height: 2;

}

.list-process02 li h3 em{

	font-style:normal;

	color:#999;

	margin-left:10px;

	font-size:12px;

}

.list-process02 li h4 {

    font-size: 12px;

    color: #666;

    margin-bottom: 15px;

}

.list-process02 li p{

	font-size:12px;

}

.list-process02 li p em{

	margin-left:20px;

	font-style:normal;

}

.list-process02 li strong {

    font-weight: normal;

    color: #ff9c00;

    display: block;

    margin-top: 20px;

    font-size: 14px;

}

.list-process02 li .p02{

	float:right;

	width:120px;

	border:1px solid #ff9c00;

	border-radius:5px;

	margin-top:13px;

}

.list-process02 li .p02 p {

    text-align: center;

    padding: 12px 0;

    font-size: 30px;

    color: #ff9c00;

    font-weight: bold;

}

.list-process02 li .p02 em {

    display: block;

    line-height: 30px;

    text-align: center;

    background: #ff9c00;

    color: #fff;

    font-size: 14px;

	font-style:normal;

}

/*------------list-paaly----------------*/

.apply-ban{

	height:680px;

	background:url("/temp/temp/52/52-0166/201804091027/images/92.jpg") no-repeat center center;

}

.apply-ban .wp{

	position:relative;

}

.apply01{

	padding:30px 40px;

	background:#fff;

	border-radius:5px;

	width:340px;

	position:absolute;

	top:100px;

}

.apply01 h4 {

    text-align: center;

    color: #ff9c00;

    margin-bottom:30px;

    font-size: 25px;

}

.apply01 li{

	width:25%;

	float:left;

}

.apply01 li a{

	display:block;

}

.apply01 li span{

	display:block;

	text-align:center;

	width:60px;

	height:60px;

	border-radius:50%;

	border:1px solid #f0f0f0;

	margin:0 auto;

	background:#f0f0f0;

}

.apply01 li img {

    height:60px;

    width: auto;

     filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	-o-filter: grayscale(100%);

    opacity: .5;

}

.apply01 li:hover img {

	filter: grayscale(0);

	-ms-filter: grayscale(0);

	-moz-filter: grayscale(0);

	-webkit-filter: grayscale(0);

	-o-filter: grayscale(0);

	opacity:1;

}

.apply01 li:hover span{

	background:#f7f7f7;

	border:1px solid #ff9c00;

}

.apply01 li h3{

	text-align:center;

	font-size:12px;

	line-height:2.5;

}

.apply01 li:hover h3{

	color:#ff9c00;

}

.apply01 select

,.apply01 input{

	width:100%;

	padding:0 3%;

	font-size:18px;

	border:1px solid #ddd;

	border-radius:5px;

	color:#ccc;

	line-height:55px;

	height:55px;

	margin-top:30px;

}

.apply01 input {

    background: #ffa23f;

    color: #fff;

    border: 1px solid #ffa23f;

}

.apply02{

	margin:100px auto;

}

.apply02 h2{

	text-align:center;

	font-size:35px;

	color:#3c3c3c;

	margin-bottom:100px;

}

.apply02 li {

    float: left;

    width: 20%;

    margin-right: 14%;

    background: #f7f7f7;

    border-radius: 5px;

    position: relative;

    padding: 2%;

}

.apply02 li span{

	display:block;

	width:44px;

	height:44px;

	border-radius:50%;

	background:#ffa23f;

	line-height:44px;

	text-align:center;

	color:#fff;

	font-size:18px;

	margin:0 auto;

	position:absolute;

	top:-22px;

	left:50%;

	margin-left:-22px;

}

.apply02 li h3 {

    font-size: 25px;

    text-align: center;

    margin-top: 15px;

    font-weight: bold;

    color: #444;

    margin-bottom: 10px;

}

.apply02 li p{

	font-size:16px;

	color:#999;

}



.apply03{

	width:870px;

	margin:0 auto;

	border:1px solid #ffe2a2;

	border-radius:5px;

	margin-bottom:100px;

}

.apply03-1 {

	border-bottom:1px solid #ffe2a2;

}

.apply03-1 li{

	float:left;

	width:33%;

	padding:35px 0;

	text-align:center;

	position:relative;

	border-right:1px solid #fff;

}

.apply03-1 li.a01{

	background:#fffbf2;

	border-right:1px solid #ffe2a2;

}

.apply03-1 li span

,.apply03-1 li h3{

	display:inline-block;

}

.apply03-1 li span

,.apply03-1 li h3{

	*display:inline;

}

.apply03-1 li span{

	width:35px;

	height:35px;

	line-height:35px;

	text-align:center;

	color:#fff;

	border-radius:50%;

	margin:0 20px;

	background:#ffe2a2;

}

.apply03-1 li.a01 span{

	background:#ffa23f;

}

.apply03-1 li h3{

	font-size:16px;

	line-height:35px;

	color:#999;

}

.apply03-1 li.a01 h3{

	color:#ffa23f;

}

.apply03-1 li em{

	display:block;

	width:26px;

	height:11px;

	position:absolute;

	left:50%;

	margin-left:-13px;

	bottom:-11px;

	background:url("/temp/temp/52/52-0166/201804091027/images/sanj5.png") no-repeat center center;

}



.apply03-2{

	text-align:center;

}

.apply03-2 li{

	display:inline-block;

	width:60px;

	line-height:60px;

	height:60px;

	border-radius:50%;

	border:1px solid #ddd;

	margin:0 20px;

	font-size:14px;

}

.apply03-2 li:hover{

	border:1px solid #ffa23f;

	color:#ffa23f;

}

.apply03-2 li{

	*display:inline;

}

.apply03-2 h3{

	text-align:center;

	font-size:16px;

	margin:30px 0;

	color:#666;

}

.apply03-2 form{

	width:600px;

	margin:0 auto;

	text-align:left;

}

.ap02-1 {

    margin-top:30px;

    font-size: 15px;

    color: #999;

}

.ap02-1 input{

	margin-left:20px;

	margin-right:5px;

}

.ap02-2 {

    font-size: 15px;

    color: #999;

    margin-top: 20px;

}

.ap02-2 select{

	width:200px;

	padding:0 10px;

	height:40px;

	line-height:40px;

	font-size:15px;

	color:#666;

	border-radius:5px;

	border:1px solid #ddd;

}

.apply03-2 form [type="submit"]

,.apply04-2 [type="submit"]

,.applay05 [type="submit"]{

	width:200px;

	height:40px;

	line-height:40px;

	text-align:center;

	border-radius:5px;

	background:#ffa23f;

	text-align:center;

	color:#fff;

	font-size:16px;

	margin:40px auto;

	display:block;

	border:none;

}

.applay04 .apply03-1 li.a02{

	border-right:1px solid #ffe2a2;

}

.apply04-2{

	width:720px;

	margin:50px auto;

}

.apply04-2 h2{

	text-align:center;

	font-size:16px;

	color:#666;

}

.apply04-2 ul{

	margin-top:35px;

}

.apply04-2 li {

    width: 40%;

    padding: 3%;

    border-radius: 5px;

    border: 1px solid #eee;

}

.apply04-2 li:hover {

    border: 1px solid #ffa23f;

}

.apply04-2 li div.ap04-1 h3 {

    float: left;

    font-size: 20px;

}

.apply04-2 li div.ap04-1 h4 {

    float: right;

    color: #ffa23f;

    font-size: 30px;

	line-height:1;

}

.apply04-2 li div.ap04-1 h4 span {

    display: block;

    font-size: 13px;

    color: #aaa;

    text-align: center;

	line-height:20px;

}

.apply04-2 li div.ap04-2 {

    margin-top: 35px;

}

.apply04-2 li div.ap04-2 span{

	display:block;

}

.apply04-2 li div.ap04-2 p {

    color: #999;

    line-height: 20px;

}

.apply04-2 [type="submit"]{

	margin-bottom:0;

}

.apply03-2 form [type="submit"]:hover

, .apply04-2 [type="submit"]:hover

,.applay05 [type="submit"]:hover{

	background:#e1831f;

}

.tishi{

	text-align:center;

	margin-top:10px;

	font-size:14px;

	color:#999;

}

.tishi a{

	color:#ffa23f;

}

.tishi a:hover{

    color: #e1831f;

}

.applay05 .apply03-1 li.a01{

	border-right:none;

	float:right;

	width: 33.6%;

}

.applay05 form{

	padding:50px;

}

.apply05-1 h2 {

    text-align: center;

    font-size: 16px;

    color: #666;

    margin-bottom: 30px;

}

.applay05 form label {

    float: left;

    display: block;

    width: 180px;

    text-align: right;

    font-size: 15px;

    color: #999;

    margin-right: 10px;

	line-height:40px;

}

.apply05-1 .a01{

	margin-bottom:20px;

}

.apply05-1 input

,.apply05-1 select {

    width: 220px;

    height: 40px;

	float:left;

    line-height: 40px;

    border-radius: 5px;

    border: 1px solid #ddd;

    padding: 0 10px;

    font-size: 12px;

}

.apply05-1 select {

	margin-right:10px;

	color:#999;

	width:240px;

}

.apply05-2{

	padding-top:30px;

	margin-top:30px;

	border-top:1px solid #eee;

} 

.apply05-2 h3{

	text-align:center;

	color:#999;

	font-size:14px;

	margin-bottom:30px;

}

.apply05-2 h3 span {

    color: #ffa23f;

}

.apply05-2 .ap05-2{

	font-size:14px;

	color:#999;

}

.apply05-2 select

,.ap05-3 input{

	height:40px;

	height:40px;

	width:120px;

	border:1px solid #eee;

	border-radius:5px;

	color:#aaa;

	margin-right:10px;

	padding:0 10px;

}

.ap05-3{

	margin-top:20px;

	font-size:14px;

	color:#999;

}

.ap05-3 select{

	width:240px;

}

.ap05-3 input{

	width:200px;

}

.applay05 [type="submit"]{

	margin-bottom:0;

}

.view-show02{

	padding:50px;

	box-shadow:0 0 10px #ddd;

	border-radius:10px;

	margin:30px 0;

}

.view-show02 h3{

	text-align:center;

}

.view-show02 .ww{

	text-align:center;

}



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

body.default-basescript-index{

	background:#fffefe;

}

#mobile-nav h3 {

    color: #ff9c00;

}

#mobile-nav {

    background-color: #fff;

	box-shadow: 0 0 10px #ccc;

}

.default-mobile-nav-menu li a {

    padding: 15px 10px;

    border-bottom: 1px solid #262626;

    font-size: 15px;

    display: block;

     color: #333; 

}

.default-mobile-nav-menu li a {

    border-bottom: 1px solid #eee;

}

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

    border-top: 1px solid #eee;

}

.mr0{

	margin-right:0 !important;

}

header .bg{

    background-color: #ff9c00;

    opacity: 1;

}

.mbsearch {

    position: relative;

    width: 48%;

    float: left;

    border: none;

    border-radius: 20px;

	background:#fff;

	overflow:hidden;

	margin-top:10px;

}

.mbsearch .default-pc-search-keyword{

	float:left;

	width:75%;

	margin-left:5%;

	border:none;

    line-height: 30px;

    height:30px;

}

.mbsearch .default-pc-search-submit {

    float: right;

    width: 20%;

    height: 30px;

    line-height: 30px;

    border: none;

    color: #fff;

    background:url("/temp/temp/52/52-0166/201804091027/images/head_icon.png") no-repeat center center;

    font-size:0;

	background-size: 30px;

}

.nav01 ul {

    padding: 15px 0;

    border-radius: 5px;

    background: #fff;

    box-shadow: 0 2px 7px #ececec;

    margin-top: -50px;

    position: relative;

}

.nav01 li{

	float:left;

	width:25%;

}

.nav01 li a{

	display:block;

}

.nav01 li span{

	display:block;

	width:50px;

	height:50px;

	margin:0 auto;

	border-radius:50%;

	background:#ffd13e url("/temp/temp/52/52-0166/201804091027/images/me01.png") no-repeat center center;

	background-size:27px !important;

}

.nav01 li.n2 span{	

	background:#62a7f4 url("/temp/temp/52/52-0166/201804091027/images/me02.png") no-repeat center center;

}

.nav01 li.n3 span{

	background:#22d1b4 url("/temp/temp/52/52-0166/201804091027/images/me03.png") no-repeat center center;

}

.nav01 li.n4 span{

	background:#fc7561 url("/temp/temp/52/52-0166/201804091027/images/me04.png") no-repeat center center;

}

.nav01 li h3 {

    text-align: center;

    font-size: 12px;

    margin: 5px 0;

}

.mbplan{

	margin-top:50px;

}

.mbplan h4 {

    font-size: 16px;

    color: #ff9c00;

	margin-bottom:10px;

}

.mbplan select {

    width: 100%;

    height: 45px;

    line-height: 45px;

    border: 1px solid #eee;

    border-radius: 5px;

    margin-bottom: 13px;

    background: #fffefe;

    padding: 0 10px;

    color: #ccc;

    font-size: 14px;

}

.mbplan [type="submit"] {

    line-height: 45px;

    height: 45px;

    border-radius: 5px;

    background: #ff9c00;

    width: 100%;

    border: none;

    color: #fff;

    font-size: 16px;

}

.mbservice{

	margin:50px 0;

}

.mbservice li{

	float:left;

	width:33.33%;

}

.mbservice li a{

	display:block;

	padding:20px 0;

	background:url("/temp/temp/52/52-0166/201804091027/images/mbg01.png") no-repeat center center;

	background-size:100% !important;

}

.mbservice li.s2 a{

	background:url("/temp/temp/52/52-0166/201804091027/images/mbg02.png") no-repeat center center;

}

.mbservice li.s3 a{

	background:url("/temp/temp/52/52-0166/201804091027/images/mbg03.png") no-repeat center center;

}

.mbservice li span{

	display:block;

	width:30px;

	height:30px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0166/201804091027/images/mb02.png") no-repeat center center;

	background-size:90% !important;

}

.mbservice li.s2 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/mb03.png") no-repeat center center;

}

.mbservice li.s3 span{

	background:url("/temp/temp/52/52-0166/201804091027/images/mb01.png") no-repeat center center;

}

.mbservice li h3 {

    text-align: center;

    font-size: 10px;

    color: #888;

}

.place {

    padding: 0;

    background: none;

}

.place ul{

	margin-top:15px;

}

.place .mbplace li{

	width:150px;

	margin-right:10px;

}

.place .mbplace li h3 {

    font-size: 12px;

    line-height: 20px;

    text-align: left;

    margin: 8px 0;

}

.place .mbplace li h3 em{

	display:block;

}

.place li a h3 span{

	top:-16px;

}

.place .mbplace li a{

	background:#f7f7f7;

}

.hottit {

    margin-top: 50px;

}

.hottit h3 {

    font-size: 16px;

    color: #ff9c00;

	padding-left:6px;

}

.hottit a {

    float: right;

    font-size: 13px;

    color: #ccc;

}

.tjgl{

	float:none;

}

.tjgl ul {

    padding-top:15px;

    margin-top: 0;

    border-top: none;

}

.tjgl li {

    margin-bottom: 30px;

}

.tjgl li h3 {

    font-size: 15px;

    margin-bottom: 10px;

}

.tjgl li div em {

    text-align: left;

    color: #aaa;

    margin-top: 0;

}

.tjgl .mbmore01{

	margin-top:-10px;

	border-top: 1px solid #f2f2f2;

}

.mbmore01 {

    font-size: 14px;

    text-align: center;

    display: block;

    color: #ff9c00;

	line-height:50px;

}

.mbschool{

	border-top:10px solid #f5f5f5;

}

.mbschool-tit{

	margin:10px 0;

}

.mbschool-tit li{

	float:left;

	margin-right:7px;

	margin-bottom:5px;

}

.mbschool-tit li a {

    display: block;

    padding: 0 10px;

    font-size: 12px;

    line-height: 25px;

    border: 1px solid #eee;

    border-radius: 3px;

}

.mbschool-tit li:hover a {

	background:#ffd13e ;

}

.mbschool01{

	margin-top:20px;

}

.mbschool01 li{

	width:150px;

	margin-right:10px;

}

.mbschool01 li a{

	display:block;

}

.mbschool01 li img{

	width:98%;

	height:auto;

	border-radius:5px;

	border:1px solid #eee;

}

.mbschool01 li h3{

	font-size:12px;

	margin-top:5px;

}

.mbschool01 li p{

	font-size:12px;

}

.mbnews li p{

	font-size:12px;

	line-height:normal;

	height:30px;

}

.default-mobile-copyright2 {

    background-color: #3c3c3c;

    color: #cbcbcb;

	border-top:10px solid #f5f5f5;

}

.default-mobile-copyright2 a {

    color: #cbcbcb;

}

header.neitop .bg {

    background-color: #fff;

}

header.neitop h1 a {

    color: #ff9c00;

	margin-left:10px;

	font-size:16px;

}

header.neitop{

	text-align:center;

}

header.neitop h3 {

    text-align: center;

    color: #666;

	display:inline-block;

    margin-right:15%;

    margin-top: 13px;

    font-size: 25px;

}

header.neitop .nav-click {

    color: #ff9c00;

}

.brand {

    margin: 30px auto;

	margin-bottom:0;

    border-bottom: 10px solid #f5f5f5;

}

.brand h2 {

    font-size: 22px;

} 

.brand div {

    padding: 0 5px;

}

.brand div p {

    color: #acacac;

	font-size:12px;

}

.brand div p span{

	display:block;

	margin-top: 20px;

}

.brand div p:nth-child(2){

	display:none;

}

.brand a {

    width: 120px;

    height: 38px;

    border-radius: 5px;

    font-size: 14px;

    line-height: 38px;

    margin: 30px auto;

}

.item {

    padding: 0;

    background: none;

	 border-bottom: 10px solid #f5f5f5;

}

.item li {

    width: 100%;

}

.item li div h3 {

    font-size: 17px;

    margin-bottom: 5px;

    margin-top: 0;

}

.item li div {

    width: 44%;

    padding:7% 3%;

}

.item li div p {

    color: #acacac;

    line-height: 1.7;

    font-size: 12px;

}

.item li.i02{

	display:none;

}

.item li span {

    width: 50%;

}

.item li div p {

    height: 97px;

    overflow: hidden;

    text-align: justify;

}

.zscase {

    margin: 25px auto;

}

.zscase h2

,.youshi h2 {

    font-size: 22px;

    margin-bottom: 25px;

}

.zscase li {

    width: 100%;

    margin-right: 0;

	margin-bottom:10px;

	border-radius:5px;

}

.zscase li h3 {

    text-align: left;

    font-size: 15px;

    margin: 0;

}

.zscase li h4 {

    font-size: 12px;

    margin-bottom: 0;

    height: auto;

    margin-top: 8px;

}

.zscase li p em{

	font-style:normal;

}

.zscase li div {

    height: auto;

}

.youshi {

    background: #fff;

    padding-top:25px;

	padding-bottom:0;

	border-top: 10px solid #f5f5f5;

}

.youshi span {

    width: 70%;

    margin: 0 15%;

}

.yousi01 {

    width: 100%;

    margin-top: 25px;

}

.yousi01 h3 {

    font-size: 23px;

    margin-bottom: 5px;

}

.yousi01 div p {

    color: #acacac;

    font-size: 12px;

}

.yousi01 a {

    line-height: 40px;

    height: 40px;

    width: 130px;

    font-size: 14px;

    margin: 30px auto;

	margin-bottom:0;

}

.zixun01 {

    background: #fff;

    border-top: 10px solid #f5f5f5;

	border-bottom: 10px solid #f5f5f5;

    padding: 15px 0;

}

.zixun01-l li h3 {

    font-size: 12px;

    height: 36px;

    color: #777;

}

.gonglve {

    margin-top: 0;

}

.gonglve03 {

    width: 100%;

	float:none;

}

.mb-gonglve01{

	padding:15px 0;

	border-bottom:10px solid #f5f5f5;

}

.mb-gonglve01 li{

	float:left;

	width:33.3%;

	margin-bottom:15px;

}

.mb-gonglve01 li a{

	display:block;

	text-align:center;

	font-size:12px;

	color: #666;

}

.mb-gonglve01 li span{

	display:block;

	width:60px;

	margin:0 auto;

	height:60px;

	margin-bottom:10px;

}

.mb-gonglve01 li img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.list-strategy {

    margin-top: 0;

}

.strategy02

,.strategy01{

	width:100%;

}

.strategy01 li{

	width:25%;

}

.strategy01 ul {

    border: none;

    border-bottom: 10px solid #f5f5f5;

}

.strategy01 li a {

    padding: 15px 0;

    text-align: center;

}

.strategy01 li span {

    float: none;

    margin: 0 auto;

}

.strategy01 li h3 {

	float:none;

    margin-left: 0;

	line-height: 20px;

}

.view-news {

    width: 100%;

}

.sh01 a {

    padding: 0 10px;

    line-height: 20px;

    margin-top: 0px;

}

.word h3 {

    font-size: 22px;

    margin-top: 10px;

}

.word .ww {

    color: #acacac;

    font-size: 12px;

    text-align: right;

    line-height: 20px;

}

.view-news-ban {

    border-bottom: 10px solid #f5f5f5;

}

.word {

    padding-bottom: 30px;

    border-bottom: 10px solid #f5f5f5;

}

.list-news {

    padding-bottom: 0;

}

.ban-show02{

	background:url("/temp/temp/52/52-0166/201804091027/images/bg66.jpg") no-repeat center center;

	background-size:auto 100%;

	height:200px;

}

.view-sum {

    position: inherit;

    top: 0;

    left: 0;

    width: 100%;

}

.cover01 {

    width: 50%;

    margin-top: 30px;

}

.cover01 span {

    width: 40%;

}

.cover01 div {

    width: 57%;

}

.cover01 div h3 {

    font-size: 18px;

	margin-bottom:0;

}

.cover01 div p {

    color: #fff;

    font-size: 10px;

	line-height:normal;

}

.cover02 {

    width: 40%;

	margin-top: 30px;

}

.cover02 li h4 {

	text-align:center;

    font-size: 10px;

}

.mbsum{

	font-size:12px;

	color:#dedede;

	height:55px;

	overflow:hidden;

}

.as01 li {

    padding: 0;

    line-height: 45px;

    font-size: 12px;

    border-right: none;

    width: 20%;

	text-align:center;

}

.article02 p, .article02 h2 {

    padding-left: 5px;

}

.free01 {

    display: block;

    width: 94%;

    line-height: 40px;

    height: 40px;

    border-radius: 5px;

    text-align: center;

    background: #ff9c00;

    color: #fff;

	margin:0 3%;

	margin-top: 10px;

}

.xyshow{

	padding:10px 0;

	background:#f5f5f5;

}

.xyshow li{

	width:120px;

	float:left;

	margin-right:10px;

}

.xyshow li img{

	width:100%;

	height:auto;

}

.article-show {

    padding-bottom: 0;

    border-bottom: none;

}

.mbapply-ban img{

	width:100%;

	height:auto;

}

.apply04-2 {

    width: 100%;

    margin: 0;

}

.apply04-2 ul{

	position: relative;

	margin-top:-50px;

}

.apply04-2 li {

    width: 94%;

    float: none;

    border: none;

    box-shadow: 0 0px 10px #ddd;

    margin-bottom: 10px;

	background: #fff;

}

.apply04-2 li div.ap04-1 h3 input{

	margin-right:10px;

}

.apply04-2 li div.ap04-2 {

    margin-top: 10px;

    font-size: 12px;

}

.mb-applay05 h2 {

    font-size: 13px;

    margin: 15px 0;

    text-align: center;

    color: #666;

}

.apply05-1 input, .apply05-1 select {

    width: 94%;

    height: 50px;

    line-height: 50px;

    border-radius: 0;

    border: none;

    padding: 0 3%;

    font-size: 14px;

    border-bottom: 1px solid #eee;

}

.apply05-1 .a01 {

    margin-bottom: 0;

}

.apply05-1 select{

	width:100%;

}

.apply05-1{

	border-radius: 5px;

    border: 1px solid #eee;

    overflow: hidden;

}

.apply05-2 {

    padding-top:15px;

    margin-top: 10px;

    border-top: 1px solid #eee;

    border-radius: 5px;

    overflow: hidden;

    background: #fff;

}

.apply05-2 h3 {

    text-align: left;

    color: #ff9c00;

    font-size: 15px;

    padding: 0 10px;

	margin-bottom:10px;

}

.apply05-2 h3 span{

	float:right;

}

.apply05-2 input, .apply05-2 select {

    width: 94%;

    padding: 0 3%;

    line-height: 50px;

    height: 50px;

    border: none;

    border-bottom: 1px solid #eee;

    font-size: 14px;

}

.mb-applay05 p {

    text-align: center;

    margin: 10px 0;

    color: #aaa;

    font-size: 14px;

}

.mb-applay05 .mbsubmit {

    margin: 0 10px;

    border-radius: 5px;

    line-height: 50px;

    height: 50px;

    background: #ff9c00;

    text-align: center;

    width: 95%;

    color: #fff;

    border: none;

	margin-top:20px;

}

.mbsearch01{

    width: 96%;

	margin:10px 3%;

    float: left;

    border: 1px solid #eee;

    border-radius: 20px;

    background: #fff;

    overflow: hidden;

}

.mbsearch01 .default-pc-search-keyword {

    line-height: 40px;

    height: 40px;

}

.mbsearch01 .default-pc-search-submit {

    height: 40px;

    line-height: 40px;

}

.paiming{

	background:#fff;

	border-bottom:1px solid #eee;

}

.paiming select{

	width:33%;

	float:left;

	line-height:50px;

	height:50px;

	font-size:14px;

	padding:0 20px;

	border:none;

	color:#acacac;

	border-right:1px solid #eee;

}

.paiming select.s3{

	border-right:none;

}

.list-process02 {

    margin-top: 10px;

}

.list-process02 ul {

    margin-top: 10px;

}

.list-process02 li{

	margin-bottom:10px;

	background:#fff;

}

.list-process02 li span{

	margin-right:10px;

}

.list-process02 li .mp01 {

    float: left;

    width: 75%;

}

.list-process02 li div.cl h3 em{

	display:block;

	font-style:normal;

}

.list-process02 li h4 {

    margin-bottom: 0;

    margin-top: 10px;

}

.list-process02 li .mp02{

	float:right;

	width:22%;

}

.list-process02 li p {

    font-size: 10px;

    text-align: center;

}

.list-process02 li p em{

	display:none !important;

}

.list-process02 li .mp02 em {

    font-style: normal;

    font-size: 12px;

    text-align: center;

    color: #ff9c00;

	margin-top:24px;

	display:block;

}

.list-news01 {

    width: 100%;

    border-top: 10px solid #f5f5f5;

}

.list-news01 li a {

    padding: 10px;

}

.list-news01 li a span {

    width: 30%;

}

.list-news01 li div {

    width: 67%;

}

.list-news01 li h3 {

    font-size: 16px;

}

.list-news01 li p {

    color: #888;

    font-size: 12px;

    margin-top: 8px;

}

.page {

    margin: 30px 0;

}

.paiming01 select{

	width:49%;

}

.list-school li {

    width: 49%;

    margin-right: 2%;

}

.list-school {

    margin-top: 20px;

}

.list-school li h3 {

    font-size: 14px;

}

.list-school li a {

    padding: 10%;

}

.list-case .zscase {

    margin: 10px auto;

}

.view-case01 span {

    width: 50%;

    margin: 0 25%;

}

.view-case01 div {

    width: 100%;

}

.view-case01 h4 {

    margin-bottom: 10px;

	margin-top:15px;

}

.view-case01 p {

    font-size: 14px;

}



}

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

}





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



}
