/*!

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

}
@charset "utf-8";

/* CSS Document */

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

em{font-style:normal;}





/*导航1*/

.nav_box{

	width: 240px;

	height: 100%;

	float: right;

	position: relative;

}

.nav_box .logo img{

	width: 70%;

	height: auto;

}

.nav_box .logo{

	margin: auto;

	text-align: center;

	margin-top: 140px;

}

.nav_box .nav_t{

	margin: auto;

	text-align: center;

	margin-top: 100px;

}

.nav_box .nav_t li{

	float: none;

	margin-bottom: 40px;

}

.nav_box .nav_t li a{

	font-size: 15px;

	padding: 4px 8px;

	transition: 0.2s;

}

.nav_box .nav_t li.a a{

	color: #fff;

	background: #000;

}

.nav_box .nav_t li a:hover{

	color: #fff;

	background: #000;

}

.nav_box ins{

	width: 24px;

	height: 132px;

	display: block;

	position: absolute;

	bottom: 0;

	left: calc(50% - 12px);

	background: url("/temp/temp/53/53-0010/201807231130/images/nav-p.png") center center no-repeat;

	background-size:100%;

}

.nav_box .nav_t li ul{

	height: 100%;

    width: 200px;

    position: fixed;

    top: 0;

    left: calc(100% - 440px);

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

    padding-top: 270px;

}

.nav_box .nav_t li ul li a{

	color: #fff;

}

.nav_box .nav_t li ul li:hover a{

	background: #fff;

	color: #000;

}

.nav_box .nav_t li ul li.a a{

	background: #fff;

	color: #000;

}







/*导航2*/

.gnav_box{

	background: #000;

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

}

.gnav{

	padding: 15px 0;

}

.gnav .logo{

	float: left;

}

.gnav .logo img{

	height: 46px;

	width: auto;

}

.gnav .nav_t{

	float: right;

}

.gnav .nav_t li{

	margin-left: 40px;

	line-height: 46px;

}

.gnav .nav_t li a{

	font-size: 15px;

	padding: 4px 8px;

	transition: 0.2s;

	color: #fff;

}

.gnav .nav_t li.a a{

	color: #000;

	background: #fff;

}

.gnav .nav_t li a:hover{

	color: #000;

	background: #fff;

}

.gnav .nav_t li ul{

	background: #000;

	margin-left: -20px;

	padding: 0 20px;

	padding-bottom: 10px;

}

.gnav .nav_t li ul li{

	margin-left: 0;

}

.gnav .nav_t li.a ul li a{

	color: #fff;

	background: #000;

}

.gnav .nav_t li ul li:hover a{

	background: #fff;

	color: #000;

}







/*banner01*/

.banner01{

	width: calc(100% - 240px);

	float: left;

	position: relative;

	max-height: 1200px;

	overflow: hidden;

}



.banner01 ins{

	display: block;

	width: 660px;

	height: 66px;

	background: url("/temp/temp/53/53-0010/201807231130/images/banner-p.png") center center no-repeat;

	background-size:100%;

	position: absolute;

	bottom: 50px;

	left: 100px;

	

}

.default-slider-2{

	position: relative;

}

.dots{

	position: absolute;

	top: 45%;

	left: 40px;

	text-align: right;

}

.default-slider-2 .dots span{

	display: block;

	width: 30px;

	height: 3px;

	margin-bottom: 12px;

	text-align: right;

}

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

	display: block;

	width: 60px;

	height: 3px;

	background: #fff;

	margin-bottom: 12px;

}

.default-slider-2 .dots{

	width: auto;

}





/*最新活动*/

.hd_box{

	width: 84%;

	margin: auto;

	padding-top: 160px;

}

.hd_box .hd_t{

	float: left;

	width: 33%;

}

.hd_box .hd_img{

	float: right;

	width: 62%;

	text-align: right;

	position: relative;

}

.hd_box .hd_img a{

	display: block;

	overflow: hidden;

	width: 94%;

	position: relative;

	left: 6%;

	z-index: 2;

	bottom: 10%;

	transform: translateY(-60px);

}

.hd_box .hd_img a img{

	width: 100%;

	height: auto;

	transition: 0.3s;

}

.hd_box .hd_img a:hover img{

	transform: scale(1.08);

}

.hd_box .hd_img em{

	width: 100%;

	height: 60%;

	position: absolute;

	left: 0;

	bottom: 0;

	background:#000;

}

.hd_box .hd_img h4{

	font-style: oblique;

	font-size: 46px;

	font-weight: 600;

	position: absolute;

	bottom: 20px;

	left: 20px;

	color: #fff;

	z-index: 2;

	text-decoration: underline;

}

.hd_box .hd_img h3{

	font-size: 20px;

	position: absolute;

	bottom: 0;

	right: 20px;

	color: #fff;

	z-index: 2;

	line-height: 60px;

	max-width: 60%;

	text-align: right;

}

.hd_box .hd_t h3{

	font-style: oblique;

	font-size: 72px;

	font-weight: 600;

	background: url("/temp/temp/53/53-0010/201807231130/images/hdbt.png") left top no-repeat;

	padding-left: 60px;

	padding-top: 40px;

	margin-top: 40px;

}

.hd_box .hd_t h4{

	background: url("/temp/temp/53/53-0010/201807231130/images/hdtt.png") center center no-repeat;

	width: 330px;

	height: 74px;

	display: block;

	margin-top: 20px;

	margin-left: calc(100% - 330px);

}

.lmore{

	margin-top: 60px;

}

.lmore a{

	color: #fff;

	font-size: 13px;

	background: #000;

	border: 1px solid #000;

	text-align: left;

	display: block;

	line-height: 40px;

	width: 170px;

	padding-left: 10px;

	margin: auto;

	position: relative;

	transition: 0.3s;

}

.lmore a span{

	display: block;

	width: 60px;

	height: 2px;

	background: #000;

	position: absolute;

	top: 19px;

	left: -70px;

	transition: 0.3s;

}

.lmore a ins{

	display: block;

	width: 60px;

	height: 8px;

	background: url("/temp/temp/53/53-0010/201807231130/images/lm01.png") center center no-repeat;

	background-size: 100%;

	position: absolute;

	right: 10px;

	top: 16px;

	transition: 0.3s;

}

.lmore a:hover{

	background: #fff;

	color:#000;

}

.lmore a:hover span{

	left: 110px;

}

.lmore a:hover ins{

	right:190px;

	background: url("/temp/temp/53/53-0010/201807231130/images/lm02.png") center center no-repeat;

	background-size: 100%;

}





/*样片展示*/

.yp_box{

	margin: auto;

	margin-top: 120px;

	width: 84%;

}

.yp_box .yp_bt{

	background: url("/temp/temp/53/53-0010/201807231130/images/ypbt.png") center center no-repeat;

	background-size: 100%;

	width: 564px;

	height: 110px;

	margin: auto;

	transition: 0.3s;

}

.yp_box.kp_box .yp_bt{

	background: url("/temp/temp/53/53-0010/201807231130/images/kpbt.png") center center no-repeat;

	background-size: 100%;

}

.yp_box .yangp{

	margin-top: 60px;

}

.yp_box .yangp li{

	float: left;

	width: 22.75%;

	margin-right: 3%;

	margin-bottom: 3%;

}

.yp_box .yangp li a{

	display: block;

}

.yp_box .yangp li a img{

	width: 100%;

	height: auto;

}

.yp_box .yangp li a h3{

	font-size: 16px;

	text-align: center;

	color: #333;

	background: url("/temp/temp/53/53-0010/201807231130/images/yptt.png") center bottom no-repeat;

	margin-top: 10px;

	padding-top: 14px;

	margin-bottom: 10px;

}

.yp_box .yangp li a h4{

	width: 100%;

	line-height: 15px;

	text-align: center;

	color: #666;

	font-size: 20px;

	font-family: "High Tower Text";

	background: url("/temp/temp/53/53-0010/201807231130/images/yp-bg.png") center bottom no-repeat;

	background-size: 100%;

}

.yp_box .lmore{

	margin-top: 20px;

}

.yp_box .yangp li a .yp_img{

	position: relative;

}

.yp_box .yangp li a .yp_img span{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background: url("/temp/temp/53/53-0010/201807231130/images/ybt-bg02.png") center center no-repeat;

	background-size: 100%;

	transition: 0.3s;

	opacity: 0;

}

.yp_box.kp_box .yangp li a .yp_img span{

	background: url("/temp/temp/53/53-0010/201807231130/images/ybt-bg.png") center center no-repeat;

	background-size: 100%;

}

.yp_box .yangp li:hover a .yp_img span{

	opacity: 1;

}





/*服务报价*/

.bj_box{

	margin: 120px auto;

}

.bj_box .bj_img{

	float: left;

	width: 62%;

}

.bj_box .bj_img a{

	display: block;

}

.bj_box .bj_img a img{

	width: 100%;

	height: auto;

}

.bj_box .bj_t{

	float: left;

	width: 34%;

	margin-left: 4%;

	text-align: left;

}

.bj_box .bj_t a span{

	display: block;

	width: 400px;

	height: 158px;

	background: url("/temp/temp/53/53-0010/201807231130/images/bjbt.png") center center no-repeat;

	background-size: 100%;

	margin-top: 60px;

	transition: 0.3s;

}

.bj_box .bj_t a:hover span{

	transform: translateY(-20px);

}

.bj_box .bj_t h3{

	font-size: 58px;

	color: #000;

	font-family: "Arial";

	font-weight: 600;

	margin-top: 20px;

	line-height: 60px;

}

.bj_box .bj_t h3 em{

	font-size: 26px;

}

.bj_box .bj_t h4{

	font-size: 16px;

}

.bj_box .bj_t ins{

	display: block;

	width: 504px;

	height: 76px;

	background: url("/temp/temp/53/53-0010/201807231130/images/fwbj.png") center center no-repeat;

	background-size: 100%;

	margin-top: 20px;

}

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

    cursor: pointer;

    top: 50%;

    margin-top: -45px;

    opacity: .1;

    color: #fff;

    line-height: 40px;

    font-size: 24px;

    background-color: #000;

	width: 40px;

	text-align: center;

}





/*banner03*/

.works{

	margin:120px auto;

}



.in_bigphoto .banner-1{

	width:100%;

	max-height:600px;

	overflow:hidden;

}

.in_bigphoto .banner-1 li{

	display:none;

	position:relative;

	top:0;

	left:50%;

	margin-left:-960px;	

}

.cus {

  border-top: 3px solid #ddd;

  position: relative;

  margin-top: 40px;

}

.cus ul{

	margin-top:10px;

}

.cus ul li{

	width:19.2%;

	margin-right:1%;

	float:left;

}

.cus ul li:hover{

	opacity:.7;

}

.cus ul li:hover h3{

	color:#C77E12;

}

.cus ul li a{

	display:block;

}

.cus ul li h3{

	font-size: 18px;

	line-height: 50px;

	text-align:center;

}

.cus ul li img{

	width:100%;

	height:auto;

}

.cus .line {

  width: 228px;

  height: 3px;

  background: #000;

  position: absolute;

  top: -3px;

  left: 18.8%;

}

.w960 .cus .line {

  left: 14.3%;

}

.w960 .cus .line{

	width:184px;

}

.banner-1 li a{

	overflow: hidden;

	display: block;

}



/*新闻资讯*/

.new_box{

	width: 84%;

	margin: auto;

	margin-bottom: 100px;

}

.new_box .yp_bt{

	background: url("/temp/temp/53/53-0010/201807231130/images/xwbt.png") center center no-repeat;

	background-size: 100%;

	width: 564px;

	height: 110px;

	margin: auto;

	margin-bottom: 60px;

}

.new_box .news li{

	float: left;

	width: 48%;

	margin-right: 4%;

	margin-bottom: 4%;

}

.new_box .news li a{

	display: block;

	position: relative;

}

.new_box .news li a img{

	float: left;

	width: 26%;

	height: auto;

}

.new_box .news li a .news_t{

	float: right;

	width: 70%;

}

.new_box .news li a .news_t h4{

	background: #eff2f5;

	color: #ccc;

	line-height: 24px;

	font-family: "High Tower Text";

	font-size: 18px;

	width: 156px;

	text-align: center;

	margin-top: 20px;

	transition: 0.4s;

}

.new_box .news li a .news_t h3{

	font-size: 18px;

	font-family: "宋体";

	line-height: 50px;

}

.new_box .news li a .news_t p{

	font-size: 14px;

	font-family: "宋体";

	color: #777;

	overflow: hidden;

	max-height: 36px;

	line-height: 18px;

}

.new_box .news li a ins{

	display: block;

	position: absolute;

	bottom: 0;

	right: 0;

	height: 11px;

	width: 11px;

	background: url("/temp/temp/53/53-0010/201807231130/images/xwsj.png") center center no-repeat;

	background-size: 100%;

}

.new_box .news li:hover a .news_t h4{

	background: #000;

	color: #fff;

}

.new_box .lmore{

	margin-top: 20px;

}





/*公共底部*/

.lx_box{

	width: 100%;

	background: #000;

}

.lx_box .lianxi{

	width: 82%;

	margin: auto;

}

.lx_box .lianxi p{

	float: left;

	width: 45%;

	font-size: 14px;

	color: #fff;

	line-height: 20px;

	padding: 15px 0;

}

.lx_box .lianxi span{

	float: left;

	display: block;

	background: url("/temp/temp/53/53-0010/201807231130/images/top.png") center center no-repeat;

	background-size: 100%;

	height: 50px;

	width: 50px;

	margin-left: calc(5% - 25px);

	cursor: pointer;

}

.lx_box .lianxi .lx_tub{

	float: right;

	margin-top: 9px;

}

.lx_box .lianxi .lx_tub a{

	display: block;

	margin-right: 10px;

	float: left;

}

.lx_box .lianxi .lx_tub a ins{

	background: url("/temp/temp/53/53-0010/201807231130/images/d-qq.png") center center no-repeat;

	background-size: 80%;

	height: 32px;

	width: 32px;

	display: block;

}

.lx_box .lianxi .lx_tub a label{

	background: url("/temp/temp/53/53-0010/201807231130/images/d-wb.png") center center no-repeat;

	background-size: 80%;

	height: 32px;

	width: 32px;

	display: block;

	cursor: pointer;

}

.lx_box .lianxi .lx_tub em{

	float: left;

	background: url("/temp/temp/53/53-0010/201807231130/images/d-wx.png") center center no-repeat;

	background-size: 80%;

	height: 32px;

	width: 32px;

	cursor: pointer;

	display: block;

}

.erweima {

	width: 294px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index:100;

	margin-left: -147px;

	left: 50%;

	bottom:40%;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:20;

}

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

    margin: 0 3%;

}

.close{

	display:block;

	background:url("/temp/temp/53/53-0010/201807231130/images/cls.png") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.d_erweima{

	margin:40px  auto;

	width: 546px;

}

.d_erweima img{

	width: 100%;

	height: auto;

}

.default-pc-copyright{

	margin: auto;

	margin-bottom: 40px;

	text-align: center;

	color: #666;

}

.default-pc-copyright a{

	color: #666;

}

.default-pc-copyright a:hover{

	color: #f29a76;

}





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

.list_yp{

	margin-bottom: 120px;

}

.list_yp .yp_bt{

	margin-bottom: 60px;

}

.list_yp .yangp{

	margin-top: 0;

}

.pub02{

	margin-bottom: 8px;

	text-align: right;

}

.page{

	margin: auto;

	margin-top: 20px;

	text-align: center;

}

.page a{

    padding: 0 11px;

    border: 1px solid #dedede;

    border-radius: 0; 

    margin-right: 10px;

    margin-top: 8px;

	display: inline-block;

	float: none;

}

.page a{

	*display: inline;

}

.page a.a{

	background: #000;

	color: #fff;

}

.page a:hover{

	background: #000;

	color: #fff;

}

.list_kp{

	margin-bottom: 120px;

}

.list_kp .yp_bt{

	margin-bottom: 60px;

}

.list_kp .yangp{

	margin-top: 0;

}





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

.view-show{

	overflow:hidden;

}

.cover01 {

  width: 33%;

  position: relative;

  height: 100%;

}

.cover01 img{

	width:100%;

	height:100%;

}

.cover02{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	color:#fff;

	text-align:center;

	background:url("/temp/temp/53/53-0010/201807231130/images/bg009.png");

}

.cover02 strong {

  font-size: 36px;

  text-transform: uppercase;

  font-weight: normal;

  margin-top: 14%;

  display: block;

}

.cover02 h3{

  font-size: 36px;

  padding: 8px 0;

}

.cover02 p{

  font-size: 16px;

  text-transform: uppercase;

}

.cover02 a{

	display:block;

	color:#fff;

	font-size:16px;

	margin:10px 0;

}

.cover02 a:hover{

	text-decoration:underline;

}

.cover02 span{

	display:block;

}

.cover02 span img{

	width:auto;

	max-width:500px;

}

.cover02 ins {

  display: block;

  text-decoration: none;

  font-size: 16px;

  position: absolute;

  bottom: 20%;

  width: 380px;

  margin: 0 auto;

  margin-left: -190px;

  left: 50%;

}

.cover03 {

  width: 50%;

  margin-left: 5%;

  margin-top: 70px;

}

.w960 .cover03 {

  width: 60%;

  margin-left: 4%;

}

.view-tit{

	width:406px;

	height:116px; 

	margin-bottom:30px;

	background:url("/temp/temp/53/53-0010/201807231130/images/power_title01.png") no-repeat center center;

}

.cover03 li{

	float:left;

	margin-right:5px;

	margin-bottom:5px;

}

.cover03 li a{

	display:block;

}

.cover03 li a img{

	height:100px;

	width:auto;

	border:3px solid #fff;

}

.cover03 li:hover a img{

	border:3px solid #fd6102;

}

.view-bg{

	width:381px;

	height:55px;

	margin-top:30px;

	background:url("/temp/temp/53/53-0010/201807231130/images/power_fot.png") no-repeat center center;

}





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

.l_news{

	margin-top: 100px;

	margin-bottom: 120px;

}

.l_nav .list-nav{

	margin: auto;

	text-align: center;

	margin-bottom: 40px;

}

.l_nav .list-nav li{

	display: inline-block;

	margin: auto 5px;

}

.l_nav .list-nav li{

	*display: inline;

}

.l_nav .list-nav li a{

	display: block;

	padding: 4px 15px;

	border: 1px solid #000;

	font-size: 14px;

	transition: 0.2s;

}

.l_nav .list-nav li.a a{

	background: #000;

	color: #fff;

}

.l_nav .list-nav li:hover a{

	background: #000;

	color: #fff;

}



/*新闻内容页---------------------------------------------------------------------------------------------------------------------*/

.news01{

	margin-bottom: 120px;

	margin-top: 100px;

}

.news01 h1{

	text-align: center;

    margin: 50px auto;

    font-weight: 200;

    font-size: 30px;

    color: #333;

}

.news01 .look01{

	float: left;

	width: 30%;

}

.news01 .article01{

	float: right;

	width: 60%;

	padding:3% 4%;

	background: #fffffe;

}

.article01 .default-article-content p{

	color: #666;

}

.pub02{

	text-align: right;

	margin-bottom: 6px;

}

.news01 .look01 em{

	color: #fff;

	padding: 0 10px;

	line-height: 24px;

	background: #000;

	font-size: 13px;

	font-weight: bold;

	float: left;

	font-family: 'Bitter', serif;

	margin-bottom: 40px;

}

.news01 .look01 h4{

	font-size: 12px;

	float: left;

	line-height: 24px;

	font-family: 'Bitter', serif;

    color: #000;

    font-weight: bold;

    letter-spacing: 1px;

	margin-left: 20px;

}

.news01 .look01 a.fanhui{

	display: block;

}

.next01 a{

	float: left;

	width: 36px;

	height: 36px;

	display: block;

	margin-top: 20px;

	line-height: 36px;

	text-align: center;

	font-size: 26px;

	cursor: pointer;

	margin-right: 18px;

	transition: 0.3s;

}

.next01 a.fanhui{

	line-height: 32px;

}

.next01 a ins{

	text-decoration: none;

	font-size: 22px;

}

.next01{

	width: 88%;

    margin-top: 20px;

}

.next01 a:hover{

	color: #fff;

	background: #000;

}



/*最新活动列表页---------------------------------------------------------------------------------------------*/

.l_hd{

	margin-top: 100px;

	margin-bottom: 120px;

}

.l_hd .hd_bt{

	margin: auto;

	text-align: center;

	margin-bottom: 60px;

}

.l_hd .huodong li{

	margin-bottom: 40px;

}

.l_hd .huodong li a{

	display: block;

	position: relative;

}

.l_hd .huodong li a .lhd_t{

	position: absolute;

	top: 0;

	left: 0;

	width: 36%;

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

	color: #fff;

	height: 100%;

	padding-left: 4%;

	transition: 0.3s;

}

.l_hd .huodong li a .lhd_t h4{

	font-style: oblique;

    font-size: 64px;

    font-weight: 600;

    margin-top: 60px;

}

.l_hd .huodong li a .lhd_t ins{

	width: 100%;

	height: 2px;

	background: #fff;

	display: block;

	margin-top: 35px;

	margin-bottom: 35px;

}

.l_hd .huodong li a .lhd_t h3{

	font-size: 16px;

}

.l_hd .huodong li:hover a .lhd_t{

	width: 96%;

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

}

.l_hd .huodong li a .lhd_t img{

	position: absolute;

	bottom: 40px;

	right: 40px;

}

.l_hd .huodong li a .lhd_t h4 em{

	font-size: 22px;

}

.yp_bt,.hd_bt{

	transition: 0.3s;

}

.yp_bt:hover,.hd_bt:hover{

	transform: translateY(-12px);

}





/*关于我们列表页-----------------------------------------------------------------------------------------------*/

.ab_bt{

	margin: 80px auto;

	text-align: center;

}

.l_ab{

	margin-bottom: 120px;

}

.l_ab .article{

	width: 900px;

	margin: auto;

}

.l_ab .pub02{

	width: 76%;

	margin: auto;

}





.default-article-full .default-article-content p img{

	width: 100%;

}

.default-mobile-list-cats h3 em{

	margin-top: 10px;

}

















.w960 .nav_box .logo{

	margin-top: 100px;

}

.w960 .nav_box .nav_t{

	margin-top: 70px;

}

.w960 .nav_box .nav_t li{

	margin-bottom: 32px;

}

.w960 .nav_box .nav_t li ul{

	padding-top: 180px;

}

.w960 .lx_box .lianxi p{

	font-size: 12px;

}









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

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

	.new_box .news li a ins{

		display:none;

	}

}

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

	.new_box .news li a .news_t h4{

		margin-top: 10px;

	}

	.new_box .news li a .news_t h3 {

		font-size: 17px;

		line-height: 42px;

	}

}







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

	.bj_box .bj_t a span{

		width: 340px;

		height: 134px;

		margin-top: 40px;

	}

	.bj_box .bj_t ins{

		width: 398px;

		height: 60px;

	}

}

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

	.nav_box{

		display: none;

	}

	.banner01{

		width: 100%;

		float: none;

	}

	.hd_box .hd_t{

		float: none;

		width: 100%;

		margin-bottom: 100px;

	}

	.hd_box .hd_t h3{

		text-align: center;

		background: #fff;

		color: #000;

	}

	.hd_box .hd_img{

		float: none;

		width: 100%;

	}

	.hd_box{

		padding-top: 20px;

	}

	.yp_box{

		width: 96%;

	}

	.yp_box .yangp li{

		width: 23%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.bj_box .bj_t a span{

		margin-top: 10px;

		width: 300px;

		height: 126px;

	}

	.bj_box .bj_t ins{

		display: none;

	}

	.bj_box .bj_t h3{

		margin-top: 10px;

	}

	.new_box{

		margin-top: 80px;

	}

	.new_box .news li{

		width: 100%;

		margin: auto;

		margin-bottom: 4%;

	}

	.new_box .news li a ins{

		display: block;

	}

	.lx_box .lianxi p{

		width: 70%;

	}

	.lx_box .lianxi{

		width: 96%;

	}

	header .bg{

		opacity: 1;

		background: #000;

	}

	.works{

		display: none;

	}



}

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

	.bj_box .bj_t h3{

		font-size: 40px;

		line-height: 25px;

	}

	.bj_box .bj_t h3 em{

		font-size: 16px;

	}

	.bj_box .bj_t a span{

		width: 260px;

		height: 109px;

	}

	.yp_box .yangp li{

		width: 31.33333%;

	}

	.yp_box .yangp li:nth-child(7),.yp_box .yangp li:nth-child(8){

		display: none;

	}

}

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

	.yp_box .yangp li:nth-child(5), .yp_box .yangp li:nth-child(6){

		display: none;

	}

	.hd_box .hd_t h3{

		padding: 0;

		font-size: 52px;

	}

	.hd_box{

		width: 100%;

	}

	.hd_box .hd_img h4{

		font-size: 20px;

	}

	.hd_box .hd_img a{

		transform: translateY(-30px);

	}

	.hd_box .hd_img h3 {

		font-size: 14px;

		line-height: 30px;

		max-width: 70%;

		right: 15px;

	}

	.hd_box .hd_t{

		margin-bottom: 70px;

	}

	.lmore {

		margin-top: 45px;

	}

	.yp_box{

		text-align: center;

		overflow: hidden;

		margin-top: 70px;

	}

	.yp_box .yp_bt{

		width: 500px;

		height: 104px;

		margin: auto;

		text-align: center;

		margin-left: calc(50% - 250px);

	}

	.yp_box .yangp{

		margin-top: 40px;

	}

	.yp_box .yangp li {

		width: 48%;

		margin-bottom: 3%;

	}

	.yp_box .yangp li a h4{

		font-size: 14px;

		line-height: 12px;

	}

	.yp_box .yangp li a h3{

		font-size: 15px;

		background-size: 100px 24px;

		margin-top: 4px;

		padding-top: 10px;

		margin-bottom: 6px;

	}

	.bj_box .bj_img{

		width: 100%;

	}

	.fwbj li{

		position: relative;

	}

	.bj_box .bj_t{

		width: 100%;

		position: absolute;

		bottom: 20px;

	}

	.bj_box .bj_t h4{

		display: none;

	}

	.bj_box .bj_t h3{

		text-align: right;

		color: #fff;

		padding-right: 20px;

	}

	.bj_box .bj_t a span{

		display: none;

	}

	.bj_box{

		max-width: 100%;

		margin: 80px auto;

	}

	.new_box{

		overflow: hidden;

		width: 96%;

		margin-bottom: 80px;

	}

	.new_box .yp_bt{

		width: 500px;

		height: 104px;

		margin: auto;

		text-align: center;

		margin-left: calc(50% - 250px);

		margin-bottom: 40px;

	}

	.l_news .new_box .yp_bt{

		display: none;

	}

	.new_box .news li a .news_t h4 {

		line-height: 14px;

		font-size: 12px;

		width: 106px;

		margin-top: 10px;

	}

	.new_box .news li a .news_t h3 {

		font-size: 14px;

    	line-height: 27px;

	}

	.new_box .news li a .news_t p {

		font-size: 12px;

		max-height: 30px;

		line-height: 15px;

	}

	.new_box .news li a ins {

		display: none;

	}

	.new_box .news li{

		margin-bottom: 6%;

	}

	.lx_tub{

		display: none;

	}

	.lx_box .lianxi p {

		width: 96%;

		text-align: center;

		margin: auto;

		font-size: 12px;

		padding: 15px 0;

		line-height: 18px;

	}

	.d_erweima {

		margin: 40px auto;

		width: 140px;

	}

	.lmore a{

		line-height: 36px;

	}

	.lmore a span{

		top: 17px;

	}

	.lmore a ins{

		top: 14px;

	}

	body{

		background: #fff;

	}

	.works{

		display:none;

	}

	.cus ul li{

		width: 19%;

		margin: auto 0.5%;

	}

	.works{

		margin: 80px auto;

	}

	.in_bigphoto .banner-1 li {

		  left: 0;

		  margin-left: 0;

	}

	.banner-1 ul li img{

		width:100%;

		height:auto;

	}

	.cus .line{

		width: 18%;

		left: 3%;

	}

	.cus{

		margin-top: 25px;

	}

	.dots{

		left: 20px;

	}

	.default-mobile-list-cats h3{

		font-size: 1em;

		line-height: 23px;

		color: #333;

	}

	.default-mobile-box, .box{

		padding: 7px;

		border-radius: 4px;

	}

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

		font-size: 13px;

		text-align: center;

	}

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

		font-size: 1em;

	}

	

	.l_news{

		margin-top: 60px;

	}

	.l_news .new_box{

		margin-top: 0;

	}

	.l_news .new_box .news li a .news_t h4{

		margin-top: 0;

	}

	.l_nav .list-nav li{

		margin-bottom: 20px;

	}

	.l_nav .list-nav li{

		margin: auto 2px;

	}

	.l_nav .list-nav li a{

		padding: 4px 10px;

	}

	.l_nav .new_box .news li{

		margin-bottom: 30px;

	}

	

	.ismobile article h3{

		font-size: 22px;

		font-weight: bold;

		margin-top: 15px;

		margin-bottom: 10px;

	}

	.ismobile article .info{

		font-size: 13px;

		margin-bottom: 30px;

	}

	.ismobile article nav{

		margin-top: 30px;

		margin-bottom: 80px;

	}

	.ismobile article nav p{

		font-size: 13px;

	}

	.ismobile .otherlist{

		display: none;

	}

	

	

}

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

	.new_box .news li a .news_t h4{

		margin-top: 0;

	}

}












































