/*!

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

}
body{background-color: #333333;}



/*顶部*/

.ding{

	color: #666666;

	font-size: 12px;

	margin: auto;

	padding:5px 0;

}

.ding a{

	color: #b2b2b2;

	font-size: 12px;

}

.ding h3{

	float: left;

}

.ding h4{

	float: right;

}



/*导航*/

.bignav{

	background-color: black;

	width: 100%;

}

.nav_box h3{

	float: left;

}

.nav{

	float: right;

}

.nav li{

	float:left;

	margin-left: 1px;

	transition: 0.3s;

}

.nav a{

	color: white;

	font-size:16px;

	padding: 30px 20px;

	display: block;

}

.w960 .nav a{

	padding:30px 16px;

}

.nav li:hover,.nav li.a {

	background-color: #330000;

}

.nav_box img{

	max-height: 80px;

}



/*banner*/

.banner{

	width: 100%;

	height: auto;

	margin-bottom: 40px;

}

.banner img {

    width: 100%;

    height: auto;

    margin-left: 0 !important;

    left: 0 !important;

}



/*热门游戏*/

.hot_box{

	margin-bottom: 40px;

}

.hot img{

	float: left;

	display: block;

	margin-right: 5px;

}

.hot h1{

	float: left;

    color: white;

    margin-bottom: 10px;

    padding-left: 10px;

    border-left: 3px solid #9f0000;

    line-height: 1;

}

.hot h4 a{

	float: right;

	font-size: 16px;

	color: white;

}

.games li{

	float: left;

}

.games li.t2 h2{

	background:url("/temp/temp/53/53-0003/201804091532/images/gamebg2.png") no-repeat center center;

}

.games li h2{

	background:url("/temp/temp/53/53-0003/201804091532/images/gamebg1.png") no-repeat center center;

}



.games a{

	color: #fff;

}

.hot_box a:hover{

	color:#700103;

}

.game02{

	width: 100%;

	height: auto;

}

.game02 li{

	width: 50%;

}



/*游戏动态*/

.news_box{

	width:1188px;

	margin: auto;

}

.title img{

	float: left;

	display: block;

	margin-right: 5px;

}

.title h1 {

    float: left;

    color: white;

    margin-bottom: 10px;

    padding-left: 10px;

    border-left: 3px solid #9f0000;

    line-height: 1;

}

.title h4 a{

	float: right;

	font-size: 16px;

	color: white;

}

.title a:hover{

	color:#330000;

}

.new_box{

	width: 100%;

}

.new{

	float: left;

	width: 52%;

	position: relative;

	height:auto;

}

.new h2{

	position: absolute;

	bottom:0;

	width: 100%;

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

	padding:15px 0;

	text-align: center;

	font-size: 20px;

}

.new a{

	color: white;

	transition: 0.3s;

}

.new a:hover{

	color:#ED2B2F;

}

.new img{

	width: 100%;

	height: auto;

}

.news{

	float: right;

	width: 48%;

}

.news li{

	width: 90%;

	padding: 5% 5% 2% 5%;

	background-color:#330000;

	height: auto; 

}

.news a h2{

	font-size: 20px;

	color: white;

	transition: 0.3s;

}

.news a:hover h2{

	color: #700103;

}

.news h3{

	font-size: 14px;

	font-family: "微软雅黑";

	color:#878787;

	margin: 6.8px auto;

	line-height: 18px;

	max-height: 34px;

	overflow: hidden;

}

.news h4{

	font-size: 15px;

	color: #BCBABA;

	text-align: right;

}

.news .black_bg{

	background-color: black;

}

.w960 .news li{

	padding: 3% 5% 2% 5%;

}

.w960 .news h3 {

    font-size: 14px;

    margin: 5.8px auto;

    line-height: 17px;

    max-height: 32px;

}

.w960 .news a h2 {

    font-size: 18px;

}

.w960 .news h4 {

    font-size: 13px;

}



/*技术支持*/

.foot_box{

	width: 100%;

	background-color: black;

	margin-top: 40px;

}

.foot{

	margin: auto;

	padding:10px 0;

}

.ftnav {

	font-size: 12px;

	float: left;

	color: #333;

}

.ftnav li {

    float: left;

    padding: 0 10px;

}

.ftnav li a{

	display: block; 

	color: #999;

	transition: 0.2s;

}

.ftnav li a:hover{

	opacity: 0.7;

}

.foot h4{

	font-size: 12px;

	float: right;

	color: #666;

}

.jishu{

	margin: auto;

	padding:30px 0; 

	text-align: center;

}

.jishu_text{

	width: 60%; 

	margin-left: 30px;

}

.jishu a:hover{

	color: #FFF;

}

.jishu p{

	font-size: 12px;

	color: #b2b2b2;

	line-height: 20px; 

	text-align: left;

}

.jishu a{

	color: #b2b2b2;

}

.foot02{

	border-top:2px solid #1b1b1b;

}

.ftlogo img{

	max-height: 64px;

	display: block;

}

.ftlogo,.jishu_text{

	display: inline-block;

}

.ftlogo,.jishu_text{

	*display: inline;

}

.default-pc-copyright {

    width: 100%;

    text-align: left;

}

.jishu_text{

	width: 70%;

}



/*游戏动效*/

.game02 li{

	float: left;

	width: 25%;

}



.game02 li a{

	display: block;

	position: relative;

	padding-bottom: 50px;

	overflow: hidden;

}

.game02 li.t2 a{

	padding-top: 50px;

	padding-bottom: 0;

}

.game02 li a img{

	width: 100%;

	height: auto;

	transform: translate(0,-20px);

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

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

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

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

	transition: all .4s;

}

.game02 li.t2 a img{

	transform: translate(0,20px);

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

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

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

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

}

.game02 li:hover a img{

	transform: translate(0,0)

}

.game02 li div{

	position: absolute;

	width: 100%;

	bottom:0;

	left: 0;

}

.game02 li.t2 div{

	top: 0;

	bottom: inherit;

}

.game02 li em{

	display: block;

	height: 20px;

	z-index:5;

	position: relative;

	background:url("/temp/temp/53/53-0003/201804091532/images/bg02.png") no-repeat left center;

}

.game02 li.t2 em{

	background:url("/temp/temp/53/53-0003/201804091532/images/bg01.png") no-repeat right center;

}

.game02 li strong {

    position: absolute;

    width: 100%;

    display: block;

    bottom: 48px;

    height: 40px;

    transition: all .3s;

    z-index: 2;

    background: url(/temp/temp/53/53-0003/201804091532/images/g1.png) no-repeat left center;

}

.game02 li:hover strong{

	transform: translate(0,20px)

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

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

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

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

}

.game02 li.t2:hover strong{

	transform: translate(0,-20px)

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

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

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

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

}

.game02 li.t2 strong{

	top: 48px;

	bottom: inherit;

	background:url("/temp/temp/53/53-0003/201804091532/images/g2.png") no-repeat center right;

}

.game02 li h3{

	height: 50px;

	line-height: 35px;

	text-align: center;

	background: #000;

	position: relative;

	z-index: 2;

	font-size: 17px;

	color: #fff;

	padding: 0 10px;



}

.game02 li.t2 h3{

	height: 50px;

	line-height: 70px;

	text-align: center;

	background: #000;

	position: relative;

	z-index: 5;

	font-size: 17px;

	color: #fff;

	transition: 0.3s;

}

.game02 li h3:hover{

	color:#640001;

}

.game02 li div{

	width: 100%;

}

.game02 li div strong{

	width: 100%;

	background-position: left center;

}

/*首页终止----------------------------------------------------------------------------------*/



/*关于我们开始---------------------------------------------------------------------------------*/

.default-article-content p{

color: #fff;

}

.abimg img{width: 100%;height: auto;}

.about h1{

	font-size: 30px;

    color: #fff;

    margin: 40px auto;

    width: 100%;

    text-align: center;

}

.about{

	background-color: #1a1a1a;

	margin: 50px auto;

	border-radius: 20px;

}

.look{

	font-size: 14px;

    text-align: center;

    color: #969696;

	width: 100%;

}

.pub{

	font-size: 14px; 

	text-align: right;

}

.pub a{

	color: #666;

}

.pub a:hover{

	color:#fff;

}

.article{

	margin-top: 40px;

}

.about_box{

	padding: 40px 100px;

}

.list-nav{

	text-align:center;

	margin-top:50px;

}

.list-nav li{

	display:inline-block;

	margin:0 5px;

}

.list-nav li{

	*display:inline;

}

.list-nav li a {

    display: block;

    color: #fff;

    font-size: 16px;

    padding: 10px 30px;

    background: #2c2a2a;

    border-radius: 5px;

}

.list-nav li.a a 

,.list-nav li:hover a{

    background: #970707;

}





/*游戏资讯开始-----------------------------------------------------------------*/





.li_newsbox{

	text-align: center;

}

.li_newsbox .title02{

	font-size: 35px;

	padding: 10px 0;

	border-bottom: 2px solid #9f0000;

	color: #fff;

	margin: 30px auto;

	display: inline-block;

}

.li_newsbox h3{

	*display:inline;

}





/*公司新闻开始---------*/

.li_news{

	width: 100%;

	margin-bottom: 20px;

}

.news_img{

	float: left;

	width: 40%;

}

.news_img img{

	width: 100%;

	height: auto;

}

.li_news_text{

	text-align: left;

	padding: 33px 2% 0 4%;

	margin-bottom: 20px;

	float: left;

	width: 54%;

}

.li_news_text h3{

	font-size: 26px;

	color:#693c00;

	margin-top: 10px;

	transition: 0.3s;

}

.li_news_text p{

	font-size: 14px;

	margin-top: 25px;

	color: #ABABAB;

	max-height: 64px;

	overflow: hidden;

	line-height: 20px;

}

.li_news_text h4{

	width:100%;

	text-align: right;

	font-size: 13px;

	color:#6C6C6C;

	margin-top: 30px;

}

.li_news a{

	display: block;

	background-color:#1b1b1b;

	margin-bottom: 30px;

	margin-top: 5px;

	transition: 0.3s;

}

.li_news a:hover{

	background-color: #330000;

}

.next{

	margin-top: 30px;

}

.next p{

	color: #737373;

}

.next a{

	color: #737373;

}

.next a:hover{

	color: #C1C1C1;

}

.li_news a:hover h3{

	color: #fff;

}

.hot .gameshow{

	font-size: 35px;

	padding: 10px 0;

	border-bottom: 2px solid #9f0000;

	color: #fff;

	margin: 30px auto;

	display: inline-block;

	border-left: none;

	float: none;

	margin:40px auto;

}

.hot{

	text-align: center;

}

.game03 li.t2 em {

    position: absolute;

    top: 50px;

    width: 100%;

}

.game03 li.t2 strong{

	top: 48px;

}

.game03{

	margin-bottom: 40px;

}



.default-pc-sidebar-dl dt{

	background: #000 !important;

}

.default-pc-sidebar-dl dd {

    background: #111;

}

.default-pc-sidebar-dl dd a{

	color: #555;

	border: 1px solid #222 !important;

	border-top: none;

	transition: 0.3s;

}

.default-pc-sidebar-dl dd:hover a,.default-pc-sidebar-dl dd.a a{

	color: #999 !important;

	border-left: 4px solid #444 !important;

}

.case_info h4 a{

	color: #ccc;

}

.case_cover{

	display: none;

}

.case_info{

	width: 94% !important;

	margin-right: 3% !important;

}

.cbox{

	border: 1px solid #444 !important;

}

.title span.tname{

	color: #fff;

}

.title{

	border-bottom: 1px solid #444 !important;

}

.case_box li {

    border-bottom: 1px dashed #444 !important;

}

.case_info p{

	line-height: 20px !important;

	height: 40px !important;

	overflow: hidden !important;

	color: #777 !important;

}

.default-pc-sidebar-dl{

	margin-top: 20px;

	margin-bottom: 60px;

}

.cbox{

	margin-top: 20px;

	margin-bottom: 60px;

}











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

.view-show{

	margin:50px 0;

}

.show01 {

    width: 60%;

    float: left;

    background: #000;

	border-radius:10px;

	padding:5%;

}

.show01 .word h3{

	color:#fff;

	font-size:25px;

}

.show01 .word .ww{

	color:#555;

	margin-top:10px;

}

.download {

	width:27%;

}

.xiazai li{

	margin-bottom:10px;

}

.xiazai li a{

	display:block;

}

.xiazai li img{

	width:100%;

	height:auto;

}

.xiazai li:hover a img{

	background:#fff;

}

.fanye{

	margin-top:30px;

}

.fanye p{

	color:#666;

}

.fanye p a{

	color:#666;

}

.fanye p a:hover{

	color:#fff;

}

.news09{

	padding:20px;

	background:#000;

}

.news09 h3 {

    font-size: 25px;

    color: #fff;

    padding-bottom: 10px;

    border-bottom: 2px solid #666;

	margin-bottom:20px;

}

.news09 li{

}

.news09 li a{

	display:block;

	line-height:35px;

	color:#999;

	font-size:14px;

	padding-left:20px;

	background:url("/temp/temp/53/53-0003/201804091532/images/tit_icon.png") no-repeat center left;

}

.news09 li:hover a{

	color:#fff;

}

.con09{

	padding:30px 20px;

	background:#fff;

	margin-top:20px;

	text-align:center;

}

.con09 img{

	box-shadow:0 0 5px #ccc;

}

.con09 h3 {

    font-weight: bold;

    font-size: 16px;

    margin: 10px 0;

}

.con09 p{

	font-size:14px;

	line-height:1.8

}

/*--------------list-recharge---------------------*/

.list-recharge{

	width:1000px;

	margin:0 auto;

}

.pox{

	color:#999;

	margin-top:30px;

}

.pox a{

	color:#666;

}

.recharge{

	background:#fff;

	margin-top:10px;

	height:700px;

}

.recharge01{

	width:228px;

	height:700px;

	background:#fafafa url("/temp/temp/53/53-0003/201804091532/images/zhuxian.png") no-repeat center top;

}

.recharge02 {

    width: 700px;

    font-family: simsun;

    margin: 50px 30px;

	margin-bottom:0;

}

.recharge02 h3{

	margin-left:100px;

	margin-bottom:20px;

	color:#666;

}

.recharge02 h4{

	float:left;

	width:100px;

	text-align:right;

	font-family:simsun;

	font-size:14px;

	line-height:30px;

	color:#666;

	margin-right:10px;

}

.recharge02 .r01 input

,.recharge02 .r02 input

,.style03 input{

	float:left;

	width:256px;

	height:30px;

	line-height:30px;

	border:1px solid #ddd;

	margin-bottom:10px;

}

.recharge02 .select{

	float:left;

	width:200px;

	padding-left:10px;

	height:36px;

    line-height: 36px;

    color: #666;

    background: #f5f4f4;

    border: 1px solid #d4d4d4;

    background:#f5f4f4 url("/temp/temp/53/53-0003/201804091532/images/li04.gif") no-repeat 195px center;

    overflow: hidden;

    float: left;

}

.r03 {

    position: relative;

    height: 38px;

}

.r03 .se03{

	position:absolute;

	left: 100px;

	top:0;

	width:488px;

	height:522px;

	background:#fff;

	border:1px solid #303030;

	display:none;

	z-index:3;

}

.se01{

	width:130px;

	float:left;

	background:#303030;

	color:#fff;

	text-align:right;

	height: 522px;

}

.se01 h5

,.se02 h5{

	text-align:center;

	line-height:40px;

	border-bottom:1px solid #444;

	font-size:15px;

	margin-bottom:20px;

}

.se01 p {

    width: 95px;

    line-height: 30px;

    display: inline-block;

    text-align: left;

    padding-left: 20px;

	margin-bottom:5px;

}

.se01 p.a{

	background:#fff;

	color:#333;

}

.se01 p{

	*display:inline;

}

.se02 h5{

	border-bottom:1px solid #eee;

}

.se02{

	float:right;

	width:314px;

	padding:20px;

	padding-top:0;

}

.se02 ul{

	display:none;

}

.se02 ul.a{

	display:block;

}

.se02 li{

    width: 96px;

    height: 32px;

    float: left;

    margin-right: 6px;

    text-align: center;

    line-height: 32px;

    border: 1px solid #d4d4d4;

    background: #f6f4f5;

    color: #333;

    margin-bottom: 6px;

	cursor:pointer;

}

.se02 li:hover {

    border: 1px solid #a66d63;

}

.se03 span{

	display:block;

	width:116px;

	height:36px;

	position: absolute;

    text-align: center;

    line-height: 36px;

    right: 20px;

    bottom: 20px;

	cursor:pointer;

	background:url("/temp/temp/53/53-0003/201804091532/images/btn_bg.jpg") no-repeat -130px -34px;

}

.r04{

	margin-top:10px;

}

.r04-1{

}

.r04-1 p

,.r04-1 .p1{

	float:left;

	width: 96px;

	height:36px;

    line-height: 36px;

    text-align: center;

	margin-right:8px;

	background: #f5f4f4;

    border: 1px solid #d4d4d4;

    color: #666;

	cursor:pointer;

}

.r04-1 p:hover

,.r04-1 p.a{

	border:1px solid #d00a15;

	background:url("/temp/temp/53/53-0003/201804091532/images/li06.gif") no-repeat bottom right;

}

.r04-1 .p1{

	position:relative;

	border:none;

}

.r04-1 .p1 span{

	background:#f5f4f4 url("/temp/temp/53/53-0003/201804091532/images/li04.gif") no-repeat 83px center;

	background-size:8px;

	position:absolute;

	text-indent:-1em;

	width: 96px;

    line-height: 36px;

    text-align: center;

	margin-right:8px;

	left:0;

	top:0;

	z-index:2;

    border: 1px solid #d4d4d4;

}

.r04-1 .p1 span:hover{

	border:1px solid #9f0000;

	background-color:#fff;

	border-bottom:1px solid #fff;

}

.r04-1 .p1:hover .p2{

	display:block;

}

.r04-1 .p2{

	position:absolute;

	padding:10px;

	background:#fff;

	border:1px solid #9f0000;

	width:230px;

	left:0px;

	top: 37px;

	display:none;

}

.r04-1 .p2 li{

	float:left;

	width:50%;

}

.r04-1 .p2 li input{

	float:left;

	margin-top:5px;

	margin-right:10px;

}

.r04-1 .p2 li h5{

	font-size:14px;

	text-align:left;

	text-indent:0em;

	line-height: 25px;

}

.r04-2{

	margin-top:10px;

}

.style{

	margin-top:10px;

	display:none;

}

.style.a{

	display:block;

}

.style01 ul {

    float: left;

    margin-left: 0;

    width: 78%;

}

.style01 li{

	float:left;

	width: 114px;

    height: 22px;

    line-height: 22px;

    padding: 7px 8px 9px 8px;

    border: 1px solid #d4d4d4;

	margin:1px;

}

.style01 li:hover{

	border:1px solid #d00a15;

	background:url("/temp/temp/53/53-0003/201804091532/images/li06.gif") no-repeat bottom right;

}

.style01 li input {

    float: left;

    margin-top: 5px;

    margin-right: 10px;

}

.style01 li img{

	width:73px;

	height:18px;

}

.jiner{

	float:left;

	width:100%;

	margin-top:10px;

}

.jiner input{

	float:left;

	height: 28px;

    font-size: 14px;

    padding: 0 10px;

    vertical-align: middle;

    line-height: 30px;

    border: 1px solid #d4d4d4;

    background: #fff;

	width:100px;

}

.jiner p{

	color:#f60;

	line-height:30px;

	margin-left:10px;

	float:left;

}

.style01 .r05{

	float:left;

}

.r05{

	width:130px;

	height:42px;

	font-size: 16px;

    color: #fff;

    text-align: center;

    margin-left: 110px;

    margin-top: 50px;

	line-height:42px;

    background:url("/temp/temp/53/53-0003/201804091532/images/btn_bg.jpg") no-repeat;

}

.r04{

	height:275px;

}

.tishi{

	padding-top:20px;

	margin-top:30px;

	border-top:1px solid #eee;

	color:#999;

}

.tishi h2{

	font-size:12px;

	padding-left:20px;

	background:url("/temp/temp/53/53-0003/201804091532/images/li03.gif") no-repeat left center;

}

.tishi p{

	font-size:12px;

	line-height:1.6;

}

























/*手机版-----------------------------------------*/

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

	.news a h2 {

		font-size: 18px;

	}

	.news h4 {

    	font-size: 13px;

	}

	.news li {

    	padding: 3% 5% 2% 5%;

	}

	.game02 li em{

		display: none;

	}

	.game02 li strong{

		display: none;

	}

	.game02 li a {

		padding-bottom: 30px;

	}

	.game02 li h3 {

		line-height: 50px;

	}

	.game02 li.t2 a {

		padding-top: 30px;

	}

	.game02 li.t2 h3{

		line-height: 50px;

	}

	.ismobile article h3{

		color: #fff;

	}

	.default-mobile-list-cats{

		padding: 8px 10px;

	}

	.default-mobile-list-cats h3{

		line-height: 24px;

		font-size: 18px;

	}

	.default-mobile-list-cats h3 em{

		margin-top: 10px;

	}

	.default-mobile-list-cats nav ul li a{

		font-size: 18px;

	}

	.show01 .word h3{

		font-size: 20px;

	}

	.show01{

		background: #323232;

	}

	.default-moblie-news-list li .date{

		background: #444;

	}

}

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

	.news h3 {

		font-size: 13px;

		margin: 3.8px auto;

		line-height: 18px;

		max-height: 35px;

	}

	.news h4{

		display: none;

	}

}

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

	.game02 li {

		width: 50%;

	}

	.hot h1{

		font-size: 20px;

		line-height: 20px;

	}

	.hot h4 a{

		font-size: 14px;

		line-height: 20px;

	}

	.game02 li h3,.game02 li.t2 h3{

		font-size: 15px;

	}

	.title h1{

		font-size: 20px;

		line-height: 20px;

	}

	.title h4 a{

		font-size: 14px;

		line-height: 20px;

	}

	.news_box .title{

		border: none !important;

	}

	.news a h2{

		font-size: 16px;

	}

	.new a{

		font-size: 16px;

	}

	.new img {

    width: 100%;

    height: auto;

}

	.new {

    float: left;

    width: 100%;

    position: relative;

    height: auto;

    margin-top: 10px;

}

	.news {

    float: right;

    width: 100%;

    margin-top: 10px;

}

	.hot {

    margin-bottom: 10px;

}

	.game02 li em{

		display: none;

	}

	.game02 li strong{

		display: none;

	}

	.game02 li a {

		padding-bottom: 30px;

	}

	.game02 li h3 {

		line-height: 50px;

	}

	.game02 li.t2 a {

		padding-top: 30px;

	}

	.game02 li.t2 h3{

		line-height: 50px;

	}

	.news h4{

		display: block;

		line-height: 25px;

	}

	.news li {

		padding: 5% 5% 2% 5%;

	}

	.show01 {

		width: 90%;

		padding: 5%;

	}

	.view-show{

		margin:20PX 0;

	}

	.download {

		width: 100%;

		margin-top: 15px;

	}

	.fanye p {

		font-size: 14px;

	}

	.show01 .word .ww {

		font-size: 12px;

	}

	

	.list-recharge {

		width:100%;

	}

	.recharge {

		height: auto;

		padding:0 10px;

	}

	.recharge02 h4{

		text-align:left;

		margin-right:0;

		width:77px;

		font-size:12px;

	}

	.recharge02 {

		width: 100%;

		margin: 10px 0px;

		margin-bottom: 0;

		padding-top:20px;

	}	

	.recharge02 h3 {

		margin-left: 0;

		text-align: center;

	}	

	.recharge02 .r01 input

	, .recharge02 .r02 input

	,.recharge02 .select

	, .style03 input {

		width: 197px;

	}

	.recharge02 .select{

		background-position:165px center;

	}

	.r04-1 {

		width: 100%;

		float: left;

	}

	.r04-1 p, .r04-1 .p1 {

		width: 23%;

		margin: 0 0.5%;

		font-size:12px;

	}

	.r04-1 .p1{

		margin-top:10px;

	}

	.style01 li {

		padding:2%;

		width:29%;

	}

	.style01 ul {

		width: 100%;

	}

	.style01 li {

		padding: 2%;

		width: 28%;

	}

	.style01 li img {

		width: 72%;

		height: auto;

		float: left;

		margin-top: 4px;

		max-width:73px;

	}

	.r04 {

		height: 400px;

	}

	.r04-2 {

		padding-top: 120px;

	}

	.jiner p {

		margin-left: 5px;

		font-size: 12px;

	}

	.jiner h4{

		width:60px;

	}

	.jiner input {

		padding: 0 5px;

		width: 58px;

	}

	.tishi {

		padding-bottom: 30px;

	}

	.style01 .r05 {

		margin-left: 0;

		margin-top: 20px;

	}

	.r03 .se03 {

		left: 0;

		top: 39px;

		width: 100%;

		height: 522px;

		z-index: 3;

	}

	.se02 {

		width: 63%;

		padding:0 2%;

	}

	.se01 {

		width: 33%;

	}

	.se02 li {

		width: 47%;

		margin-right: 1%;

		font-size:12px;

	}

	.se01 p {

		width: 80%;

		padding-left: 10%;

		font-size: 12px;

	}

}



/*banner按钮----------------*/

.default-slider-2 > .dots > span {

	width:34px;

	height: 10px;

	background-color: #313131;

}

.default-slider-2 > .dots > span.active {

    background-color:  #9f0000;

}

#SetHome,

#collection{

    cursor:pointer;  // 鼠标箭头便手势  

}



/*翻页----------------------*/

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

    background: #1b1b1b;

    color: #ffffff;

}

.page a {

    padding: 0 8px;

    border: 1px solid #1b1b1b;

}

.page a {

    display: block;

    float: left;

    padding: 0 8px;

    border: 1px solid #1b1b1b;

    border-radius: 3px;

    margin-right: 8px;

    margin-top: 8px;

    color: #1b1b1b;

}

.page {

    font-size: 14px;

    line-height: 24px;

}



/*-----------------------------------------------------------------------------------------------------*/

.w960 .li_news_text {

    text-align: left;

    padding: 2% 3% 0 3%;

    margin-bottom: 2%;

}

.w960 .li_news_text h3 {

    font-size: 24px;

    margin-top: 2%;

}

.w960 .li_news_text p{

	margin-top: 3%;

}

.w960 .li_news_text h4 {

    font-size: 13px;

    margin-top: 2%;

}












