/*!

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

	background:#112033;

	padding:10px 0;

	border-bottom:1px solid #253b58;

}

.logo img{

	max-height:70px;

}

.menu{

}

.menu li{

	padding:0 30px;

}

.menu li a {

    display: block;

    font-size: 15px;

    color: #fff;

    line-height: 66px;

}

.menu li:hover a

,.menu li.a a{

	color:#00c1de;

}

.menu li ul{

	background:#31486c;

	padding:10px 0;

}

.menu li ul li{

	padding:0;

}

.menu li ul li a{

	line-height:35px;

	padding:0 30px;

}

.menu li ul li a{

	color:#fff !important;

}

.menu li ul li:hover a{

	color:#00c1de !important;

}

.menu li ul li:hover{

	background:#112033;

}

.banner{

	max-height:500px;

	overflow:hidden;

	width:100%;

}

.banner li a{

	display:block;

	position:relative;

	transform-style: preserve-3d;

}

.banner li div {

    position: absolute;

    text-align: center;

    top:34%;

    left:50%;

    color: #fff;

    width:650px;

	margin-left:-325px;

	transform-style: preserve-3d;

    backface-visibility: hidden;

}

.banner li h3 {

    font-size: 40px;

    border: 1px solid #fff;

}

.banner li p {

    font-size: 30px;

	margin-top:20px;

}

.banner .dots{

	bottom:30px;

}

.banner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	border:1px solid #fff;

	background-color:transparent;

	margin:0 10px;

}

.banner .dots span.active{

	background-color:#fff;

}

.banner .prev

,.banner .next{

	opacity:0;

	transition:all .5s;

	background-color:transparent;

}

.banner:hover .prev{

	left:5%;

	opacity:1;

}

.banner:hover .next{

	right:5%;

	opacity:1;

}

.youshi {

    padding: 80px 0;

    background: #fff;

    position: relative;

    z-index: 1;

}

.tit h3{

	text-align:center;

	font-size:25px;

}

.youshi ul{

	margin-top:80px;

}

.youshi li {

    float: left;

    width: 22%;

    margin-right: 4%;

}

.youshi li a {

    display: block;

    padding: 20px 30px;

    border: 1px solid #dedede;

}

.w960 .youshi li a{

	padding:20px 10px;

}

.youshi li span{

	display:block;

	width:70px;

	height:70px;

	margin:0 auto;

	position:relative;

}

.youshi li.y1 span{

	background:url("/temp/temp/52/52-0137/201707061344/images/1.png") no-repeat center center;

}

.youshi li.y2 span{

	transition:all .5s;

	background:url("/temp/temp/52/52-0137/201707061344/images/2.png") no-repeat center center;

}

.youshi li.y3 span{

	background:url("/temp/temp/52/52-0137/201707061344/images/3.png") no-repeat center center;

}

.youshi li.y4 span{

	background:url("/temp/temp/52/52-0137/201707061344/images/5.png") no-repeat center center;

}

.youshi li.y2:hover span{

	transform:rotate(30deg);

}

.youshi li.y3 span em{

	display:block;

	height:39px;

	height:39px;

	padding-top: 30px;

	transition:all .5s;

	background:url("/temp/temp/52/52-0137/201707061344/images/31.png") no-repeat center center;

}

.youshi li.y1 span em {

    display: block;

    width: 20px;

    height: 3px;

    background: #31486c;

    position: absolute;

    top: 28px;

	opacity:0;

	left:0;

	transition:all .5s;

}

.youshi li.y1:hover span em {

	left:24px;

	opacity:1;

}

.youshi li.y3:hover span em{

	transform:rotate(360deg);

	-ms-transform:rotate(360deg);

	-moz-transform:rotate(360deg);

	-webkit-transform:rotate(360deg);

	-o-transform:rotate(360deg);

}

.youshi li.y4 span em{

	display:block;

	width:0px;

	height:25px;

	position: absolute;

    left: 15px;

    top: 13px;

	opacity:0;

	transition:all .5s;

	background:url("/temp/temp/52/52-0137/201707061344/images/51.png") no-repeat center center;

}

.youshi li.y4:hover span em{

	opacity:1;

	width:40px;

}

.youshi li h3 {

    text-align: center;

    font-size: 19px;

	margin:10px 0;

}

.w960 .youshi li h3 {

    font-size: 18px;

}

.youshi li p {

    text-align: center;

    font-size: 14px;

    color: #666;

	height:42px;

	overflow:hidden;

}

.about{

	background:#f5f5f6;

	padding:50px 0;

}

.about01{

	width:30%;

	position:relative;

	text-align:center;

}

.about01 span img{

	margin-top:50px;

	width:100%;

	height:auto;

	transition:all .7s;

}

.about.active .about01 span img{

	transform:rotate(90deg);

}

.about01 .logo09 {

    max-width: 150px;

    height: auto;

    position: absolute;

    left: 50%;

    margin-left: -75px;

    top: 80%;

    margin-top: -30px;

	opacity:0;

	transition:all 2s;

}

.about.active .about01 .logo09 {

	opacity:1;

	top:50%;

}

.about01 em{

	display:block;

	width:98px;

	height:92px;

	position:absolute;

	top: 40%;

    left: 37%;

	background:url("/temp/temp/52/52-0137/201707061344/images/bg2.png") no-repeat center center;

}

.about02{

	width:65%;

}

.about02 h3 {

    font-size: 50px;

    color: #31486c;

	margin-bottom:20px;

}

.about02 p {

    font-size: 14px;

    color: #666;

    line-height: 2em;

}

.about02 a{

	display:block;

	width:100px;

	height:30px;

	border:1px solid #ccc;

	text-align:center;

	line-height:30px;

	margin-top:20px;

}

.about02 a:hover{

	border: 1px solid #31486c;

    background: #31486c;

    color: #fff;

}

.work{

	margin:80px auto;

}

.work h2{

	width:304px;

	height:70px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0137/201707061344/images/work2.png") no-repeat center center;

}

.work ul{

	margin-top:50px;

}

.work li {

    float: left;

    width: 29%;

	padding:1%;

    margin-right: 3.5%;

    margin-bottom: 4%;

    box-shadow: 0px 1px 10px #999;

}

.work li a{

	display:block;

	position:relative;

	overflow:hidden;

}

.work li a img{

	width:100%;

	height:auto;

}

.work li ins {

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    transition: all .5s;

    display: block;

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

    position: absolute;

	opacity:0;

}

.work li:hover ins{

	opacity:1;

}

.work li span{

	display:none;

	position:absolute;

	width:100%;

	height:100%;

	z-index:2;

	background:url("/temp/temp/52/52-0137/201707061344/images/sss.png") no-repeat center center;

}

.work li h3{

	text-align:center;

	margin-top:10px;

	font-size:16px;

}

.more01 {

    display: block;

    padding: 10px 0;

    width: 150px;

    margin: 0 auto;

    border: 1px solid #31486c;

    text-align: center;

    border-radius: 10px;

    font-size: 16px;

    color: #31486c;

	transition:all .3s;

}

.more01:hover{

	color: #fff;

    background: #31486c;

}

/*---全国地图分布--*/

.map01{

	background:#112033;

}

.uid-1 .map01 {

  display:block;

  border-top:1px solid #eee;

  border-bottom:1px solid #eee;

  margin-top:100px; 

}

@keyframes ripple{

	0%{

	opacity:0;

	-webkit-transform:scale(.1);

	transform:scale(.1)

	}

	5%{

	opacity:1

	}

	to{

	opacity:0;

	-webkit-transform:scale(1);

	transform:scale(1)

	}

}

.map01 h3 {

    text-align: center;

    font-size: 40px;

    margin-bottom: -65px;

    color: #fff;

    padding-top: 50px;

}

.map01 ul{

	background:url("/temp/temp/52/52-0137/201707061344/images/100.png") no-repeat center center;

	width:700px;

	margin:0 auto;

	height:700px;

	position:relative;

}

.map01 li{

	position:absolute;

}

.map01 li p{

	width:8px;

	height:8px;

	background:#F45C5F;

	border-radius:50%;

}

.map01 li.p1 {

    top: 346px;

    left: 269px;

}

.map01 li.p2 {

    top: 390px;

    right: 130px;

}

.map01 li.p3 {

    top: 254px;

    right: 100px;

}

.map01 li.p4 {

    top: 374px;

    left: 427px;

}

.map01 li.p5 {

    bottom: 200px;

    right: 135px;

}

.map01 li.p6 {

    top: 488px;

    left: 515px;

}

.map01 li.p7 {

    top: 415px;

    left: 541px;

}

.map01 li.p8 {

    bottom: 248px;

    right: 114px;

}

.map01 li.p9 {

    bottom: 167px;

    right: 93px;

}

.map01 li.p10 {

    top: 160px;

    right: 73px;

}

.map01 li.p11 {

    top: 300px;

    right: 272px;

}

.map01 li.p12 {

    top: 224px;

    right: 70px;

}

.map01 li.p13 {

    top: 360px;

    right: 325px;

}

.map01 li.p14 {

    top: 428px;

    right: 200px;

}

.map01 li.p15 {

    top: 377px;

    right: 204px;

}

.map01 li.p16 {

    top: 434px;

    right: 275px;

}

.map01 li.p17 {

    top: 490px;

    right: 283px;

}

.map01 li.p18 {

    top: 330px;

    left: 391px;

}

.map01 li.p19 {

    right: 216px;

    bottom: 212px;

}

.map01 li.p20 {

    right: 244px;

    bottom: 87px;

}

.map01 li.p21 {

    bottom: 265px;

    left: 340px;

}

.map01 li.p22 {

    bottom: 281px;

    right: 100px;

}

.map01 li.p23 {

    top: 283px;

    right: 180px;

}

.map01 li.p24 {

    bottom: 417px;

    left: 150px;

}

.map01 li.p25 {

    top: 341px;

    right: 158px;

}

.map01 li.p26 {

    top: 330px;

    right: 226px;

}

.map01 li.p27 {

    bottom: 171px;

    right: 360px;

}

.map01 li.p28 {

    bottom: 250px;

    right: 451px;

}

.map01 li.p29 {

    top: 300px;

    right: 170px;

}

.map01 li.p30 {

    right: 192px;

    top: 312px;

}

.map01 li.p31 {

    bottom: 148px;

    right: 263px;

}

.map01 li.p32 {

    bottom: 150px;

    right: 194px;

}

.map01 li .f1 {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  border: 1px solid #E41414;

  -webkit-animation: ripple 4.5s ease-out 225ms infinite;

  animation:  ripple 4.5s ease-out 225ms infinite;

  opacity: 1;

  position: absolute;

  left: -22px;

  top: -22px;

}

.map01 li .f2 {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  border: 1px solid #E41414;

  -webkit-animation: ripple 4.5s ease-out 0.9s infinite;

  animation: ripple 4.5s ease-out 0.9s infinite;

  opacity: 1;

  position: absolute;

  left: -12px;

  top: -12px;

}

.map01 li .f3 {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  border: 1px solid #E41414;

  -webkit-animation: ripple 4.5s ease-out 1.8s infinite;

  animation: ripple 4.5s ease-out 1.8s infinite;

  opacity: 1;

  position: absolute;

  left: -37px;

  top: -37px;

}

.logogroup{

	width:460px;

	min-height:250px;

	height:auto;

	position:absolute;

	display:none;

	border-radius: 10px;

	/*background:url("/temp/temp/52/52-0137/201707061344/images/pic_bg.gif") repeat ;*/

	background: rgba(16, 15, 15, 0.4);

    box-shadow: 0 0 10px #ccc;

	padding:20px;

	transition:all 1s;

}

.logogroup img {

  float: left;

  width: auto;

  padding: 5px;

  height: 60px;

  max-height: 60px;

  border-radius: 10px;

  border: 1px solid #fff;

  margin: 2px;

}

.map01 li:hover .logogroup{

	opacity:1;

}





.jishu ul{

	margin-top:50px;

}

.jishu li{

	float:left;

	width:12.5%;

}

.jishu li img{

	width:100%;

	height:auto;

	opacity:.4; 

}

.jishu li a {

    display: block;

    background: #2f445f;

	position:relative;

	overflow:hidden;

}

.jishu li div{

	position:absolute;

	width:100%;

	height:100%;

	top:100%;

	left:0;

	transition:all .5s;

}

.jishu li:hover div{

	top:0;

}

.jishu li a span{

	display:block;

	width:57px;

	height:57px;

	margin:0 auto;

	margin-top:50%;

	background:url("/temp/temp/52/52-0137/201707061344/images/icon-link.png") no-repeat center center;

}

.w960 .jishu li a span{

	margin-top:40%;

}

.jishu li a ins{

	display:block;

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

	opacity:0;

	transition:all .5s;

	background:#31486c;

}

.jishu li:hover a ins{

	opacity:1;

}

.jishu li a h3 {

    text-align: center;

    color: #fff;

    font-size: 18px;

    margin-top: 20px;

}

.service{

	margin:100px auto;

	height:232px;

}

.service ul{

	margin-top:80px;

}

.service h2{

	text-align:center;

	font-size:25px;

}

.service li{

	float:left;

	width:25%;

	text-align:center;

	color:#31486c;

	font-size:30px;

}

.service li h3 {

    font-size: 16px;

    margin-top: 10px;

}

.service li div{

	width:75px;

	height:75px;

	transition:all .3s;

	position:relative;	

	margin:0 auto;

}

.service li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	border-radius:50%;

	background:#fff;

	transition:all .7s;

	border:2px solid #31486c;

}

.service li em {

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    line-height: 75px;

    font-size: 32px;

    color: #31486c;

    z-index: 2;

}

.service li:hover div span{

	transform:rotate(360deg);

	-ms-transform:rotate(360deg);

	-moz-transform:rotate(360deg);

	-webkit-transform:rotate(360deg);

	-o-transform:rotate(360deg);

}

.service li.s1 div span{

	border-bottom: none;

    border-right: none;

    border-top: none;

}

.service li.s2 div span{

	border-bottom: none;

    border-right: none;

}

.service li.s3 div span{

	border-bottom: none;

}

.service p{

	border-top:dashed #31486c 2px;

	margin-top:-75px;

}

.news{

	width:850px;

	margin:0 auto;

}

.tit02{

	text-align:center;

}

.tit02 h3{

	font-size:25px;

}

.tit02 em{

	display:block;

	font-style:normal;

	font-size:16px;

}

.news ul{

	margin-top:50px;

}

.news li{

	padding-bottom:25px;

	border-bottom:1px solid #ddd;

	margin-bottom:25px;

}

.news li a{

	display:block;

}

.news li strong {

    display: block;

    float: left;

    font-size: 25px;

	font-weight:normal;

	line-height:50px;

	text-align:center;

    border: 1px solid #31486c;

    width:50px;

    height:50px;

    border-radius: 50%;

	margin-top:10px;

}

.news li div.n1 {

    float: left;

    font-size: 20px;

    width: 60px;

    text-align: center;

    margin: 0 30px;

}

.news li div.n2{

	float:left;

	width:65%;

}

.news li div.n2 h3 {

    font-size: 16px;

    font-weight: bold;

}

.news li div.n2 p {

    font-size: 12px;

    color: #666;

    max-height: 36px;

    overflow: hidden;

    margin-top: 5px;

}

.news li em {

    display: block;

    float: right;

    width: 60px;

    border-radius:5px;

    border: 1px solid #31486c;

    line-height: 25px;

    text-align: center;

    text-transform: uppercase;

    font-size: 12px;

	color:#000;

	font-style:normal;

	margin-top:30px;

	font-weight: bold;

}

.news li a:hover em{

	background:#31486c;

	color:#fff;

}

.data01{

	background:#fafafa;

	padding:50px 0;

	margin-top:80px;

}

.data01 li {

    float: left;

    width: 33.2%;

    text-align: center;

    border-right: 1px solid #eee;

}

.data01 li.d3{

	border:none;

}



.data01 li span{

	display:block;

	width:38px;

	margin:0 auto;

}

.data01 li span img{

	width:100%;

	height:auto;

}

.data01 li h3{

	text-align:center;

	font-size:20px;

	margin:15px 0;

}

.data01 li p {

    font-size: 30px;

    color: #555;

}

.data01 li p em{

	font-style:normal;

	font-size:16px;

}

.footer{

	padding-top:50px;

	background:#404a54;

	overflow:hidden;

	margin-top:100px;

}



/*边栏客服*/

.sidebar{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}

.sidebar ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}

.sidebar ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "Hinting";overflow:hidden;}

.sidebar ul li .sidetop{ cursor:pointer; width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}

.sidebar ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}

.sidebar ul li img{float:left;}



.default-basescript-index .footer{

	margin-top:0;

}

.ftlogo img{

	max-height:80px;

	width:auto;

}

.foot01{

	text-align:center;

}

.foot01 .er09 {

    margin-top: 10px;

    width: 80px;

    height: auto;

}

.ftcon {

    width: 20%;

    margin-left:22%;

}

.w960 .ftcon{

	margin-left:16%;

}

.ftcon h3

,.ftcon02 h3{

	font-size:25px;

	color:#a7afba;

	margin-bottom:20px;

}

.ftcon02{

	width:39%

}

.lx09{

	margin-top:20px;

}

.lx09 li {

    float: left;

    margin-right: 20px;

	border-radius:50%;

}

.lx09 li:hover{

	background:#00b9da;

}

.lx09 li a{

	display:block;

	width:38px;

	height:38px;

	background:url("/temp/temp/52/52-0137/201707061344/images/bg23.png") no-repeat;

}

.lx09 li.wx a{

	background-position:-47px 0;

}

.lx09 li.wb a{

	background-position:right center;

}

.ftcon02 p {

    color: #7d8a9a;

    font-size: 15px;

    margin-bottom: 5px;

}

.ftcon02 p em{

	display:block;

	font-size:30px;

	font-style:normal;

}

.copy {

    padding: 20px 0;

    border-top: 1px solid #485461;

    margin-top: 20px;

}

.copy .wp{

	position:relative;

}

.copy .default-pc-copyright{

	text-align:center;

	margin:0 auto;

}

.default-pc-copyright

,.default-pc-copyright a{

    color: #7d8a9a;

}

.copy .right{

	position:absolute;

	right:0;

	top:20px;

}

.copy .right a

,.copy .right span{

	color:#fff;

}

.copy .right span{

	padding:0 5px;

}

.links{

	text-align:center;

}

.links dd

,.links dt{

	display:inline-block;

	float:none;

	margin:0 5px;

	color: #7d8a9a;

}

.links dd

,.links dt{

	*display:inline;

}

.links dd a{

	font-size:12px;

	color: #7d8a9a;

}

.footer a:hover{

	text-decoration:underline;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index: 1000;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:1000;

}

.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-0137/201707061344/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}

.column_name {

    background: #404a54 !important;

}

.menu_name li.a a, .menu_name li a:hover{

	color: #404a54 !important;

    border-left: 4px solid #404a54 !important;

}

.page_title h3 {

    color: #404a54 !important;

}

.default-pc-sidebar-dl dt {

    background: #112033 !important;

}

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

    color: #112033 !important;

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

}

/*列表*/

.page_adv{ width:100%; overflow:hidden; position:relative;}

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

/*-侧栏内容-*/

.list_content{width:228px; box-shadow:0 0 15px #888;}

.list_title{ color:#fff; background:url("/temp/temp/default/default-0001/1/images/list_title_bg.png") bottom left no-repeat #fff; height:130px;  margin-top:-50px; position:relative; z-index:21;}

.list_title h2{font-size:30px; background:#444; padding:30px; height:60px; width:168px; font-weight:normal; line-height:36px;}

.list_title h2 span{display:block; font-size:16px; line-height:24px;}



.list_menu{background:#fff; font-size:14px;}

.list_menu li{ padding:0 15px; margin:15px 0;}

.list_menu li a{display:block; transition:all 0.3s ease-in-out; line-height:32px; height:32px; overflow:hidden; padding:0 16px; border-radius:16px; }

.list_menu li a:hover,.list_menu li.a a{color:#fff; background:#fa8100;}

.list_menu li ul{margin-top:15px;}

.list_menu li ul li{ margin:0;}

.list_menu li ul li a:hover{ color:#fa8100; background:none;}

.list_menu li.a ul li a{ color:#333; background:none;}

.list_menu li a:hover ul li a:hover,.list_menu li ul li.a a{ color:#fa8100; background:none;}



.case_content{width:930px;}

.w960 .case_content {

    width: 702px;

}

.mbx{line-height:32px; margin:19px 0;}

.mbx a:hover{color:#d71717; text-decoration:underline;}

.mbx a.publish{ display:block; background:url("/temp/temp/default/default-0001/1/images/publish.png") center left no-repeat; padding-left:18px; font-size:13px; color:#fd8200;}

.del_edit{color:#888;}

.del_edit a{font-size:13px; color:#fd8200;}

.del_edit a:hover{text-decoration:underline; color:#fd8200;}

/**-- list_tw列表 --**/

.list_tw{ padding-bottom:50px; border-bottom:1px dashed #dedede;}

.list_tw li{ margin-bottom:10px;}

.list_tw li a{background:#fff; padding:15px; display:block; height:150px; border:1px solid #eee; transition:all 0.1s;}

.list_tw li a:hover{ box-shadow:0 0 10px #666; color:#fa8100; }

.tw_cover{width:150px; height:150px; overflow:hidden;}

.tw_cover img{ width:150px; height:150px; transition:all 0.2s;}

.tw_msg{width:720px;}

.w960 .tw_msg{

	width:74%;

}

.tw_title{font-size:16px; line-height:42px;}

.tw_sum{text-indent:2em; line-height:24px; font-size:13px; color:#888; height:72px; overflow:hidden; transition:all 0.1s;}

.tw_tg{line-height:32px;}

.tw_tg span{ display:block; font-size:13px; color:#888; transition:all 0.1s;}

.tw_tg span.tw_g{display:block; height:32px; width:36px; overflow:hidden; background:url("/") top right no-repeat; background-position:0 -132px; }

.list_tw li a:hover .tw_cover img{transform:scale(1.2,1.2);}

/*------------list-rank-----------------*/

.list-rank{

}

.list-rank li{

	padding-bottom:20px;

	margin-bottom:20px;

	border-bottom:1px solid #ccc;

}

.list-rank li a{

	display:block;

}

.cover09 {

  width: 27%;

  height: 80px;

  display: block;

  line-height: 80px;

  text-align: center;

  background: url("/temp/temp/52/52-0137/201707061344/images/pic_bg.gif") repeat;

  padding: 1%;

}

.cover09 img{

	max-height:80px;

	width:auto;

}

.w960 .cover09 img{

	max-height:70px;

}

.name09 {

  width:75%;

  font-size:15px;

}

.w960 .name09{

	width:80%;

}

.name09 h3 {

  font-size: 15px;

  font-weight: bold;

  padding-bottom: 5px;

  margin-bottom: 5px;

  font-size: 18px;

}

.name09 h3 a{

	color: #555;

}

.name09 h3 em{

	color:green;

}

.name09 h3 em{

	font-style:normal;

}

.name09 h3 em:hover{

	color:#E30104;

}

.banner .dots{

	bottom:30px;

}

.name09 h4 {

  color: #FA8100;

  line-height: 2em;

}

.name09 h4 span{

	display:block;

	float:left;

	width:50%;

}

.name09 p {

  line-height: 2em;

  color: #666;

  border-bottom: 1px dotted #eee;

}

.name09 p span{

	display:block;

	width:50%;

	float:left;

}

.name09 p span strong{

	color: #f90;

    font-size: 20px;

    font-family: Georgia;

}

.name09 p a{

	color:#666;

}

.name09 p a:hover{

	color:#E30104;

}

.name09 p span img{

	margin-right: 5px;

}





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



.wp90{

	width:auto;

	padding:75px 100px;

}

.pub {

    text-align: right;

}

.mbx{

	margin:20px 0;

}

.list_case{ padding-bottom:50px;}

.list_case li{float:left;background:#fff; border:1px solid #eee; transition:all 0.1s;}

.case_name{ text-align:center; position:relative; z-index:3; transition:all 0.2s;}

.case_name a{display:block; width:100%;font-family: simsun;font-size:18px; margin-top:15px;}

.list_case li:hover img{box-shadow:0 0 30px #999;}

.list-show .case_content{

	width:100%;

}

.list_case li{

	width:30%;

	margin-right:5%;

	margin-bottom:5%;

	border:none;

}

.case_cover img{

	width:100%;

	height:auto;

}

.list-nav{

	text-align:center;

}

.list-nav li{

	display:inline-block;

	margin:0 5px;

}

.list-nav li{

	*display:inline;

}

.list-nav li a {

    display: block;

    font-size: 16px;

    padding: 10px 40px;

    border: 1px solid #ff901b;

    border-radius: 30px;

	color:#ff901b;

}

.list-nav li:hover a

,.list-nav li.a a{

	background:#ff901b;

	color:#fff;

}

.list-nav li a span{

	display:none;

}

.pox{

	font-size:16px;

	font-family:simsun;

	color:#666;

}

.pox a{

	color:#666;

}

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

.view-show {

    width: 1000px;

    margin: 0 auto;

    margin-top: -170px;

}

.ban09{

	position:relative;

	background:#000;

}

.ban09 h1{

	position:absolute;

	bottom:250px;

	text-align:center;

	font-size:50px;

	width:100%;

	color:#fff;

}

.ban09 img{

	width:100%;

	height:auto;

	opacity:.7

}

.view-show .case_content {

    width: 100%;

    margin: 0 auto;

    box-shadow: 0 0 10px #ccc;

}

.view-show .page_content {

    padding: 0;

    box-shadow: none;

    position: relative;

    background: #fff;

}

.show01 {

    padding: 60px;

	padding-bottom:30px;

}

.show01 h3{

	font-size: 30px;

    color: #ccc;

	 margin-bottom: 30px;

}

.show01-l{

	width:50%;

}

.show01-l p {

    font-size: 16px;

	color:#666;

}

.show01-r p{

	font-size:16px;

	color:#666;

}

.show01-r a {

    display: block;

    width: 210px;

    text-align: center;

    color: #fff;

    background: #0998fb;

    line-height: 50px;

    font-size: 16px;

    margin-top: 10px;

	transition:all .3s;

}

.show01-r a:hover{

	background:#fb8609;

}

.pub{

	width:100%;

}

.show02 {

    padding: 0 30px;

}

.view-show .article{

	border-top:1px solid #eee;

}

.default-moblie-show-list {

    position: inherit !important;

}

.default-moblie-show-list .box {

    padding: 0px !important;

    border: 0;

    width: 100% !important;

    position: initial !important;

	margin-top: 10px;

}

.article .fanwen{

	display:block;

	width:300px;

	line-height:50px;

	background:#0998fb;

	color:#fff;

	margin:0 auto;

	text-align:center;

	font-size:16px;

	transition:all .3s;

}

.article .fanwen:hover{

	background:#fa8100;

}

.page_content {

    padding: 40px 40px 60px;

    background: #fff;

    box-shadow: 0 0 15px #888;

    position: relative;

}

.page_content .next_but,

.page_content .prev_but{

	position: absolute;

	top:50%;

	width:50px;

	height:50px;

	background:#fff;

	border-radius:50%;

	text-align: center;

    line-height: 50px;

    border: 1px #dedede solid;

}

.page_content .next_but{

	right:-20px;

}

.page_content .prev_but{

	left:-20px;

}

.page_title{ padding-bottom:10px;}

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

.page_title p,.page_title p a{color:#888; line-height:18px;}

.page_title p span{margin-right:18px;}

.art_content{padding:40px 0; font-size:14px; line-height:24px;border-top:1px dashed #dedede; border-bottom:1px dashed #dedede;}

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

.art_other{ font-size:13px; padding:20px 0;}

.art_other a{ display:block; color:#888; line-height:32px;}

.art_other a:hover,.art_tj li a:hover{color:#fa8100; text-decoration:underline;}

.art_about{padding:0 20px; background:#444; color:#fff; line-height:32px; font-size:16px; border-radius:3px;}

.art_tj{ padding:20px 0;}

.art_tj li{width:50%; float:left; font-size:13px;}

.art_tj li a{display:block; height:32px; line-height:32px; overflow:hidden; padding-left:12px; background:url("/") center left no-repeat;}





/*------------view-showsj---------------*/

.article-sj{

	padding:100px 0;

	background:url("/temp/temp/52/52-0137/201707061344/images/sj-bj.jpg");

}

.mobilebg{

	width:370px;

	height:800px;

	margin-left:80px;

	background:url("/temp/temp/52/52-0137/201707061344/images/sj.png") no-repeat center center;

}

.mobilebg div.ke {

    height: 660px;

    margin-top: 65px;

}

/*--

.mobilebg div.ke::-webkit-scrollbar {

    width: 5px;

    background: #fff;

	position:relative;

}

.mobilebg div.ke::-webkit-scrollbar-thumb {

    width: 5px !important;

    background: #ddd;

	position:absolute;

}

--*/

.mobilebg img{

	height:auto;

	max-width:371px;

}

.mobile-r {

    width: 45%;

    color: #fff;

    margin-top: 160px;

}

.mobile-r h3{

	font-size: 42px;

}

.mobile-r p {

    font-size: 14px;

}

.mobilebg .default-article-content p{

	margin:0 !important;

}

.mobile-r img{

	width:245px;

	height:245px;

	margin:10px 0;

}

.mobile-r em{

	display:block;

	font-style:normal;

	font-size: 20px;

    padding-bottom: 30px;

}

.mobile-r strong{

	font-size: 32px;

	display:block;

	font-weight:normal;

}



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

	.header{

		display:none;

	}

	.mr0{

		margin-right:0 !important;

	}

	.about01 .logo09 {

		top: 50%;

		opacity: 1;

	}

}

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

	.youshi li h3 {

		font-size: 16px;

	} 

	.news {

		width: 96%;

	}

}

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

	.banner .dots {

		bottom: 13px;

	}

	.banner li div{

		width:260px;

		top:25%;

		margin-left:-130px !important;

		margin:0 auto;

		position:absolute;

	}

	.banner li a{

		display:block;

		position:relative;

	}

	.banner li div h3{

		font-size:20px;

		height:32px;

		overflow:hidden;

	}

	.banner li div p{

		font-size:15px;

		height:28px;

		overflow:hidden;

	}

	.youshi li {

		width: 50%;

		margin-right: 0%;

	} 

	.youshi {

		padding:20px 0;

	}

	.youshi ul {

		margin-top: 20px;

	}

	.youshi li h3 {

		font-size: 16px;

		margin: 5px 0;

	}

	.youshi li a {

		padding: 10px 15px;

	}

	.about {

		padding: 20px 0;

	}

	.about01{

		display:none;

	}

	.about02 h3 {

		font-size: 40px;

		margin-bottom: 0;

	}

	.about02 p {

		font-size: 12px;

	}

	.about02 {

		width: 100%;

	}

	.work h2 {

		width:100%;

		height:50px;

		background-size:auto 50px;

	}

	.work {

		margin: 30px auto;

	}

	.work ul {

		margin-top: 20px;

	}

	.work li

	,.work li.mr0 {

		width: 49%;

		margin-right: 2% !important;

		margin-bottom: 2%;

		box-shadow: none;

		padding:0%;

	}

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

		margin-right:0 !important;

	}

	.more01 {

		padding: 6px 0;

		margin-top: 20px;

		width:120px;

	}

	.jishu li a span{

		margin-top:45%;

		width:35px;

		height:35px;

		background-size:100%;

	}

	.jishu ul {

		margin-top: 20px;

	}

	.jishu li {

		width: 25%;

	}

	.service ul {

		margin-top: 20px;

	}

	.service li em{

		line-height:65px;

	}

	.service {

		margin: 30px auto;

		height: 150px;

	}

	.news {

		width: 100%;

		margin-top: 20px;

		border-top: 2px solid #eee;

		padding-top: 20px;

	}

	.news ul {

		padding: 0 10px;

		margin-top:25px;

	}

	.news li div.n1 {

		font-size: 16px;

		margin: 0 5px;

		line-height: 1;

		margin-top: 16px;

		width: 50px;

	}

	.news li div.n2 {

		width: 50%;

	}

	.news li strong {

		font-size: 20px;

		line-height: 40px;

		width: 40px;

		height: 40px;

	}

	.service li div {

		width: 60px;

		height: 60px;

		line-height: 60px;

	}

	.service p {

		margin-top: -67px;

	}

	.data01 li h3 {

		font-size: 16px;

		margin: 10px 0;

	}

	.data01 li p {

		font-size: 12px;

	}

	.data01 li {

		width: 33.1%;

	}

	.data01 {

		padding: 20px 0;

		margin-top: 30px;

	}

	.jishu li a h3 {

		font-size: 13px;

		margin-top: 5px;

	}

	.youshi li.y1 span em{

		opacity: 1;

    	left: 35%;

	}

	.youshi li.y4 span em {

		width: 100%;

		left: 0;

		opacity: 1;

	}

	.banner li div p{

		margin-top:10px;

	}

	.jishu li div{

		top:0;

	}

	.youshi li.y1 a

	,.youshi li.y3 a{

		border-right:1px solid #fff

	}

	.youshi li.y3 a

	,.youshi li.y4 a{

		border-top:1px solid #fff;

	}

	.voice{

		padding:30px 0;

		background:#000;

	}

	.voice01{

		width:96%;

		margin:0 2%;

	}

	.voice object

	,.voice iframe{

		height:100px;

	}

	.map01{

		display:none !important;

	}

	.name09{

		width:100%;

	}

}



.uid-2821 .about01 .logo09 {

    max-width: 100px;

    margin-left: -50px;

}

.uid-2821 .about.active .about01 .logo09 {

    top: 42%;

}
