/*!

 * ui-dialog.css

 * Date: 2014-07-03

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

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

 *

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

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

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

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

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

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

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

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

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

}

.ui-popup-modal .ui-dialog {

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

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

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

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

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

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

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

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

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

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

  background-color: #ffffff;

  border-color: #cccccc;

}



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

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



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

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

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

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



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

  background-image: none;

}

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

.ui-popup-top .ui-dialog,

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

    top: -8px;

}

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

.ui-popup-bottom .ui-dialog,

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

    top: 8px;

}

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

.ui-popup-left .ui-dialog,

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

    left: -8px;

}

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

.ui-popup-right .ui-dialog,

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

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

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

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

    display: block;

}

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

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

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

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

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

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

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

    bottom: -15px;

    border-top:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    left: 50%;

    margin-left: -8px;

}

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

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

    right: 15px;

}

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

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

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

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

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

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

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

    top: -15px;

    border-bottom:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    margin-left: -8px;

    left: 50%;

}

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

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

    right: 15px;

}

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

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

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

    right: -16px;

    border-left:8px solid #7C7C7C;

}

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

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

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

    right: -15px;

    border-left:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}

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

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

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

    left: -16px;

    border-right:8px solid #7C7C7C;

}

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

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

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

    left: -15px;

    border-right:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

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

    -webkit-transform: rotate(360deg);

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

    transform: rotate(360deg);

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

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

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

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

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

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

a:hover{text-decoration:none;}

/*

*{

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

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

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

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

p{word-wrap:break-word}



/*icon 字体样式*/

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

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

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

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

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

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

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

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

  -moz-osx-font-smoothing: grayscale;

}



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

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

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

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

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

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

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

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



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

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



/*单行文本*/

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



/*边距*/

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



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

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

/*图片上传中状态*/

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

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

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

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



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





/*分页按钮*/

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

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

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

/*默认导航样式*/

.default-pc-nav-menu{}

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

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

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

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

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

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

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

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

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



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

.default-pc-links-text{}

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



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



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



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

.default-pc-button-publish{

	padding-left:21px;

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

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

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

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

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

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

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

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

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

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

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

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

	background-color:#000;

}

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

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









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

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

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



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

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

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

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

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





/*幻灯片样式*/

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

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

.default-slider-2 .next, 

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

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

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

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

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



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

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

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



/*单屏滚动模式*/

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



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

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

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

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

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

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

	opacity:1;

}

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

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

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

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



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

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

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



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

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

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

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

}

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

	right:0;

	background-position:-23px 0;

}

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

	left:0;

	background-position: 0 0;

}

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

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

	background-position-y:-32px;

}

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

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

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

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

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

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

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

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

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
/*全局手机样式*/

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

html{ 

	position:relative; 

	/*

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

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

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



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

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



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

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

.default-mobile-nav-menu{

	padding-bottom:50px;

}

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

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

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

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

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

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

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

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

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

*/

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

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

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

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

/*底部*/

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

footer a{ color:#fff;}



/*分页按钮*/

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

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

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



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

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

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

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

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

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

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

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



/*导航滑动提示*/

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

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

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



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

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



/*覆盖默认*/

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

	height:auto;

}



/*底部版权*/

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

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

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

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

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

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



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

article .content img{

	height:auto !important;

}






/*顶部*/

.default-pc-nav-top{

	float: left;

	clear: both;

}

.default-pc-nav-top li{

	float:left;

	margin-right: 20px;

	line-height: 32px;

}

.default-pc-nav-top li a:hover{

	color: #b9be27;

}

.t_weixin{

	margin-top: 6px;

}

.t_weixin img{

	-webkit-filter: grayscale(100%);

	filter:grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-o-filter:grayscale(100%);

	transition: 0.3s;

	cursor: pointer;

}

.t_weixin img:hover{

	-webkit-filter: grayscale(0);

	filter:grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-o-filter:grayscale(0);

}

.ttub{

	padding: 6px 0;

}

.ttub li{

	float: left;

	margin-left: 20px;

}

.ttub li a{

	display: block;

}

.ttub li a img{

	width: 22px;

	height: auto;

	-webkit-filter: grayscale(100%);

	filter:grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-o-filter:grayscale(100%);

	transition: 0.3s;

}

.ttub li a img:hover{

	-webkit-filter: grayscale(0);

	filter:grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-o-filter:grayscale(0);

}

.change{

	margin-left: 40px;

	padding: 6.5px;

}

.change select{

	outline: none;

}



.top_box{

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

	padding-top: 10px;

}

.gtop .tlogo{

	position: relative;

}

.gtop .tlogo .logo a{

	display: block;

}

.gtop .tlogo .logo img{

	width: 210px;

	height: auto;

	margin-left: 50px;

}

.gtop .tlogo span{

	display: block;

	background:url("/temp/temp/53/53-0013/201809191123/images/logo (1).png") no-repeat center center;

	width: 658px;

	height: 74px;

	float: left;

	margin-top: 20px;

	margin-left: 5px;

}



.top_box .gnav{

	margin-top: 20px;

	text-align: center;

}

.top_box .gnav li{

	margin-right: 25px;

}

.top_box .gnav li a{

	line-height: 32px;

	transition: 0.2s;

}

.top_box .gnav li a:hover{

	color: #b9be27;

}

.top_box .gnav .nav{

	display: inline-block;

}

.top_box .default-pc-search{

	display: inline-block;

}

.top_box .default-pc-search input{

	height: 32px;

	line-height: 32px;

	border:1px solid #ededed;

	font-size: 12px;

	color: #666;

	box-sizing: border-box;

	outline: none;

}

.top_box .default-pc-search-keyword{

	width: 210px;

	padding-left: 10px;

}

.top_box input.default-pc-search-submit{

	width: 32px;

	height: 32px;

	text-align: center;

	background:url("/temp/temp/53/53-0013/201809191123/images/sousuo.png") no-repeat center center #333;

	background-size: 20px;

	color:rgba(0,0,0,0.00);

	cursor: pointer;

	margin-left: -4px;

}

.top_box .gnav li ul{

	background: #333;

}

.top_box .gnav li ul a{

	color: #999;

	display: block;

}

.top_box .gnav li ul li{

	border-bottom: 1px solid #414141;

}



/*点击弹出二维码*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	height: 260px;

	position: absolute;

	top: 35%;

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0013/201809191123/images/close.png") no-repeat center center;

	background-size: 100%;

	box-shadow: 2px 2px 14px #333;

	border-radius: 12px;

	cursor: pointer;

}























/*nav02*/

.nav2_box{

	position: fixed;

	left: 0;

	top:0;

	background:rgba(255,255,255,0.90);

	text-align: center;

	padding: 6px 0;

	z-index: -2;

	width: 100%;

	box-shadow: 0px 1px 20px 1px #ccc;

	opacity: 0;

	transition: 0.3s;

}

.nav2_box.a{

	opacity: 1;

	z-index: 2;

}

.nav2_box .logo a{

	display: block;

}

.nav2_box .logo img{

	height: 42px;

	width: auto;

}

.nav2_box .nav{

	float: left;

	margin-left: 20px;

}

.nav2_box .nav li{

	line-height:42px;

	margin-right: 20px;

}

.nav2_box .nav li a{

	transition: 0.2s;

}

.nav2_box .nav li a:hover{

	color: #b9be27;

}

.nav2_box .default-pc-search{

	float: right;

	padding: 5px 0;

}

.nav2_box .default-pc-search input{

	height: 32px;

	line-height: 32px;

	border:1px solid #ededed;

	font-size: 12px;

	color: #666;

	box-sizing: border-box;

	outline: none;

}

.nav2_box .default-pc-search-keyword{

	width: 210px;

	padding-left: 10px;

}

.nav2_box input.default-pc-search-submit{

	width: 32px;

	height: 32px;

	text-align: center;

	background:url("/temp/temp/53/53-0013/201809191123/images/sousuo.png") no-repeat center center #333;

	background-size: 20px;

	color:rgba(0,0,0,0.00);

	cursor: pointer;

	margin-left: -4px;

}





/*banner*/

.banner1{

	width: 100%;

	height: 730px;

	overflow: hidden;

}

.banner1 .dots span{

	width: 16px;

	height: 16px;

	border-radius: 8px;

	background: #fff;

}

.banner1 .dots span.active{

	background: #b9be27;

}



/*关于我们栏目*/

.i_ab{

	margin: 60px auto;

}

.i_ab h1{

	font-size: 22px;

	margin-bottom: 40px;

	text-align: center;

	color: #333;

}

.i_ab ul li{

	float: left;

	width: 49%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.i_ab ul li a{

	display: block;

}

.i_ab ul li a img{

	width: 100%;

	height: auto;

	filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	transition: 0.4s;

}

.i_ab ul li:hover a img{

	filter: grayscale(0);

	-moz-filter: grayscale(0);

	-webkit-filter: grayscale(0);

}

.i_ab ul li a h3{

	line-height: 36px;

	width: 100%;

	text-align: center;

	font-size: 14px;

	color: #333;

}





/*网上商城*/

.shangpin h1{

	text-align: center;

	margin: auto;

	margin-bottom: 40px;

	width: 160px;

	line-height: 40px;

	font-size: 22px;

	border: 2px solid #333;

	color: #333;

}

.shangpin ul{

	text-align: center;

	width: 100%;

}

.shangpin li{

	width:12.4%;

	margin: 0 2%;

	display: inline-block;

}

.shangpin li a{

	display: block;

}

.shangpin li a div{

	overflow: hidden;

	width: 100%;

}

.shangpin li a img{

	width: 100%;

	height:auto;

	transition: 0.4s;

}

.shangpin li:hover a img{

	transform: scale(1.06);

	-ms-transform:scale(1.06);

	-moz-transform:scale(1.06);

	-webkit-transform:scale(1.06);

	-o-transform:scale(1.06);

}

.shangpin li h3{

	width: 100%;

	line-height: 40px;

	text-align: center;

	font-size: 14px;

	color: #333;

}



/*新闻资讯*/

.news_box{

	margin: 60px auto;

}

.news_box h1{

	text-align: center;

	margin: auto;

	margin-bottom: 40px;

	width: 160px;

	line-height: 40px;

	font-size: 22px;

	border: 2px solid #333;

	color: #333;

}

.news_box ul li{

	width: 49%;

	margin-right: 2%;

	margin-bottom: 2%;

	float: left;

}

.news_box ul li a{

	display: block;

}

.news_box ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.news_box ul li h3{

	margin: 15px 0;

	font-size: 18px;

	transition: 0.3s;

}

.news_box ul li p{

	font-size: 12px;

	line-height: 22px;

	color: #666;

	margin-bottom: 15px;

	height: 66px;

	overflow: hidden;

}

.news_box ul li h4{

	font-size: 12px;

	color: #333;

	line-height: 20px;

	background:url("/temp/temp/53/53-0013/201809191123/images/date.png") no-repeat left center;

	background-size: 15px;

	padding-left: 20px;

	font-weight: bold;

	letter-spacing:1px;

}

.news_box ul li:hover h3{

	color: #b9be27; 

}

.news_box ul li a div{

	width: 100%;

	overflow: hidden;

}

.news_box ul li:hover a img{

	transform: scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}





/*公共顶部*/

.top01{

	width: 100%;

	height: 50px;

	background:url("/temp/temp/53/53-0013/201809191123/images/top.png") no-repeat center center #b9be27;

	background-size: 50px;

	cursor: pointer;

	transition: 0.3s;

}

.top01:hover{

	background:url("/temp/temp/53/53-0013/201809191123/images/top.png") no-repeat center center #aaaf18;

	background-size: 50px;

}



.foot_box{

	width: 100%;

	padding-top: 40px;

	background: #272727;

}

.foot_box .f_logo{

	text-align: center;

}

.foot_box .f_logo img{

	margin: auto;

	margin-bottom: 20px;

}

.foot_box .f_logo h3{

	font-size: 20px;

	color: #ccc;

	font-weight: bold;

	margin-bottom: 10px;

}

.foot_box .f_logo p{

	font-size: 14px;

	color: #ccc;

	line-height: 24px;

	max-width: 780px;

	margin: auto;

	margin-bottom: 50px;

}

.foot_box .fgengduo{

	width: 22.75%;

	margin-right: 3%;

}

.foot_box div h1{

	font-size: 20px;

	color: #ccc;

	margin-bottom: 25px;

}

.foot_box div ul li{

	margin-bottom: 15px;

}

.foot_box div ul li a{

	font-size: 12px;

	color: #666;

}

.foot_box div ul li a:hover{

	color: #b9be27; 

}

.foot_box .ffuwu{

	width: 22.75%;

	margin-right: 3%;

}

.foot_box .flianxi{

	width: 22.75%;

	margin-right: 3%;

}

.foot_box .flianxi p{

	font-size: 12px;

	color: #666;

	margin-bottom: 15px;

}

.foot_box .flianjie{

	width: 22.75%;

}

.foot_box .flianjie ul li{

	float: left;

	margin-right: 10px;

	margin-bottom: 10px;

}

.jishu{

	width: 100%;

	height: 50px;

	border-top: 1px solid #333;

	margin-top: 20px;

}

.jishu .default-pc-copyright{

	line-height: 50px;

	text-align: center;

	margin: auto;

	color: #666;

}

.jishu .default-pc-copyright a{

	color: #666;

}

.jishu .default-pc-copyright a:hover{

	color: #b9be27;

}





/*新闻资讯列表页-----------------------------------------------------------------------------------------*/



/*新闻资讯列表页左*/

.l_news{

	padding-top: 30px;

	padding-bottom: 120px;

}

.l_news_l{

	width: 22%;

}

.l_news_l .l_zuixin{

	margin-bottom: 40px;

}

.l_news_l .l_zuixin h1{

	font-size: 22px;

	font-weight: bold;

}

.l_news_l .l_zuixin ins{

	display: block;

	width: 30px;

	height: 2px;

	background: #000;

	margin: 20px 0;

}

.l_news_l .l_zuixin ul li{

	padding: 15px 0;

	border-bottom: 1px solid #f1f1f1;

	width: 100%;

}

.l_news_l .l_zuixin ul li a{

	color: #333;

	transition: 0.3s;

}

.l_news_l .l_zuixin ul li a h3{

	font-size: 13px;

}

.l_news_l .l_zuixin ul li a:hover{

	color: #b9be27;

}

.l_news_l .l_zuixin ul li a{

	font-size: 13px;

}

.l_news_l .l_zuixin ul li a span{

	display: none;

}





/*新闻资讯列表页右*/

.l_news_r{

	width: 74%;

}

.l_news_r h1{

	width: 100%;

	text-align: left;

	border-bottom: 1px solid #eee;

	font-size: 22px;

	padding-bottom: 20px;

}

.l_news_r ul li{

	padding:30px 0;

	border-bottom: 1px solid #eee;

}

.l_news_r ul li a{

	display: block;

}

.l_news_r ul li a img{

	width: 100%;

	height: auto;

}

.l_news_r ul li a h3{

	font-size: 22px;

	margin-top: 20px;

	transition: 0.3s;

}

.l_news_r ul li a span{

	display: block;

	width: 100px;

	height: 4px;

	background: #f3f3f3;

	margin: 20px 0;

	transition: 0.4s;

}

.l_news_r ul li:hover a span{

	width: 260px;

}

.l_news_r ul li a p{

	font-size: 12px;

	line-height: 24px;

	max-height: 48px;

	overflow: hidden;

}

.l_news_r ul li a h4{

	font-size: 12px;

	margin-top: 20px;

	font-weight: bold;

	background:url("/temp/temp/53/53-0013/201809191123/images/date.png") no-repeat left center;

	background-size: 15px;

	padding-left: 20px;

	color: #333;

}

.l_news_r ul li a h3:hover{

	color: #b9be27;

}

.page{

	margin: auto;

	margin-top: 40px;

	text-align: center;

}

.page a{

	float: inherit;

	display: inline-block;

	font-size: 12px;

}

.page a.a{

	background: #b9be27;

}

.page a:hover{

	background: #b9be27;

}

.l_news_r .pub02{

	margin-bottom: 0;

	margin-top:20px;

}





/*新闻资讯内页---------------------------------------------------------------------------------------------*/

.v_news_r{

	width: 74%;

}

.v_news_r h3{

	font-size: 22px;

	margin-top: 20px;

}

.v_news_r span{

	display: block;

	width: 160px;

	height: 4px;

	background: #f3f3f3;

	margin: 20px 0;

}

.pages{

	margin-top: 40px;

}

.pages p{

	color: #444;

	font-size: 12px;

}

.pages p a{

	color: #444;

	transition: 0.2s;

}

.pages p a:hover{

	color: #b9be27;

}





/*图片展示列表页---------------------------------------------------------------------------------*/

.lshow_box h1{

	width: 100%;

	line-height: 55px;

	font-size: 22px;

	text-align: center;

	border-bottom: 1px solid #eee;

	font-weight: bold;

}

.lshow_box .lshow{

	padding-top: 40px;

	padding-bottom: 120px;

}



/*图片展示列表页左*/

.lshow_box .lshow_l{

	width: 22%;

}

.lshow .lshow_l h2{

	font-size: 22px;

	font-weight: bold;

}

.lshow .lshow_l ins{

	display: block;

	width: 30px;

	height: 2px;

	background: #000;

	margin-top: 10px;

	margin-bottom: 30px;

}

.lshow .lshow_l div{

	margin-bottom: 40px;

}

.lshow .lshow_l div h4{

	font-size: 13px;

	color: #b9be27;

	margin-bottom: 15px;

}

.lshow .lshow_l div ul li{

	padding:10px 0;

	border-top: 1px solid #eee;

	

}

.lshow .lshow_l div ul li.a a{

	color: #b9be27;

	background:url("/temp/temp/53/53-0013/201809191123/images/sanjiao.png") no-repeat left center;

	background-size: 12px;

}

.lshow .lshow_l div ul li a{

	transition: 0.3s;

	padding-left: 15px;

}

.lshow .lshow_l div ul li a span{

	display: none;

}

.lshow .lshow_l div ul li a:hover{

	color: #b9be27;

}

.lshow .lshow_l div dt{

	font-size: 13px;

	color: #b9be27;

	margin-bottom: 15px;

}

.lshow .lshow_l div dd{

	padding:10px 0;

	border-top: 1px solid #eee;

}

.lshow .lshow_l dl{

	margin-bottom: 40px;

}

.lshow .lshow_l div dd a{

	transition: 0.3s;

	padding-left: 15px;

}

.lshow .lshow_l div dd a:hover{

	color: #b9be27;

}

.lshow .lshow_l div dd.a a{

	color: #b9be27;

	background:url("/temp/temp/53/53-0013/201809191123/images/sanjiao.png") no-repeat left center;

	background-size: 12px;

}













/*图片展示列表页右*/

.lshow_box .lshow .lshow_r{

	width: 74%;

}

.lshow .lshow_r ul li{

	width: 30%;

	margin-right:5%;

	float: left;

	margin-bottom: 5%;

	text-align: center;

}

.lshow .lshow_r ul li a{

	display: block;

}

.lshow .lshow_r ul li div{

	width: 100%;

	position: relative;

}

.lshow .lshow_r ul li img{

	width: 100%;

	height: auto;

}

.lshow .lshow_r ul li h3{

	font-size: 14px;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 10px;

	border-bottom: 1px solid #eee;

	margin-bottom: 10px;

}

.lshow .lshow_r ul li h4{

	font-size: 12px;

	color: #333;

	margin-bottom: 4px;

}

.lshow .lshow_r ul li h5{

	font-size: 13px;

	font-weight: bold;

	margin-top: 10px;

	color: #b9be27;

}

.lshow .lshow_r ul li div ins{

	display: block;

	width: 100%;

	height: 100%;

	background:url("/temp/temp/53/53-0013/201809191123/images/sousuo.png") no-repeat center center rgba(0,0,0,0.60);

	background-size: 60px;

	position: absolute;

	left: 0;

	top: 0;

	opacity: 0;

	transition: 0.4s;

}

.lshow .lshow_r ul li div:hover ins{

	opacity: 1;

}



/*图片展示内容页----------------------------------------------------------------------------------------------------*/

.vs_bt{

	width: 100%;

	padding: 10px 0;

	margin-top: 40px;

	text-align: center;

}

.vs_bt h1{

	font-size: 22px;

	font-weight: bold;

}

.vs_bt p{

	font-size: 12px;

	color: #888;

	margin-top: 10px;

}

.vs_bt p a{

	color: #888;

}

.vs_bt p a:hover{

	color: #b9be27;

}

.vs_box{

	width: 820px;

	margin: auto;

	margin-top: 40px;

	border: 1px solid #eee;

	padding: 20px;

}

.vs_box .vs_img{

	width: 54%;

}

.vs_box .vs_img img{

	width: 100%;

	height: auto;

}

.vs_box .vshow_t{

	width: 40%;

}

.vs_box .vshow_t h1{

	font-size: 19px;

	margin-bottom: 10px;

	margin-top: 100px;

}

.vs_box .vshow_t h3{

	font-size: 24px;

	color: #b9be27;

	font-weight: bold;

	margin-bottom: 20px;

}

.vs_box .vshow_t h4{

	font-size: 12px;

	color: #333;

	margin-bottom: 15px;

}

.vshow{

	width: 860px;

	margin: auto;

	margin-bottom: 120px;

}

.vshow h2{

	font-size: 14px;

	color:#fff;

	width: 100%;

	line-height: 40px;

	background: #b9be27;

	text-align: center;

}

.vshow .article{

	width: 90%;

	margin: auto;

	margin-top: 40px;

}





/*服务与能力列表页--------------------------------------------------------------------------------------------*/



.nengli h1{

	width: 100%;

	line-height: 55px;

	font-size: 22px;

	text-align: center;

	border-bottom: 1px solid #eee;

	font-weight: bold;

	margin-bottom: 40px;

}

.nengli01 li{

	width: 100%;

	background: #fff;

}

.nengli01 li .nl1_img{

	width: 50%;

}

.nengli01 li .nl1_img img{

	width: 100%;

	height: auto;

}

.nengli01 li .nl1_t{

	width: 24%;

	margin-right: 6%;

}

.nengli01 li.nl2{

	background: #f5f5f5;

}

.nengli01 li.nl2 .nl1_t{

	margin: 0;

	margin-left: 6%;

}

.nengli01 li .nl1_t h3{

	font-size: 20px;

	margin-bottom: 15px;

	margin-top: 90px;

}

.w960 .nengli01 li .nl1_t h3{

	margin-top: 50px;

}

.w960 .nengli01 li .nl1_t p{

	line-height: 24px;

}

.nengli01 li .nl1_t p{

	font-size: 12px;

	line-height: 26px;

}



.nengli02{

	padding-top: 60px;

}

.nengli02 img{

	width: 100%;

	height: auto;

}

.nengli02 h3{

	font-size: 20px;

	width: 60%;

	margin: auto;

	margin-bottom: 15px;

}

.nengli02 p{

	font-size: 12px;

	line-height: 26px;

	width: 60%;

	margin: auto;

	margin-bottom: 20px;

}

.nengli02.a2{

	background: #eaeaea;

	padding-top: 40px;

}

.nengli02.a2 p{

	margin-bottom: 30px;

}





/*关于我们内容页-------------------------------------------------------------------------------------*/

.vabout{

	margin-bottom: 120px;

}

.vabout h1{

	width: 100%;

	line-height: 55px;

	font-size: 22px;

	text-align: center;

	border-bottom: 1px solid #eee;

	font-weight: bold;

	margin-bottom: 40px;

}

.pub02{

	text-align: right;

	margin-bottom: 5px;

}

.vabout .article{

	width: 900px;

	margin: auto;

}





/*手机版调整-------------------------------------------------------------------------------------------------*/

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

	/*首页*/

	.banner1{

		height: auto;

	}

	.i_ab ul li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.shangpin li {

		width: 16%;

		margin: 0 6%;

	}

	.news_box ul li{

		width: 48%;

		margin: auto 1%;

	}

	

	/*服务与能力*/

	.nengli01 li .nl1_t{

		width: 38%;

	}

	.nengli01 li .nl1_t h3{

		margin-top: 25px;

	}

	.nengli01 li .nl1_t h3 {

		font-size: 18px;

		margin-bottom: 8px;

		margin-top: 25px;

	}

	.nengli01 li .nl1_t p{

		line-height: 24px;

	}

	.nengli02 h3{

		font-size: 18px;

		margin-bottom: 8px;

	}

	.nengli02 p{

		line-height: 24px;

	}

	

	/*关于我们内容页*/

	.vabout .article{

		width: 90%;

	}

	

	/*新闻列表页*/

	.l_news_r{

		width: 90%;

		margin: auto;

		margin-bottom: 100px;

	}

	.l_news_r h1{

		width: 100%;

		line-height: 55px;

		font-size: 22px;

		text-align: center;

		border-bottom: 1px solid #eee;

		font-weight: bold;

		margin-bottom: 10px;

		padding-bottom: 0;

	}

	

	/*图片展示内容页*/

	.vs_box{

		padding: 10px;

		width: calc(100% - 20px);

	}

	.vshow{

		width: 100%;

	}

	

}

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

	/*服务与能力*/

	.nengli01 li .nl1_img {

		width: 100%;

	}

	.nengli01 li .nl1_t{

		width: 80%;

		margin: auto;

		margin-right: 10%;

		padding: 40px 0;

	}

	.nengli01 li .nl1_t h3{

		margin-top: 0;

	}

	.nengli01 li.nl2 .nl1_t{

		margin-left: 10%;

	}

	.nengli02 h3{

		width: 80%;

	}

	.nengli02 p{

		width: 80%;

	}

	

	

}

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

	/*首页*/

	.shangpin li {

		width: 40%;

		margin: 0px 4%;

	}

	.news_box ul li{

		width: 100%;

		margin: auto;

		margin-bottom: 30px;

	}

	.news_box ul li h3{

		font-size: 16px;

		margin: 8px 0;

	}

	.news_box ul li p {

		line-height: 20px;

		margin-bottom: 10px;

		height: 38px;

	}

	.shangpin li h3{

		font-size: 13px;

	}

	.i_ab ul li a h3{

		font-size: 13px;

	}

	

	/*新闻列表页*/

	.l_news_r{

		width: 100%;

	}

	.l_news_r ul li a h3 {

		font-size: 16px;

		margin-top: 10px;

	}

	.l_news_r ul li a span{

		margin: 10px 0;

	}

	.l_news_r ul li a p {

		line-height: 20px;

		max-height: 38px;

	}

	.l_news_r ul li a h4{

		margin-top: 10px;

	}

	.ismobile article h3{

		font-size: 20px;

		margin: 15px 0;

		font-weight: bold;

	}

	.ismobile .article-info{

		font-size: 13px;

	}

	.ismobile dl.otherlist dd h4{

		font-size: 16px;

	}

	.ismobile dl.otherlist dd p{

		font-size: 13px;

	}

	

	/*图片展示内容页*/

	.vs_bt{

		margin-top: 20px;

		display: none;

	}

	.vs_box{

		margin-top: 20px;

		border: none;

	}

	.vs_box .vs_img{

		width: 80%;

		margin-left: 10%;

		border: 1px solid #eee;

	}

	.vs_box .vshow_t{

		width: 100%;

		margin-top: 40px;

		text-align: center;

	}

	.vs_box .vshow_t h1{

		margin-top: 0;

	}

	.pages p{

		float: inherit;

		margin-bottom: 10px;

	}

	.default-article-content iframe{

		height: 200px !important;

	}

}










































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

.default-moblie-show-list li a{ position:relative; display:block;}

.default-moblie-show-list li a img{ }

.default-moblie-show-list li a p{

	position: absolute;

    bottom: 0;

	left:0;

	right:0;

    background-color: #000;

    opacity: 0.6;

    color: #fff;

    padding: 5px 0 5px 10px;

    font-size: 12px;

    line-height: 1.2;

}

.default-moblie-show-list .box{ padding:1px; border:0; }


