/*!

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

}


.w1400{width:1400px !important; margin:0 auto;}

.w960 .w1400{ width:1188px !important; margin:0 auto;}  



.homebg {

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #f1f1f1;

    z-index: 101;

	display:none; 

}

.uid-2691 .homebg{

	display:block;

}

.ismobile .homebg{

	display:none;

}

.diy .homebg{

	position:inherit;

	height:200px;

}

.hbg01 {

    position: absolute;

    width: 500px;

    height: 200px;

    left: 50%;

    top: 50%;

    margin-left: -250px;

    margin-top: -100px;

    text-align: center;

	font-size:16px;

	font-family:simsun;

	line-height:40px;

}

.hbg01 h3{

	opacity:0;

	transform:translate(-300px,0);

	-ms-transform:translate(-300px,0);

	-moz-transform:translate(-300px,0);

	-webkit-transform:translate(-300px,0);

	-o-transform:translate(-300px,0);

	transition:all .8s;

	margin-top:10px;

}

.hbg01 p{

	opacity:0;

	transform:translate(300px,0);

	-ms-transform:translate(300px,0);

	-moz-transform:translate(300px,0);

	-webkit-transform:translate(300px,0);

	-o-transform:translate(300px,0);

	transition:all .8s;

}

.hbg01.active h3

,.hbg01.active p{

	opacity:1;

	transform:translate(0px,0);

	-ms-transform:translate(0px,0);

	-moz-transform:translate(0px,0);

	-webkit-transform:translate(0px,0);

	-o-transform:translate(0px,0);

	transition-duration: .8s;

    transition-delay: .8s;

}

.hbg01 .logobg{

	opacity:0;

	transform:translate(0,500px);

	-ms-transform:translate(0,500px);

	-moz-transform:translate(0,500px);

	-webkit-transform:translate(0,500px);

	-o-transform:translate(0,500px);

}

.hbg01.active .logobg{

	opacity:1;

	transform:translate(0px,0);

	-ms-transform:translate(0px,0);

	-moz-transform:translate(0px,0);

	-webkit-transform:translate(0px,0);

	-o-transform:translate(0px,0);

	transition-duration: 1s;

    transition-delay: 2s;

}



.uid-2701 .homebg

,.uid-2701 .date01{

	display:none !important;

}



.header{

	background:#181b1e;

	line-height:80px;

}

.logo{

	float:left;

}

.logo a{

	display:block;

}

.logo img {

  max-height: 70px;

}



.menu{

	float:left;

	margin-left:50px;

}

.menu li{

	float:left;

}

.menu li a {

    display: block;

    padding: 0 25px;

    font-size: 16px;

    color: #fff;

	transition: 0.3s;

}

.w960 .menu li a{

	padding:0 17px;

}

.menu li.a a

,.menu li:hover a{

	background:#444;

}

.menu li ul{

	padding:10px 0;

	background:#444;

}

.menu li ul a{

	line-height:35px;

}

.menu li ul li:hover a{

	background:#181b1e !important;

}

.lx01{

	margin-top:24px;

}

.lx01 a{

	display:block;

	width:33px;

	height:34px;

	float:left;

	margin:0 5px;	

}

.lx01 a.qq01 {

	background:url("/temp/temp/52/52-0118/201701191435/images/p_05.png") no-repeat;

}

.lx01 a.wb01{

	background:url("/temp/temp/52/52-0118/201701191435/images/p_06.png") no-repeat;

}

.lx01 a.qq01:hover

,.lx01 a.wb01:hover {

	background-position:0 -34px;

}

.banner{

	max-height:647px;

	overflow:hidden;

}

.banner .prev, .banner .next {

  width: 72px;

  height: 72px;

  display: block;

  position: absolute;

  z-index: 10;

  top: 50%;

  margin-top: -36px;

  opacity:.5;

  font-size:0;

  background-color:transparent;

}

.banner .prev{

	left:20%;

	background:url("/temp/temp/52/52-0118/201701191435/images/020prev.png") no-repeat;

}

.banner .next{

	right:20%;

	background:url("/temp/temp/52/52-0118/201701191435/images/020next.png") no-repeat;

}

.banner .prev:hover, .banner .next:hover {

	opacity:1;

}

.banner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	background-color:#fff;

	margin:0 6px;

}

.banner .dots span.active{

	background-color:#000;

}

.con01{

	margin:80px auto !important;

}

.con01 img{

	float:left;

}

.w960 .con01 img {

    width: 48%;

    height: auto;

    margin-top: 10px;

}

.date01 {

    margin-left: 40px;

    width: 260px;

}

.date01 h4 {

    font-size: 25px;

    width: 100%;

    float: left;

    font-family: simsun;

    font-weight: bold;

    color: #48c3ef;

    margin-bottom: 10px;

}

.w960 .date01 h4 {

    font-size: 20px;

    margin-bottom: 4px;

}

.date01 input {

    float: left;

    width: 170px;

    line-height: 40px;

    border: 1px solid #48c3ef;

    border-radius: 5px;

    padding: 0 10px;

}

.date01 a.aa{

	display:block;

	width:50px;

	height:42px;

	float:left;

	margin-left: -3px;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

	background:url("/temp/temp/52/52-0118/201701191435/images/head_icon.png") #48c3ef no-repeat center center;

}

.con01 ul {

  margin-top: 20px;

}

.con01 ul li{

	float:left;

	margin:0 5px;

}

.con01 ul li a{

	display:block;

	width:60px;

	height:60px;

}

.con01 ul li.tm {

  margin-top: 3px;

}

.con01 ul li.tm a{

	width:95px;

	height:51px;

	background:url("/temp/temp/52/52-0118/201701191435/images/001.png") no-repeat;

}

.con01 ul li.qq02{

	background:url("/temp/temp/52/52-0118/201701191435/images/094.png") no-repeat;

	background-position:0 -60px;

}

.con01 ul li.wx02{

	background:url("/temp/temp/52/52-0118/201701191435/images/095.png") no-repeat;

	background-position:0 -60px;

}

.con01 ul li.wb02{

	background:url("/temp/temp/52/52-0118/201701191435/images/096.png") no-repeat;

	background-position:0 -60px;

}



.con01 ul li.qq02:hover

,.con01 ul li.wx02:hover

,.con01 ul li.wb02:hover{

	background-position:0 0;

}

.ban02{

	overflow:hidden;

	height:820px;

	margin-bottom:100px;

}

.w960 .ban02 .swiper-container2 {

   max-height:613px;

}

.ban02 .prev

,.ban02 .next{

	display:block;

	width:60px;

	height:50px;

	line-height:50px;

	font-size:0;

	opacity:.5;

	top:inherit;

	bottom:30px;

	left:inherit;

	right:18%;

	background-color:transparent;

	background:url("/temp/temp/52/52-0118/201701191435/images/h20.png") no-repeat center center;

	transition: 0.2s;

}

.ban02 .next{

	right:13%;

	background:url("/temp/temp/52/52-0118/201701191435/images/h201.png") no-repeat center center;

}

.ban02 .prev:hover

,.ban02 .next:hover{

	color:#444;

}

.ban02 li span {

  display:block;

  color: #000;

  font-size:20px;

  width:108px;

  height:35px;

  line-height:54px;

  margin-top:30px;

  font-family:"simsun";

  margin-left:240px;

  background:url("/temp/temp/52/52-0118/201701191435/images/de2.png") no-repeat bottom right;

}

.w960 .ban02 span.title{

	margin-left:70px;

}

.line01{

	margin-top:-30px !important;

	border-top:1px solid #ccc;

	position:absolute;

	left:50%;

	margin-left:-700px;

}

.show{

	margin-top:-60px !important;

}

.show .tit img{

	float:left;

	margin-right:100px;

}

.tit ul{

	float:left;

	margin-top:20px;

}

.tit li{

	font-size:13px;

	line-height:20px;

}

.tit li a{

	display:block;

	color:#999;

	margin-top:15px;

	height:20px;

	transition: 0.1s;

}

.tit li h3{

	float:left;

	font-size:18px;

	color:#999 !important;

}

.tit li a span{

	display:block;

	float:left;

	width:63px;

	height:20px;

	background:url("/temp/temp/52/52-0118/201701191435/images/035.png") no-repeat center center;

	margin:0 10px;

}

.tit li a:hover

,.tit li h3{

	font-size:18px;

	color:#000;

}

.more01{

	display:block;

	width:76px;

	height:76px;

	margin-top: 114px;

	transition:all .5s;

	background:url("/temp/temp/52/52-0118/201701191435/images/005.png") no-repeat center center;

}

.more01:hover{

	transform: rotate(360deg);

	-ms-transform:rotate(360deg);

	-moz-transform:rotate(360deg);

	-webkit-transform:rotate(360deg);

	-o-transform:rotate(360deg);

}

.show01{

	margin-top:50px;

	border-bottom:1px solid #d2d2d2;

}

.show01 li {

  float: left;

  width: 32.8%;

  margin-right: 0.8%;

}

.show01 li a{

	display:block;

}

.show01 li a img{

	width:100%;

	height:auto;

}

.show01 li a div.s1{

	position:relative;

}

.show01 li a div.s1 span{

	opacity: 0;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	display:block;

	background:url("/temp/temp/52/52-0118/201701191435/images/021.png") no-repeat center center;

	transition: 0.3s;

}

.w960 .show01 li a div.s1 span{

	background-size:100%;

}

.show01 li:hover a div.s1 span{

	opacity: 1;

}

.show01 li div.s2 h3 {

  float: left;

  font-size: 20px;

  margin-left: 15px;

  margin-top: 30px;

  padding-bottom: 43px;

  min-width: 100px;

  width:50%;

  background:url("/temp/temp/52/52-0118/201701191435/images/022.png") no-repeat left bottom;

}

.show01 li div.s2 em {

    float: right;

    display: block;

    width: 155px;

    height: 85px;

    margin-top: 32px;

    font-style: normal;

    font-size: 50px;

    color: #d2d2d2;

    font-family: "simsun";

    font-weight: bold;

}

.show01 li:hover div.s2 em ins{

	color:#83D4F8;

}

.show01 li div.s2{

	padding-bottom:20px;

	border-bottom:2px solid #fff;

}

.show01 li:hover div.s2{

	border-bottom:2px solid #83D4F8;

}

.guest{

	margin-top:120px;

}

.tit01 img{

	float:left;

}

.tit01 .more02{

	display:block;

	width:108px;

	height:16px;

	float:right;

	margin-top: 55px;

	background:url("/temp/temp/52/52-0118/201701191435/images/023.png") no-repeat left bottom;

	transition: 0.2s;

}

.tit01 .more02:hover{

	opacity:.5;

}

.ban03 img{

	width:100%;

	height:auto;

	margin-top:50px;

}

.guest01{

	margin-top:50px;

}

.guest01 li{

	float:left;

	width:32%;

	margin-right:2%;

	margin-bottom:30px;

}

.guest01 li a{

	display:block;

}

.guest01 li a img{

	width:100%;

	height:auto;

}

.guest01 li div h3{

	font-size: 16px;

    line-height: 25px;

    padding-top: 11px;

    padding-bottom: 4px;

}

.guest01 li div p {

  font-size: 9px;

  line-height: 13px;

  color: #959595;

  height:13px;

  overflow:hidden;

  text-transform: uppercase;

}

.w960 .guest01 li div.z{

	width:67%;

}

.guest01 li span{

	display:block;

	width:125px;

	height:50px;

	margin-top:20px;

	background:url("/temp/temp/52/52-0118/201701191435/images/007.png") no-repeat left top;

	transition: 0.3s;

}

.guest01 li:hover span{

	background-position: 0 -100px;

}

.ban04{

	margin-top:100px;

	padding-top:50px;

	border-top:1px solid #dedede;

}

.ban041 ul{

	max-height:780px;

	overflow:hidden;

}

.w960 .ban041 ul{

	max-height:549px;

}

.ban041 ul li{

	float:left;

}

.ban041 ul li img{

	width:100%;

	height:auto;

}

.ban042 ul{

	margin-top:25px;

	border-bottom:1px solid #dedede;

}

.ban042 ul li{

	float:left;

	width:25%;

	margin:0 0;

	padding-bottom:25px;

	border-bottom:2px solid #fff;

}

.ban042 ul li:hover{

	border-bottom:2px solid #000;

}

.ban042 ul li a{

	display:block;

}

.ban042 ul li a img{

	width:100%;

	height:auto;

}

.ban042 ul li:hover a img{

	opacity:.7;

}

.bantit{

	width:18.4%;

	height:778px;

	float:left;

	margin-left:13.2%;

	position:relative;

	background:url("/temp/temp/52/52-0118/201701191435/images/008.png") no-repeat left top;

}

.w960 .bantit{

	height:549px;

	margin-left:6.2%;

}

.bantit span{

	display:block;

	position:absolute;

	width:49px;

	height:88px;

	top: 660px;

	left:0;

	background:url("/temp/temp/52/52-0118/201701191435/images/036.png") no-repeat left top;

}

.w960 .bantit span {

  top: 400px;

}

.ban041 {

  float: left;

  width: 68.35%;

}

.w960 .ban041 {

  width: 75.4%;

}

.film{

	position:fixed;

	width:100%;

	top:0;

	left:0;

	width:100%;

	height:100%;

	z-index:101;

	display:none;

	background:url("/temp/temp/52/52-0118/201701191435/images/bg02.png");

}

.film .film01{

	position:absolute;

	width:970px;

	height:550px;

	left:50%;

	margin-left:-495px;

	margin-top:-285px;

	top:50%;

	padding:10px;

	background:#fff;

}

.film .film01 object

,.film .film01 embed{

	width:100% !important;

	height:550px !important;

}

.film span{

  position: absolute;

  display:block;

  top: -15px;

  right: -15px;

  width: 30px;

  height: 30px;

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

  cursor: pointer;

}

.eva01{

	width:48%;

	float:left;

	position:relative;

}

.eva01 img{

	width:100%;

	height:auto;

}

.eva01 .weibo {

    position: absolute;

    top: 203px;

    right: 48px;

    width: 254px;

    height: 458px;

    overflow: hidden;

}

.eva01 .weibo iframe {

	 width: 254px;

     height: 458px;

}

.w960 .eva01 .weibo iframe {

    width: 215px !important;

    height: 396px !important;

}

.w960 .eva01 .weibo {

	width: 215px !important;

    height: 396px !important;

    top:169px;

	right:41px;

}

.eva02{

	float:right;

	width:50%;

	margin-top:180px;

	height:500px;

	overflow:hidden;

	position:relative;

}

.w960 .eva02{

	margin-top:116px;

}

.eva02 .arrow-right3{

	top:50%;

	margin-top:30px;

	background:url("/temp/temp/52/52-0118/201701191435/images/p_04.png") no-repeat center center;

}

.eva02 ul li img{

	float:left;

	border-radius:50%;

}

.eva02 li{

	height:88px; !important;

}

.eva02 ul li a{

	color: #aaaaaa;

	transition: 0.3s;

}

.eva02 ul li:hover a{

	color: #000;

}

.eva02 ul li div.e1 {

  text-align: right;

  width: 180px;

  padding-left: 30px;

}

.eva02 ul li:hover div.e1 {

	background:url("/temp/temp/52/52-0118/201701191435/images/024.png") no-repeat center left;

}

.eva02 ul li div.e1 h3 {

  float: left;

  text-align: center;

  margin-left: 20px;

  font-size: 18px;

  max-width: 100px;

  overflow:hidden;

}

.eva02 ul li div.e1 em {

  display: block;

  font-size: 14px;

  font-family: "simsun";

}

.eva02 ul li div.e2 {

  font-size: 14px;

  line-height: 20px;

  padding-top: 3px;

  width: 57%;

  height:40px;

  text-align:justify;

  overflow:hidden;

  margin-left: 20px;

}

.w960 .eva02 ul li div.e2{

	width:50%;

}

.eva02 .prev

,.eva02 .next{

	width:25px;

	height:25px;

	left:inherit;

	right:10px;

	margin-top:0;

	line-height:25px;

	font-size:0;

	top:45%;

	opacity:.5;

	background:url("/temp/temp/52/52-0118/201701191435/images/p_03.png") no-repeat center center;

	transition: 0.2s;

}

.eva02 .next{

	background:url("/temp/temp/52/52-0118/201701191435/images/p_04.png") no-repeat center center;

	top:55%;

}

.eva02 .prev:hover

,.eva02 .next:hover{

	opacity:1;

}

.price{

	padding-top:75px;

	margin-top:75px;

	width:100%;

	overflow:hidden;

	position:relative;

	border-top:1px dashed #dedede;

}

.price ul{

	width:100%;

	overflow:hidden;

	max-height:723px;

}

.w960 .price ul{

	max-height:512px;

}

.w960 .price ul li{

	height:512px !important;

}

.price ul li a{

	display:block;

}

.price ul li a img {

    width: 100%;

    height: auto;

    position: initial !important;

    left: 0 !important;

    margin-left: 0 !important;

}

.price ul li div.bg06 {

	position:absolute;

	top:0;

	right:0;

	width:350px;

	height:100%;

	z-index:100;

}

.price  div.bg05{

	width:350px;

	position:absolute;

	height:100%;

	top:0px;

	right:0;

	z-index:10;

	background:url("/temp/temp/52/52-0118/201701191435/images/027.png") no-repeat bottom left;

}

.w960 .price  div.bg05{

	background-size:100%;

	background-position:top left;

}

.price ul li div h3 {

  font-size: 80px;

  color: #000;

  letter-spacing: -10px;

  line-height: 80px;

  font-family: "simsun";

  margin-top:168px;

  margin-left: 42px;

}

.w960 .price ul li div h3{

	margin-top:193px;

}

.price ul li div em{

	font-size: 30px;

  letter-spacing: -2px;

  padding-left: 5px;

  font-style:normal;

  margin-left:10px;	

}

.price ul li div p {

  font-size: 18px;

  margin-left: 50px;

  padding-right: 50px;

}

.price .prev

,.price .next{

	display:block;

	width:12px;

	height:21px;

	position:absolute;

	top:100px;

	right:285px;

	left:inherit;

	z-index:100;

	font-size:0;

	opacity:.9;

	margin-top:0;

	line-height:0;

	background:url("/temp/temp/52/52-0118/201701191435/images/044.png") no-repeat;

}

.price .next{

	background-position:-12px 0;

	right:245px;

}

.activity{

	margin-top:100px !important;

	padding-bottom:75px;

	border-bottom:1px solid #dedede;

}

.act01 {

	width:50%;

}

.act01 .bg07{

	width:100%;

	height:470px;

	background:url("/temp/temp/52/52-0118/201701191435/images/006.jpg") no-repeat right center;

}

.w960 .act01 .bg07{

	height:396px;

}

.act01 li{

	float:left;

	width:32%;

	margin-right:1.3%;

}

.act01 li a{

	display:block;

}

.act01 li a img{

	width:100%;

	height:auto;

}

.act02{

	width:50%;

	max-height:682px;

	overflow:hidden;

	margin-top: 3px;

}

.w960 .act02 {

  max-height: 577px;

}

.act02 li {

	float:left;

}

.act02 li a{

	display:block;

}

.act02 li a div:hover{

	color:#888;

}

.cover-l{

	display:block;

	width:50%;

	float:left;

}

.cover-l img{

	width:100%;

	height:auto;

}

.act02 ul{

	width:45%;

}

.act02 li a img{

	width:100%;

	height:auto;

}

.act02 li div{

	width:100%;

	float:right;

}

.act02 li div em {

  display: block;

  margin-top: 255px;

  width: 95px;

  font-size: 40px;

  line-height:40px;

  overflow: hidden;

  font-style: normal;

  font-family: Georgia;

  text-align:left;

}

.act02 li div em strong {

  display: block;

}

.act02 li div h3 {

  padding-top: 30px;

  font-size: 19px;

  background: url("/temp/temp/52/52-0118/201701191435/images/028.png") no-repeat left bottom;

  padding-bottom: 14px;

}

.act02 li div p{

   font-size: 15px;

  line-height: 24px;

  padding-top: 25px;

  padding-bottom: 40px;

  text-align:justify;

  background: url("/temp/temp/52/52-0118/201701191435/images/029.png") no-repeat left bottom ;

}

.youshi{

	margin-top:75px !important;

}

.youshi li{

	float:left;

	width:25%;

	text-align:center;

}

.youshi li div{

	text-align:center;

	font-size: 15px;

    line-height: 24px;

    padding-top: 20px;

}

.ban06 img{

	width:90%;

	height:auto;

	margin:80px 5%;

}

.con03 li{

	float:left;

	width:21%;

	margin:0 2%;

	text-align:center;

}

.con03 li a {

	display:block;

	padding-bottom:40px;

	border-bottom:3px solid #fff;

	transition: 0.2s;

}



.con03 li.te03 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/010.png") no-repeat center center #D4D4D4;

}

.con03 li.wb03 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/093.png") no-repeat center center #D4D4D4;

}

.con03 li.wx03 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/012.png") no-repeat center center #D4D4D4;

}

.con03 li.tm03 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/013.png") no-repeat center center #D4D4D4;

}

.con03 li span{

	display:block;

	width:152px;

	height:152px;

	border-radius:50%;

	margin:0 auto;

	transition: 0.2s;

}

.con03 li:hover span{

	background-color:#00b8ff;

}

.con03 li h2 {

  font-size: 50px;

  text-transform: uppercase;

  letter-spacing: -2px;

  font-family: -webkit-pictograph;

  margin-top:20px; 

}

.w960 .con03 li h2{

	font-size:38px;

}

.con03 li h3{

	font-size: 25px;

    line-height: 35px;

    padding-top: 10px;

    padding-bottom: 10px;

}

.con03 li em{

	display:block;

	width:13px;

	height:13px;

	margin:5px auto;

	background: url("/temp/temp/52/52-0118/201701191435/images/032.png") no-repeat top;

}

.con03 li:hover em{

	background-position:bottom;

}

.con03 li p{

	font-size: 14px;

    line-height: 21px;

}

.con03 li:hover a {

  color:#00b8ff;

  border-bottom:3px solid #000;

}

.footer{

	margin-top:100px;

	padding-bottom:120px;

}

.ftmenu{

	background:#27323e;

	line-height:70px;

}

.ftmenu .close03{

	float:right;

	width:22px;

	height:22px;

	background: url("/temp/temp/52/52-0118/201701191435/images/033.png") no-repeat top;

	margin-top:25px;

	cursor:pointer;

}

.ftlogo img{

	max-width:240px;

	padding:5px 0;

	max-height:70px;

}

.ftmenu ul{

	margin-left:50px;

}

.ftmenu li{

	float:left;

	padding:0 30px;

}

.ftmenu li a {

    color: #8e9aa7;

    font-size: 18px;

    text-transform: uppercase;

    font-family: initial;

    font-weight: 100;

	transition: 0.2s;

}

.ftmenu li:hover a{

	color:#fff;

}

.foot2{

	margin-top:75px !important;

	padding-bottom: 80px;

    border-bottom: 1px solid #ddd;

}

.con04{

	text-align:center;

	padding:0 6.5%;

	border-left:1px solid #eaeaea;

	border-right:1px solid #eaeaea;

	padding-top:15px;

}

.w960 .con04{

	padding:0 3%;

}

.order {

  float: left;

  margin: 0 7%;

  padding-top:15px;

  height:500px;

  background: url("/temp/temp/52/52-0118/201701191435/images/017.png") no-repeat bottom left;

}

.order h4{

	font-size:0;

	height:90px;

}

.w960 .order {

	padding-top:3px;

}

.order form{

	width:295px;

	height:243px;

	background: url("/temp/temp/52/52-0118/201701191435/images/015.png") no-repeat center center;

}

.order form .name input {

  margin-top: 90px;

}

.order form input {

  margin-left: 30px;

  margin-bottom: 21px;

  line-height: 33px;

  width: 200px;

  border: none;

  padding-left: 10px;

}

.order form label{

	display:none;

}

.order [type="submit"]{

	margin-left:0;

	font-size:0;

	background: url("/temp/temp/52/52-0118/201701191435/images/016.png") no-repeat center left;

}

.ftimg{

	padding-left:7%;

	border-left:1px solid #eaeaea;

}

.w960 .ftimg {

  padding-left: 3%;

}

.foot03{

	margin-top:100px !important;

	position:relative;

}

.copy{

	overflow:hidden;

}

.copy p

,.copy p a{

	font-size:14px;

	color:#000;

}

.ftnav{

	text-align:left;

}

.ftnav dt

,.ftnav dd{

	display:inline-block;

	float:none;

	margin-right:10px;

}

.ftnav dt

,.ftnav dd{

	*display:inline;

}

.ftnav dd a

,.ftnav dt{

	line-height:30px;

	font-size:14px;

	color:#000;

}

.ftnav dd:hover a{

	text-decoration:underline;

}

.foot04{

	margin-top:30px;

}

.foot04 p{

	color:#afafaf;

	font-size:12px;

}

.erweima {

	width:100%;

	height:100%;

	top:0;

	left:0;

	position:fixed;

	background: #CCC;

	z-index: 102;

	display:none;

	background: url("/temp/temp/52/52-0118/201701191435/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 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.erweima .close{

  display: block;

  top: -15px;

  right: -15px;

  width: 30px;

  height: 30px;

  position: absolute;

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

  cursor: pointer;

}

.top {

  position: absolute;

  bottom: 55px;

  right: 0;

  width: 51px;

  height: 26px;

  opacity: .5;

  cursor: pointer;

  background: url("/temp/temp/52/52-0118/201701191435/images/037.png")no-repeat;

}

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

.pox{

	height:125px;

	border-bottom:1px solid #ddd;

}

.pox span{

	display:block;

	width:250px;

	height:125px;

	background: url("/temp/temp/52/52-0118/201701191435/images/039.png")no-repeat center left;

}

.pox p {

  font-size: 22px;

  line-height: 125px;

  font-family: "simsun";

  color:#000;

}

.pox p a{

	color:#000;

}



.stit01{

	background: url("/temp/temp/52/52-0118/201701191435/images/041.png")no-repeat right bottom;

	margin-top:60px;

	margin-bottom:100px;

}

.stit01 span{

	display:block;

	width:60%;

	height:100px;

	background: url("/temp/temp/52/52-0118/201701191435/images/040.png")no-repeat left top;

}

.pub{

	text-align:right;

	font-size:15px;

	margin:10px 0;

}



.guest01  li .img09{

	max-height:297px;

	overflow:hidden;

}



.page{

	margin:100px 0;

	position:relative;

	width:100%;

	height:30px;

}

.page .pg label {

  display: none !important;

}

.page a {

    border: none;

    font-size: 20px;

    font-family: "simsun";

	transition: 0.1s;

}

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

  background: #fff;

  color: #000;

  font-weight:bold;

  font-size:25px;

}

.page .page_prev{

	width: 14px;

    height: 22px;

	position:absolute;

}

.page a.page_prev

,.page a.page_next{

	position:absolute;

	background: url("/temp/temp/52/52-0118/201701191435/images/0900.png") no-repeat center center;

	right:0;

	width:34px;

	height:30px;

	padding:0;

	border:none;

	font-size:0;

	right:30px;

}

.page a.page_next{

	background: url("/temp/temp/52/52-0118/201701191435/images/090.png") no-repeat center center;

	padding-right: 0;

    padding: 0;

    font-size: 0;

	right:0;

}

.related {

  padding-top: 100px;

  border-top:3px solid #f9f9f9;

  padding-bottom: 100px;

  border-bottom: 1px solid #ddd;

}

.retit{

	background: url("/temp/temp/52/52-0118/201701191435/images/043.png") no-repeat left top;

	width:25%;

	height:510px;

	position:relative;

}

.reated02 .prev

,.reated02 .next{

	position:absolute;

	bottom:0;

	display:block;

	width:12px;

	height:21px;

	font-size:0; 

	left:-32%;

	opacity:1;

	bottom:0;

	top:inherit;

	background: url("/temp/temp/52/52-0118/201701191435/images/044.png") no-repeat left center;

}

.reated02 .next{

	left:-28%;

	right:inherit;

	background: url("/temp/temp/52/52-0118/201701191435/images/044.png") no-repeat right center;

}

.reated02 {

  width: 75%;

}

.reated02 .default-slider-box{

	max-height:512px;

	overflow:hidden;

}

.w960 .reated02 .default-slider-box{

    height:435px;

}

.reated02 li{

	float:left;

	width:341px;

	padding-right:12px;

}

.w960 .reated02 li{

	width:290px;

}

.reated02 li a{

	display:block;

	position:relative;

}

.reated02 li span{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	background: url("/temp/temp/52/52-0118/201701191435/images/021.png") no-repeat center center;

	background-size:100% 100%;

	display:block;

	opacity: 0;

	transition: 0.3s;

}

.reated02 li:hover span{

	opacity: 1;

}

.reated02 li a img {

  width: 100%;

  height: auto;

}



/*---------------list-show02--------------*/

.list-show .pox01 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/062.png") no-repeat left center;

}

.list-show01{

	margin-top:50px;

	margin-bottom:100px;

}

.show02 {

  width: 71.5%;

  float: left;

}

.show02 li{

	margin-bottom:20px;

}

.show02 li a{

	display:block;

	position:relative;

	max-height:664px;

	overflow:hidden;

}

.w960 .show02 li a{

	max-height:563px;

}

.show02 li img{

	width:100%;

	height:auto;

}

.show02 li span{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	display:none;

	background: url("/temp/temp/52/52-0118/201701191435/images/bg03.png") ;

}

.show02 li:hover span{

	display:block;

}

.show02 li div {

  position: absolute;

  bottom:25px;

  right: 25px;

  color: #fff;

  text-align:right;

  text-transform: uppercase;

}

.show02 li div h3{

	font-size:24px;

}

.show02 li div p {

  font-size: 12px;

  line-height: 18px;

}

.show03{

	width:28%;

	position:relative;

	float:right;

	height:450px;

	background: url("/temp/temp/52/52-0118/201701191435/images/063.png")no-repeat right top;

}

.show03 span{

	display:block;

}

.show03 .list-nav{

	position:absolute;

	top:200px;

	left:100px;

}

.show03 .list-nav li span{

	display:none;

}

.show03 .list-nav li{

	margin-bottom:10px;

}

.show03 .list-nav li a{

	color: #585858;

    line-height: 35px;

	font-size:16px;

}

.show03 .list-nav li.a a

,.show03 .list-nav li:hover a{

	font-size:30px;

	color:#000;

}



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

.pox02 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/065.png")no-repeat center center;

}

.newstit span{

	display:block;

	width:268px;

	height:200px;

	float:left;

	background: url("/temp/temp/52/52-0118/201701191435/images/066.png")no-repeat left center;

}

.newstit .news-nav {

  float: left;

  margin-top: 137px;

  margin-left: 80px;

}

.w960 .newstit .news-nav{

	margin-left:30px;

}

.news-nav li{

	float:left;

	padding-right:15px;

	margin-right:15px;

	border-right:1px solid #ddd;

}

.news-nav li a {

  display: block;

  font-size: 26px;

  font-family: "simsun";

  font-weight: bold;

  color:#808080;

	transition: 0.2s;

}

.w960 .news-nav li a{

	font-size:35px;

}

.news-nav li:hover a

,.news-nav li.a a{

	color:#000;

}

.news-nav li span{

	display:none;

}

.news02{

	margin-top:50px;

}

.news02 li{

	float:left;

	width:32%;

	margin-right:2%;

	margin-bottom:2%;

}

.news02 li a{

	display:block;

}

.news02 li img{

	width:100%;

	height:auto;

}

.news02 li .n1{

	border-bottom: 3px solid #cfcfcf;

	padding-bottom:30px;

}

.news02 li .n1 span {

  display: block;

  float: left;

  width: 60px;

  height: 60px;

  overflow: hidden;

}

.news02 li .n1 span em {

  display: block;

  color: #b7b7b7;

  font-size: 53px;

}

.news02 li .n1 ins {

  float: left;

  display: block;

  text-decoration: none;

  width: 60px;

  height: 30px;

  overflow: hidden;

  margin-top:24px;

  margin-left:5px;

}

.news02 li .n1 strong {

  display: block;

  font-size: 25px;

  font-family: "simsun";

  color: #B7B7B7;

}

.news02 li h3{

	padding-top:20px;

	margin-bottom:20px;

	padding-bottom:20px;

	font-size:22px;

	color:#000;

	background: url("/temp/temp/52/52-0118/201701191435/images/070.png")no-repeat left bottom;

}

.news02 li:hover h3{

	color:#4DC1FA;

}

.news02 li .n2{

	height:65px;

	border-bottom:1px solid #dedede;

	background: url("/temp/temp/52/52-0118/201701191435/images/031.png")no-repeat right center;

}

.news02 li .n2 span{

	display:block;

	float:left;

	width:200px;

	height:65px;

	background: url("{F file="images/029.png)no-repeat center left;

}

.news02 li .n2 em{

	display:block;

	float:right;

	width:20px;

	height:65px;

	margin-right:30px;

	background: url("/temp/temp/52/52-0118/201701191435/images/030.png")no-repeat center center;

}



/*----------------------list-activity----------*/

.news03{

	margin:50px 0;

}

.news03 li a{

	display:block;

	padding-bottom:40px;

	border-bottom:1px solid #dedede;

}

.news03 li a img{

	width:100%;

	height:auto;

}

.news03 li a div{

	max-height:606px;

	overflow:hidden;

}

.news03 li h3{

	font-size: 24px;

	color:#000;

	margin-top:30px;

	padding-bottom:20px;

	background: url("/temp/temp/52/52-0118/201701191435/images/069.png")no-repeat left bottom;

	transition: 0.3s;

}

.news03 li:hover h3{

	color:#4DC1FA;

}

/*-------------------------list-price--------------------*/

.pox03 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/055.png")no-repeat left center;

}

.service{

	margin-top:50px;

}

.service .page{

	float:left;

}

.ser01{

	width:320px;

	height:550px;

	margin-top:30px;

	position:relative;

	background: url("/temp/temp/52/52-0118/201701191435/images/054.png")no-repeat left top;

}

.ser-nav{

	margin-top:180px;

}

.ser-nav li a{

	display:block;

	margin-bottom:10px;

	font-size:20px;

	padding-left:30px;

	color:#666;

	transition: 0.1s;

}

.ser-nav li:hover a

,.ser-nav li.a a{

	color:#000;

	font-size:22px;

	background: url("/temp/temp/52/52-0118/201701191435/images/024.png")no-repeat left center;

}

.more05{

	position:absolute;

	width:133px;

	height:75px;

	bottom:0;

	background: url("/temp/temp/52/52-0118/201701191435/images/056.png")no-repeat;

}

.ser02{

	width:70%;

}

.ser02 li{

	margin-bottom:50px;

}

ser02 li a{

	display:block;

}

.ser02 li span{

	display:block;

	width:344px;

	max-height:288px;

	overflow:hidden;

}

.ser02 li span img{

	width:100%;

	height:auto;

	min-height:223px;

}

.ser02 li div {

  width: 60%;

}

.w960 .ser02 li div{

	width:55%;

}

.ser02 li div h2 {

  font-size: 43px;

  font-family: "simsun";

  font-weight: bold;

  padding-top: 20px;

  border-top: 2px solid #dedede;

	transition: 0.2s;

}

.ser02 li:hover div h2 {

	border-top:2px solid #4EC3F9;

}

.ser02 li div h2 em{

	font-size:20px;

	margin-left:10px;

}

.ser02 li div h3{

	font-size: 20px;

    line-height: 22px;

    padding: 10px 0;

	transition: 0.2s;

}

.ser02 li div p{

  font-size: 14px;

  line-height: 20px;

  background: url("/temp/temp/52/52-0118/201701191435/images/057.png") no-repeat left bottom;

  padding-bottom: 25px;

  color: #424242;

	transition: 0.2s;

}

.ser02 li:hover h2

, .ser02 li:hover p

,.ser02 li:hover h3{

	color:#4EC3F9;

}

.ser02 li:hover div p{

	background: url("/temp/temp/52/52-0118/201701191435/images/058.png") no-repeat left bottom;

}

/*-------------------list-video-------------------------*/



.pox04 span{

	background: url("/temp/temp/52/52-0118/201701191435/images/074.png") no-repeat left center;

}

.video01{

	position:relative;

	margin-top:50px;

	width:100%;

	height:760px;

	background: url("/temp/temp/52/52-0118/201701191435/images/075.png") no-repeat left top;

	background-size: 100%;

}

.w960 .video01{

	height:564px;

}

.video01 img{

	position:absolute;

	bottom:0;

	right:0;

	width:75%;

	height:auto;

}

.w960 .video01 img {

  width: 80%;

}

.video02{

	margin-top:20px;

	margin-bottom:50px;	

}

.video02 li{

	float:left;

	width:24%;

	margin-right:1.3%;

	position:relative;

}

.video02 li span{

	display:block;

	overflow:hidden;

	max-height:281px;

	position:relative;

	background:#000;

}

.video02 li span ins{

	display:block;

	position:absolute;

	width:107px;

	height:40px;

	bottom:25px;

	left:25px;

	opacity: 0;

	background: url("/temp/temp/52/52-0118/201701191435/images/076.png") no-repeat left bottom;

	transition: 0.3s;

}

.video02 li:hover span img{

	opacity:.5;

}

.video02 li:hover span ins{

	opacity: 1;

}

.video02 li span img{

	width:100%;

	height:auto;

	transition: 0.3s;

}

.video02 li:hover a.con{

	transform: translate(0,-15px);

	-ms-transform:translate(0,-15px);

	-moz-transform:translate(0,-15px);

	-webkit-transform:translate(0,-15px);

	-o-transform:translate(0,-15px);

}

.video02 li .action_but{

    position: absolute;

    width: 82px;

    top: 10px;

    right: 3px;

}

.video02 li .action_but a {

    margin-right: 5px;

    display: inline-block;

    padding: 2px 5px;

    border-radius: 5px;

    color: #fff;

	transition: 0.1s;

}

.video02 li .action_but a:hover{

	color: #4EC3F9;

}

.video02 li div.tc{

	display:none;

	position:fixed;

	width:100%;

	height:100%;

	top:0;

	z-index:11;

	left:0;

	background:url("/temp/temp/52/52-0118/201701191435/images/bg02.png") ;

}

.video02 li div.tc img{

	max-width:800px;

	max-height:500px;

	border-radius: 5px;

}

.video02 li div.tc .tc01{

  position: absolute;

  top: 50%;

  left: 50%;

  border: 8px solid #fff;

  background: #fff;

  padding: 0;

  box-shadow:0 0 20px #000;

}

.video02 li div.tc em {

   position: absolute;

  display: block;

  top: -18px;

  right: -18px;

  width: 30px;

  height: 30px;

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

  cursor: pointer;

}	

.video02 li div.tc em:hover{

	color:#099;

}

.video02 li div.tc p{

	padding:0;

	height:auto !important;

}

/*----------------------list-fans---------*/

.pox05 span{

	width: 300px;

	background: url("/temp/temp/52/52-0118/201701191435/images/077.png") no-repeat left center;

}

.fans01 img{

	margin-top:100px;

	padding-bottom:30px;

	border-bottom:2px solid #555;

}

.fans02{

	margin-top:50px;

	margin-bottom:100px;

}

.fans02 li {

  float: left;

  width: 38%;

  margin-right: 24%;

  margin-bottom:37px;

  position:relative;

}

.w960 .fans02 li{

	width: 45%;

    margin-right: 7%;

}

.fans02 li:hover{

	 background: url("/temp/temp/52/52-0118/201701191435/images/024.png") no-repeat left center;

}

.fans02 li a{

	display:block;

	padding-left:30px;

	color:#aaa;

	transition: 0.2s;

}

.fans02 li:hover a{

	color:#000;

}

.fans02 li img {

  float: left;

  border-radius: 50%;

}

.fans02 li .e1{

	float:left;

	width:25%;

}

.fans02 li .e1 h3 {

  font-size: 20px;

  line-height: 50px;

  margin: 0 10px;

}

.fans02 li .e2 {

  float: right;

  width:65%;

  font-size: 14px;

  line-height: 25px;

  height: 50px;

  overflow: hidden;

}

.fans02 li .action_but {

  position: absolute;

  width: 82px;

  top: -20px;

  right: 0;

}

.fans02 li .action_but a {

  margin-right: 5px;

  display: inline-block;

  padding: 2px 5px;

  border-radius: 5px;

  color: #4EC3F9;

}

.fans02 li div.tc

,.eva02 li div.tc{

	display:none;

	position:fixed;

	width:100%;

	height:100%;

	top:0;

	z-index:11;

	left:0;

	background:url("/temp/temp/52/52-0118/201701191435/images/bg02.png") ;

}

.fans02 li div.tc img

,.eva02 li div.tc img{

	max-width:800px;

	max-height:500px;

	border-radius: 5px;

}

.fans02 li div.tc .tc01

,.eva02 li div.tc .tc01{

  position: absolute;

  top: 50%;

  left: 50%;

  background: none;

  padding: 0;

}

.fans02 li div.tc em

,.eva02 li div.tc em {

   position: absolute;

  display: block;

  top: -18px;

  right: -18px;

  width: 30px;

  height: 30px;

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

  cursor: pointer;

}	

.fans02 li div.tc em:hover

,.eva02 li div.tc em.hover{

	color:#099;

}

.fans02 li div.tc p

,.eva02 li div.tc p{

	padding:0;

	height:auto !important;

}



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



/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}

 



.kepian01{

	margin-top:75px;

}

.kepian01 h3{

	font-size:30px;

	margin-bottom:10px;

	color:#000;

	float:left;

	width:50%;

}

.kepian01 p{

	color:#999;

	text-transform:uppercase;

	line-height:18px;

	float:left;

	width:100%;

}

.kepian01 img{

	margin-top:10px;

}

.youb{

	float:right;

}

.youb a{

	float:left;

	padding:0 30px 0 50px;

	margin-left:10px;

	line-height:40px;

	border:1px solid #ddd;

	text-align:center;

	font-size:16px;

}

.youb a:hover{

	border:1px solid #000;

}

.fanhui{

	display:block;

	background:url("/temp/temp/52/52-0118/201701191435/images/048.png") 30px center no-repeat;

}

.zx09{

	background:url("/temp/temp/52/52-0118/201701191435/images/049.png") 30px center no-repeat;

}

.brand-list {

    margin-top: 50px;

    border-top: 5px solid #eee;

}

.kepian ul {

  margin-top: 50px;

  position:relative;

}

.kepian li{

	float: left;

    -webkit-box-shadow: 0px 0px 11px #cccccc;

    -moz-box-shadow: 0px 0px 11px #cccccc;

    box-shadow: 0px 0px 11px #cccccc;

    margin-right: 6px;

    margin-bottom: 6px;

    position: absolute;

    top: 0;

    left: 40%;

    transition: all 0.3s;

}

.kepian li a {

  display: block;

  overflow: hidden;

  border: 1px solid #fff;

  padding:8px;

}

.kepian li:hover a {

	border: 1px solid #4DC1FA;

}

.kepian li a img{

	height:auto;

	width:318px;

}

.yem05 p{

	float:right;

	margin-left:20px;

}

.yem05 p a {

  font-size: 40px;

  font-family: "simsun";

  font-weight: bold;

  color:#000

}

.yem05 p a:hover{

	color:#4DC1FA;

}

.kepain02{

	margin:50px 0;

}

.p_pox span{

	width:400px;

	background:url("/temp/temp/52/52-0118/201701191435/images/059.png") left center no-repeat;

}

.price01{

	margin-bottom:70px;

}

.kepian h2{

	font-size:56px;

	color:#00c0ff;

	font-family:"simsun";

}

.kepian h2 em{

	font-size:20px;

	font-style:normal;

}

.kepian span{

	float:left;

	display:block;

	width:100%;

}

.kepian span p{

	width:40%;

	line-height: 24px;

    font-size: 15px;

    padding-top: 10px;

    padding-bottom: 5px;

	color:#333;

}

.price02{

	padding-top: 50px;

  border-top: 1px solid #ddd;

}

.yem{

	margin-top:50px;

}

.yem p{

	font-size:15px;

}

.yem p a{

	color:#999;

}

.yem p a:hover{

	color:#4DC1FA;

}



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

.n_pox span{

	width:500px;

	background:url("/temp/temp/52/52-0118/201701191435/images/072.png") left center no-repeat;

}

.view-news{

	margin-top:100px;

}

.view-news01{

	width:25%;

}

.view-news02{

	width:70%;

}

.view03 span {

  display: block;

  font-size: 30px;

  padding-bottom: 15px;

  border-bottom: 3px solid #ccc;

  color: #aaa;  

  font-family: Georgia;

}

.view-news01 h3{

	font-size:24px;

	color:#000;

	padding-bottom:20px;

	margin-top:30px;

	background:url("/temp/temp/52/52-0118/201701191435/images/070.png") left bottom no-repeat;

}

.view-news01 span.view04{

	display:block;

	height:80px;

	border-top:1px solid #eee;

	margin-top:30px;

	background:url("/temp/temp/52/52-0118/201701191435/images/073.png") left bottom no-repeat;

}

.view05 a{

	display:block;

	width:150px;

	line-height:45px;

	text-align:center;

	font-size:14px; 

	float:left;

	border:1px solid #ddd;

	margin-right:10px;

	margin-top:100px;

}

.w960 .view05 a{

	width:136px;

}

.view05 a.fanhui02{

	background:url("/temp/temp/52/52-0118/201701191435/images/048.png") 20px center no-repeat;

}

.view05 a.qq09{

	background:url("/temp/temp/52/52-0118/201701191435/images/049.png") 20px center no-repeat;

}

.view05 a:hover{

	border:1px solid #000;

}

.view-news02 .article img{

	max-width:100%;

}

/*---------------list-yuangong---------*/





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

	.w1400{

		width:auto !important;

		padding-left:10px;

		padding-right:10px;

	}

	.mr0{

		margin-right:0 !important;

	}

	.menu li a {

	  padding: 0 8px;

	  font-size: 16px;

	}

	.banner .swiper-container {

	  max-height: 348px;

	}

	.con01 img {

	  width: 65%;

	  height: auto;

	}

	.ban02 .swiper-container2 {

	  max-height: 480px;

	}

	.ban02 span.title {

	  margin-left:0;

	}

	.guest01 li div.z{

		width:55%;

	}

	.ban041 ul

	,.bantit {

	  max-height: 484px;

	}

	.bantit {

	  margin-left: 2%;

	}

	.ban041 {

	  width: 79%;

	}

	.eva02 ul li div.e1 {

	  width: 155px;

	}

	.bantit span {

	  top: 300px;

	}

	.eva02 {

	  height: 400px;

	  margin-top:100px;

	}

	.con04{

		padding:0 1.5%;

	}

	.order {

	  margin: 0 2%;

	}

	.ftimg{

		padding-left:1%;

	}

	.ftimg img{

		width:100%;

		height:auto;

	}

	.ftmenu li {

	  padding: 0 20px;

	}

	.act01 .bg07 {

	  height: 335px;

	}

	.act02 {

	  max-height: 488px;

	}

	.act02 li div em {

	  margin-top: 225px;

	}

	.con03 li h2 {

	  font-size: 36px;

	}

	.show03 

	,.retit{

	  background-size: 100%;

	}

	.video02 li div.tc .tc01 object{

		width:600px;

		height:400px;

	}

	.video02 li div.tc .tc01 object embed{

		width:600px;

		height:400px;

	} 

	.ser01 {

	  width: 20%;

	  height: 539px;

	  background-size: 100%;

	}

	.ser-nav {

	  margin-top: 142px;

	}

	.ser02 li span {

	  width: 37%;

	}

	.ser02 li span img {

	  min-height: inherit;

	}

	.ser02 li div h2 {

	  font-size: 32px;

	  padding-top: 6px;

	}

	.ser02 li div p {

	  font-size: 12px;

	  line-height: 17px;

	  padding-bottom: 22px;

	}

	.ser02 li {

	  margin-bottom: 30px;

	}

	.ser02 {

	  width: 77%;

	}

	.kepian li a {

		 max-height: 152px;

		 padding:0;

	}

	.kepian li a img {

	  min-height: 152px;

	}

	.view05 a {

	  width: 110px;

	}

	.view05 a.fanhui02

	,.view05 a.qq09 {

	  background-position: 10px center ;

	}

	.fans01 img {

	  width: 48%;

	  height: auto;

	}

	.fans02 li .e2 {

	  width: 62%;

	}

	.eva01{

		width:100%;

	}

	.eva01 h3 {

		text-align: center;

		font-size: 30px;

		margin: 20px 0;

		color: #48c3ef;

		font-family: "STXinwei",华文新魏,"Microsoft YaHei",微软雅黑;

	}

	.eva02{

		width:100%;

		margin-top:0;

	}

	.eva02 ul li div.e2{

		width:70%;

	}

	.con01 ul{

		display:none;

	}

	

	#mobile-nav { 

		position: fixed;

		background-color: #fbfbfb;

		top: 0;

		right: 0px;

		padding: 0;

		margin-right: 0px;

		width: 100%;

	}

	#mobile-nav h3 {

		color: #333;

	}

	.nav-click .action-l{

		color:#333;

		position:fixed;

		left:15px;

	}

	#mobile-nav li{

		float:left;

		width:50%;

		border-top:1px solid #333;

	}

	#mobile-nav li:nth-child(1)

	,#mobile-nav li:nth-child(2){

		border-top:none;

	}

	#mobile-nav li:nth-child(2n) a{

		border-right:none;

	}

	#mobile-nav li a {

		display: block;

		border-right:1px solid #333;

		padding:15px 0;

		text-align:center;

	}

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

		border:none;

		padding:0;

		text-align:center;

	}

	.mbmenu{

		padding-top:100px;

		width:80%;

		margin:0 10%;

	}

	.mbmenu li img{

		width:auto;

		height:35px;

	}

	.mbmenu li span{

		display:block;

		margin:0 auto;

		font-family: simsun;

	}

	.show01 li:hover a div.s1 span{

		display:none;

	}

	.banner .prev, .banner .next{

		width:50px;

		height:50px;

		margin-top:-25px;

		background-size:100% !important;

	}

	header .bg

	,header

	,header .mobile-header{

		height:62px;

	}

	header .bg {

		background-color: #fff;

		opacity: 1;

	}

	.nav-click {

		top: 0;

		margin-top: 0;

		right: 0;

		line-height: 62px;

		text-align: center;

		width: 60px;

		background:#333;

	}

	header h1 a{

		margin-top:10px;

		font-size:0;

	}

	header h1 img{

		margin-left:15px;

		max-height:50px;

	}

	.default-mobile-copyright2{

		background-color:#fff !important;

	}



}

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

	.logo {

	  width: 100%;

	  text-align: center;

	}

	.banner .swiper-container {

	  max-height: 261px;

	}

	.con01 img {

	  width: 54%;

	}

	.con01 ul {

	  margin-top: 0;

	}

	.ban02 .swiper-container2 {

	  max-height: 397px;

	}

	.show .tit img {

	  margin-right: 29px;

	}

	.tit01 img {

	  width: 70%;

	  height: auto;

	}

	.tit01 .more02 {

	  margin-top: 36px;

	}

	.guest01 li div p {

	  height: 13px;

	  overflow: hidden;

	}

	.guest01 li span {

	  width: 50px;

	  height: 32px;

	  background-size: 100%;

	}

	.bantit {

	  background-size: 100%;

	}

	.ban041 ul, .bantit {

	  max-height: 363px;

	}

	.bantit span {

	  top: 275px;

	}

	.eva02 ul li div.e2 {

	  font-size: 12px;

	  width:65%;

	  margin-left: 0px;

	}

	.eva02 {

	  height: 298px;

	}

	.price {

		padding-top:30px;

		margin-top: 30px;

	}

	.price ul li div h3 {

	  font-size: 49px;

	  line-height:50px;

	  margin-top: 50px;

	}

	.price div.bg05 {

	  height: 289px;

	}

	.act01 .bg07 {

	  height: 277px;

	}

	.act02 {

	  max-height: 363px;

	  margin-top: 31px;

	}

	.act02 li div em {

	  margin-top: 100px;

	}

	.act02 li div p

	,.youshi li div {

	  font-size: 12px;

	}

	.ban06 img {

	  width: 100%;

	  margin: 50px 0;

	}

	.con03 li h2 {

	  font-size: 25px;

	}

	.con03 li h3 {

	  font-size: 19px;

	  padding: 0;

	}

	.con03 li p {

	  font-size: 12px;

	}

	.ftlogo {

		width:100%;

		text-align:center;

	}

	.ftimg{

		display:none;

	}

	.con04 {

	  padding: 0 3.5%;

	}

	.order {

	  margin: 0 7%;

	}

	.show03{

		height:335px;

	}

	.show03 .list-nav {

	  top: 128px;

	  left: 36px;

	}

	.stit01 span {

	  height: 55px;

	  background-size: 100%;

	}

	.film .film01 {

	  width: 600px;

	  height: 400px;

	  margin-left: -300px;

	  margin-top: -250px;

	}

	.film .film01 object, .film .film01 embed {

	  height: 400px !important;

	}

	.news-nav li a {

	  font-size: 22px;

	}

	.newstit {

	  background-size: 129px;

	}

	.newstit .news-nav {

	  margin-top: 157px;

	  margin-left: -16px;

	}

	.view03 span

	,.view-news01 h3 {

	  font-size: 21px;

	}

	.view05 a {

	  width: 80px;

	  margin-top:73px;

	}

	.view05 a.fanhui02, .view05 a.qq09 {

	  background-position: 0px center;

	}

	.fans02 li {

	  width: 50%;

	  margin-right: 0%;

	}

	.ban02 {

	  height: 568px;

	}

}

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

	.menu {

	  margin-left: 0;

	  margin-top: 10px;

	  padding-bottom: 10px;

	  width:100%;

	}

	.menu li{

		width:25%;

	}

	.menu li a {

	  padding: 0;

	  font-size: 12px;

	  line-height: 30px;

	  border: 1px solid #999;

	  border-radius: 3px;

	  margin: 1px;

	  text-align: center;

	}

	.logo img {

	  margin-top: 5px;

	}

	.lx01 {

	  margin-top: -117px;

	}

	.logo {

	  width: 70%;

	  text-align: left

	 }

	.logo img {

	  max-width: 100%;

	  height: auto;

	}

	.lx01 a {

	  margin: 0 1px;

	}

	.banner .swiper-container {

	  max-height: 137px;

	}

	.con01 ul li {

	  margin: 0 3px;

	}

	.con01 {

	  margin: 20px auto !important;

	}

	.con01 img {

	  width: 100%;

	  padding-bottom: 10px;

	  border-bottom: 2px solid #eee;

	  margin-bottom: 10px;

	}

	.ban02 .swiper-container2 {

	  max-height: 251px;

	}

	.ban02 .arrow-right2 {

	  right: 0;

	}

	.show .tit img {

	  margin-right: 10px;

	  width: 30%;

	  height: auto;

	}

	.tit ul{

		margin-top:0;

	}

	.tit li a:hover, .tit li h3 {

	  font-size: 13px;

	}

	.tit li a {

	  margin-top: 0;

	}

	.tit li a span {

	  width: 40px;

	  margin: 0 5px;

	}

	.more01 {

	  width: 50px;

	  height: 50px;

	  margin-top: 0;

	  background-size: 100%;

	}

	.tit01 .more02 {

	  margin-top: 7px;

	  width: 84px;

	  background-size: 100%;

	}

	.ban03 img {

	  margin-top: 20px;

	}

	.guest {

	  margin-top: 30px;

	}

	.guest01 li {

	  width: 100%;

	  margin-right: 0;

	}

	.guest01 li div.z {

	  width: 75%;

	}

	.ban04 {

	  margin-top: 30px;

	}

	.bantit {

		width:0;

		height:0;

	}

	.bantit span {

	  display: none;

	}

	.ban041 {

	  width: 100%;

	}

	.ban041 ul, .bantit {

	  max-height: 192px;

	}

	.eva01 {

	  width: 100%;

	}

	.eva02 {

	  height: 298px;

	  margin-top: 30px;

	  width: 100%;

	}

	.eva02 ul li div.e1 {

	  text-align: right;

	  width: 130px;

	  padding-left: 0;

	}

	.eva02 ul li div.e1 h3{

		font-size:14px;

		margin-left:5px;

	}

	.eva02 ul li div.e1 h3 em{

		font-size:12px;

	}

	.eva02 .pagination3{

		right:0;

	}

	.ftmenu ul {

	  margin-left: 0;

	  width: 100%;

	  margin-top:10px;

	  padding-bottom:10px;

	}

	.ftmenu ul li{

		width:25%;

		padding:0;

		line-height:30px;

		text-align:center;

	}

	.ftmenu li a {

	  font-size: 13px;

	  border: 1px solid #8e9aa7;

	  display: block;

	  margin: 1px;

	  border-radius: 3px;

	}

	.ftmenu .close03 {

	  margin-top: -39px;

	  margin-right: 29px;

	}

	.foot2 {

	  margin-top: 25px !important;

	  padding-bottom: 20px;

	  border-bottom: 1px solid #ddd;

	}

	.con04 {

	  padding: 0;

	  border: none;

	  width: 100%;

	}

	.order {

	  margin: 0;

	  margin-top: 10px;

	  border-top: 2px solid #8EDFFE;

	  padding-top: 25px;

	  height: 415px;

	  width:100%;

	}

	.price div.bg05

	,.price div.bg06{

		display:none;

	}

	.price {

	  padding-top: 30px;

	  margin-top: 30px;

	}

	.activity {

	  margin-top: 20px !important;

	  padding-bottom: 30px;

	}

	.act01 {

	  width: 100%;

	}

	.act01 .bg07 {

	  height: 175px;

	  background-size: 100%;

	}

	.act02 {

	  width: 100%;

	}

	.act02 li div em {

	  margin-top:20px;

	}

	.act02 li div p, .youshi li div {

	  line-height: 20px;

	}

	.act02 {

	  max-height: 309px;

	}

	.youshi li {

	  width: 50%;

	}

	.youshi li img {

	  max-width: 136px;

	  height: 130px;

	}

	.youshi li p{

		height:20px;

		overflow:hidden;

	}

	.youshi li div{

		padding-top:7px;

	}

	.youshi {

	  margin-top: 25px !important;

	}

	.con03 li {

	  width: 50%;

	  margin: 0;

	}

	.con03 li span {

	  width: 120px;

	  height: 120px;

	}

	.footer {

	  margin-top: 10px;

	}

	.foot03 {

	  margin-top: 30px !important;

	 }

	 .copy p, .copy p a {

	  font-size: 12px;

	}

	.ftnav{

		margin-top:10px;

	}

	.links li {

	  margin-top: 15px;

	  margin-right: 5px;

	}

	.top {

	  bottom: -11px;

	}

	.pox span {

	  width: 100%;

	  height: 40px;

	}

	.pox p {

	  font-size: 17px;

	  line-height: 40px;

	  float: left;

	}

	.pox {

	  height: 78px;

	}

	.show02 {

	  width: 100%;

	}

	.show02 li div {

	  bottom: 10px;

	  right: 10px;

	}

	.show03 {

	  width: 100%;

	  height: 360px;

	  margin-top:20px;

	}

	.show03 .list-nav {

	  top: 180px;

	  left: 0;

	}

	.list-show01{

		margin:30px 0;

	}

	.related{

		padding:30px 0;

	}

	.retit {

	  width:100%;

	  height:400px;

	 }

	.reated02 {

	  width: 100%;

	  margin-top:10px;

	}

	.stit01{

		background:none;

		margin-top:30px;

		margin-bottom:0;

	}

	.stit01 span{

		width:100%;

	}

	.guest01 {

	  margin-top: 30px;

	}

	.page {

	  margin: 30px 0;

	}

	.retit {

	  width: 100%;

	  height: 428px;

	}

	.retit{

		background-size:300px;

	}

	.video01{

		background:none;

		height:auto;

		margin-top:20px;

	}

	.video01 img {

	  position: inherit;

	  width: 100%;

	  height: auto;

	}

	.video02 li {

	  width: 49%;

	  margin-right: 2%;

	  margin-bottom:2%;

	}

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

		margin-right:0 !important;

	}

	.film .film01 {

	  width: 285px;

	  height: 200px;

	  margin-left: -150px;

	  margin-top: -100px;

	  top: 50%;

	}

	.video02 li div.tc .tc01 object

	,.film .film01 object{

		  width: 300px !important;

		  height: 200px !important;

	}

	.video02 li div.tc .tc01 object embed

	, .film .film01 object embed{

	  width: 285px !important;

	  height: 200px !important;

	}

	.film .film01 iframe{

		width:100% !important;

		height:100% !important;;

	}

	.film span {

	  right: -7px;

	}

	.pox02 span{

		background-position:left center;

	}

	.service {

	  margin-top: 20px;

	}

	.ser01

	,.pox span {

		display:none;

	}

	.ser02 {

	  width: 100%;

	}

	.ser02 li div h3 {

	  font-size: 14px;

	  padding:0;

	}

	.ser02 li div h2 {

	  font-size: 24px;

	  padding-top: 0;

	}

	.ser02 li div {

	  width: 100%;

	  margin-top: 20px;

	}

	.ser02 li span {

	  width: 100%;

	}

	.pox {

	  height: 40px;

	}

	.fans01 img {

	  margin-top: 30px;

	  padding-bottom: 13px;

	  width: 48%;

	  height: auto;

	}

	.fans02 li {

	  width: 100%;

	  margin-right: 0;

	  margin-bottom: 30px;

	  padding-bottom: 20px;

	  border-bottom: 2px solid #eee;

	}

	.fans02 li a {

	  padding-left: 0;

	}

	.fans02 li:hover a {

		background:none;

	}

	.fans02 li .e1 h3 {

	  font-size: 15px;

	  line-height: 50px;

	  margin: 0 5px;

	}

	.fans02 li .e2 {

	  width: 65%;

	  font-size: 12px;

	  line-height: 17px;

	}

	.fans02 {

	  margin-top: 35px;

	  margin-bottom: 30px;

	}

	.youb a {

	  padding: 0 18px 0 50px;

	  margin-top: 10px;

	  margin-left:0;

	  margin-right:10px;

	}

	.youb{ float:left;}

	.kepian01 h3 {

	  font-size: 25px;

	  width:80%;

	}

	.pub a{

		font-size:12px;

	}

	.kepian01 {

	  margin-top: 14px;

	}

	.kepian ul {

	  margin-top: 30px;

	  padding-top: 30px;

	  border-top: 3px solid #eee;

	}

	.kepian li {

	  width: 49%;

	  margin: 0;

	  margin-bottom: 2%;

	  margin-right: 2%;

	}

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

		margin-right:0 !important;

	}

	.kepian li a{

		max-height:114px;

	}

	.kepian li a img {

	  min-height: 114px;

	}

	.yem05 p a {

	  font-size: 25px;

	}

	.newstit span {

		display:none;

	}

	.newstit {

	  height: 50px;

	  background-size: 65px;

	}

	.newstit .news-nav {

	  margin-top:24px;

	  margin-left: 0;

	}

	.news03 {

	  margin: 30px 0;

	}

	.news03 li h3 {

	  font-size: 20px;

	  margin-top:20px;

	}

	.view-news01

	,.view-news02 {

	  width: 100%;

	}

	.view05 a {

	  width: 130px;

	  margin-top: 26px;

	}

	.view05 a.fanhui02, .view05 a.qq09 {

	  background-position: 20px center;

	}

	.view-news {

	  margin-top: 30px;

	}

	.news02 li {

	  width: 100%;

	  margin-right: 0;

	}

	.news02 li .n1 {

	  padding-bottom: 10px;

	}

	.fans02 li div.tc img {

	  max-height: 400px;

	}

	.con01 ul

	,.ban02 .prev, .ban02 .next {

	  display: none;

	}

	.ban02 {

	  height: 245px;

	}

	.show {

	  margin-top: 30px !important;

	}

	.show01 {

	  margin-top: 15px;

	}

	.show01 li div.s2 h3 {

	  font-size: 14px;

	  margin-left: 0px;

	  margin-top: 3px;

	  padding-bottom:0px;

	  min-width: inherit;

	  background:none;

	  width:100%;

	  height:30px;

	  line-height:30px;

	  overflow:hidden;

	}

	.show01 li div.s2 em {

		display:none;

	}

	.guest01 {

	  margin-top: 10px;

	}

	.guest01 li {

	  width: 49%;

	  margin-right: 2% !important;

	  margin-bottom:2%;

	}

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

		margin-right:0 !important;

	}

	.guest01 li span {

	  margin-top: -20px;

	 }

	 .guest01 li div h3 {

	  padding-top: 4px;

	}

	.ban04 {

	  padding-top: 10px;

	  margin-top:10px;

	}

	.ban042 ul {

	  margin-top: 10px;

	}

	.act01 .bg07 {

	  height: 80px;

	  background-size: auto 100%;

	}

	.act02 li div p, .youshi li div {

	  line-height: 19px;

	  height: 97px;

	  overflow: hidden;

	  padding-bottom: 0;

	  background: none;

	}

	.act02 li{

		width:100%;

	}

	.eva01 .weibo{

		width:122px;

		height:212px;

		top:113px;

		right:38px;

	}

	.eva01 .weibo iframe{

		width:122px;

		height:212px;

	}

	show01 li div.s2 em {

		float: right;

		display: block;

		width: 43px;

		height: 20px;

		margin-top: 20px;

		font-style: normal;

		font-size: 12px;

		color: #d2d2d2;

		font-family: "simsun";

		font-weight: bold;

	}

	.show01 li div.s2 em {

		width: 40px;

		height: 20px;

		margin-top: 20px;

		font-size: 12px;

	}

	.eva02 ul li div.e1 h3 {

		max-width:50%;

	}

	.eva02 ul li div.e2 {

	  width:55%;

	}

	.date01 {

		margin-left: 0;

		width: 100%;

		margin-top: 10px;

	}

	.date01 h4 {

		font-size: 20px;

		width: auto;

		margin-bottom: 0;

		margin-right: 10px;

		line-height: 42px;

	}

	.date01 input {

		width: 46%;

	}

	.price .prev, .price .next{

		display:none;

	}

	.banner .prev{

		left:0;

	}

	.banner .next{

		right:0;

	}

	.default-article-content iframe{

		height:225px !important;

	}

	.ban02{

		margin-bottom:30px;

	}



}





.uid-2793 .header

,.menu li ul li:hover a{

	background: #b31015 !important;

}

.uid-2793 .menu li.a a

,.uid-2793 .menu li:hover a

,.uid-2793 .menu li ul {

    background: #920f13;

} 


