/*!

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

}






.header{

	border-bottom:1px solid #eee;

	height:50px;

}

.head-l p{

	float:left;

	padding-left:30px;

	margin-top:17px;

	margin-right:20px;

	transition:all .3s;

}

.head-l p:hover

,.head-l a:hover{

	color: #C00;

}

.head-l p.te01{

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

	background-position: 0 3px;

	padding-left:20px;

}

.head-l p.yx{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg02.png") no-repeat  ;

	background-position: 0 2px;

}

.head-l p.map{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg035.png") no-repeat  ;

	background-position: 0 3px;

}

.head-l p.te01:hover

,.head-l p.yx:hover

,.head-l p.map:hover{

	background-position:0 -16px;

}

.lx01 {

  margin-top: 17px;

}

.lx01 li{

	float:left;

	margin-left:15px; 

}

.lx01 li a{

	display:block;

	height:18px;

	width:25px;

	transition:all .3s;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg06.png") no-repeat  ;

}

.lx01 li.wx01 a {

  background-position: -45px 0;

}

.lx01 li.wb01 a {

  background-position: -88px 0;

}

.lx01 li.qq01:hover a{

	background-position: 0px -25px;

}

.lx01 li.wx01:hover a{

	background-position: -45px -25px;

}

.lx01 li.wb01:hover a{

	background-position: -88px -25px; 

}

.menu{

	margin:25px auto;

}

.logo a{

	display:block;

}

.logo img{

	max-height:50px;

}

.menu ul li{

	margin:0 20px;

}

.w960 .menu ul li {

  margin: 0 17px;

}

.menu ul li a {

  display: block;

  text-align: center;

}

.menu ul li a span {

  display: block;

  font-size: 18px;

  font-weight: bold;

}

.menu ul li a em {

  display: block;

  font-size: 11px;

  text-transform: uppercase;

}

.menu ul li.a a

,.menu ul li:hover a{

	color:#D70C19;

}



.banner{

	max-height:500px;

	overflow:hidden;

}

.banner .dots span{

	width:6px;

	height:6px;

	border-radius:50%;

	background-color:#000;

	border:2px solid #fff;

	box-shadow:0 0 2px #000;

}

.banner .dots span.active{

	background-color:#d70c19;

}

.tit{

	width:500px;

	margin:50px auto;

	text-align:center;

}

.news ul li{

	float:left;

	width:32%;

	margin-right:2%;

}

.news ul li a{

	display:block;

}

.news li div.nl {

  width: 12%;

}

.w960 .news li div.nl {

  width: 15%;

}

.news li div.nl ins {

  display: block;

  width: 100%;

  height: 45px;

  background:url("/temp/temp/52/52-0099/201610091204/images/bg01.gif") no-repeat ;

}

.news li div.nl ins:hover {

	background-position:0 -47px;

}

.news li div.nl p {

  height: 45px;

  width: 100%;

  background:#f5f5f5;

  color: #6F6F6F;

}

.news li div.nl p:hover{

	background:#FFDE00;

	color:#C00;

}

.news li div.nl p em {

  display: block;

  font-size: 23px;

  font-weight: bold;

  font-style: normal;

  text-align: center;

  height: 25px;

  overflow: hidden;

  font-family: Georgia;

  line-height:25px;

}

.news li div.nl p strong {

  display: block;

  width: 36px;

  height: 20px;

  overflow: hidden;

  margin-left: 10px;

}

.news li div.nl p strong em {

  font-size: 15px;

  font-weight: normal;

  margin-left: -33px;

  line-height: 18px;

} 

.news li div.nr{

	width:88%;

}

.w960 .news li div.nr{

	width:85%;

}

.news li div.nr span.n8{

	display:block;

	overflow:hidden;

}

.news li div.nr img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.news li div.nr img:hover{

	transform:scale(1.1);

	-ms-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-webkit-transform:scale(1.1);

	-o-transform:scale(1.1);

}

.news li div.nr h3{

  font-family: "simsun";

  font-size: 16px;

  color: #5f5f5f;

  line-height: 30px;

  border-bottom: 1px solid #dedede;

  font-weight: bold;

  margin-top:10px;

}

.news li:hover div.nr h3{

	color: #CC0000;

}

.news li div.nr div.n5{

	border-bottom: 1px solid #dedede;

}

.news li div.nr div.n5 p{

	padding-left:20px;

	float:left;

	width:25%;

	margin:8px 0;

	color:#aaaaaa;

}

.news li div.nr div.n5 p:hover

,.news li div.nr h3:hove{

	color:#CC0000;

}

.news li div.nr div.n5 p.n1{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg09.gif") no-repeat ;

	background-position: 0 -27px;

}

.news li div.nr div.n5 p.n2{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg10.gif") no-repeat ;

	background-position: 0 -27px;

}

.news li div.nr div.n5 p.n3{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg11.gif") no-repeat;

	background-position: 0 -27px;

}

.news li div.nr div.n5 p.n1:hover

,.news li div.nr div.n5 p.n2:hover

,.news li div.nr div.n5 p.n3:hover{

	background-position: 0 3px;

	color:#CC0000;

}



.news li div.nr p.n6{

  margin: 10px 0;

  line-height: 18px;

  color: #b0b0b0;

  font-family:"simsun";

  height: 54px;

  overflow: hidden; 

}

.news li div.nr p.n6:hover {

  color: #333;

}

.news li div.nr div.n4{

	width:100%;

	height:21px;

	position:relative;

}

.news li div.nr div.n4 span{

	display:block;

	height:21px;

	background:#CC0000;

	transition:all .5s;

	width:0;

}

.news li div.nr div.n4:hover span{

	width:100%;

}

.news li div.nr div.n4 em{

	display:block;

	position:absolute;

	right:0;

	top:0;

	height:21px;

	width:92px;

	background:url("/temp/temp/52/52-0099/201610091204/images/zb02.png") no-repeat;

	transition:all .5s;

}

.news li div.nr div.n4:hover em{

	background:url("/temp/temp/52/52-0099/201610091204/images/zb01.png") no-repeat;

}

.more01{

	display:block;

	width:239px;

	height:15px;

	margin:50px auto;

	margin-top:70px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg04.png") no-repeat;

	background-position:0 -15px;

}

.more01:hover{

	background-position:0 3px;

}

.casebg{

	background:#f6f6f6;

	padding:1px 0;

}

.case ul li{

	float:left;

	width:20%;

	height:309px;

	overflow:hidden;

}

.w960 .case li{

	height:250px;

}

.case li a{

	display:block;

	transition:all .5s;

}

.case li:hover a{

	margin-top:-95px;

}

.case li span{

	display:block;

}

.case li span img{

	width:100%;

	height:auto;

}

.case li div {

  padding: 20px 0;

  background: #fff;

}

.case li.c2 div {

  padding: 20px 0;

  background: #333;

}

.case li div h3 {

  font-size: 20px;

  text-align: center;

  font-weight: bold;

  line-height: 40px;

}

.case li div p{

	width:102px;

	height:15px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0099/201610091204/images/201404222315271527.jpg") no-repeat center center;

}

.case li.c2 div h3{

	color:#fff;

}

.case li.c2 div p{

	background:url("/temp/temp/52/52-0099/201610091204/images/2014042411030737.jpg") no-repeat center center;

}

.partner{

	margin:30px auto;

}

.partner li{

	float:left;

	width:20%;

}

.partner li a{

	display:block;

	border:1px solid #fff;

}

.partner li a img{

	width:100%;

	height:auto;

	-webkit-filter: grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-webkit-filter:grayscale(100%);

	-o-filter:grayscale(100%);

}

.partner li:hover a img{

	width:100%;

	height:auto;

	-webkit-filter: grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-webkit-filter:grayscale(0);

	-o-filter:grayscale(0);

}



.footer{

	background:#313439;

	padding-top:50px;

	overflow:hidden;

	margin-bottom:70px;

}

.ftnav{

	width:30%;

}

.fttit {

  color: #fff;

  font-size: 20px;

  margin-bottom: 20px;

}

.fttit:hover{

	color:#FFE208;

}

.ftnav li {

  width: 47%;

  margin-right: 5%;

  float: left;

  line-height: 40px;

  border-bottom: 1px solid #6F7175;

  overflow:hidden;l

}

.ftnav li a {

  color: #fff;

  font-size: 14px;

  text-transform: uppercase;

  padding-left: 20px;

  background:url("/temp/temp/52/52-0099/201610091204/images/bg13.png") no-repeat left center;

}

.ftnav li:hover a {

	 color:#FFE208;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg131.png") no-repeat left center;

}

.ftnav li em {

  font-style: normal;

  margin-right: -30px;

  transition:all .5s;

  font-size:15px;

  color:#fff;

}

.ftnav li:hover em {

  margin-right: 15px;

}



.lx02 {

  width: 33%;

  margin: 0 6%;

  float: left;

}

.w960 .lx02 {

  width: 39%;

  margin:0 3%;

}

.lx02 ul li {

  float: left;

  background: #C2C2C4;

  border-radius: 50%;

  margin: 20px 7px;

  position: relative;

  overflow: hidden;

  width:105px;

  height:105px;

}

.lx02 ul li a {

  display: block;

  width: 95px;

  height: 95px;

  position: absolute;

  z-index: 10;

  border: 5px solid #A8A8A9;

  border-radius: 50%;

}

.lx02 ul li.qq02 a{

	background:url("/temp/temp/52/52-0099/201610091204/images/qq2.png") no-repeat center center;

}

.lx02 ul li.wx02 a{

	background:url("/temp/temp/52/52-0099/201610091204/images/wx02.png") no-repeat center center;

}

.lx02 ul li.wb02 a{

	background:url("/temp/temp/52/52-0099/201610091204/images/wb02.png") no-repeat center center;

}

.lx02 ul li span {

  display: block;

  width: 0px;

  height:0px;

  transition:all .3s;

  position:absolute;

  left:50px;

  top:50px;

  border-radius:50%;  

}

.lx02 ul li:hover span {

  width: 105px;

  height: 105px;

  background: #C81920;

  z-index:1;

  left:0;

  top:0;

}

.lx02 ul li.wx02:hover span {

	background:#FFE400;

}

.lx02 ul li.wb02:hover span {

	background:#30CCFF;

}

.ewm01{

	width:22%;

}

.w960 .ewm01{

	width:25%;

}

.ewm01 div{

	text-align: right;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg17.png") no-repeat left center;

}

.about{

	margin-top:30px;

	padding:30px 0;

	border-top:1px solid #6F7175; 

	border-bottom:1px solid #6F7175;

}

.about01{

	width:55%;

}

.about01 p{

	color:#ababab;

}

.about01:hover span

,.about01:hover h3{

	color:#FFE208;

}

.about01 span{

	color:#fff;

	margin-top:10px;

	display:block;

}

.about01:hover p{

	color:#fff;

}

.con01{

	width:30%;

}

.con01 li{

	float:left;

	line-height:25px;

	width:100%;

}

.con01 li h5

,.con01 li p{

	float:left;

	color:#fff;

}

.con01 li:hover h5

,.con01 li:hover p{

	color:#FBDD00;

}

.copy{

	padding:20px 0;

	

}

.default-pc-copyright {

  text-align: center;

  margin: 0 auto;

  color: #fff;

}



.zixun{

	height:70px;

	background:#cc0000;

	position:fixed;

	bottom:0;

	width:100%;

	z-index:11;

}

.zixun img{

	margin-top:-10px;

}

.zixun strong {

  font-size: 45px;

  color: #FBDD00;

  line-height: 70px;

  margin-left: 50px;

}

.zixun a {

  display: block;

  line-height: 45px;

  width: 150px;

  background: #FBDD00;

  text-align: center;

  font-size: 20px;

  font-weight: bold;

  border-radius: 5px;

  margin-top: 13px;

}

.zixun a:hover{

	color:#cc0000;

}

.top{

	width:49px;

	height:59px;

	background:url("/temp/temp/52/52-0099/201610091204/images/r_top.png") no-repeat;

	position: fixed;

    bottom: 6px;

    right: 10px;

}

.floor{

	width:60px;

	height:100%;

	position:fixed;

	top:0;

	left:0;

	background:#181818; 

}

.floor ul {

  position: absolute;

  top: 22%;

  width: 100%;

}

.floor ul li{

	text-align:center;

	padding-bottom:10px;

	margin-top:10px;

	background:url("/temp/temp/52/52-0099/201610091204/images/float_30.jpg") no-repeat center bottom;

}

.floor ul li a{

	display:block;

}

.floor li a img{

	width:21px;

	height:auto;

}

.floor li a p{

	color:#fff;

}

.floor li:hover a p{

	color:#FBDD00;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index: 2000;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #FFFFFF;

	z-index:2000;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:96%;

	margin:0 2.4%;

}

.close{

	display:block;

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

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}

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

.list-show{

	margin-top:100px;

}

.pox a{

	color:#999;

}

.pox p{

	color:#333;

}

.list-nav{

	padding:20px 0;

	border-bottom:1px solid #ddd;

}

.list-nav li{

	float:left;

	margin-right:30px;

}

.w960 .list-nav li{

	margin-right:20px;

}

.list-nav li a{

   display:block;

   font-family: 'simhei';

  font-size: 16px;

  color: #434343;

}

.list-nav li:hover a

,.list-nav li.a a

,.list-nav li:hover a span

,.list-nav li.a a span{ 

	color:#C00;

	font-weight:bold;

}

.list-nav li:hover a span

,.list-nav li.a a span{

	font-weight:normal;

}

.list-nav li a span{

	display:block;

	color: #c2c2c2;

	font-size:12px;

}

.pub{

	text-align:right;

	margin:10px 0;

}

.works{

	margin-top:20px;

}

.works li{

	float:left;

	width:32%;

	margin-right:2%;

	margin-bottom:30px;

}

.works li a {

  display: block;

  border: 15px solid #f1f1f1;

  position:relative;

  overflow:hidden;

}

.works li a span{

	display:block;

}

.works li a span img{

	width:100%;

	height:auto;

}

.works li a div.w1 {

  position: absolute;

  width: 100%;

  height: 50%;

  top:-50%;

  left:0;

  background:url("/temp/temp/52/52-0099/201610091204/images/bg25.png");

  transition:all .5s;

}

.works li a div.w2 {

  position: absolute;

  width: 100%;

  height: 50%;

  bottom:-50%;

  left:0;

  background:url("/temp/temp/52/52-0099/201610091204/images/bg25.png");

  transition:all .5s;

}

.works li:hover a div.w1 {

	top:0;

}

.works li:hover a div.w2 {

	bottom:0

}

.works li a div.w2 h3{

	padding-left:30px;

	color:#ffc600;

	font-size:16px;

}

.works li a div.w2 p.w3{

	padding-top:30px;

}

.w960 .works li a div.w2 p.w3{

	padding-top:20px;

}

.works li a div.w2 p{

	padding-left:30px;

	color:#fff;

}

.page{

	text-align:center;

	margin:30px auto;

}

.page a{

	float:none;

	display:inline-block;

}

.page a{

	*display:inline;

}

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

  background: #C00;

}





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

.stit h3{

  font-size: 36px;

  font-weight: bold;

  color: #000;

  height: 40px;

  line-height: 40px;

}

.stit p{

	margin-top:10px;

}

.stit p em {

  font-style: normal;

  display: block;

  float: left;

  padding-left: 20px;

  line-height: 12px;

  color:#aaaaaa;

}

.stit p em.s1{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg10.gif") no-repeat;

	margin-right:20px;

}

.stit p em.s2{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg11.gif") no-repeat;

}

.fanye{

	margin-top:15px;

}

.fanye a.fanhui{

	display:block;

}

.fanye a.fanhui

,.fanye p.prev01

,.fanye p.next01{

	width:38px;

	height:38px;

	margin-top:0;

	float:left;

	margin-left:10px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg29.png") no-repeat;

}

.fanye a.fanhui:hover{

	background-position:0 -40px;

}

.fanye p.prev01 {

  background-position: -46px 0;

}

.fanye p.next01{

	background-position: -91px 0;

}

.fanye p.prev01:hover{

	background-position: -46px -40px;

}

.fanye p.next01:hover{

	background-position: -91px -40px;

}

.view01{

	margin-top:10px;

}

.view-l{

	width:360px;

	border:2px solid #f3f3f3;

	background:#f3f3f3;

}

.view-l.active{

	position:fixed;

	top:0;

}

.view-l .sum{

	padding:30px;

}

.view-l .sum h3

,.view-l .share h3

,.solemn h3{

  font-size: 18px;

  color: #656565;

  padding-bottom:10px;

}

.view-l p {

  color: #848484;

  font-family: "simsun";

  line-height: 20px;

}

.view-l .sum:hover p{

	color:#CC0000;

}

.view-l .sum:hover h3{

	color:#333;

}

.website{

	padding:0 30px;

}

.share{

	padding:30px;

}

.view-l span{

	display:block;

}

.view-l span img {

  width: 96%;

  height: auto;

  padding: 2%;

}

.solemn{

	padding:30px;

	background:#ebebeb;

}

.solemn span{

	color: #b0b0b0;

	margin-top:20px;

	display:block;

}

.view-r{

	width:68%;

}



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

.ban01 img{

	width:100%;

	height:auto;

}

.news01 ul li {

  float: left;

  width: 48%;

  margin-right: 4%;

  margin-bottom: 80px;

}

.news01 li a{

	display:block;

}

.news01 li .n01{

	width:135px;

}

.news01 li .n01 span{

	display:block;

	width:45px;

	height:46px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg01.gif") no-repeat left top;

}

.news01 li:hover .n01 span{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg01.gif") no-repeat left bottom;

}

.news01 li .n01 img{

	width:90px;

	height:auto;

}

.news01 li .n01 p{

	background:#f5f5f5;

	text-align:center;

}

.news01 li:hover .n01 p {

  background: #FBDD00;

  color:#CC0000;

}

.news01 li .n01 p strong {

  display: block;

  font-size: 24px;

  line-height: 23px;

  font-weight: normal;

}

.news01 li .n01 p em{

	display:block;

	font-style:normal;

	font-size: 14px;

}

.news01 li .n02 {

  width: 73%;

}

.w960 .news01 li .n02 {

  width: 67%;

}

.news01 li .n02 h3 {

  font-family: "simsun";

  font-size: 16px;

  color: #5f5f5f;

  font-weight: bold;

}

.news01 li .n02 p {

  color: #6a6a6a;

  line-height: 18px;

  height: 54px;

  overflow: hidden;

  display: block;

  padding-top: 15px;

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

}

.news01 li:hover .n02 h3 {

	color:#CC0000;

}

.news01 li:hover .n02 p {

	color:#333;

}

.news01 li .n04{

	padding:10px 0;

	border-top:1px solid #ddd;

	border-bottom:1px solid #ddd;

	margin-top:10px;

}

.news01 li .n04 p {

  float: left;

  padding-left: 20px;

  line-height: 12px;

  margin-right: 20px;

  color: #aaaaaa;

  text-transform: uppercase;

  font-family: -webkit-pictograph;

  margin-top:3px;

}

.news01 li:hover .n04 p {

	color:#CC0000;

}

.news01 li .n04 p.m1{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg09.gif") no-repeat left bottom;

}

.news01 li .n04 p.m2{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg10.gif") no-repeat left bottom;

}

.news01 li .n04 p.m3{

	height:13px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg11.gif") no-repeat left bottom;

}

.news01 li:hover .n04 p.m1

,.news01 li:hover .n04 p.m2

,.news01 li:hover .n04 p.m3{

	background-position:left top;

}



.news01 li .n04 span{

	display:block;

	width:99px;

	height:11px;

	margin-top:3px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg31.gif") no-repeat;

}

.news01 li:hover .n04 span{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg32.gif") no-repeat;

}





.word{

	margin:30px 0;

}

.xinxi{

	padding: 6px 0;

    border-top: 1px solid #ddd;

	margin-bottom:100px;

}

.xinxi span{

	display:block;

	width:292px;

	height:37px;

	margin-top:10px;

	background:url("/temp/temp/52/52-0099/201610091204/images/bg33.png") no-repeat left top;

}

.xinxi:hover span{

	background:url("/temp/temp/52/52-0099/201610091204/images/bg33.png") no-repeat left bottom;

}



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

	.mr0{

		margin-right:0 !important;

	}

	.news li div.nr div.n5 p {

	  width: 26%;

	  font-size: 12px;

	}

	.news li div.nr p.n6 {

	  font-size: 12px;

	}

	.case ul li {

	  height: 262px;

	}



}

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

	.news li div.nl {

	  width: 19%;

	}

	.news li div.nr {

	  width: 81%;

	}

	.news li div.nr div.n5 {

		height:29px;

		overflow:hidden;

	}

	.case ul li {

	  height: 194px;

	}

}

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

	.tit {

	  width: 90%;

	  margin: 20px auto;

	}

	.tit img{

		width:100%;

		height:auto;

	}

	.news ul li {

	  width: 100%;

	  margin-right: 0;

	  margin-bottom: 20px;

	  padding-bottom: 20px;

	  border-bottom: 2px solid #CB0000;

	}

	.news li div.nl {

	  width: 45px;

	}

	.news li div.nr {

	  width: 85%;

	}

	.case ul li {

	  width: 50%;

	  height:auto;

	}



}




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

span.pipe{margin:0 7px;}

/**--------全局公用样式 亮色0d66c0 暗色888--------**/

.mt25{ margin-top:25px !important;}

.edit_del{text-align:right; line-height:24px;}

.edit_del a{color:#888;}

.edit_del a:hover{color:#0d66c0; text-decoration:underline;}

.edit_del a.pub{padding-left:24px; display:inline-block; background:url(/temp/temp/default/default-0001/1/images/publish.png) center left no-repeat; font-size:14px;}

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

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

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

.cbox{padding:24px; border:1px solid #dedede;}

.title{ height:32px; line-height:32px; border-bottom:1px solid #ccc; margin-bottom:15px;}

.title span{display:block; height:32px;}

.title span.tname{border-bottom:1px solid #1d62a3; font-size:16px; font-weight:bold;}

.title span.ename{color:#888; padding-left:10px; font-size:14px;}

.title span.tmore a,.title span.tmore{ color:#888;}

.title span.tmore a:hover{color:#0d66c0;}

/*-单页内容列表-*/

.list_menu{width:238px;}



.default-pc-sidebar-dl{ width:238px; border:none; float:left;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{border:none;}

.default-pc-sidebar-dl dt{background:#444; color:#fff; padding:25px 30px; font-size:20px; line-height:30px;}

.default-pc-sidebar-dl dt span{font-size:14px; display:block; line-height:18px; text-transform:uppercase;}

.default-pc-sidebar-dl dd{ font-size:14px;}

.default-pc-sidebar-dl dd a{display:block; padding:0 28px; line-height:48px; border-bottom:1px solid #dedede; border-right:1px solid #dedede; border-left:1px solid #dedede; transition:all 0.3s;}

.default-pc-sidebar-dl dd a span{margin:0 7px;}

.default-pc-sidebar-dl dd.a a,.default-pc-sidebar-dl dd a:hover{color:#444; border-left:4px solid #444;}



.page_box{width:860px;}

.page_content{ line-height:24px; font-size:14px; padding:25px 0 120px;}

.page_content img{max-width:100%; height:auto;}

.page_content p img{ margin-left:-2em;}



/*-案例/服务-*/

.case_box{ padding:25px 0;}

.case_box li{padding-bottom:25px; margin-bottom:25px; border-bottom:1px dashed #dedede;}

.case_cover{ width:220px; height:120px; border:1px solid #dedede; padding:4px; overflow:hidden;}

.case_cover img{width:220px; height:120px;}

.case_info{width:610px;}

.case_info h4{font-size:16px; font-weight:normal; line-height:32px; height:32px; overflow:hidden;}

.case_info h4 a:hover{color:#0d66c0; text-decoration:underline;}

.case_info p{line-height:24px; font-size:14px; color:#888; height:72px; overflow:hidden;}

/*-内容页-标题-*/

.page_title{padding-bottom:10px; border-bottom:1px dashed #dedede;}

.page_title h3{font-size:24px; line-height:48px; font-weight:normal; color:#0d66c0;}

.page_title p,.page_title p a{ color:#888;}

.page_title p a:hover{color:#0d66c0; text-decoration:underline;}

.page_title p span{margin-left:12px;}



.other{ border-top:1px dashed #dedede; padding:20px 0;}

.other,.other a{color:#888; font-size:14px; line-height:32px; transition:all 0.3s;}

.other a:hover{color:#0d66c0; text-decoration:underline;}









.w960 .page_box{ width:632px;}

.w960 .case_info{ width:382px;}	










