/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

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

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

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

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



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

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



/*单行文本*/

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



/*边距*/

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



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

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

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

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

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

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

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

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

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

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

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



/*友情链接默认样式*/

.default-pc-links-text{}

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



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



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

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

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

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



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

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

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



/*单屏滚动模式*/

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



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

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

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

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

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



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

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

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

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}


.wp{ width:1000px !important; margin:0 auto;}

.w960 .wp{ width:1000px !important;}







body{

	background:url("/temp/temp/52/52-0082/201607050938/images/bg03.png")repeat;

}



.menu{

	margin-left:29px;

}

.menu ul li {

  float: left;

  width:78px;

  padding: 75px 0;

  margin:0 3px;

  position:relative;

  	z-index:2; 

}

.menu ul li a{  

	display:block;   

}

.menu ul li span {

  display: block;

  background: url("/temp/temp/52/52-0082/201607050938/images/dd.png")no-repeat;

  width: 24px;

  height: 65px;

  text-align: center;

  font-size: 14px;

  padding-top: 12px;

  font-weight: bold;

  margin: 0 auto;

}

.menu ul li em {

  display: block;

  text-align: center;

  transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  margin-top: 10px;

  font-family: -webkit-pictograph;

  color: #000;

  margin-left: -3px;

  text-transform: uppercase;

}

.menu ul li:hover

,.menu ul li.a {

	background: url("/temp/temp/52/52-0082/201607050938/images/bg01.png")no-repeat;

	background-position: center 74px;

	background-color: rgba(130, 62, 41, 0.13);

}

.menu ul li:hover span

,.menu ul li:hover em

,.menu ul li.a span

,.menu ul li.a em{

	color:#fff;

}

.menu ul li:hover span

,.menu ul li.a span{

	background: url("/temp/temp/52/52-0082/201607050938/images/ddd.png")no-repeat;

}

.menu ul li:hover ul li span

,.menu ul li.a ul li span{

	background:none;

}

.menu ul li ul li span {

  width: 100%;

  height: 35px;

  padding-top: 0;

  line-height:35px;

  background: none !important;

}



.menu ul li ul {

  position: absolute;

  background-color: rgba(130, 62, 41, 0.13);

  top: 255px;

  z-index: 2;

  padding:10px 0;

}

.menu ul li ul li{

	float:inherit;

	line-height:35px;

	height:35px;

	padding:0;

	margin:0;

	text-align:center;

}

.menu ul li ul li a {

  color: #fff;

  font-size: 15px;

  font-family: fantasy;

}

.menu ul li:hover ul {

	display:block;

}

.menu ul li ul li:hover a {

	background:#823E29;

}

.banner{

	max-height:430px;

    margin-bottom:20px;

	overflow:hidden;

}

.banner .dots span{

	width:13px;

	height:13px;

	border-radius:50%;

}

.default-basescript-index .ban{

	margin-top:-74px;

}

.ban {

  width: 1185px;

  margin: 0 auto;

  padding-top: 74px;

  background: url("/temp/temp/52/52-0082/201607050938/images/bg02.png")no-repeat center top;

  overflow:hidden;

  margin-bottom:10px;

}

.default-mod-list .ban

,.default-mod-article .ban{

	  position:relative;

      top:-74px;

}

.banner .dots span.active{

	background-color:#BA9957;

}

.list-show{

	margin-top:-74px;

}

.video{

	width:15%;

	position:relative;

	height:100px;

}

.video01{

	position:relative;

}

.video01 img{

	width:100%;

	height:auto;

}

.video01 .video03 

,.video02 .video04{

  position: fixed;

  width: 100%;

  height: 100%;

  background: url("/temp/temp/52/52-0082/201607050938/images/df1.png") ;

  top: 0;

  left: 0;

  display:none;

  z-index:4;

}

.video01 .video03 div 

,.video02 .video04 div{

  width: 800px;

  height: 500px;

  padding: 20px;

  background: #fff;

  position: absolute;

  left: 50%;

  margin-left: -420px;

  top: 50%;

  margin-top: -270px;

}

.video01 .video03 div span

,.video02 .video04 div span{

	position:absolute;

	display:block;

	width:53px;

	height:53px;

	border:1px solid #999;

	background: url("/temp/temp/52/52-0082/201607050938/images/c836.png")no-repeat center center;

	top:0;

	right:-55px;

	left: initial;

}

.video01 .video03 object

,.video02 .video04 object

,.video01 .video03 iframe

,.video02 .video04 embed{

	width:100%;

	height:100%;

}

.video01 span.vw {

  display: block;

  width: 100%;

  height: 100% !important;

  background: url("/temp/temp/52/52-0082/201607050938/images/bg06.png")no-repeat center center;

  top: 0;

  left: 0;

  position: absolute;

  cursor:pointer;

  background-color: rgba(0, 0, 0, 0.38);

}

.video01 span p {

  text-align: center;

  color: #fff;

  font-size: 17px;

  font-family: "simsun";

  background-color: rgba(186, 153, 87, 0.7);

  line-height: 30px;

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

}

.video02 ul {

  padding-left: 51px;

  height:134px;

  background: url("/temp/temp/52/52-0082/201607050938/images/bg0c7.png")no-repeat center left;

}

.video02 ul li {

  float: left;

  width: 23px;

  font-size: 14px;

  margin: 10px 5px;

  height:100px;

  text-align:center;

  background: url("/temp/temp/52/52-0082/201607050938/images/bg07q.png")no-repeat;

  padding-top:8px;

    color: #BA9957;

	cursor:pointer;

}

.video02 ul li:hover{

	background:url("/temp/temp/52/52-0082/201607050938/images/bg0sd7.png")no-repeat  ;

	color:#000;

	background-color: #dedede;

}

.news{

	width: 37%;

	margin:0 40px;

}

.news ul li{

	font-size:14px;

	color:#666;

	line-height:32px;

	border-bottom:1px dotted #ccc;

	transition:all .3s;

}

.news ul li.n1{

	line-height:inherit;

	border:none;

	margin-bottom:10px;

}

.news ul li.n1 span{

	display:block;

	width:35%;

	overflow:hidden;

}

.news ul li.n1 span img{

	width:100%;

	height:auto;

}

.news ul li.n1 h3 {

  font-weight: bold;

  font-size: 14px;

}

.news ul li.n1 div{

	width:62%;

}

.news ul li.n1 p {

  color: #666;

  line-height: 1.8em;

  margin-top: 5px;

  height:75px;

  overflow:hidden;

}

.news ul li:hover h3 {

  color: #BC871C;

}

.set{

	width:40%;

}

.set ul{

	width: 85%;

    padding-left: 15%;

	background: url("/temp/temp/52/52-0082/201607050938/images/bg08.png") no-repeat  top left;

}

.set ul li {

  background: #f9f9f9;

  margin-bottom: 10px;

}

.set ul li div{

	width:64%;

	padding:3%;

}

.set ul li div h3 strong {

  display: block;

  float: left;

  margin-right: 10px;

  font-size: 20px;

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

}

.set ul li div h3 em {

  display: block;

  width: 48px;

  height: 18px;

  float: left;

  background: url("/temp/temp/52/52-0082/201607050938/images/bbg09.png") no-repeat  ;

}

.set ul li div p {

  color: #BA9957;

  margin-top: 10px;

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

  font-size: 15px;

  line-height: 1.2em;

  height: 38px;

  overflow: hidden;

  text-indent: 2em;

}

.set ul li span{

	display:block; 

	width:29%;

	overflow:hidden;

}

.set ul li span img{

	width:100%;

	height:auto;

}

.set ul li:hover div h3 em {

  background-color: #823E29;

}

.set ul li:hover {

  background: rgba(220, 209, 189, 0.71);

}



.footer{

	padding:40px 0;

}

.footer .wp {

  border-top: 3px solid #cdc2ae;

  font-family: -webkit-body;

  font-size:14px;

}

.links dl{

	text-align:center;

	margin-top:30px;

	color:#a5a5a3;

}

.links dt

,.links dd{

	display:inline-block;

	margin:0 5px;

	float:none;

	font-size:13px;

}

.links dd a{

	color:#a5a5a3;

}

.links dd a:hover{

	color:#000;

}

.links dt

,.links dd{

	*display:inline;

}

.copy{

	text-align:center;

	color:#a5a5a3;

}

.default-pc-copyright{

	margin:0 auto;

}

.copy a{

	color:#a5a5a3;

}

.fudong {

  position: fixed;

  width: 140px;

  height: 228px;

  top: 28%;

  left: 50%;

  margin-left: 500px;

}

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

	height:auto;

}

.close01{

	display:block;

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

	height:20px;

	width:20px;

	float:right;

	margin: 18px 10px 0 0;

}

.close01:hover{

	background-position:0 -20px;

}





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



.ban01 img{

	width:100%;

	height:auto;

}

.biaoti{

	 background: #fff;

	 height:55px;

}

.pox {

  width: 27%;

  line-height: 56px;

  padding-left:57px;

  background: url("/temp/temp/52/52-0082/201607050938/images/x1.png") no-repeat  ;

}

.pox h3 {

  font-size: 28px;

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

  margin-left: 20px;

}

.pox em {

  font-size: 13px;

  text-transform: uppercase;

  font-weight: bold;

  color: #c7b577;

  font-family: Georgia;

  margin-left: 10px;

  font-style:normal;

}

.list-nav {

  background-color: #F7F7F7;

}

.list-nav li {

  float: left;

  background: #fff;

}

.list-nav li a {

  display: block;

  line-height: 64px;

  width: 87px;

  text-align: center;

  font-weight: bold;

  font-size: 14px;

  background: url("/temp/temp/52/52-0082/201607050938/images/6y.png") no-repeat  ;

}

.list-nav li a span{

	display:none;

}

.list-nav li:hover a

,.list-nav li.a a{

 	background: url("/temp/temp/52/52-0082/201607050938/images/o9.png") no-repeat  ;

}

.list-pic {

  margin-top: 10px;

  background-color: #fff;

}

.list-z {

  background: #fff;

  width: 6%;

}

.list-z img {

  width: 100%;

  height: auto;

  margin-top: 20px;

  margin-left:9px;

}

.list-y {

  width: 93%;

  background: url("/temp/temp/52/52-0082/201607050938/images/yy1.png") repeat-y center left;

  background-color: #fff;

}

.list-y h2 {

  background: url("/temp/temp/52/52-0082/201607050938/images/s4.png") no-repeat center bottom;

  text-align: center;

  font-size: 24px;

  padding: 50px 0;

  font-family: fantasy;

}

.case {

  padding: 30px;

}

.case li{

	float:left;

	width:30%;

	margin-right:5%;

	margin-bottom:30px;

}

.case li div {

  width: 100%;

  overflow:hidden;

}

.case a{

	display:block;

}

.case li img{

	width:100%;

	height:auto;

	transition:all .3s;

}

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

}

.case li h3 {

  line-height: 50px;

  text-align: center;

  background-color: #e9e9e9;

  font-size: 16px;

  font-family: -webkit-pictograph;

}

.case li:hover h3 {

  background-color: #B7A974;

  color: #fff;

}

.page{

	text-align:center;

	margin:20px 0;

}

.page a{

	display:inline-block;

	float:none;

}

.page a{

	*display:inline;

}

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

  background: #B7A974;



}

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

.news01 {

  padding: 30px;

}

.news01 li{

	margin-bottom:30px;

	padding-bottom:30px;

	border-bottom:1px solid #ccc;

}

.news01 li span{

	width:35%;

	overflow:hidden;

}

.news01 li span img{

	width:100%;

	height:auto;

	transition:all .3s;

}

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

}

.news01 li div{

	width:63%;

}

.news01 li div h3 {

  font-size: 20px;

  color: #000;

  height:26px;

  overflow:hidden;

}

.news01 li:hover div h3 {

  color: #C19D14;

}

.news01 li div p{

	line-height:2em;

	color:#666;

	margin:15px 0;

	height:72px;

	overflow:hidden;	

}

.news01 li div em{

	display:block;

	width:135px;

	height:30px;

	background: url("/temp/temp/52/52-0082/201607050938/images/xw.png") no-repeat center bottom;

}



.word{

	padding:30px;

}

.word h3{

	text-align:center;

	font-size:20px;

	line-height:50px;

}

.sum02{

}

.sum02 p{

	font-size:14px;

	background:#e4e4e4;

	line-height:37px;

	margin-bottom:1px;

}

.sum02 p em {

  display: block;

  float: left;

  font-style: normal;

  background: #f3f3f3;

  padding: 0 20px;

  margin-right:10px;

}

.sum01 {

  background: #f8f8f8;

  padding: 20px 30px;

  line-height: 1.7em;

  color: #000;

  font-family: cursive;

  margin-top:10px;

}

.sum01 img{

	display:none;

}

.share{

	text-align:center;

}

.share div{

	display:inline-block;

}

.share div{

	*display:inline;

}

.article{

	margin:30px 0;

}

.article embed{

	width:100%;

	height:530px;

}

.article img{

	max-width:100%;

	height:auto;

}

.yem p {

  line-height: 35px;

  width: 40%;

  background: #f0f0f0;

  padding: 0 10px;

  font-size: 14px;

  color:#000;

  transition:all .3s;

  margin-bottom:10px;

}

.yem p a{

	color:#000;

}

.yem p:hover {

  background: #CDC2AE;

}

.yem p:hover a{

	color:#fff;

}

.pub{

	text-align:right;

	padding:10px;

}

.pub01{

	padding:0;

}

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

.view-pic {

  padding: 50px 20px;

}

.view01{

	width:42%;

}

.view02{

	width:100%;

}

.view02 ul{

	width:100%;

	height:250px;

	overflow:hidden;

}

.view02 ul li{

	width:100%;

	float:left;

}

.view02 ul li img{

	width:100%;

	height:auto;

}

.view03 {

  position: relative;

  margin-top: 20px;

  overflow:hidden;

}

.view03 div{

	width:83%;

	margin:0 auto;

}

.view03 ul{

	height:80px;

	overflow:hidden;

}

.view03 ul li{

	float:left;

}

.view03 ul li img {

  width: 96px;

  height: 70px;

  margin: 5px 3px;

}

.view03 .view-p, .view03 .view-n {

  position: absolute;

  top: 50%;

  margin-top: -35px;

  width: 24px;

  height: 70px;

  text-align: center;

  font-size: 33px;

  color: #fff;

  background: #333;

  line-height: 70px;

  font-family: initial;

}

.view03 .view-p{

	right:0;

}

.view03 .view-n{

	left:0;

}



.word-pic{

	width:55%;

}

.word-pic h3 {

  font-size: 24px;

  text-align: center;

  padding-bottom: 44px;

  background: url("/temp/temp/52/52-0082/201607050938/images/s5.png") no-repeat center bottom;

}

.word-pic .time01 p

,.pub02 {

  line-height: 35px;

  background-color: #eee;

  margin-top: 10px;

  padding-left: 20px;

}

.pub02 .pipe {

  margin: 0;

  margin-right: 3px;

}

.time01{

	margin: 22px 0;

}

.yem02{

	width:100%;

	margin-top:70px;

}

.yem02 p{

	width:300px;

	margin-right:10px;

}

.yem02 .share{

	width:210px;

	line-height:28px;

}



/*-------------------list-store--------------------*/

.store{

	padding: 30px;

}

.store span {

  display: block;

  font-size: 14px;

  line-height: 30px;

  border: 1px solid #eee;

  padding: 6px 20px;

}

.store span em {

  display: block;

  height: 30px;

  width: 68px;

  background: #f5f5f5;

  line-height: 30px;

  text-align: center;

  border: 1px solid #eee;

}

.store ul{

	border-top:1px solid #ccc;

}

.store ul li {

  padding: 25px 0;

  border-bottom: 1px dotted #ccc;

  overflow: hidden;

}

.store ul li a{

	display:block;

}

.store ul div.s1 {

  color: #000;

  line-height: 30px;

  width: 26%;

}

.store ul li .public a{

	width:40px;

	float:left;

}

.store ul li .public span{

	display:none;

}

.store ul div.s1 em {

  font-style: normal;

  font-size: 16px;

  margin-right:10px;

  padding-left:10px;

  background: url("/temp/temp/52/52-0082/201607050938/images/d34.png") no-repeat center left;

}

.store ul div.s1 h3{

	font-size:14px;

}

.store ul div.s2 {

  width: 37%;

  line-height: 30px;

  margin-left: 3%;

}

.store ul div.s3 {

  width: 18%;

  line-height: 30px;

}

.store ul p {

  font-size: 14px;

  color: #666;

}

.store ul div.s1 p{

	margin:0 10px;

}

.find{

	  padding: 30px 30px 0 30px;

}

.find h3 {

  font-size: 17px;

}

.list-nav01{

	margin:10px 0;

}

.list-nav01 li{

	float:left;

	position:relative;

}

.list-nav01 li a {

  display: block;

  padding: 10px 15px;

  font-size: 14px;

  color: #666;

  margin: 2px;

}

.list-nav01 li a span{

	display:none;

}

.list-nav01 li:hover a 

,.list-nav01 li.a a

,.list-nav01 li.a ul li:hover a  {

  background-color: #b7a974;

  color:#fff;

}

.list-nav01 li.a ul li a{

	background-color: #fff;

	color:#666;

}

.list-nav01 li ul{

	width:870px;

	position:absolute;

}

.list-nav01 li ul li{

	float:left;

}

.list-nav01 li ul{

}

/*--------------list-download------------*/

.download{

	padding: 30px;

	padding-bottom:220px;

	background: url("/temp/temp/52/52-0082/201607050938/images/b2.png") no-repeat center bottom;

}

.download ul{

	padding:20px 0;

}

.download ul li{

	line-height:50px;

	border-bottom:1px dotted #ccc;

}

.download ul li a{

	display:block;

}

.download ul li h3{

	font-size:17px;

	padding-left:30px;

	background: url("/temp/temp/52/52-0082/201607050938/images/b1.png") no-repeat center left;

}

.download ul li em{

	display:block;

	width:83px;

	height:36px;

	margin-top: 7px;

	background: url("/temp/temp/52/52-0082/201607050938/images/b3.png") no-repeat ;

}

.download ul li:hover em{

	background-color:#e9e5d5;

}

.download ul li:hover h3{

	color:#B7A974;

}



/*-------------list_development----------*/

.devep{

	position:relative;

	margin:5px;

}

.devep01{

	width:93%;

	height:549px;

	padding: 30px;

	overflow:hidden;

	margin:0 auto;

	background: url("/temp/temp/52/52-0082/201607050938/images/bg20.png") no-repeat center bottom;

}

.devep ul li{

	float:left;

}

.devep ul li h3 {

  width: 23px;

  font-size: 15px;

  font-family: cursive;

  font-weight: bold;

  float:left;

  margin-right: 8px;

}

.devep ul li em {

  display: block;

  font-style: normal;

  font-size: 22px;

  background: url("/temp/temp/52/52-0082/201607050938/images/hl.png") no-repeat;

  width: 42px;

  height: 66px;

  color: #fff;

  text-align: center;

  line-height: 32px;

  font-family: cursive;

  margin:30px auto;

}

.devep ul li p {

  font-size: 13px;

  font-family: cursive;

  width: 15px;

  float: left;

  text-align: center;

  color:#666;

}

.devep ul li div{

	background: url("/temp/temp/52/52-0082/201607050938/images/bg32.png") no-repeat ;

	width:57px;

	height:549px;

	float:right;

	background-color:#f6f6f6;

}

.devep ul li span {

  display: block;

  padding: 0 13px;

  height:378px;

  overflow:hidden;

}

.devep ul li img {

	width:47px;

	height:25px;

	margin:0 5px;

}

.devep ul li a{

	display:block;

	padding:0 28px;

}

.devep .deve-p{

	left:0;

}

.devep .prev, .devep .next {

  width: 45px;

  height: 80px;

  font-size: 38px;

  color: #fff;

  line-height: 80px;

  text-align: center;

  position: absolute;

  background: #444;

  top: 50%;

  margin-top: -40px;

  opacity:1;

}

.devep .deve-n{

	right:0;

}

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

.list-about{

	margin-top:-74px;

}

.list-about ul{

	float:left;

	width:30%;

}

.list-about ul li{

	background:#000;

}

.list-about ul li a{

	display:block;

}

.list-about ul li img{

	width:100%;

	height:auto;

}

.list-about li.g2

,.list-about li.g5{

	margin-top: 20px;

}

.list-about .about02{

	width:36%;

	margin:0 2%;

}



/*---------------------view-about------------*/

.view-about{

	padding:30px;

}

.about-bg{

	 width: 20%;

}

.about-bg img{

	width:100%;

	height:auto;

}

.view-about01{

	width:78%;

}

.view-about01 h3 img{

	width: 100%;

    height: auto;

}

.view-about01 h3 p{

	 margin: -27px 0 0 21px;

     font-size: 18px;

}

/*---------------list-honor-----------*/

.honor{

	position:relative;

}

.honor ul {

  width: 75%;

  padding: 20px;

  border-right: 1px solid #000;

  margin:30px 0;

}

.honor ul li {

  float: left;

  width: 23%;

  margin-right: 2%;  

  	margin-bottom:15px;

	background:#000;

}

.honor ul li a {

  display: block;

  width: 100%;

  height: 100%;

}

.honor ul li img{

	width:100%;

	height:auto;

	float:left;

}

.honor ul li span {

  display: block;

  position: absolute;

  width: 13%;

  right: 8px;

  top: 20px;

  background: #fff;

  padding: 0 3%;

}

.honor ul li span h3 {

  text-align: center;

  font-size: 16px;

}

.honor ul li span p {

  font-size: 15px;

  line-height: 2em;

  font-family: cursive;

  color: #666;

  margin-top: 20px;

}

.honor ul li.h1

,.honor ul li.h5{

	width:48%;

	margin-right:2%;

}

.honor01 {

  position: fixed;

  width: 100%;

  height: 100%;

  background: url("/temp/temp/52/52-0082/201607050938/images/df1.png") ;

  top: 0;

  left: 0;

  opacity:0;

  z-index:2; 

}

.honor02 {

  width: 680px;

  height: 272px;

  padding: 15px;

  background: #fff;

  position: absolute;

  left: 50%;

  margin-left: -355px;

  top: 50%;

  margin-top: -130px; 

}

.honor ul li .honor02 img{

	width:40%;

	height:auto;

	float:left;

}

.honor ul li.h2 .honor02 img{

	width:auto;

	max-height:272px;

}

.honor ul li .honor02 div{

	width:55%;

	float:right;

}

.honor ul li .honor02 h3 {

  font-size: 17px;

  color: #000;

  font-weight: bold;

  line-height: 50px;

}

.honor ul li .honor02 p {

  line-height: 2em;

  font-size: 14px;

  color: #666;

}

.honor ul li .honor02 ins{

  position: absolute;

  display: block;

  width: 53px;

  height: 53px;

  border: 1px solid #999;

  background: url("/temp/temp/52/52-0082/201607050938/images/c836.png")no-repeat center center;

  top: 0;

  right: -55px;

  left: initial;

}

/*-----------------list-contact---------*/

.contact01{

	padding:30px;

	background: url("/temp/temp/52/52-0082/201607050938/images/ee.png")no-repeat center bottom;

	margin-bottom: 30px;

}

.contact {

  width: 50%;

  margin-left: 1%;

}

.contact img{

	width: 67%;

	height:auto;

	float:left;

}

.contact ul {

  float: left;

  margin-top: 50px;

}

.contact ul li a{

	display:block;

	width:51px;

	height:57px;

	transition:all .3s;

	background:url("/temp/temp/52/52-0082/201607050938/images/jujh.png")no-repeat;

}

.contact ul li:hover a{

	opacity:.7;

}

.contact ul li.dy a{

	background-position: 0;

}

.contact ul li.wx a{

	background-position: 0 -148px;

}

.addr{

	width:49%;

}

.addr img{

	margin:50px 0;

	width:100%;

	height:auto;

}





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

	.mr0{

		margin-right:0 !important;

	}

	.ban{

		width:100%;

	}

	.fudong{

		right:0;

	}

	.wp{

		width:auto !important;

		padding-left:10px;

		padding-right:10px;

	}

	.banner{

		margin-top:8px;

	}

	.devep .deve-p, .devep .deve-n {

	  opacity: .7;

	}

	.list-about{

		margin-top:20px;

	}

	.list-show {

	  margin-top: 10px;

	}

	.default-mod-list .ban, .default-mod-article .ban{

		margin-top:10px;

		padding-top:0;

		top:0;

	}

	.set ul li div{

		width:54%;

	}

	.news {

	  margin: 0 4%;

	}

	.video02 ul li {

	  width: 21px;

	  margin: 10px 0px;

	}

	.default-mobile-copyright2 {

		background-color: transparent !important;

	}

}

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

	.biaoyu{

		display:none;

	}

	.video02 ul li {

	  width: 20px;

	}

	.news {

	  width: 45%;

	  margin: 0 1%;

	}

	.set {

	  width: 38%;

	}

	.fudong{

		display:none;

	}

	.news01 li div p {

	  line-height: 1.5em;

	  height: 70px;

	}

	.honor ul {

	  padding: 15px;

	}

	.honor ul li .honor02 ins {

	  top: -54px;

	  right: -1px;

	}

	.store ul div.s3 {

	  width: 24%;

	}

	.list-about li.g2, .list-about li.g5 {

	  margin-top: 15px;

	}  

	.video {

	  width: 30%;

	}

	.news {

	  width: 67%;

	  float:right;

	}

	.set {

	  width: 100%;

	  margin-top: 34px;

	}

	.list-about ul {

	  width: 44.9%;

	}

	.list-about .about02 {

	  width: 53%;

	  margin: 0;

	  float: right;

	}

	.list-about ul.a3 {

		margin-top:2%;

	}

	.list-about ul li.g4,

	.list-about ul li.g5{

		float:left;

	}

	.list-about ul.a3{

		width:100%;

		margin-bottom:10px;

	}

	.list-about ul.a3 li{

		margin-right:0%;

		float:left;

	}

	.list-about ul.a3 li.g4 {

		  width: 29.4%;

	}

	.list-about ul.a3 li.g5 {

	   width: 68.5%;

	  margin-left: 2%;

	  margin-top: 0;

	}

	.pox {

	  width: 33%; 

	}

	.pox em {

	  font-size: 12px;

	}

	.store ul div.s1 {

	  width: 27%;

	}

	.view02 ul{

		height:166px;

	}

	.view-about01 h3 p {

	  margin: -25px 0 0 12px;

	  font-size: 14px;

	}

	.store ul div.s2 {

	  width: 48%;

	  margin-left:1%;

	}

	.news ul li.n1 div{

		width:63%;

	}

	.set ul li span {

	  width: 18%;

	}

}

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



	.default-basescript-index .ban {

	  margin-top: 0px;

	  padding: 2px 0;

	}

	.banner {

	  height:auto !important;

	  font-size:0;

	  margin-bottom:0;

	}

	.video {

	  width: 100%;

	  height: auto;

	  margin-top:10px !important;

	}

	.video01 span p {

	  margin-top: 171px;

	}

	.video02 ul li {

	  width: 23px;

	  margin: 10px 16px;

	}

	.video03 iframe

	,.video04 embed{

		width:100%;

		height:250px;

	}

	.news {

	  margin: 0;

	}

	.news ul li.n1 div {

	  width: 54%;

	}

	.set 

	,.news

	,.video{

	  width: 100%;

	  margin-top: 20px;

	  padding-top: 20px;

	  border-top: 5px solid #BA9957;

	}

	.video01 .video03 div

	,.video02 .video04 div {

	  width: 97%;

	  height: 250px;

	  padding: 5px;

	  left: 0;

	  margin-left: 0;

	  top: 28%;

	  margin-top: 0;

	}

	.video01 .video03 div span

	,.video02 .video04 div span {

	  top: -55px;

	  right: 0;

	}

	.list-nav {

	  width: 100%;

	  float: left;

	}

	.list-nav li {

	  margin-left: 0;

	  margin-right: 5px;

	  margin-bottom:10px;

	}

	.list-nav li a {

	  line-height: 35px;

	  width: 70px;

	  font-size: 12px;

	  border-top: 5px solid #F7F7F7;

	}

	.list-z {

	  display: none;

	}

	.list-y {

	  width: 100%;

	  background: none;

	}

	.news01 {

	  padding: 10px;

	}

	.news01 li div p {

	  line-height: 1.5em;

	  margin: 1px 0;

	  height: 38px;

	  font-size: 12px;

	}

	.news01 li div h3 {

	  font-size: 16px;

	}

	.word {

	  padding: 10px;

	}

	.yem p {

	  width: 93%;

	}

	.sum01 {

	  padding: 10px 11px;

	}

	.list-y h2 {

	  font-size: 13px;

	  padding: 20px 0;

	}

	.case {

	  padding: 5px;

	}

	.case li h3 {

	  font-size: 13px;

	}

	.case li

	,.case li.mr0 {

	  width: 49%;

	  margin-right: 2% !important;

	  margin-bottom: 2%;

	}

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

		margin-right:0 !important;

	}

	.pox {

	  width: 85%;

	  padding-left: 15%;

	}

	.view-pic {

	  padding: 20px 5px;

	}

	.view01 {

	  width: 100%;

	}

	.word-pic {

	  width: 100%;

	  margin-top: 20px;

	  padding-top: 20px;

	  border-top: 5px solid #B7A974;

	}

	.devep {

	  padding: 10px;

	}

	.devep ul li a {

	  padding: 0 15px;

	}

	.view-about {

	  padding: 30px 10px;

	}

	.about-bg{

		display:none;

	}

	.view-about01 {

	  width: 100%;

	}

	.honor ul {

	  padding: 2%;

	  width: 96%;

	  border:none;

	}

	.honor ul li span {

		display:none;

	}

	

	.honor02 {

	  width: 92%;

	  padding: 10px;

	   margin: 0 auto;

	  left: 0;

	  margin-left: 0;

	  top: 36%;

	  height:150px;

	}

	.contact 

	,.addr{

	  width: 100%;

	  margin-left: 0%;

	}

	.contact01 {

	  padding: 10px;

	  padding-bottom: 87px;

	}

	.find,.store

	,.download {

	  padding: 10px;

	}

	.store ul div.s1 {

	  width: 100%;

	}

	.store ul div.s2 {

	  width: 100%;

	  margin-left: 0;

	  line-height: 20px;

	}

	.store ul li {

	  padding: 10px 0;

	}

	.store ul div.s3 {

	  width: 100%;

	}

	.store ul div.s3 p{

		color:#999;

		line-height:25px;

	}

	.store ul p {

	  font-size: 12px;

	}

	.download ul li h3 {

	  font-size: 14px;

	  height: 50px;

	  width: 59%;

	}

	.download {

		padding-bottom:220px;

	}

	.list-about li.g2, .list-about li.g5 {

	  margin-top: 7px;

	}

	.list-about .about02 {

	  width: 53%;

	  margin: 0;

	}

	.devep {

		padding:0;

		margin: 0;

	}

	.devep01 {

	  width: 100%;

	  padding: 0;

	}

	.honor ul li .honor02 p {

	  line-height: 1.8em;

	  font-size: 12px;

	}

	.store ul pre {

	  line-height: 25px;

	  font-size: 12px;

	}

	.view02 ul {

	  height: 195px;

	}

	.honor ul li.h2 .honor02 img{

		max-height:152px;

	}

	.view-about01 h3 img{

		display:none;

	}

	.view-about01 h3 p {

	  margin: 0;

	  font-size: 17px;

	  font-weight: bold;

	  text-align: center;

	}

	.set ul li div {

	  width: 65%;

	}

	.set ul li span {

	  width: 29%;

	}

}





/**********************

 *CSS Animations by:

 *http://codepen.io/vivinantony

***********************/

.spinner1 {

  width: 40px;

  height: 40px;

  position: relative;

}





.double-bounce1, .double-bounce2 {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #fff;

  opacity: 0.6;

  position: absolute;

  top: 0;

  left: 0;

  

  -webkit-animation: bounce 2.0s infinite ease-in-out;

  animation: bounce 2.0s infinite ease-in-out;

}



.double-bounce2 {

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}



@-webkit-keyframes bounce {

  0%, 100% { -webkit-transform: scale(0.0) }

  50% { -webkit-transform: scale(1.0) }

}



@keyframes bounce {

  0%, 100% { 

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 50% { 

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}



.spinner2 {

  width: 40px;

  height: 40px;

  position: relative;

}





.container1 > div, .container2 > div, .container3 > div {

  width: 6px;

  height: 6px;

  background-color: #fff;



  border-radius: 100%;

  position: absolute;

  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;

  animation: bouncedelay 1.2s infinite ease-in-out;

  /* Prevent first frame from flickering when animation starts */

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.spinner2 .spinner-container {

  position: absolute;

  width: 100%;

  height: 100%;

}



.container2 {

  -webkit-transform: rotateZ(45deg);

  transform: rotateZ(45deg);

}



.container3 {

  -webkit-transform: rotateZ(90deg);

  transform: rotateZ(90deg);

}



.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }



.container2 .circle1 {

  -webkit-animation-delay: -1.1s;

  animation-delay: -1.1s;

}



.container3 .circle1 {

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}



.container1 .circle2 {

  -webkit-animation-delay: -0.9s;

  animation-delay: -0.9s;

}



.container2 .circle2 {

  -webkit-animation-delay: -0.8s;

  animation-delay: -0.8s;

}



.container3 .circle2 {

  -webkit-animation-delay: -0.7s;

  animation-delay: -0.7s;

}



.container1 .circle3 {

  -webkit-animation-delay: -0.6s;

  animation-delay: -0.6s;

}



.container2 .circle3 {

  -webkit-animation-delay: -0.5s;

  animation-delay: -0.5s;

}



.container3 .circle3 {

  -webkit-animation-delay: -0.4s;

  animation-delay: -0.4s;

}



.container1 .circle4 {

  -webkit-animation-delay: -0.3s;

  animation-delay: -0.3s;

}



.container2 .circle4 {

  -webkit-animation-delay: -0.2s;

  animation-delay: -0.2s;

}



.container3 .circle4 {

  -webkit-animation-delay: -0.1s;

  animation-delay: -0.1s;

}



@-webkit-keyframes bouncedelay {

  0%, 80%, 100% { -webkit-transform: scale(0.0) }

  40% { -webkit-transform: scale(1.0) }

}



@keyframes bouncedelay {

  0%, 80%, 100% { 

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 40% { 

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}



.spinner3 {

  width: 40px;

  height: 40px;

  position: relative;  

  -webkit-animation: rotate 2.0s infinite linear;

  animation: rotate 2.0s infinite linear;

}



.dot1, .dot2 {

  width: 60%;

  height: 60%;

  display: inline-block;

  position: absolute;

  top: 0;

  background-color: #fff;

  border-radius: 100%;

  

  -webkit-animation: bounce 2.0s infinite ease-in-out;

  animation: bounce 2.0s infinite ease-in-out;

}



.dot2 {

  top: auto;

  bottom: 0px;

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}



@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}

@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}



@-webkit-keyframes bounce {

  0%, 100% { -webkit-transform: scale(0.0) }

  50% { -webkit-transform: scale(1.0) }

}



@keyframes bounce {

  0%, 100% { 

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 50% { 

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}



.spinner4 {

  width: 30px;

  height: 30px;

  background-color: #fff;

  -webkit-animation: rotateplane 1.2s infinite ease-in-out;

  animation: rotateplane 1.2s infinite ease-in-out;

}



@-webkit-keyframes rotateplane {

  0% { -webkit-transform: perspective(120px) }

  50% { -webkit-transform: perspective(120px) rotateY(180deg) }

  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }

}



@keyframes rotateplane {

  0% { 

    transform: perspective(120px) rotateX(0deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 

  } 50% { 

    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 

  } 100% { 

    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

  }

}



.spinner5 {

  width: 32px;

  height: 32px;

  position: relative;

}



.cube1, .cube2 {

  background-color: #fff;

  width: 10px;

  height: 10px;

  position: absolute;

  top: 0;

  left: 0;

  

  -webkit-animation: cubemove 1.8s infinite ease-in-out;

  animation: cubemove 1.8s infinite ease-in-out;

}



.cube2 {

  -webkit-animation-delay: -0.9s;

  animation-delay: -0.9s;

}



@-webkit-keyframes cubemove {

  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }

  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }

  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }

  100% { -webkit-transform: rotate(-360deg) }

}



@keyframes cubemove {

  25% { 

    transform: translateX(42px) rotate(-90deg) scale(0.5);

    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);

  } 50% { 

    transform: translateX(42px) translateY(42px) rotate(-179deg);

    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);

  } 50.1% { 

    transform: translateX(42px) translateY(42px) rotate(-180deg);

    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);

  } 75% { 

    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);

    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);

  } 100% { 

    transform: rotate(-360deg);

    -webkit-transform: rotate(-360deg);

  }

}



.spinner6 {

  width: 50px;

  height: 30px;

  text-align: center;

}



.spinner6 > div {

  background-color: #fff;

  height: 100%;

  width: 6px;

  margin-left:2px;

  display: inline-block;

  

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;

  animation: stretchdelay 1.2s infinite ease-in-out;

}



.spinner6 .rect2 {

  -webkit-animation-delay: -1.1s;

  animation-delay: -1.1s;

}



.spinner6 .rect3 {

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}



.spinner6 .rect4 {

  -webkit-animation-delay: -0.9s;

  animation-delay: -0.9s;

}



.spinner6 .rect5 {

  -webkit-animation-delay: -0.8s;

  animation-delay: -0.8s;

}



@-webkit-keyframes stretchdelay {

  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  

  20% { -webkit-transform: scaleY(1.0) }

}



@keyframes stretchdelay {

  0%, 40%, 100% { 

    transform: scaleY(0.4);

    -webkit-transform: scaleY(0.4);

  }  20% { 

    transform: scaleY(1.0);

    -webkit-transform: scaleY(1.0);

  }

}

  .spinner7 {

      width: 90px;

      height: 30px;

      text-align: center;

    }



    .spinner7 > div {

      background-color: #fff;

      height: 15px;

      width: 15px;

      margin-left:3px;

      border-radius: 50%;

      display: inline-block;

      

      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;

      animation: stretchdelay 0.7s infinite ease-in-out;

    }



    .spinner7 .circ2 {

      -webkit-animation-delay: -0.6s;

      animation-delay: -0.6s;

    }



    .spinner7 .circ3 {

      -webkit-animation-delay: -0.5s;

      animation-delay: -0.5s;

    }



    .spinner7 .circ4 {

      -webkit-animation-delay: -0.4s;

      animation-delay: -0.4s;

    }



    .spinner7 .circ5 {

      -webkit-animation-delay: -0.3s;

      animation-delay: -0.3s;

    }



    @-webkit-keyframes stretchdelay {

      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  

      20% { -webkit-transform: translateY(-20px) }

    }



    @keyframes stretchdelay {

      0%, 40%, 100% { 

        transform: translateY(-10px);

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

      } 20% {

        transform: translateY(-20px);

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

      }

    }

.fakeloader{

	 background:url("/temp/temp/52/52-0082/201607050938/images/182028.gif") no-repeat center center;    

}
