/*!

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

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

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

}
/*全局手机样式*/

html,body,header,footer{ max-width:1023px;}

html{ 

	position:relative; 

	/*

	background:url(/temp/temp/default/default-0001/1/images/touch/bg_1.jpg);

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

h1,h2,h3,h4{ font-weight:400;}



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

#mobile-nav h3{ font-size:2em; text-align:center;}

.default-mobile-nav-menu{

	padding-bottom:50px;

}

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

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

.default-mobile-nav-menu li a em{ display:none;}

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

/*---手机二级导航----*/

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

		background:url("/temp/temp/default/default-0001/1/images/g46.png") no-repeat center right;

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }

*/

body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}

body.nav-on .ui-mobile .ui-page-active{overflow:visible;}

body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}

body.nav-on #mobile-nav{overflow-y:auto;}

/*底部*/

footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}

footer a{ color:#fff;}



/*分页按钮*/

.default-mobile-page{ margin-top:10px;}

.default-mobile-page a{ background-color:#fff;}

.default-mobile-page a.a{ background-color:#333;}



/*列表页相关栏目列表*/

.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}

.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}

.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}

.default-mobile-list-cats nav{ display:none;}

.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}

.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}

.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}



/*导航滑动提示*/

.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}

.swipe-right-tip{ right:5%;  background:url(/temp/temp/default/default-0001/1/images/touch/swipe_left.png) no-repeat center;}

.swipe-left-tip{ right:95%; background:url(/temp/temp/default/default-0001/1/images/touch/swipe_right.png) no-repeat center;} 



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}



/*覆盖默认*/

.default-slider-single > .default-slider-box > ul > li img{

	height:auto;

}



/*底部版权*/

.default-mobile-copyright{ height:0; display:none;}

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

/*53客服被遮挡的 BUG*/

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

/*视频嵌入 100%宽度*/

.default-article-content iframe{ width:100% !important;}



/*手机内容页被调整过宽度后的高度自适应*/

article .content img{

	height:auto !important;

}




.header{

	

}

#samplepanel {

  background: #FFF;

  position: relative;

  z-index: 3;

  display:block !important;

}

.header {

  background:url("/temp/temp/52/52-0079/201606221801/images/bg.png");

  position: fixed;

  top: 0;

  width: 100%;

  border-bottom: 1px solid #000;

  z-index: 2;

  padding: 15px 0;

  transition: all 0.3s ease-in-out;

}

.header.active{

	padding:0;

	transition: all 0.3s ease-in-out;

}

.logo img{

	max-height:100px;

}

.w960 .logo img{

	max-height:64px;

}

.menu li a {

  display: block;

  padding: 0 20px;

  font-size: 14px;

  color:#fff;

}

.w960 .menu li a{

	padding:0 12px;

}

.menu{

	margin-top:30px;

}

.menu li {

  float: left;

  line-height: 30px;

  border: 1px solid transparent;

  margin: 0 10px;

  border-radius: 16px;

}

.menu li:hover

,.menu li.a {

	 border: 1px solid #FF6A94;

}

.menu li:hover a

,.menu li.a a{

	color:#FF6A94;

}

.menu li ul{

	width:100%;

}

.menu li ul li

,.menu li ul li.a {

  margin: 0;

  border:none;

  border-radius:0;

}

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

	border:none;

} 

.menu li ul li:hover {

	border-bottom: 1px solid #FF6A94;

}

.banner{

	overflow:hidden;

	max-height:870px;

}

.banner .prev

,.banner .next{

	display:block;

	width:50px;

	height:50px;

	margin:0 10px;

	position:absolute;

}

.banner .dots{

	bottom: 25px;

}

.banner .dots span{

	width:12px;

	height:12px;

	transform:rotate(45deg);

	-ms-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-webkit-transform:rotate(45deg);

	-o-transform:rotate(45deg);

}

.banner .dots span.active{

	background-color:#FF6A94;    

}

.hot{

	margin:50px auto;

	overflow:hidden;

}

.hot ul{

    overflow: hidden;

}

.hot ul li {

  float: left;

  width:396px;

  height:280px;

  overflow:hidden;

}

.w960 .hot ul li{

	width:320px;

	height:214px;

}

.hot ul li a{

	display:block;

	 padding: 10px;

}

.hot ul li img{

	width:100%;

	height:auto;

}

.hot ul li p{

	text-align:center;

	position:relative;

	line-height:45px;

	background:#000;

	opacity:.8;

	color:#fff;

	margin-top:-45px;

	font-size:14px;

}

.hot01{

	text-align:center;

	margin-top:10px;

}

.hot .prev

,.hot .next

,.anli{

	display:inline-block;

	width:40px;

	height:40px;

	transition:all .3s;

	font-size:0;

	background:url("/temp/temp/52/52-0079/201606221801/images/case_slide_btn.png") no-repeat;

}

.hot .prev

,.hot .next

,.anli{

	*display:inline;

}

.hot .prev, .hot .next {

  bottom: 5px;

  top: initial;

  opacity:1;

}

.hot .prev{

	background-position: 0px 0;

	left: 50%;

    margin-left: -67px;

}

.hot .next{

	background-position: -80px 0;

	right: 50%;

    margin-right: -67px;

}

.anli{

	background-position: -40px 0px;

}

.hot .prev:hover{

	background-position: 0px -40px;

	background-color:#ccc;

}

.hot .next:hover{

	background-position: -80px -40px;

	background-color:#ccc;

}

.anli:hover{

	background-position: -40px -40px;

		background-color:#ccc;

}

.about {

  width: 100%;

  overflow: hidden;

  height: 450px;

  position: relative;

}

.about img{

	max-width:inherit;

}

.about h3 {

  font-size: 30px;

  margin-bottom: 20px;

}

.about h3 a{

	  color: #fff;

}

.about01 {

  margin-top: -368px;

  margin-bottom:60px;

}

.about p {

  font-size: 14px;

  color: #fff;

  width: 800px;

  line-height: 1.9em;

  height:168px;

  text-align:justify;

  overflow:hidden;

}

.about03 {

  position: absolute;

  left: 50%;

  margin-left: -600px;

}

.w960 .about03{

	margin-left:-480px;

}

.about03 li{

	float:left;

	width:25%;

	text-align:center;

	color:#fff;

	transition:all .3s;

}

.about03 li a{

	display:block;

}

.about03 li img{

	width:100%;

	height:auto;

}

.about03 li h3 {

  margin-top: -38px;

  font-size: 18px;

  color: #fff;

  height: 24px;

  overflow: hidden;

}

.about03 li:hover{

	margin-top:-10px;

}

.wedding{

	margin-bottom:70px;

}

.wedding ul li{

	float:left;

	width:32%;

	margin-right:2%;

}

.wedding ul li a{

	display:block;

	font-size:14px;

	font-weight:bold;

}

.wedding ul li span{

	display:block;

	width:100%;

	height:100%;

	overflow:hidden;

}

.wedding ul li a img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.wedding ul li:hover a img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.wedding ul li h3{

	width:60%;

	line-height:35px;

}

.wedding ul li a p{

	font-family: Georgia;

	line-height:35px;

}



.tit{

	text-align:center;

}



.news{

	height:500px;

	background:url("/temp/temp/52/52-0079/201606221801/images/type_sec02.jpg") no-repeat center center;

	padding:50px 0;

	padding-top:20px;

}

.news h1 {

  font-size: 30px;

  color: #fff;

  text-align: center;

  margin-bottom: 20px;

}

.news ul{

	text-align:center;

	position:relative;

	height:350px;

}

.news li{

	display:inline-block;

	padding:0 20px;

}

.news li{

	*display:inline;

}

.news li ul{

	position:absolute;

	width:100%;

	text-align:inherit;

	left:0;

	top:60px;

	display:none;

	  height: auto !important;

}

.news li.n1 ul{

	display:block;

}

.news li a {

  color: #fff;

  font-size: 14px;

  display: block;

  padding: 5px 30px;

  border-radius: 20px;

  border: 1px solid transparent;

}

.news li a:hover {

  	  border: 1px solid #FF6A94;

	  color:#FF6A94;

}

.news li ul li {

  float: left;

  width: 24%;

  display: inherit;

  margin-right: 1.3%;

  padding:0;

}

.news li ul li a{

	display:block;

	padding:0;

	border-radius:0;

	border:none;

}

.news li ul li a:hover{

	border:none;

	color:#fff;

}

.news li ul li img{

	width:100%;

	height:auto;

}

.news li ul li h3{

	text-align:left;

	font-size:17px;

	line-height:30px;

	height:30px;

	overflow:hidden;

	margin-top:5px;

}

.news li ul li p{

	font-size:12px;

	color:#f1f1f1;

	line-height:20px;

	height:60px;

	overflow:hidden;

	text-align:left;

	text-indent:2em;

	margin-top:5px;

	text-align:justify;

}

.news li ul li em{

	display:block;

	height:2px;

	width:0;

	background:#FF6A94;

	transition: all 0.1s linear;

}

.news li ul li:hover em{

	width:70px;

}

.more01{

	display:block;

	width:84px;

	line-height:30px;

	text-align: right;

 	color: #fff;

    font-size: 14px;

    margin: 0 auto;

	background:url("/temp/temp/52/52-0079/201606221801/images/news_more.png") no-repeat center left;

}

.more01:hover{

	color:#FF6A94;

}

.partner ul li{

	float:left;

	width:25%;

	background:#000;

}

.partner ul li a{

	display:block;

}

.partner ul li a img{

	width:100%;

	height:auto;

}

.footer {

  background: #333;

  border-top: 5px solid #FF6A94;

  margin-top: 50px;

  padding-top: 50px;

}

.lianxi {

  width: 30%;

  border-right: 1px solid #555;

}

.lianxi h3{

	font-size:20px;

	color:#fff;

	margin-bottom:20px;

}

.lianxi li{

	float:left;

	margin-right:15px;

}

.lianxi li a{

	display:block;

	width:32px;

	height:32px;

	background:url("/temp/temp/52/52-0079/201606221801/images/in_icon.png") no-repeat;

}

.lianxi li:hover a{

	opacity:.7;

}

.lianxi li.tx a{

	background-position: -32px 0;

}

.lianxi li.qq a{

	background-position: -64px 0;

}

.lianxi li.wx a{

	background-position: -96px 0;

}

.lianxi p{

	line-height:30px;

	color:#fff;

	margin-top:10px;

	font-size:14px;

}

.lianxi p em{

	display:block;

	font-size:30px;

	font-family: Georgia;

	font-style:normal;

}

.contact {

  width: 40%;

  padding-left: 10%;

  border-left: 1px solid #000;

  height:152px;

  border-right:1px solid #555;

}

.contact li{

	width:100%;

	float:left;

	line-height:35px;

}

.contact h5

,.contact p{

	float:left;

	color:#fff;

}

.sao {

  height: 152px;

  border-left: 1px solid #000;

  width: 19%;

  text-align: right;

}

.sao img{

	margin-left:50%;

}

.copy p{

	margin:0 auto;

	text-align:center;

	padding-top:20px;

	color:#fff;

}

.default-pc-copyright{

	width:100%;

}

.default-pc-copyright a {

  color: #777;

}

.default-pc-copyright a:hover {

  color: #fff;

}

.hlw {

  width: 300px;

  margin: 20px 50px;

}

.hlw h3 {

  font-size: 20px;

  color: #000;

  font-weight: bold;

  margin-bottom: 10px;

}

.hlw p{

	color:#999;

}

.copy{

    padding: 10px 0px;

	font-size:15px;

	font-family:"simsun";

}

.copy p{

	text-align:center;

}

.top {

  width: 60px;

  height: 60px;

  background: #434343;

  position: fixed;

  bottom:116px;

  right: 15px;

  color: #fff;

  line-height: 60px;

  text-align: center;

  font-size: 42px;

  font-family: initial;

  font-weight: bold;

  transform: rotate(45deg);

  -ms-transform:rotate(45deg);

  -moz-transform:rotate(45deg);

  -webkit-transform:rotate(45deg);

  -o-transform:rotate(45deg);

  cursor:pointer; 

}

.top span{

	display:block;

	transform: rotate(225deg);

	-ms-transform: rotate(225deg);

	-moz-transform: rotate(225deg);

	-webkit-transform: rotate(225deg);

	-o-transform: rotate(225deg);

	font-size: 35px;

    font-weight: normal;

}

.top:hover {

	background:#000;

}

body{

	background:#333;

}

.links{

	text-align:center;

	padding-bottom:20px;

	overflow:hidden;

}

.links dt,

.links dd{

	display:inline-block;

	margin-right:10px;

	color:#fff;

	float:none;

	font-size:13px;

}

.links dd a {

  color: #777;

}

.links dt,

.links dd{

	*display:inline;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index: 2000;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: white;

	z-index:2000;

}

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

	margin:0 2.4%;

}

.close{

	display:block;

	background:url("/temp/temp/52/52-0079/201606221801/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}





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

.banner01{

	position:relative;

	width:100%;

	height:300px;

	overflow:hidden;

	margin-top:111px;

}

.banner01 img{

	width:1920px;

	position:absolute;

	margin-left:-960px;

	left:50%;

}

.pg_list

,.pg_view{

	background:#000;

}

.list-news{

	margin:90px auto;

	background:url("/temp/temp/52/52-0079/201606221801/images/bg_03.png") no-repeat center top;

}

.cattit{

	font-size: 30px;

    color: #fff;

	line-height:111px;

	background-position:67px center;

}

.cattit em {

  display: block;

  font-style: normal;

  padding-right: 81px;

  text-transform: capitalize;

  background:url("/temp/temp/52/52-0079/201606221801/images/tiht.png") no-repeat center right;

}

.cattit span{

	display:block;

	margin-left:-36px;

}

.list-news ul li{

	padding:20px 0;

	border-bottom:1px dashed #E4C568;

}

.list-news ul li a{

	display:block;

}

.list-news li span {

  display: block;

  width: 260px;

  height: 174px;

  overflow: hidden;

}

.list-news li span img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.list-news li:hover span img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.list-news li div{

	width:76%;

}

.list-news li div h3{

	font-size:18px;

	color:#fff;

	font-family:"simsun";

	margin-top:5px;

}

.list-news li div em {

  font-style: normal;

  font-size: 12px;

  color: #a58a47;

  line-height: 2em;

}

.list-news li div p {

  font-size: 14px;

  color: #A58A37;

  margin: 10px 0;

  line-height: 22px;

}

.list-news li div strong

,.more02{

  display: block;

  width: 90px;

  height: 30px;

  text-align: center;

  border-radius: 20px;

  line-height: 30px;

  background: #e4c568;

  color: #9d200c;

  margin-top: 17px;

}

.more03 {

  display: block;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  border: 1px solid #FF6A94;

  border-radius: 20px;

  margin-top: 30px;

  line-height: 35px;

  color: #FF6A94;

  font-size: 14px;

  transition:all .5s;

}

.more03:hover{

	width:250px;

}

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

	background:#000;

}

.page{

	text-align:center;

	margin:30px 0;

}

.page a{

	display:inline-block;

	float:none;

	color: #fff;

}

.page a{

	*display:inline;

}

.list-news ul li{

	opacity:0;

	transform:translateX(-200px);

}

.list-news ul.list-active li{

	opacity:1;

	transform:translateX(0);

	transition-duration:.5s;

	transition-delay:.5s;

}

.list-news ul.list-active li:nth-child(1)

,.list-news ul.list-active li:nth-child(2){

	transition-delay:.3s;

}

.list-news ul.list-active li:nth-child(3)

,.list-news ul.list-active li:nth-child(4){

	transition-delay:.5s;

}

.list-news ul.list-active li:nth-child(5){

	transition-delay:.7s;

}

.list-nav ul {

  margin: 0 !important;

  margin-top: 40px !important;

}

.list-nav li {

	float:left;

  width: auto !important;

  margin-right: 0 !important;

  margin-bottom: 0 !important;

}

.list-nav li a {

  display: block;

  width:100px;

  line-height: 35px;

  border: 1px solid #fff;

  margin-left: 10px;

  border-radius: 5px;

  color: #fff;

  text-align:center;

}

.list-nav li span{

	display:none !important;

}

.list-nav li:hover a{

	color:#FF6A94;

	background:#fff;

}





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

.article{

	color:#fff;

	margin-top:20px;

}

.bt a

,.bt em

,.bt p{

	color:#fff;

}

.word{ margin-top:60px;}

.word h3{

	color: #E95D7F;

    font-size: 24px;

}

.word .w01{

	line-height:50px;

	color:#ccc;

	display:block;

	font-size:15px;

	border-bottom:1px solid #fff;

}

.word .w01 em {

  font-style: normal;

  margin-left: 20px;

  font-weight: bold;

  color: #E95D7F;

  font-size: 18px;

}

.word .w01 em.y{

	text-decoration:line-through;

}

.public{

	text-align:right;

	margin-top:10px;

}

.public a{

	color:#fff;

}

.pub{

	text-align:right;

}

.pub a{

		color:#fff;

}

.pub a:hover{

	color:#999;

}

.yem {

  color: #c7aa5e;

  padding: 30px 0;

  border: 1px solid #fff;

  border-right: none;

  border-left: none;

  font-size:14px;

  margin-top:30px;

}

.yem a{

	color:#fff;

}

.fanhui {

  display: block;

  width: 100px;

  height: 32px;

  line-height: 32px;

  margin: 0 auto;

  text-align: center;

  background: #e4c568;

  color: #9d200c;

  font-size: 14px;

  border-radius: 20px;

  margin-top:30px;

}

.share{

	width:158px;

	height:38px;

	margin:0 auto;

	margin-top:-60px;

}



.word{

	opacity:0;

	transform:translateX(100px);

}

.word.word-active{

	opacity:1;

	transform:translateX(0);

	transition-duration:.3s;

	transition-delay:.3s;

}



/*---------------list-online---------------------*/

.yuding{

	 background: #FF6A94;

	 padding-bottom:100px;

}

.yuding h2{

	margin:20px;

}

.online{

	text-align:center;

}

.ren{

	margin-bottom:50px;

}

.ren span{

	display:block;

	width:100px;

	height:100px;

	border-radius:50%;

	margin:0 auto;

	background:url("/temp/temp/52/52-0079/201606221801/images/b_ziliao.png") no-repeat center center;

	background-color: #E4C568;

	position:relative;

	z-index:1;

}

.ren em{

	display:block;

	border-bottom:1px solid #ccc;

	height:1px;

	margin-top:-50px;

}

.online label {

  line-height: 35px;

  color: #fff;

  font-size: 14px;

  width: 89px;

  text-align: right;

}

.online input {

  line-height: 35px;

  border: 1px solid #fff;

  background: none;

  color: #fff;

  width: 300px;

}

.online h4{

	display:none;

}

.online label 

,.online input{

	display:inline-block;

}

.online .default-form-item{

	margin-bottom:30px;

}

.online [type="submit"] {

  width: 100px !important;

  margin-left: 46px;

  background: #B69D53 !important;

  border-radius: 20px;

  border: none !important;

  color: #A10F38 !important;

}

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

.list-video{

	margin:60px auto;

}

.video li {

  float: left;

  width: 48%;

  margin-right: 2%;

  background: #a59460;

  position: relative;

  margin-bottom: 2%;

}

.video li a{

	display:block;

}

.video li span {

  display: block;

  width: 96%;

  margin: 2%;

  background:#000;

}

.video li img{

	width:100%;

	height:auto;

	transition:all .4s;

}

.video li:hover img{

	opacity:.7;

}

.video li div {

  width: 96%;

  margin: 2%;

}

.video li div h3 {

  color: #fff;

  font-size: 18px;

  font-weight: bold;

  line-height: 30px;

}

.video li div p {

  color: #fff;

  font-size: 14px;

  line-height: 2em;

}

.video ins{

	display:block;

	width:84px;

	height:84px;

	position:absolute;

	top:31%;

	left:50%;

	margin-left:-42px;

	background:url("/temp/temp/52/52-0079/201606221801/images/video.png") center center no-repeat;

}

.video{

	opacity:0;

	transform:translateY(200px);

}

.video.video-active{

	opacity:1;

	transform:translateX(0);

	transition-duration:.5s;

	transition-delay:.5s;

}





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

/* @group Base Flipster Styles */

.flipster {

  display: block;

  margin: 0 auto;

  width: 100%;

  position: relative;

}

.flip-items,

.flip-item {

  display: block;

  margin: 0 auto;

  padding: 0;

  list-style-type: none;

}

.flip-items {

  width: 100%;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transform-origin: 50% 50%;

  -moz-transform-origin: 50% 50%;

  -o-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.flip-item {

  position: absolute;

  opacity: 0.99;

  /* Fix for strange clipping behavior on rotated elements in Chrome. */



}

.flip-past,

.flip-future,

.flip-next,

.flip-prev {

  cursor: pointer;

}

.flip-item img {

  display: block;

  width: 100%;

}

/* @end */

/* @group Coverflow Style */

.flipster-coverflow .flip-items {

  -webkit-transition: all 350ms ease-in-out;

  -moz-transition: all 350ms ease-in-out;

  -o-transition: all 350ms ease-in-out;

  -ms-transition: all 350ms ease-in-out;

  transition: all 350ms ease-in-out;

  position: relative;

  padding-top: 2%;

  padding-bottom: 5%;

}

.flipster-coverflow .flip-item {

  display: block;

  -webkit-transition: all 175ms ease-in-out;

  -moz-transition: all 175ms ease-in-out;

  -o-transition: all 175ms ease-in-out;

  -ms-transition: all 175ms ease-in-out;

  transition: all 175ms ease-in-out;

  -webkit-transform-origin: 50% 50%;

  -moz-transform-origin: 50% 50%;

  -o-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  -webkit-perspective: 800px;

  -moz-perspective: 800px;

  perspective: 800px;

  position: absolute;

  width: 30%;

}

.flipster-coverflow .flip-content {

  -webkit-transition: all 350ms ease-in-out;

  -moz-transition: all 350ms ease-in-out;

  -o-transition: all 350ms ease-in-out;

  -ms-transition: all 350ms ease-in-out;

  transition: all 350ms ease-in-out;

  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));

}

.flipster-coverflow .flip-past .flip-content {

  -webkit-transform: rotateY(55deg) scale(0.75);

  -moz-transform: rotateY(55deg) scale(0.75);

  -o-transform: rotateY(55deg) scale(0.75);

  -ms-transform: rotateY(55deg) scale(0.75);

  transform: rotateY(55deg) scale(0.75);

}

.flipster-coverflow .flip-future .flip-content {

  -webkit-transform: rotateY(-55deg) scale(0.75);

  -moz-transform: rotateY(-55deg) scale(0.75);

  -o-transform: rotateY(-55deg) scale(0.75);

  -ms-transform: rotateY(-55deg) scale(0.75);

  transform: rotateY(-55deg) scale(0.75);

}



.flipster-coverflow.no-rotate .flip-past .flip-content {

  -webkit-transform: scale(0.75);

  -moz-transform: scale(0.75);

  -o-transform:scale(0.75);

  -ms-transform:scale(0.75);

  transform: scale(0.75);

}

.flipster-coverflow.no-rotate .flip-future .flip-content {

  -webkit-transform: scale(0.75);

  -moz-transform: scale(0.75);

  -o-transform: scale(0.75);

  -ms-transform: scale(0.75);

  transform: scale(0.75);

}





.flipster-coverflow .flip-current .flip-content {

  -webkit-transform: rotateY(0deg);

  -moz-transform: rotateY(0deg);

  -o-transform: rotateY(0deg);

  -ms-transform: rotateY(0deg);

  transform: rotateY(0deg);

}

.flipster-coverflow .flip-hidden {

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  opacity: 0;

}

/* @end */

/* @group Flip Items */

.flipster-carousel .flip-items {

  -webkit-perspective: 2000px;

  -moz-perspective: 2000px;

  perspective: 2000px;

}

.flipster-carousel .flip-item {

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition: all 350ms ease-out;

  -moz-transition: all 350ms ease-out;

  -o-transition: all 350ms ease-out;

  -ms-transition: all 350ms ease-out;

  transition: all 350ms ease-out;

}

.no-csstransforms .flipster-carousel .flip-item {

  -webkit-transition: none;

  -moz-transition: none;

  -o-transition: none;

  -ms-transition: none;

  transition: none;

}

.flipster-carousel .flip-items img {

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

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

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

}

.flipster-carousel .flip-past {

  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);

  -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);

  -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);

  -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);

  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);

}

.flipster-carousel.no-rotate .flip-past {

  -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -o-transform: translateX(-80%) translateZ(0)  scale(0.65);

  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);

  transform: translateX(-80%) translateZ(0) scale(0.65);

}

.no-csstransforms3d .flipster-carousel .flip-past {

  -webkit-transform: translateX(-56%) scale(0.5);

  -moz-transform: translateX(-56%) scale(0.5);

  -o-transform: translateX(-56%) scale(0.5);

  -ms-transform: translateX(-56%) scale(0.5);

  transform: translateX(-56%) scale(0.5);

}

.no-csstransforms .flipster-carousel .flip-past {

  left: -20%;

  top: 40%;

  width: 50%;

  height: 50%;

}

.flipster-carousel .flip-future {

  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);

  -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);

  -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);

  -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);

  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);

}



.flipster-carousel.no-rotate .flip-future {

  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);

  -moz-transform: translateX(80%) translateZ(0) scale(0.65);

  -o-transform: translateX(80%) translateZ(0) scale(0.65);

  -ms-transform: translateX(80%) translateZ(0) scale(0.65);

  transform: translateX(80%) translateZ(0) scale(0.65);

}



.no-csstransforms3d .flipster-carousel .flip-future {

  -webkit-transform: translateX(56%) scale(0.5);

  -moz-transform: translateX(56%) scale(0.5);

  -o-transform: translateX(56%) scale(0.5);

  -ms-transform: translateX(56%) scale(0.5);

  transform: translateX(56%) scale(0.5);

}

.no-csstransforms .flipster-carousel .flip-future {

  left: 88%;

  top: 40%;

  width: 50%;

  height: 50%;

}

.flipster-carousel .flip-prev {

  -webkit-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);

  -moz-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);

  -o-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);

  -ms-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);

  transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);

}

.flipster-carousel.no-rotate .flip-prev {

  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);

  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);

  -o-transform: translateX(-60%) translateZ(0) scale(0.8);

  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);

  transform: translateX(-60%) translateZ(0) scale(0.8);

}

.no-csstransforms3d .flipster-carousel .flip-prev {

  -webkit-transform: translateX(-24%) scale(0.75);

  -moz-transform: translateX(-24%) scale(0.75);

  -o-transform: translateX(-24%) scale(0.75);

  -ms-transform: translateX(-24%) scale(0.75);

  transform: translateX(-24%) scale(0.75);

}

.no-csstransforms .flipster-carousel .flip-prev {

  left: -9%;

  top: 20%;

  width: 75%;

  height: 75%;

}

.flipster-carousel .flip-next {

  -webkit-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);

  -moz-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);

  -o-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);

  -ms-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);

  transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);

}

.flipster-carousel.no-rotate .flip-next {

  -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);

  -moz-transform: translateX(60%) translateZ(0) scale(0.8);

  -o-transform: translateX(60%) translateZ(0) scale(0.8);

  -ms-transform: translateX(60%) translateZ(0) scale(0.8);

  transform: translateX(60%) translateZ(0) scale(0.8);

}



.no-csstransforms3d .flipster-carousel .flip-next {

  -webkit-transform: translateX(24%) scale(0.75);

  -moz-transform: translateX(24%) scale(0.75);

  -o-transform: translateX(24%) scale(0.75);

  -ms-transform: translateX(24%) scale(0.75);

  transform: translateX(24%) scale(0.75);

}

.no-csstransforms .flipster-carousel .flip-next {

  left: 39%;

  top: 20%;

  width: 75%;

  height: 75%;

}

.flipster-carousel .flip-past,

.flipster-carousel .flip-future {

  -webkit-opacity: 0.6;

  -moz-opacity: 0.6;

  opacity: 0.6;

  z-index: 1;

  -webkit-transition-delay: 87.5ms;

  -moz-transition-delay: 87.5ms;

  -o-transition-delay: 87.5ms;

  transition-delay: 87.5ms;

}

.flipster-carousel .flip-prev,

.flipster-carousel .flip-next {

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  opacity: 0.8;

  z-index: 2;

  -webkit-transition-delay: 58.333333333333336ms;

  -moz-transition-delay: 58.333333333333336ms;

  -o-transition-delay: 58.333333333333336ms;

  transition-delay: 58.333333333333336ms;

}

.flipster-carousel .flip-current {

  z-index: 999;

  -webkit-transform: rotateY(0deg);

  -moz-transform: rotateY(0deg);

  -o-transform: rotateY(0deg);

  -ms-transform: rotateY(0deg);

  transform: rotateY(0deg);

  -webkit-transition-delay: 58.333333333333336ms;

  -moz-transition-delay: 58.333333333333336ms;

  -o-transition-delay: 58.333333333333336ms;

  transition-delay: 58.333333333333336ms;

}

.flipster-carousel .flip-hidden {

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  opacity: 0;

  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);

  -moz-transform: rotateY(0deg) translateX(0) scale(0.5);

  -o-transform: rotateY(0deg) translateX(0) scale(0.5);

  -ms-transform: rotateY(0deg) translateX(0) scale(0.5);

  transform: rotateY(0deg) translateX(0) scale(0.5);

  -webkit-transition-delay: 116.66666666666667ms;

  -moz-transition-delay: 116.66666666666667ms;

  -o-transition-delay: 116.66666666666667ms;

  transition-delay: 116.66666666666667ms;

}

/* @end */

.no-transition {

  -webkit-transition-duration: 0ms !important;

  -moz-transition-duration: 0ms !important;

  -o-transition-duration: 0ms !important;

  transition-duration: 0ms !important;

}

/* @end */



.banner02{

	height:377px;

}



.list-show{

	background:url("/temp/temp/52/52-0079/201606221801/images/bg_03.png") no-repeat center top;

	margin:60px auto;

}

.list-show ul li{

	width:550px;

}

.list-show ul li img{

	width:100%;

	height:auto;

}

.list-show ul li span{

	display:block;

	width:100%;

}

.list-show ul li div.ss {

  width: 90%;

  margin-top: 20px;

  background: #222;

  padding: 5%;

  opacity:.7;

}

.list-show ul li div.ss h3{

	font-size:20px;

	color:#fff;

	line-height:40px;

	height:40px;

	overflow:hidden;

}

.list-show ul li div.ss p{

	line-height:25px;

	color:#fff;

	font-size:14px;

}

.flipto-prev

,.flipto-next{

	display:block;

	width:30px;

	height:30px;

	color:transparent;

	position:absolute;

	top:50%;

	margin-top:-15px;

}

.flipto-prev{

	background:url("/temp/temp/52/52-0079/201606221801/images/ed.png") no-repeat center center;

	left:0;

}

.flipto-next{

	background:url("/temp/temp/52/52-0079/201606221801/images/d5445.png") no-repeat center center;

	right:0;

}

.album {

  margin: 100px auto;

}

.album ul{

	margin:30px 0;

}

.album ul li{

	float:left;

	width:24%;

	margin-right:1.3%;

}

.album ul li a{

	display:block;

	width: 95%;

    padding: 2%;

	border: 1px solid #fff;

}

.album ul li:hover a{

	border: 1px solid #FF6A94;

}

.album ul li img {

	width:100%;

	height:auto;

}

.more02 {

  margin: 0 auto;

  padding: 0 30px;

}

.bgt{

	height:46px;

    background:url("/temp/temp/52/52-0079/201606221801/images/yirenbgtop.png") center top no-repeat;

}

.pop {

  padding: 100px 0;

  background:url(../yirenc.png) center center no-repeat;

  background-color: #FF6A94;

}

.pop ul{

	margin-top:60px;

}

.pop ul li{

	float:left;

	width:17%;

	height:494px;

	overflow:hidden;

	margin-left:3%;

}

.pop ul li a{

	display:block;

}

.pop ul li img{

	width:100%;

	height:auto;

}

.pop ul li.p2{

	margin-right:20%;

}

.p2

,.p4{

	margin-top:80px;

}

.p3{

	margin-top:-50px;

}



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

.view-show{

	margin:100px auto;

}

.viewpic{

	margin-top:30px;

}

.viewpic span{

	display:block;

	width:45%;

	border:10px solid #FF6A94;

}

.viewpic span img{

	width:100%;

	height:auto;

}

.viewpic div{

	width:44%;

	padding:3%;

	background:#222;

	color:#fff;

	opacity:.8;

}

.viewpic div h3{

	font-size: 36px;

	margin-bottom:20px;

}

.viewpic div em{

	display:block;

	font-style:normal;

	line-height:20px;

}

.viewpic div p{

	margin: 0 0 10px;

	line-height:2em;

}

.yem01 {

  width: 100px !important;

  padding: 0 !important;

  margin-top:50px;

}

.yem01 p{

	width:40px;

	height:40px;

	margin:5px;

	background:#999;

	margin-right:10px !important;

}

.yem01 p a{

	display:block;

	color:#fff;

	font-size:30px;

	line-height:40px;

	text-align:center;

	font-family:initial;

}

.yem01 p a:hover{

	background:#444;

}



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

}



.viewpic02{

	margin-top:50px;

}

.viewpic02 ul{

	margin-top:20px;

}

.viewpic02 ul li{

	float:left;

	width:23%;

	margin:1%;

	height:198px;

	overflow:hidden;

	position:relative;

}

.viewpic02 ul li a{

	display:block;

}

.viewpic02 ul li img{

	width:100%;

	height:auto;

}

.viewpic02 ul li div{

	transition:all .3s;

}

.viewpic02 ul li:hover div{

	position:absolute;

	top:0;

	left:0;

	opacity:.2;

	width:100%;

	height:100%;

	background:url("/temp/temp/52/52-0079/201606221801/images/index_img-23.png") center center no-repeat;

}

.bgft{

	background:url("/temp/temp/52/52-0079/201606221801/images/b-xu.png") center center no-repeat; 

	height:54px;

}



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

.flim01{

	margin-top:50px;

}

.flim02 {

  width: 70%;

  height: 440px;

  overflow: hidden;

  margin: 57px 0;

  border: 8px solid #AB8410;

}

.flim02 ul {

  position: relative;

  width: 840px;

  height: 440px;

  margin-top:0;

}

.flim02 ul li {

  float: left;

  width:100%;

  position: absolute;

  top: 0;

  left: 0;

}

.flim02 ul li a{

	display:block;

}

.flim02 ul li a img{

	width:100%;

	height:auto;

}

.flim03 {

  width: 23%;

  height:568px;

  overflow: hidden;

  position:relative;

}

.flim04 {

	 height:466px;

	 overflow:hidden;

	 margin:50px 0;

}

.flim04 ul li {

  width: 100%;

  height:152px;

  position: relative;

}

.flim04 ul li a{

	display:block;

	  padding:10px;

}

.flim03 ul li div.vv {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  background: url("/temp/temp/52/52-0079/201606221801/images/video.png") center center no-repeat;

  background-size: 50px 50px;

  top: 0;

  left: 0;

  background-color: #000;

  opacity: .4;

  transition:all .3s;

}

.flim03 ul li:hover div.vv {

	opacity:0;

}

.flim03 ul li img {

  width: 94%;

  height: auto;

  border: 8px solid #fff;

}

.flim03 .newsp

,.flim03 .newsn{

	display:block;

	width:100%;

	height:50px;

	position:absolute;	

}

.flim03 .newsp{

	background:url("/temp/temp/52/52-0079/201606221801/images/nn.png") center center no-repeat;

	top:0;

}

.flim03 .newsn{

	background:url("/temp/temp/52/52-0079/201606221801/images/np.png") center center no-repeat;

	bottom:0

}

.news01 {

  background: #FF6A94;

  padding: 100px 0;

}

.news01 .wp{

	position:relative;

}

.news01 ul {

  margin: 20px 0;

}

.news01 ul li {

  float: left;

  width: 32%;

  margin-right:2%;

  margin-bottom:2%;

}

.news01 ul li a {

  display: block;

}

.news01 ul li img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.news01 ul li:hover img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.news01 ul li span{

	display:block;

	overflow:hidden;

}

.news01 ul li div {

  padding: 20px;

  background: #dcdcdc;

  margin-top: 10px;

}

.news01 ul li h3{

	font-size:16px;

	padding-bottom:10px;

	height:20px;

	overflow:hidden;

	border-bottom:1px dashed #ccc;

}

.news01 ul li p {

  line-height: 2em;

  height: 50px;

  overflow: hidden;

  margin-top: 10px;

  color: #666;

}

.news01 ul li p em {

  font-style: normal;

  font-size: 15px;

  font-weight: bold;

}

.news01 ul li p em.r{

	text-decoration: line-through;

}

.news01 ul li:hover p {

  color: #BF234F;

}

.news01-prev, .news01-next {

  position: absolute;

  font-size: 80px;

  color: #666;

  top: 40%;

  font-family: -webkit-body;

  font-weight: bold;

}

.news01-prev{

	left:0;

}

.news01-next{

	right:0;

}





/*-----------------------------list-online------------------*/

.tiaojian ul{

	position:relative;

	height:270px;

	margin-top:30px;

}

.tiaojian ul li {

  float: left;

  width: 136px;

  height: 42px;

  line-height: 42px;

  color:#a58a47;

  text-align:center;

  font-size:14px;

  cursor:pointer;

}

.tiaojian ul li div{

	position:absolute;

	text-align:left;

	width:100%;

	top:42px;

	left:0;

	display:none;

	border-bottom:1px dashed #a58a47;

	background:#000;

	padding-bottom:20px;

	border-top: 1px solid #C8412B;

}

.tiaojian ul li:hover div{

	display:block;

	color:#a58a47;

}

.tiaojian ul li:hover

,.tiaojian ul li.t1{

	background:#C8412B;

	color:#fff;

}

.tiaojian ul li.t1 div{

	display:block;

}

.jiaru01{

	width:25%;

}

.jiaru01 ul{

	margin:20px 0;

}

.jiaru01 h2{

  font-size: 24px;

  color: #eee;

  line-height: 1.5;

  padding-top: 10px;

  font-weight: bold;

}

.jiaru01 li {

  list-style-type: disc;

  color: #a58a47;

  font-size: 14px;

  font-weight: bold;

  line-height: 2em;

  margin-left:20px;

}

.jiaru01 span

,.sqjr span{

	display:block;

    background-color: #e4c568;

    color: #9d200c;

    font-size: 20px;

	width:160px;

	height:40px;

	border-radius:20px;

	text-align:center;

	line-height:40px;

	cursor:pointer;

}





hr{

	margin:50px 0;

}

.biaoge {

  padding: 50px 20px;

  background-color: #222;

  opacity: .8;

  margin-top: 30px;

  overflow:hidden;

}

.biaoge ul{

	text-align:center;

}

.biaoge01 li{

	width:100px !important;

	height:100px;

	border-radius:50%;

	display:inline-block;

	margin:0 50px ;

	border: 1px solid #e4c568;

}

.biaoge01 li{

	*display:inline;

}

.biaoge01 li.b1{

	background:url("/temp/temp/52/52-0079/201606221801/images/b_ziliao.png") no-repeat center center;

	background-color:#E4C568;

}

.biaoge01 li.b2{

	background:url("/temp/temp/52/52-0079/201606221801/images/b_zhaopian.png") no-repeat center center;

	background-color:#000;

}

.biaoge01 li.b3{

	background:url("/temp/temp/52/52-0079/201606221801/images/b_lianxi.png") no-repeat center center;

	background-color:#000;

}

.biaoge span.line {

  display: block;

  border-top: 1px solid #E4C568;

  margin-top: -55px;

}



form{

	margin-top:100px;

}

.form-group {

  width: 580px;

  margin-left:200px;

  margin-bottom: 30px;

}

.form-group label {

  float: left;

  width: 48%;

  text-align: right;

  color: #fff;

  line-height:35px;

}

.form-group input {

  float: right;

  width: 50%;

  line-height: 35px;

  background: transparent;

  border-radius: 2px;

  border: 1px solid #a58a47;

}

.radio_wrap div {

  width: 50px;

  float: left;

  height: 35px;

  background: #ccc;

  margin-left: 20px;

  text-align: center;

  line-height: 35px;

  border-radius: 20px;

}

.xiayibu {

  display: block;

  width: 100px;

  line-height: 35px;

  text-align: center;

  border-radius: 20px;

  color: #9d200c;

  background: #B69D53;

  margin: 0 auto;

}



.picture {

  width: 80%;

  margin: 0 auto;

}

.pic01{

	border:1px solid #B69D53;

	padding:2% 0;

	margin-bottom:30px;

}

.pic01 div{

	width:120px;

	height:120px;

	border-radius:50%;

	background:url("/temp/temp/52/52-0079/201606221801/images/b_picleft.png") center center no-repeat;

	background-color: #B69D53;

	margin:40px auto;

}

.picture div.z{

	width:60%;

}

.pic01 span{

	display:block;

	width:120px;

	text-align:center;

	line-height:35px;

	height:35px;

	border-radius:20px;

	margin:0 auto;

	background-color: #c8412b;

    color: #e4c568;

    font-size: 14px;

	margin-bottom:30px;

}

.xinxi{

	text-align:center;

	line-height:50px;

	color:#999;

}

.slide-bg{

	height:420px;

	overflow:hidden;

	width:400%;

	margin-top:100px;

}

.slide01{

	width:25%;

	float:left;

}

.wangc{

	margin-top:80px;

}

.wangc p {

  font-size: 30px;

  text-align: center;

  color: #B69D53;

}

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

.list-about{

	margin:50px auto;

}

.about02{

	width:83%;

	margin:0 auto;

	margin-top:30px;

}

.about02 img{

	width:98%;

	height:auto;

	border:10px solid #a58a47;

}

.about04{

	background:#333;

	padding:30px;

	margin:20px 0;

	color:#fff;

	opacity:.8;

}

.about02 h2{

	font-size:20px;

	margin-top:20px;

	line-height:50px;

}

.about04 p{

	line-height:2em;

}



.org{

	margin-top:50px;

}

.org ul{

	margin-top:30px;

}

.org ul li{

	width:32%;

	margin-right:2%;

	float:left;

	text-align:center;

}

.org ul li span{

	display:block;

	width:100px;

	height:100px;

	border-radius:50%;

	margin:30px auto;

	background:url("/temp/temp/52/52-0079/201606221801/images/d2.png") center center no-repeat;

	background-color:#d53d25;

}

.org ul li.o1{

	background:url("/temp/temp/52/52-0079/201606221801/images/abg_1.jpg") center center no-repeat;

	background-size:100% 100%;

}

.org ul li.o2{

	background:url("/temp/temp/52/52-0079/201606221801/images/abg_2.jpg") center center no-repeat;

	background-size:100% 100%;

}

.org ul li.o3{

	background:url("/temp/temp/52/52-0079/201606221801/images/abg_3.jpg") center center no-repeat;

	background-size:100% 100%;

}

.org ul li h3{

	font: 300 20px/30px "Roboto",sans-serif;

}

.org ul li h4{

	  font: 300 14px/30px "Roboto",sans-serif;

}

.org ul li div{

	margin:30px 0;

}

.org ul li div p {

  line-height: 2em;

  font-size: 14px;

}



.org ul{

	opacity:0;

	transform:translateY(-200px);

}

.org .org-active{

	opacity:1;

	transform:translateX(0);

	transition-duration:.5s;

	transition-delay:.5s;

}



.team{

	padding:100px 0;

	background: #C8412B;

}

.team01{

}

.team01 ul.z{

	width:49%;

}

.team01 ul.z li{

	float:left;

	width:48%;

	margin-right:4%;

}

.team01 ul.z li div {

  background: #e4c568;

  padding: 25px;

  color: #9d200c;

}

.team01 ul.z li img{

	width:100%;

	height:auto;

}

.team01 ul.z li h3{

	font: 300 20px/30px "Roboto",sans-serif;

}

.team01 ul.z li em{

	font: 300 14px/30px "Roboto",sans-serif;

}

.team01 ul.z li p{

	line-height:2em;

	height:120px;

	overflow:hidden;

}

.team01 ul.y{

	width:49%;

}

.team01 ul.y li{

	float:left;

	width:49%;

	margin-right:2%;

}

.team01 ul.y li a{

	display:block;

}

.team01 ul.y li.t01 {

  width: 100%;

  margin-bottom: 20px;

}

.team01 ul.y li a img{

	width:100%;

	height:auto;

}



.team01 ul.z{

	opacity:0;

	transform:translateX(-200px);

}

.team01 .teamz-active{

	opacity:1 !important;

	transform:translateX(0) !important;

	transition-duration:.5s;

	transition-delay:.5s;

}



.team01 ul.y{

	opacity:0;

	transform:translateX(200px);

}

.team01 .teamy-active{

	opacity:1 !important;

	transform:translateX(0) !important;

	transition-duration:.5s;

	transition-delay:.5s;

}

.sqjr{

	background:url("/temp/temp/52/52-0079/201606221801/images/jia_03.jpg")  no-repeat;

	padding:50px 0;

}

.sqjr p{

	font-size:23px;

	text-align:center;

	color:#a58a47;

}

.sqjr em{

	font-style:normal;

	color:#fff;

}

.sqjr span{

	margin:0 auto;

	margin-top:20px;

}

.article_aboutus .yem{

	display:none;

}

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

.show02{

	margin:50px 0;

}

.show02 li{

	float:left;

	width:24% !important;

	height:200px;

	overflow:hidden;

	margin-right:1.3%;

	margin-bottom:1.3%;

	position:relative;

}

.show02 li a{

	display:block;

}

.show02 li a img{

	width:100%;

	height:auto;

}

.show02 li div{

	position:absolute;

	width:0;

	height:0;

	background:#000;

	opacity:.7;

	color:#fff;

	left:50%;

	top:50%;

	transition: all 0.5s ease 0s;

}

.show02 li:hover div h3{

	display:block;

}

.show02 li div h3{

	text-align:center;

	font-size:18px;

	line-height:30px;

	margin-top:80px;

	color:#CC9030;

	font-family:"simsun";

	display:none;

}

.show02 li div p{

	font-size:13px;

}

.show02 li:hover div{

	width:100%;

	height:100%;

	top:0;

	left:0;

}

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

	.hot ul li{

		width:337px;

		height:auto !important;

	}

	.ismobile .about03 {

	  left: 0;

	  margin-left: 0;

	  width: 98% !important;

	}

	.mr0{

		margin-right:0 !important;

	}

	footer .fcontact .bg 

	,header .bg{

	  background-color: #000;

	  opacity: 1;

	}

	.ismobile {

	  background: #fff;  

	}

	.wedding ul li h3{

		padding-left:10px;

	}

	.wedding ul li p{

		padding-right:10px;

	}

	.default-moblie-news-list{ position: relative;}

	.default-moblie-news-list li{ margin-top:20px;}

	.default-moblie-news-list li .date{ display:block; margin:0 auto; padding:5px; width:165px; border-radius:5px; color:#fff; background-color:#999; }

	.default-moblie-news-list li .box{ color:#666;}

	.default-moblie-news-list li .box a{ color:#666;}

	.default-moblie-news-list li .box img{ margin:10px 0;}

	.default-moblie-news-list li .box h4{ font-size: 1.5em; margin-bottom:5px;}

	.default-moblie-news-list li .box h4 a{ color:#333;}

	.default-moblie-news-list li .box .date{ font-size:0.65em;}

	.default-moblie-news-list li .box p{ border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px;}

	.default-moblie-news-list li .box .more{ background: no-repeat right url("/temp/temp/default/default-0001/1/images/touch/news_list_more.png"); display:block;}

}

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

	.hot ul li{

		width:250px;

	}

}

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

	.tit img {

	  width: 50%;

	  height: auto;

	}

	.hot {

	  margin: 10px auto;

	}

	.hot ul li a{

		padding:0;

	}

	.about03 li {

	  width: 50%;

	}

	.about03 li:nth-child(3)

	,.about03 li:nth-child(4){

		display:none;

	}

	.about01 {

	  margin-bottom: 101px;

	}

	.about {

	  height: 430px;

	}

	.about p{

		width:100%;

		height:161px;

	}

	.about03 {

	  width: 95% !important;

	  margin: 0 2.5%;

	  padding: 0 !important;

	}

	.wedding {

	  margin-bottom: 20px;

	}

	.wedding ul li {

	  float: left;

	  width: 100%;

	  margin-right: 0;

	  padding-bottom: 8px;

	  border-bottom: 2px solid #FF719E;

	  margin-bottom: 20px;

	}

	.wedding .tit img

	,.partner .tit img{

		width:40%;

	}

	.about .tit img{

		width:35%;

	}

	.about .tit, .partner .tit {

	  text-align: center;

	}

	.news li {

	  padding: 0 10px;

	}

	.news li ul li {

	  width: 49%;

	  margin-right: 2%;

	  margin-bottom:14px;

	  padding-bottom:14px;

	  border-bottom:1px solid #ccc;

	}

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

		margin-right:0 !important;

	}

	.news li ul li h3 {

	  font-size: 13px;

	  color: #F6668E;

	  font-weight:bold;

	}

	.news li ul li p {

	  font-size: 11px;

	  line-height: 17px;

	  height: 52px;

	  text-indent: 0;

	  margin-top: 0px;

	}

	.news {

	  height: 630px;

	  padding:0;

	}

	.more01{

		margin-top:144px;

	}

	.partner ul li {

	  width: 100%;

	  margin-bottom: 10px;

	}

}

.ispc .banner.default-slider-single > .default-slider-box > ul > li img{

		width:100%;

		height:auto;

		left:0 !important;

		margin-left:0 !important;

}
