/*!

 * ui-dialog.css

 * Date: 2014-07-03

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

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

 *

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

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

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

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

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

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

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

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

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

}

.ui-popup-modal .ui-dialog {

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

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

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

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

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

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

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

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

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

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

  background-color: #ffffff;

  border-color: #cccccc;

}



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

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



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

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

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

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



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

  background-image: none;

}

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

.ui-popup-top .ui-dialog,

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

    top: -8px;

}

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

.ui-popup-bottom .ui-dialog,

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

    top: 8px;

}

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

.ui-popup-left .ui-dialog,

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

    left: -8px;

}

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

.ui-popup-right .ui-dialog,

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

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

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

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

    display: block;

}

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

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

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

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

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

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

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

    bottom: -15px;

    border-top:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    left: 50%;

    margin-left: -8px;

}

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

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

    right: 15px;

}

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

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

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

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

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

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

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

    top: -15px;

    border-bottom:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    margin-left: -8px;

    left: 50%;

}

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

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

    right: 15px;

}

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

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

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

    right: -16px;

    border-left:8px solid #7C7C7C;

}

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

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

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

    right: -15px;

    border-left:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}

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

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

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

    left: -16px;

    border-right:8px solid #7C7C7C;

}

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

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

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

    left: -15px;

    border-right:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

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

    -webkit-transform: rotate(360deg);

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

    transform: rotate(360deg);

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

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

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

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

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

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

a:hover{text-decoration:none;}

/*

*{

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

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

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

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

p{word-wrap:break-word}



/*icon 字体样式*/

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

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

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

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

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

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

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

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

  -moz-osx-font-smoothing: grayscale;

}



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

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

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

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

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

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

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

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



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

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



/*单行文本*/

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



/*边距*/

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



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

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

/*图片上传中状态*/

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

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

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

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



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





/*分页按钮*/

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

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

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

/*默认导航样式*/

.default-pc-nav-menu{}

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

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

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

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

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

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

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

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

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



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

.default-pc-links-text{}

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



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



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



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

.default-pc-button-publish{

	padding-left:21px;

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

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

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

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

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

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

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

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

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

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

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

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

	background-color:#000;

}

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

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









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

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

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



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

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

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

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

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





/*幻灯片样式*/

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

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

.default-slider-2 .next, 

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

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

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

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

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



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

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

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



/*单屏滚动模式*/

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



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

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

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

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

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

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

	opacity:1;

}

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

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

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

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



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

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

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



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

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

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

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

}

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

	right:0;

	background-position:-23px 0;

}

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

	left:0;

	background-position: 0 0;

}

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

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

	background-position-y:-32px;

}

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

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

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

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

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

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

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

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

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
/**

 * Swiper 8.0.7

 * Most modern mobile touch slider and framework with hardware accelerated transitions

 * https://swiperjs.com

 *

 * Copyright 2014-2022 Vladimir Kharlampidi

 *

 * Released under the MIT License

 *

 * Released on: March 4, 2022

 */



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}



body{

	background:#181818;

}

.ispc #diystart{

	z-index:10 !important;

}

.main{

	position:relative;

	width:100%;

	height: 100vh;

	overflow:hidden;

}

.ispc .mian .swiper-slide{

	height: 100vh;

}

.header{

	position:fixed;

	width:300px;

	height:100%;

	right:0;

	top:0;

	border-bottom:1px solid rgba(255, 255, 255, 0.4);

	z-index:2;

}

.base_search_content {

    background: #fff;

    margin-top: 100px;

    padding: 100px;

}

.menuopen{

	position:fixed;

	left:0;

	top:0;

	z-index:11;

	margin-top:20px;

	padding-right:20px;

}

.menuopen.a{

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

}

.menuico {

    cursor: pointer;

    width: 40px;

    height: 40px;

    position: relative;

	background:#fff;

	padding:15px;

	float: left;

}

.menuico span{

	display: block;

    width: 22px;

    height: 2px;

    margin:7px auto;

    background: #333;

    transition: all .3s;

	transform: translateY(12px);

	-ms-transform:translateY(12px);

	-moz-transform:translateY(12px);

	-webkit-transform:translateY(12px);

	-o-transform:translateY(12px);

}

.menuico span.s02, .menuico span.s03 {

    position: absolute;

    left: 50%;

    margin-left: -11px;

    top: 7px;

}

.menuico.a span{

	opacity:0;

	transform: translateY(12px);

	top:27px;

}

.menuico.a span.s02{

	-webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

	opacity:1;

}

.menuico.a span.s03{

	-webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

	opacity:1;

}

.menubox{

	width:100%;

	position:fixed;

	z-index:3;

	left:0;

	height:100%;

	top:0;

	background:url("/temp/temp/52/52-0192/201904181401/images/ind-header.png") repeat-x top;

	display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    visibility: hidden;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    transition: .5s;

    pointer-events: none;

    opacity: 0;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}

.menubox.a{

	visibility: visible;

    pointer-events: auto;

    opacity: 1;

}

.menu{

	text-align:center;

}

.menu li{

	width:200px;

	float:none;

	display:inline-block;

	*display:inline;

	text-align:left;

	background:url("/temp/temp/52/52-0192/201904181401/images/dot01.png") no-repeat 0 195px;

}

.w960 .menu li{

	width:150px;

}

.menu li:before{

	content: "";

    width:1px;

    height:100%;

    background: #fff;

    position: absolute;

    top:0;

    border-radius:50%;

    left:4px;

	opacity:.2;

}

.menu li a {

    display: block;

    line-height: 40px;

	height:40px;

	color:#fff;

	font-size:24px;

	transition:all .3s;

	margin:0 20px;

	margin-top:180px;

	border-bottom:1px solid rgba(255, 255, 255, 0);

}

.w960 .menu li a{

	font-size:18px;

}

.menu li li:before{

	display:none;

}

.menu li li:hover a{

	border-bottom:1px solid #fff;

}

.menu li ul {

    display: block;

	top:240px;

	width:100%;

}

.menu li ul ul{

	top:100% !important;

	left:0 !important;

	position:initial !important;

}

.menu li ul li{

	width:100%;

	display:block;

	height:auto !important;

	position:initial !important;

	border:none;

}

.menu li ul li a{

	margin-top:0;

	font-size:18px;

}

.w960 .menu li ul li a{

	font-size:15px;

}

.w960 .menu li ul li li a{

	font-size:13px;

}

.menu li:hover li li a{

	border-bottom:1px solid rgba(255, 255, 255, 0) !important;

}

.menu li ul li li a{

	font-size:14px;

	text-indent:12px;

	line-height:30px;

	height:30px;

	background:url("/temp/temp/52/52-0192/201904181401/images/dots1.png") no-repeat center left; 

}

.menu li ul li li a:hover{

	text-decoration:underline;

}

.logo{

	margin-left:40px;

	float:left;

}

.logo img{

	height:60px;

	width:auto;

}

.navfloat{

	position:fixed;

	top:0;

	width:100%;

	z-index:3;

	padding-top:15px;

	text-align:center;

	transition:all .3s;

}

.navfloat.a{

	background:rgba(183, 11, 11, 0.8);

}

.navfloat02{

	margin-top:13px;

}

.navfloat01{

	text-align:center;

	display:inline-block;

	*display:inline;

	padding-top:5px;

}

.w960 .navfloat01{

	width:55%;

}

.navfloat01 li{

	margin:0 30px;

	display:inline-block;

	*display:inline;

	float:none;

}

.w960 .navfloat01 li{

	margin:0 15px;

}

.navfloat01 li a{

	display:block;

	font-size:18px;

	line-height: 30px;

	color:#fff;

	font-weight: bold;

	padding:10px 0; 

}

.navfloat01 li ul{

	display:none;

	min-width: 100%;

	transform: translateX(-50%);

	-ms-transform:translateX(-50%);

	-moz-transform:translateX(-50%);

	-webkit-transform:translateX(-50%);

	-o-transform:translateX(-50%);

    left: 50%;

	padding:10px 25px;

	background:rgba(161, 5, 8, 0.5);

}

.navfloat01 li:hover ul{

	display:none;

}

.navfloat01 li ul li 

,.w960 .navfloat01 li ul li{

    display: block;

    margin: 0;

}

.navfloat01 li ul li a{

	font-size:16px;

	font-weight:normal;

	padding: 5px 0;  

	text-align: left;

	border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.navfloat01 li ul ul {

    position: relative;

    left: 0 !important;

    margin-left: 0;

    background: none;

    width: 100%;

    padding: 10px 0;

	display:block !important;

	transform: translateX(0);

	-ms-transform:translateX(0);

	-moz-transform:translateX(0);

	-webkit-transform:translateX(0);

	-o-transform:translateX(0);

}

.navfloat01 li:hover ul ul {

	display:block !important;

}

.navfloat01 li ul li li{

	 border-bottom: none;

}

.navfloat01 li ul li li a {

    font-size: 14px;

    border-bottom: none;

	text-align:left;

	padding-left:20px;

	background:url("/temp/temp/52/52-0192/201904181401/images/dots1.png") no-repeat center left; 

}

.uid-3075 .navfloat01 li ul li li{

	white-space: normal;

}

.uid-3075 .navfloat01 li ul li li a {

    font-size: 12px;

    line-height: 1.3;

    width: 200px;

    background-position: 0 8px;

}

.search {

    width:80px;

    border-radius: 20px;

    height: 27px;

    float: right;

	border:1px solid #ab0b0b;

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/sousuo.png") no-repeat 50px center;

	background-size:16px;

	cursor:pointer;

}

.sousuobox{

	position:fixed;

	width:100%;

	height:100%;

	left:0;

	top:0;

	border:24px solid #eb1111;

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

	z-index:3;

	box-sizing:border-box;

	z-index: 100;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    visibility: hidden;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    transition: .5s;

    pointer-events: none;

    opacity: 0;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}

.sousuobox.open {

    visibility: visible;

    pointer-events: auto;

    opacity: 1;

}

.sousuo{

	position:absolute;

	width:800px;

	height:200px;

	left:50%;

	top:50%;

	margin-left:-400px;

	margin-top:-200px;

}

.sousuo h2{

	text-align:center;

	font-size:50px;

	color:#eb1111;

	font-weight:bold;

	margin-bottom:50px;

}

.sousuo form{

	border-bottom:1px solid #eb1111;

}

.sousuo input{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

	line-height:70px;

	height:70px;

	border:none;

	background:none;

	width: 700px;

	padding-left:10px;

	outline-color:transparent;

	color:#fff;

	font-size:20px;

}

.sousuo .default-pc-search-submit{

	width:70px;

	height:70px;

	font-size:0;

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/sousuo.png") no-repeat center center;

}

.sousuobox span{

	display:block;

	position:absolute;

	width:50px;

	height:50px;

	border:1px solid #fff;

	color:#fff;

	line-height:50px;

	text-align:center;

	right:50px;

	top:50px;

	border-radius:50%;

	transition:all .3s;

	cursor:pointer;

}

.sousuobox span:hover{

	border-color:#eb1111;

	color:#eb1111;

}

.choose a{

	font-size:14px;

	color:#fff;

}

.choose a.a01{

	color: #fff;

}

.choose span{

	color:#fff;

	margin:0 5px;

}

.choose {

    float: right;

	margin-left:20px;

	margin-right:70px;

	margin-top:5px;

}

.w960 .choose {

    margin-right:20px;

}

.ss09{

	border-radius:20px;

	border:2px solid #fff;

	float:right;

}

.ss09 .default-pc-search-keyword {

    line-height: 30px;

    height: 30px;

    background-color: transparent;

    border: none;

    padding-left: 15px;

	width:100px;

	outline-color:transparent;

	color:#fff;

	outline-style: none;

}

.ss09 .default-pc-search-keyword::placeholder{

	color: #fff;

}

.ss09 .default-pc-search-keyword

,.ss09 .default-pc-search-submit{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

}

.ss09 .default-pc-search-submit{

	width:30px;

	height:30px;

	border:none;

	font-size:0;

	margin-right:7px;

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/sousuo.png") no-repeat center center;

	background-size:15px;

}

.banbg01{

	position:absolute;

	height:100px;

	left:0;

	bottom:0;

	background:#fff;

}

.banner li img{

	position: inherit;

	width:100%;

	height:auto;

	margin-left:0 !important;

	left:0 !important;

}

.scrr {

   width: 20px;

    height: 30px;

    border: 2px solid #fff;

    background-color: transparent;

    border-radius: 11px;

    z-index: 10;

    position: absolute;

    bottom:30px;

    left: 50%;

    margin-left: -12px;

	cursor:pointer;

	display:none;

}

.scrr em {

    display: block;

    width:18px;

    height: 10px;

    margin: 0 auto;

	line-height:1;

	color:#fff;

	font-size:20px;

	text-align:center;

    position: relative;

    -webkit-animation: scroll 1s infinite;

    -moz-animation: scroll 1s infinite;

    -o-animation: scroll 1s infinite;

    animation: scroll 1s infinite;

}

/***向下按钮***/

@-webkit-keyframes scroll {

  0%{ top: 5px; }

  50%{ top: 9px; }

  100%{ top: 5px; }

}



@-moz-keyframes scroll{

  0%{ top: 5px; }

  50%{ top: 9px; }

  100%{ top: 5px; }

}



@-o-keyframes scroll {

  0%{ top: 5px; }

  50%{ top: 9px; }

  100%{ top: 5px; }

}



@keyframes scroll {

  0%{ top: 5px; }

  50%{ top: 9px; }

  100%{ top: 5px; }

}

.d1 {top: 35%;}

.d2 {top: 39%;}

.d3 {top: 43%;}

.d4 {top: 47%;}

.d5 {top: 51%;}

.d6 {top: 55%;}

.d7 {top: 59%;}

.d1, .d2, .d3, .d4, .d5 ,.d6,.d7{

    border-radius: 50%;

    margin-bottom: 15px;

	width: 10px;

    height:10px;

    border-radius: 50%;

    border: 1px solid #fff;

    background-color: transparent;

}

.swiper-slide-dd .dot{

	 background:url("/temp/temp/52/52-0192/201904181401/images/dots1.png") no-repeat center center;

}

.dot {

    position: fixed;

    right: 20px;

    z-index: 11;

    cursor: pointer;

	display:none !important;

}

.banboox{

	position: relative;

}

.banboox img{

	width: 100%;

	height: auto;

}

.banboox ul {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

	-ms-transform:translateX(-50%);

	-moz-transform:translateX(-50%);

	-webkit-transform:translateX(-50%);

	-o-transform:translateX(-50%);

    z-index: 2;

    display: flex;

    justify-content: space-between;

    top: 33%;

    width: 1000px;

}

.banboox li {

    margin: 0 50px;

}

#banbox{

	top: 50px;

}

.banboox li span{

	display: block;

	width: 150px;

	margin: auto;

	transition: all .3s;

} 

.banboox li img{

	width: 100%;

	height: auto;

}

.banboox li a h3{

    color: #fff;

    font-size: 30px;

	font-weight: bold;

	text-align: center;

	transition: all .3s;

}

.uid-3075 .banboox li a h3{

	font-size: 23px;

	line-height: 1.3;

}

.banboox li:hover span{

	transform: translateY(-10px);

	-ms-transform:translateY(-10px);

	-moz-transform:translateY(-10px);

	-webkit-transform:translateY(-10px);

	-o-transform:translateY(-10px);

}

.banboox li:hover h3{

	transform: translateY(10px);

	-ms-transform:translateY(10px);

	-moz-transform:translateY(10px);

	-webkit-transform:translateY(10px);

	-o-transform:translateY(10px);

}

#about

,#yanjiu{

	top:100px;

}

.about li div{

	position:absolute;

	width:50%;

	top:34%;

	left:10%;

	color:#fff;

}

.about li a

,.yanjiu li a{

	display:block;

	height:100%;

}

.about li div h3

,.yanjiu li div h3{

	font-size:66px;

	font-weight:bold;

	text-shadow:2px 2px 8px #333;

	line-height: 1;

}

.w960 .about li div h3

,.w960 .yanjiu li div h3{

	font-size:50px;

}

.about li div p

,.yanjiu li div p{

	font-size:36px;

	margin-top:20px;

}

.w960 .about li div p

,.w960 .yanjiu li div p{

	font-size:28px;

}

.about li div span

,.yanjiu li div span{

	display:inline-block;

	padding:8px 40px;

	font-size:16px;

	border:1px solid #fff;

	margin-top:50px;

	transition:all .3s;

}

.ispc .about li img

,.ispc .yanjiu li img{

	width:100%;

	height:auto;

	margin-left:0 !important;

	left:0 !important;

	position:inherit !important;

}

.about li div span:hover

, .yanjiu li div span:hover{

	background:#d20c0c;

	color:#fff;

	border-color:#d20c0c;

	opacity:.6;

}

.about .dots{

	text-align:left;

	left:10%;

	bottom:100px;

	width:90%;

}

.about .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	vertical-align:middle;

}

.about .dots span.active{

	width:13px;

	height:13px;

	border:1px solid #fff;

	background-color:transparent;

}

.yanjiu li div{

	position:absolute;

	width:50%;

	top:34%;

	right:10%;

	color:#fff;

	text-align:right;

}

.yanjiu .dots{

	text-align:right;

	right:15%;

	bottom:100px;

}

.yanjiu .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	vertical-align:middle;

}

.yanjiu .dots span.active{

	width:13px;

	height:13px;

	border:1px solid #fff;

	background-color:transparent;

}

.product{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	max-height:980px;

	overflow:hidden;

}

.product .dots{

	display:none;

}

#product{

    top: 100px;

}

.product li a{

	display:block;

	position:relative;

	height:100%;

}

.product li a h3{

	color:#fff;

	font-size:66px;

	font-weight:bold;

	line-height: 1;

}

.w960 .product li a h3{

	font-size:50px;

}

.product li div{

	position:absolute;

	width:1000px;

	height:300px;

	left:10%;

	top:50%;

	margin-top:-150px;

	transition:all .5s;

	z-index:1;	

}

.product li a em{

	display:block;

	width:0;

	height:0;

	left:0;

	top:50%;

	position:absolute;

	width:0;

	height:150px;

	margin-top:-150px;

	background:rgba(255, 0, 0, 0.5);

	transition:all .5s;

}

.product li a em.e02{

	margin-top:0px;

	left:auto;

	right:0;

}

.product li:hover a em{

	width:100%;

}

.product li div p{

	display:none;

}

.product li div strong{

	display:block;

	font-weight:normal;

	font-size:16px;

	border:1px solid #fff;

	width:180px;

	line-height:40px;

	text-align:center;

	transition:all .3s;

	margin-top:60px;

}

.product li div strong:hover{

	background: #d20c0c;

    color: #fff;

    border-color: #d20c0c;

    opacity: .6;

}

/*--

.product .prev

,.product .next{

	width:60px;

	height:60px;

	border:1px solid #fff;

	line-height:60px;

	margin-top:-30px;

	text-align:center;

	font-size:30px;

	opacity:.5;

	border-radius:50%;

	background-color:transparent;

	transition:all .3s;

}

.product .prev{

	left:5%;

}

.product .next{

	right:5%;

}

--*/

.banner .dots{

	text-align:right;

	width:3px;

	height:20%;

	bottom:0;

	left:5%;

}

.banner .dots span{

	display: block;

    width: 20px;

    height: 30px;

    background: url("/temp/temp/52/52-0192/201904181401/images/bannernav1.png") no-repeat center center;

    background-color: transparent;

    opacity: .5;

	margin:0 !important;

}

.banner .dots span.active{

	width:60px;

	font-size:12px;

	color:#fff;

	height:30px;

	text-indent:27px;

	border-bottom:none;

	line-height:31px;

	text-align:center;

	opacity:1;

	background: url("/temp/temp/52/52-0192/201904181401/images/bannernav.png") no-repeat center center;

}

.protit{

	position:absolute;

	bottom:100px;

	z-index:3;

	left:10%;

}

.protit span{

	display:block;

	cursor:pointer;

	margin-bottom:20px;

}

.protit span h3{

	float:left;

	color:#fff;

	font-size:25px;

	margin-left:20px;

}

.protit span em{

	float:left;

	width:15px;

	height:3px;

	background:#fff;

	margin-top:15px;

	transition:all .3s;

}

.protit span.a em{

	width:60px;

}

.newsbox{

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/newsbg.jpg") no-repeat center center;

}

#news .diy_edit_but{

	top:100px;

}

.newsbox ul{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.newsbox li{

	float:left;

	width:25%;

	position:relative;

	height:100%;

	border-right:1px solid rgba(255, 255, 255, 0.1);

	box-sizing:border-box;

	overflow:hidden;

}

.newsbox li a{

	display:block;

}

.newsbox li a div{

	position:absolute;

	width:80%;

	height:100%;

	left:0;

	top:0;

	padding:0 10%;

	z-index:1;

}

.newsbox li a em{

	display:block;

	width:30px;

	height:5px;

	background:#bd0d0d;

	position:absolute;

	left:0;

	top:180px;

}

.newsbox li:hover a em{

	background:#fff;

}

.newsbox li.n02 a em{

	top:330px;

}

.w960 .newsbox li.n02 a em{

	top:245px;

}

.newsbox li a strong{

	display:block;

	font-size:70px;

	font-weight:bold;

	color:#fff;

	margin-bottom:50px;

	margin-top:200px;

	transition:all .5s;

}

.w960 .newsbox li a strong{

	font-size:60px;

	line-height:1;

	margin-bottom:35px;

	margin-top:185px;

}

.w960 .newsbox li a h3{

	margin-bottom:35px;

	font-size:22px;

}

.w960 .newsbox li a p {

    font-size: 12px;

    line-height: 1.8;

}

.newsbox li:hover a strong{

	margin-top:225px;

}

,w960 .newsbox li:hover a strong{

	margin-top:200px;

}

.newsbox li.n02 a strong{

	margin-top:350px;

}

.w960 .newsbox li.n02 a strong{

	margin-top:250px;

}

.w960 .newsbox li.n02:hover a strong{

	margin-top:275px;

}

.newsbox li.n02:hover a strong{

	margin-top:375px;

}

.newsbox li a h3{

	font-size:25px;

	color:#fff;

	margin-bottom:50px;	

}

.newsbox li a p{

	color:#ccc;

	font-size:14px;

	line-height:2;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

}

.newsbox li:hover a p{

	color:#fff;

}

.newsbox li a ins{

	display:block;

	text-decoration:none;

	margin-top:30px;

	color:#fff;

	font-size:16px;

}

.newsbox li a span{

	width: 100%;

    height: 100%;

    position: absolute;

    left: -100%;

    top: 0;

    display: none;

    background:rgba(255, 0, 0, 0.5);

}

#join{

	top:100px;

}

.join li div{

	position:absolute;

	text-align:right;

	color:#fff;

	z-index:3;

	width:50%;

	right:10%;

	top:35%;

}

.join li div h3{

	font-size:66px;

	font-weight:bold;

	line-height: 1;

}

.w960 .join li div h3{

	font-size:45px;

}

.join li div span{

	display:inline-block;

	*display:inline;

	text-align:center;

	width:200px;

	height:40px;

	border:1px solid #fff;

	margin:0 auto;

	line-height:40px;

	font-size:16px;

	font-weight:normal;

	transition:all .3s;

	margin-top:60px;

}

.join li div span:hover{

	background: #d20c0c;

    color: #fff;

    border-color: #d20c0c;

    opacity: .6;

}

.footer{

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/conbg.jpg") no-repeat center center;

}

.conbox{

	position:relative;

}

.conbox span.l{

	display:block;

	float:left;

	width:25%;

	height:348px;

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/ftab01.png") no-repeat center center;

	background-color:rgba(34, 34, 34, 0.7);

}

.w960 .conbox span.l{

	height:280px;

	background-size:80%;

}

.order{

	width:20%;

	height:620px;

	background:rgba(255, 0, 0, 0.5);

	float:left;

	position:absolute;

	left:25%;

	top:50%;

	margin-top:-310px;

}

.w960 .order{

	height:440px;

	margin-top:-220px;

	width:22%;

}

.w960 .order form {

    padding: 40px 25px;

}

.w960 .order form input, .w960 .order form textarea {

    line-height: 45px;

    font-size: 16px;

    margin-top: 20px;

}

.w960 .order form textarea {

	height:50px;

}

.order h4{

	font-size:50px;

	color:#fff;

	margin-bottom:30px;

	line-height:1;

}

.w960 .order h4{

	font-size:40px;

}

.order form{

	padding:80px 40px;

}

.order form label{

	display:none;

}

.order form input

,.order form textarea {

    border: none;

    border-bottom: 1px solid #fff;

    line-height: 50px;

    font-size: 18px;

    margin-top: 30px;

    background: none;

    width: 100%;

	outline-color:transparent;

}

.order form textarea{

	height:100px;

}

.order form input::-webkit-input-placeholder

,.order form textarea::-webkit-input-placeholder{

	color:#fff;

}

.order form [type="submit"]{

	width:110px;

	height:43px;

	line-height:43px;

	border:1px solid #fff;

	font-size:18px;

	text-align:center;

	color:#fff;

	font-weight:bold;

	margin-top:40px;

}

.ftcon {

    float: right;

    width:50%;

    padding-left: 5%;

	background:rgba(34, 34, 34, 0.6);

	height:348px;

}

.w960 .ftcon {

	height:280px;

	width:48%;

}

.ftcon h2 {

    font-size: 50px;

    font-weight: bold;

    color: #fff;

	margin-top:35px;

	margin-bottom:20px;

}

.w960 .ftcon h2{

	font-size:40px;

	margin:20px 0;

}

.w960 .ftcon div p{

	margin-bottom:10px;

}

.w960 .conbox span.con02{

	width:auto;

}

.ftcon div p{

	color:#fff;

	font-size:16px;

	padding-left:37px;

	margin-bottom:20px;

	background:url("/temp/temp/52/52-0192/201904181401/images/tel.png") no-repeat left center;

}

.ftcon div p.c02{

	background:url("/temp/temp/52/52-0192/201904181401/images/email.png") no-repeat left center;

}

.ftcon div p.c03{

	background:url("/temp/temp/52/52-0192/201904181401/images/addr.png") no-repeat left center;

}

.con02 h3 {

    float: left;

    color: #fff;

    font-size: 16px;

    line-height: 50px;

    margin-right: 10px;

}

.con02 a{

	display:block;

	float:left;

	width:50px;

	height:50px;

	margin-right:10px;

	background:url("/temp/temp/52/52-0192/201904181401/images/foncun02.png") no-repeat right center;

	transition:all .3s;

}

.con02 a:hover{

	background:url("/temp/temp/52/52-0192/201904181401/images/foncun.png") no-repeat right center;

}

.con02 a.a02

,.con02 a.a02:hover{

	background-position:left center !important;

}

.footer .copy{

	position:absolute;

	bottom:0;

}

.copy{

	width:100%;

	padding:15px 0;

	background:#181818;

	border-top:1px solid rgba(255, 255, 255, 0.2);

}

.default-basescript-index .copy{

	background:none;

}

.copy .default-pc-copyright{

	text-align:center;

	margin:0 auto;

}

.default-pc-copyright a {

    color: #666;

    font-size: 12px;

}

.copy .links{

	text-align:center;

}

.copy .links dd

,.copy .links dt{

	display:inline-block;

	*display:inline;

	color:#666;

	margin:0 3px;

	font-size:12px;

	float:none;

}

.copy .links a{

	color:#666;

}

.copy a:hover{

	color:#fff;

}

.glbcon{

	position:fixed;

	z-index:2;

	bottom:20px;

	right:10px;

}

.glbcon div{		

	border-bottom:1px solid #222;

	position:relative;

	width:40px;

	height:40px;

}

.glbcon div em{

	display:block;

	width:40px;

	height:40px;

	background:url("/temp/temp/52/52-0192/201904181401/images/tel02.png") no-repeat center center;

	background-size:18px !important;

	opacity:.7;

	background-color:#333 !important;

	position:absolute;

	left:0;

	top:0;

	z-index:1;

}

.glbcon div.p02 em{

	background:url("/temp/temp/52/52-0192/201904181401/images/email02.png") no-repeat center center;

}

.glbcon div.p03 em{

	background:url("/temp/temp/52/52-0192/201904181401/images/addr02.png") no-repeat center center;

}

.glbcon div.p04 em{

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/liuyan.png") no-repeat center center;

	background-size: 15px

}

.glbcon div:hover em{

	background-color:#d91111 !important;

}

.glbcon div span{

	right:-210px;

	transition:all .3s;

	position:absolute;

	width:175px;

	background:#fff;

	bottom:0;

}

.glbcon div span h3{

	line-height:55px;

	font-size:16px;

	color:#fff;

	background:#d91111;

	padding-left:20px;

	margin-bottom:20px;

}

.glbcon div span h4{

	font-size:14px;

	padding:0 20px;

	color:#666;

	margin-bottom:3px;

}

.glbcon div span h5{

	font-size:12px;

	padding:0 20px;

	color:#666;

}

.glbcon div span h5.h02{

	margin-bottom:20px;

}

.glbcon div span p{

	font-size:12px;

	color:#666;

	margin-bottom:20px;

	padding:0 20px;

	line-height:1.6;

}

.glbcon div:hover{

	opacity:1;

}

.glbcon div:hover span{

	right:40px;

}

.footer01{

	padding:100px 0;

	background:#181818;

}

.footer01 .wp{

	width:70%;

}

.footer01 h4{

	font-size:30px;

	color:#fff;

	padding-bottom:40px;

	border-bottom:1px solid #333;

}

.footer01 h4 p{

	font-size:16px;

	color:#999;

	margin-top:10px;

}

.foot01{

	padding-top:80px;

}

.ftnav{

	float:left;

	width:80%;

}

.ftnav ul {

    float: left;

    width: 16.5%;

}

.ftnav ul li.l01{

	margin-bottom:20px;

}

.ftnav ul li.l01 a{

	font-size:16px;

	color:#fff;

}

.ftnav ul li a{

	display:block;

	color:#999;

	font-size:14px;

	margin-bottom:5px;

	transition:all .3s;

}

.ftnav ul li:hover a{

	color:#fff;

}

.fucon{

	float:right;

	width:130px;

}

.fucon img{

	width:100%;

	height:auto;

}

.fucon p{

	text-align:center;

	color:#999;

	margin-top:10px;

}

.glbcon div div{

	position: inherit;

	width: 100%;

	height: auto;

	border: none;

}

.glbcon div .formbox {

    position: absolute;

    right: 20px;

    bottom: -50px;

    display: none;

    padding-right: 10px;

    width: 260px;

}

.glbcon div .formbox form {

    padding: 20px;

    background: #fff;

    position: relative;

    width: 200px;

    border-radius: 10px;

    right: 0;

}

.glbcon div.p04:hover .formbox {

	display: block;

}

.glbcon div .formbox form::before{

	position: absolute;

	content: '';

	width: 10px;

	height: 10px;

	background: #fff;

	transform: rotate(45deg);

	right: -5px;

	bottom: 62px;

}

.formbox h3 {

    text-align: center;

    margin-bottom: 10px;

    font-size: 18px;

}

.formbox h4{

	display: none;

}

.formbox form input {

    line-height: 25px;

    border: 1px solid #ddd;

    padding-left: 10px;

    margin-bottom: 10px;

    box-sizing: border-box;

    width: 100%;

}

.formbox form label{

	display: none;

}

.formbox form textarea {

    line-height: 25px;

    border: 1px solid #ddd;

    padding-left: 10px;

    height: 80px;

    width: 100%;

    box-sizing: border-box;

}

.formbox form [type="submit"] {

    display: block;

    width: 100%;

    background: #c50707;

    color: #fff;

	line-height: 30px;

    border-radius: 5px;

	border: none;

}

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

.navtit{

	position:fixed;

	width:100px;

	left:20px;

	top:220px;

	writing-mode: vertical-rl;

}

.navtit h2{

	color:#fff;

	font-size:18px;

	line-height:27px;

	letter-spacing:4px;

	margin-top: 5px;

	max-height: 400px;

}

.navtit span{

	display:block;

	color:#b70b0b;

	font-size:50px;

	text-transform:uppercase;

	font-weight:bold;

    line-height: 55px;

    font-size: 54px;

}

.list-nav{

	padding-bottom: 10px;

    border-bottom: 1px solid #333;

	margin-bottom:30px;

}

.list-nav01{

	position:fixed;

	bottom:150px;

	left:45px;

	border:none;

}

.list-nav h3{

	float:left;

	color:#fff;

	font-size:16px;

	margin-right:10px;

}

.list-nav ul{

	float:left;

}

.list-nav li{

	float:left;

	position:relative;

}

.list-nav li:before {

    content: "/";

    position: absolute;

    color:#999;

    left: 0;

	font-size: 17px;

}

.list-nav li a{

	color:#999;

	padding:0 10px;

	font-size: 16px

}

.list-nav li:hover a 

,.list-nav li.a a{

    color: #b70b0b;

}

.list-nav li span{

	display:none;

}

.list-page{

	margin-top:150px;

	margin-bottom:150px;

}

.pub{

	text-align:right;

	margin-bottom:10px;

}

.newwban{

	position:relative;

}

.newwban img{

	width:100%;

	height:auto;

}

.newwban div{

	position:absolute;

	top:40%;

	color:#fff;

	text-align:center;

	width:100%;

}

.newwban div h3{

	font-size:60px;

	font-weight:bold;

}

.newwban div span{

	display:block;

	font-size:30px;

	width:50%;

	margin:0 auto;

	margin-top:10px;

}

.w960 .newwban div span{

	width:60%;

}

.list-news li{

	margin-bottom:40px;

}

.list-news li a{

	display:block;

	background:#252525;

}

.list-news li span{

	display:block;

	width:41%;

	float:left;

}

.list-news li span img{

	width:100%;

	height:auto;

/*--	-webkit-filter: grayscale(100%);

	-ms-transform:grayscale(100%);

	-moz-transform:grayscale(100%);

	-webkit-transform:grayscale(100%);

	-o-transform:grayscale(100%);

	transition:all .3s;--*/

}

/*--.list-news li:hover span img{

	-webkit-filter: grayscale(0);

	-ms-transform:grayscale(0);

	-moz-transform:grayscale(0);

	-webkit-transform:grayscale(0);

	-o-transform:grayscale(0);

}--*/

.list-news li div{

	float:right;

	padding:4%;

	width:51%;

	padding-bottom:0;

	transition: all 0.5s ease 0s;

	transform:translateY(20px);

	-ms-transform:translateY(20px);

	-moz-transform:translateY(20px);

	-webkit-transform:translateY(20px);

	-o-transform:translateY(20px);

}

.list-news li:hover div{

	transform:translateY(0);

	-ms-transform:translateY(0);

	-moz-transform:translateY(0);

	-webkit-transform:translateY(0);

	-o-transform:translateY(0);

}

.list-news li div h3 {

    font-size: 16px;

    line-height: 24px;

    color: #fff;

    transition: all 0.5s ease 0s;

}

.list-news li:hover div h3 {

	color:#ab0b0b;

}

.list-news li div p{

	height: 44px;

    overflow: hidden;

	color:#ddd;

	margin-top:20px;

	line-height:22px;

    transition: all 0.5s ease 0s;

}

.list-news li:hover div p {

	color:#fff;

}

.list-news li div em {

    display: block;

    font-size: 14px;

    color: #666;

    font-style: normal;

    padding-top: 20px;

    border-top: 1px solid #333;

    margin-top:30px;

	opacity:0;

    transition: all 0.5s ease 0s;

}

.w960 .list-news li div{

	padding-top:3%;

}

.w960 .list-news li div em{

	padding-top:15px;

	margin-top:20px;

}

.list-news li:hover div em {

	opacity:1;

}

.page a{

	border-color:#b70b0b;

	color:#b70b0b;

}

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

    background: #b70b0b;

}

/*----------------list-show01----------------------*/

.list-show{

	padding:0 180px;

}

.list-show01 ul{

	margin-top:30px;

}

.list-show01 li {

    float: left;

    width: 23.5%;

    margin-right: 2%;

    margin-bottom: 2%;

}

.list-show01 li a{

	display:block;

}

.list-show01 li a img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.list-show01 li:hover a img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.list-show01 li span{

	display:block;

	overflow:hidden;

}

.list-show01 li div{

	margin-top:20px;

}

.list-show01 li div h3{

	font-size:16px;

	color:#999;

}

.list-show01 li div p{

	position:relative;

	padding-top:20px;

	margin-top:20px;

	border-top:1px solid #333;

}

.list-show01 li div p i{

	position:absolute;

	left:50%;

	top:0;

	width:0;

	height:1px;

	transition:all .5s;

	

}

.list-show01 li:hover div p i{

	width:100%;

	height:1px;

	left:0;

	background:#fff;

}

.list-show01 li div em {

    display: block;

    float: left;

    font-style: normal;

    color: #666;

	opacity:0;

	transition:all .5s;

}

.list-show01 li div em.e01{

	margin-left:50px;

}

.list-show01 li div .e02{

	float:right;

	margin-right:50px;

}

.list-show01 li:hover div em.e01{

	margin-left:0;

	opacity:1;

}

.list-show01 li:hover div .e02{

	margin-right:0;

	opacity:1;

}



/*--------------view-news------------------*/



.view-news .word{

	padding: 50px 100px;

    background: #fff;

}

.view-news .word h3{

	font-size:30px;

	color:#333;

	text-align:center;

}

.view-news .word .ww {

    text-align: center;

    color: #666;

    margin-top: 20px;

    padding-bottom: 25px;

    border-bottom: 1px solid #eee;

    margin-bottom: 25px;

}

.view-news .word .ww span{

	margin: 0 5px;

}

.view-news .word .ww a{

	color:#fff;

	margin-left:10px;

}

.default-article-content p {

    color: #666;

}



.fanye{

	padding-top:30px;

	border-top:1px solid #333;

	margin-top:30px;

}

.fanye p{

	color:#777;

	font-size:14px;

}

.fanye p a{

	color:#777;

}

.fanye p a:hover

,.view-news .word .ww a:hover{

	color:#b70b0b;

}

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



.showpart01{

	padding:30px;

	background:#222;

}

.showcover {

    float: left;

    width: 32%;

    padding: 15px;

    border: 1px solid #eee;

}

.showcover img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.showtit {

    float: right;

    width:60%;

}

.showtit h3{

	font-size:30px;

	color:#333;

	margin-top:20px;

}

.showtit p {

    padding: 20px 0;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

    margin-top: 20px;

	color:#666;

}

.showtit span {

    font-size: 18px;

    color: #fff;

    margin-top: 20px;

    display: block;

    color: #b70b0b;

}

.view-show .word {

    padding: 30px 100px;

    background: #222;

    margin-top: 5px;

}

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

	color:#b70b0b;

}



/*-------------view-about---------------*/

.view-about .cover02{

	float:left;

	width:25%;

}

.view-about .cover02 img{

	width:100%;

	height:auto;

}

.view-about .sum02{

	float:right;

	width:65%;

}

.view-about .sum02 h3{

	font-size:30px;

	color:#fff;

	font-weight:bold;

}

.default-pc-button-publish{

	color:#999;

}



/*-------------list-team---------------*/



.list-team{

}

.list-team li{

}

.list-team li a{

	display:block;

	padding:30px 50px;

	border-bottom:1px solid #292929;

	transition:all .5s;

}

.list-team li:hover a{

	background:#222;

}

.list-team li a span{

	display:block;

	float:left;

	width:22%;

}

.list-team li a span img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.list-team li a div.d01{

	float:left;

	width:70%;

	transition:all .5s;

}

.list-team li:hover a div.d01{

	margin-left:30px;

}

.list-team li a div.d01 div {

    width: 68%;

    float: right;

    padding-top: 35px;

}

.list-team li a div.d02 h3 {

    font-size: 16px;

    color: #999;

}

.list-team li a div.d02 h3 em{

	font-style:normal;

	font-size:12px;

	color:#666;

}

.list-team li a div.d01 p {

    color: #666;

    margin-top: 20px;

}

.list-team li a strong {

    display: block;

    float: right;

    margin-top: 70px;

	line-height:30px;

    color: #b70b0b;

	width:70px;

	transition:all .5s;

	background:url("/temp/temp/52/52-0192/201904181401/images/jiantou.png") no-repeat 80px center;

}

.list-team li:hover a strong {

	margin-right:30px;

	background-position:right center;

	color:#222;

}

.view-team{

	width:900px;

	margin:0 auto;

	padding:100px ;

	background:#222;

}

.view-team span{

	display:block;

	float:left;

	width:25%;

}

.view-team span img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.view-team div.teamword {

    float: right;

    width: 65%;

}

.view-team div.teamword h3{

	font-size:25px;

	color:#fff;

	font-weight:bold;

}

.view-team div.teamword h3 em{

	font-style:normal;

	color:#666;

	margin-left:10px;

	font-size:16px;

	font-weight:normal;

}

.erweima {

	width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    background: #CCC;

    z-index: 102;

    display: none;

	background:url("/temp/temp/52/52-0192/201904181401/images/bg02.png");

}

.erweima-1{

    width: 300px;

    background: #fff;

    z-index: 102;

    height: 300px;

    left: 50%;

    top: 50%;

    margin-top: -150px;

    margin-left: -150px;

    position: absolute;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.close{

	display: block;

    top: -15px;

    right: -15px;

    width: 30px;

    height: 30px;

    position: absolute;

    background: transparent url("/temp/temp/52/52-0192/201904181401/images/fancybox.png") -40px 0px;

    cursor: pointer;

}



.ispc .list-page .list-show01 li

,.ispc .navtit

,.ispc .list-page .list-nav

,.ispc .list-page .list-news li

,.ispc .list-page .list-team li

,.ispc .list-page .view-about

,.ispc .list-page .view-show

,.ispc .view-news.list-page .word

,.ispc .list-page .view-team{

	opacity:0;

	transform:translateY(50px);

}

.list-page.a .list-show01 li

,.navtit.a

,.list-page.a .list-nav

,.list-page.a .list-news li

,.list-page.a .list-team li

,.list-page.a .view-about

,.list-page.a .view-show

,.view-news.list-page.a .word

,.list-page.a .view-team{

    opacity:1;

	transform:translateX(0);

	transform:translateY(0);

	transition-duration:.5s;

	transition-delay:.5s;

}

.list-page.a .list-show01 li:nth-child(1)

,.list-page.a .list-news li:nth-child(1)

,.list-page.a .list-team li:nth-child(1){

	transition-delay:.1s;

}

.list-page.a .list-show01 li:nth-child(2)

,.list-page.a .list-news li:nth-child(2)

,.list-page.a .list-team li:nth-child(2){

	transition-delay:.2s;

}

.list-page.a .list-show01 li:nth-child(3)

,.list-page.a .list-news li:nth-child(3)

,.list-page.a .list-team li:nth-child(3){

	transition-delay:.3s;

}

.list-page.a .list-show01 li:nth-child(4)

,.list-page.a .list-news li:nth-child(4)

,.list-page.a .list-team li:nth-child(4){

	transition-delay:.4s;

}

.list-page.a .list-show01 li:nth-child(5)

,.list-page.a .list-news li:nth-child(5)

,.list-page.a .list-team li:nth-child(5){

	transition-delay:.5s;

}

.list-page.a .list-show01 li:nth-child(6)

,.list-page.a .list-news li:nth-child(6)

,.list-page.a .list-team li:nth-child(6){

	transition-delay:.6s;

}

.list-page.a .list-show01 li:nth-child(7)

,.list-page.a .list-news li:nth-child(7)

,.list-page.a .list-team li:nth-child(7){

	transition-delay:.7s;

}

.list-page.a .list-show01 li:nth-child(8)

,.list-page.a .list-news li:nth-child(8)

,.list-page.a .list-team li:nth-child(8){

	transition-delay:.8s;

}

.showban{

	position:relative;

}

.showban img{

	width:100%;

	height:auto;

}

.showban div.sb01{

	position:absolute;

	width:80%;

	height:200px;

	left:10%;

	top:50%;

	margin-top:-100px;

	color:#fff;

	text-align:center;

}

.showban01 div.sb01{

	transform: translate3d(0,0,0) !important;

}

.showban div.sb01 h3{

	font-size:60px;

	margin-bottom:50px;

	font-weight:bold;

}

.w960 .showban div.sb01 h3{

	font-size:43px;

	margin-bottom:40px;

}

.showban div.sb01 p{

	font-size:23px;

}

.w960 .showban div.sb01 p{

	font-size:18px;

}

.showban div.sb01 a{

	display:block;

	width:200px;

	height:50px;

	line-height:50px;

	text-align:center;

	font-size:18px;

	color:#fff;

	border:1px solid #fff;

	margin:0 auto;

	margin-top:50px;

	transition:all .3s;

}

.showban div.sb01 a:hover{

	border-color:#d20c0c;

	color:#fff;

	background:#d20c0c;

}



.chanpin {

	width:100%;

	margin:0 auto;

	margin-top:100px;

}

.chanpin h2{

	text-align:center;

	color:#FFFFFF;

	font-size:50px;

	font-weight:bold;	

	margin-bottom:50px;

}

.w960 .chanpin h2{

	font-size:43px;

}

.chanpin ul{

	text-align:center;

}

.chanpin li {

    width:20%;

	border:1px solid #222;

	display:inline-block;

	*display:inline;

	box-sizing:border-box;

	background:#333;

}

.chanpin li a{

	display:block;

	position:relative;

	overflow:hidden;

}

.chanpin li a img{

	width:200px;

	height:auto;

	transition:all .5s;

	padding:10% 0;

}

.chanpin li a h3{

	text-align:center;

	color:#fff;

	font-size:18px;

	font-weight:bold;

	height: 68px;

    display: flex;

    align-items: center;

    justify-content: center;

	border-top:1px solid #222;

	transition:all .3s;

}

.w960 .chanpin li a img{

	padding:2% 0;

}

.chanpin li:hover a h3{

}





.keji01{

	margin:100px auto;

	margin-top:0;

	padding-top:100px;

}

.keji01 h2{

	font-size:45px;

	font-weight:bold;

	color:#fff;

	text-align:center;

	margin-bottom:100px;

	line-height:1;

}

.keji01 li {

    float: left;

    width: 33.33%;

    text-align: center;

    border-right: 1px dashed #282828;

    box-sizing: border-box;

	transition:all .4s;

}

.keji01 li:hover{

	transform:translateY(-20px);

	-ms-transform:translateY(-20px);

	-moz-transform:translateY(-20px);

	-webkit-transform:translateY(-20px);

	-o-transform:translateY(-20px);

}

.keji01 li:nth-child(3){

	border:none;

}

.keji01 li span{

	display:block;

}

.keji01 li img{

	width:70px;

	height:auto;

}

.keji01 li h3{

	text-align:center;

	color:#fff;

	font-size:25px;

	font-weight:bold;

	margin:30px 0;

}

.keji01 li p{

	color:#999;

	font-size:20px;

}

.w960 .keji01 li p{

	font-size:16px;

}

.keji01 li p strong{

	color:#d20c0c;

}

.price{

	padding:100px 0;

	background:#222;

}

.price h2

,.showpro h2{

	text-align:center;

	color:#fff;

	font-size:45px;

	margin-bottom:50px;

	font-weight:bold;

}

.price .p01 li{

	float:left;

	width:25%;

	position:relative;

	background:#000;

}

.price .p01 li img{

	width:100%;

	height:auto;

	opacity:.6;

}

.price .p01 li h3 {

    font-size: 20px;

    font-weight: bold;

    margin-top: 20%;

}

.price .p01 li div {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    text-align: center;

    color: #fff;

}

.price .p01 li div span {

    display: block;

    margin-top: 30px;

    font-size: 18px;

}

.w960 .price .p01 li div span{

	font-size:15px;

}

.price .p02 h2{

	font-size:30px;

	margin:70px 0;

}

.price .p02 li div{

	padding: 30px 0;

	border-bottom:1px solid #333;

}

.w960 .price .p02 li div{

	padding:23px 0;

}

.price .p02 li.l01 div{

	border-bottom:none;

}

.price .p02 li.l01{

	background:#000;

}

.price .p02 li p{

	float:left;

	height:24px;

	width:11%;

	color:#fff;

	font-size:16px;

	text-align:center;

}

.w960 .price .p02 li p{

	font-size:14px;

}

.price .p03 li p{

	width:25%;

}

.parametertit .diy_edit_background{

	position: relative;

}

.parameter .more02{

	display:block;

	width:400px;

	line-height:50px;

	border:1px solid #d20c0c;

	text-align:center;

	margin:0 auto;

	margin-top:50px;

	font-size:18px;

	color:#d20c0c;

	transition:all .4s;

}

.parameter .more02:hover{

	background:#d20c0c;

	color:#fff;

}

.parameter{

	padding-bottom:100px;

}

.parametertit{

	background:#000;

}

.parameter01{

	display:none;

}

.parameter01.aa{

	display:block;

}

.parameter .p01 h3 {

	float:left;

	width:20%;

	padding:30px 0;

    text-align: center;

    font-size: 20px;

    color: #fff;

    font-weight: bold;

	cursor:pointer;

}

.parameter .p01 h3.a {

	background:#d20c0c;

}

.parameter dd{

	border-bottom: 1px solid #222;

}

.parameter dd h3 {

    float: left;

    color: #aaa;

    font-size: 15px;

    width: 12%;

    padding: 20px 0;

	padding-left:8%;

}

.parameter dd .d01{

	float:left;

	width:69%;

	color:#aaa;

	padding:20px 0;

	padding-left:5%;

	border-left: 1px solid #222;

}

.parameter dd .d01 p{

	font-size:14px;

	padding:3px 0;

}



.showpro{

	margin:100px 0;

}

.showpro li{

	float:left;

	width:475px;

}

.showpro li a{

	display:block;

	padding:20px 10px;

	background:#222;

}

.showpro li a span{

	display:block;

	background:#000;

}

.showpro li a img{

	width:100%;

	height:auto;

}

.showpro li a h3{

	text-align:center;

	color:#fff;

	font-size:15px;

	margin-top:20px;

}

.showpro .sbmore{

	display:block;

	width:200px;

	line-height:50px;

	border:2px solid #fff;

	text-align:center;

	color:#fff;

	font-size:16px;

	margin:0 auto;

	margin-top:50px;

	transition:all .3s;

}

.showpro .sbmore:hover{

	border-color:#d20c0c;

	background:#d20c0c;

}

/*------------------list-proshow-------------*/

.trait {

    background: #222;

	margin:100px auto;

	width:80%;

}

.trait span{

	display:block;

	float:left;

	width:50%;

}

.trait span img{

	width:100%;

	height:auto;

}

.trait div {

    padding:5% 4%;

	padding-bottom:0;

    width: 41%;

    color: #666;

    float: right;

    line-height: 2;

	font-size:16px;

}

.w960 .trait div {

	font-size:14px;

}

.trait div h2{

	color:#fff;

	font-size:25px;

	font-weight:bold;

	margin-bottom:20px;

}

.system{

	padding:100px 0;

	background:url("/temp/temp/52/52-0192/201904181401/images/b3.jpg") no-repeat center center;

	background-attachment:fixed;

}

.system h2{

	text-align:center;

	font-size:40px;

	font-weight:bold;

	color:#fff;

	margin-bottom:50px;

}

.system li{

	float:left;

	width:600px;

	padding:10px;

	box-sizing:border-box;

}

.system li span{

	display:block;

}

.system li span img{

	width:100%;

	height:auto;

}

.system li div h3 {

    text-align: center;

    color: #999;

    font-size: 20px;

    padding-top: 30px;

}

.system li div p {

    text-align: left;

    margin-top: 30px;

    color: #999;

	height:55px;

	overflow:hidden;

	font-size:14px;

}

.system .prev

,.system .next

,.showpro .prev

,.showpro .next{

	width:70px;

	height:70px;

	line-height:70px;

	text-align:center;

	font-size:30px;

	border-radius:50%;

	margin-top:-35px;

	opacity:.5;

}

.wulian02{

	float:left;

	width:23%;

}

.wulian02 h2 em{

	display:block;

	width:50px;

	height:1px;

	background:#d20c0c;

	margin-bottom:30px;

}

.wulian02 h2{

	font-size:40px;

	color:#fff;

	font-weight:bold;

}

.w960 .wulian02 h2{

	font-size:30px;

}

.wulian02 div {

    color: #999;

    font-size: 16px;

    margin-top: 50px;

}

.wulian01{

	padding-top:100px;

	width:80%;

	margin:0 auto;

}

.wulian01 ul{

	float:right;

	width:70%;

}

.wulian01 li {

    float: left;

    width: 33.33%;

    border-bottom: 1px solid #272727;

	padding-bottom:50px;

	margin-bottom:50px;

	-webkit-filter: grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-o-filter:grayscale(100%);

	transition:all .5s;

	box-sizing:border-box;

	transform:translateX(20px);

	-ms-transform:translateX(20px);

	-moz-transform:translateX(20px);

	-webkit-transform:translateX(20px);

	-o-transform:translateX(20px);

}

.wulian01 li:hover{

	-webkit-filter: grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-o-filter:grayscale(0);

	transform:translateX(0);

	-ms-transform:translateX(0);

	-moz-transform:translateX(0);

	-webkit-transform:translateX(0);

	-o-transform:translateX(0);

}

.wulian01 li span{

	display:block;

	width:80px;

	height:80px;

}

.wulian01 li span img{

	width:100%;

	height:auto;

}

.wulian01 li em {

    display: block;

    width: 50px;

    height: 1px;

    background: #999;

    margin: 30px 0;

}

.wulian01 li:hover em {

	background:#fff;

}

.wulian01 li h3 {

    color: #777;

    width: 70%;

    height: 63px;

}

.wulian01 li:hover h3 {

	color:#fff;

}



/*------------list-about------------*/

.aboutintro{

	padding:130px 0;

	width:70%;

	margin:0 auto;

}

.aboutintro h2{

	float:left;

	width:30%;

	font-size:45px;

	color:#fff;

}

.aboutintro h2 span{

	display:block;

	font-size:16px;

	color:#999;

	margin-top:30px;

}

.aboutintro div.a01{

	float:right;

	width:65%;

	font-size:16px;

	line-height:2;

	color:#ddd;

}

.aboutintro div.a01 h3{

	font-size:30px;

	color:#fff;

	margin-bottom:20px;

}

.aboutpro{

	width:70%;

	margin:0 auto;

}

.aboutpro span{

	display:block;

	float:left;

	width:48%;

}

.aboutpro span.r{

	float:right;

}

.aboutpro span img{

	width:100%;

	height:auto;

}

.linian{

}

.linian li{

	float:left;

	width:33.333%;

	background:#000;

	position:relative;

}

.linian li img{

	width:100%;

	height:auto;

	opacity:.6;

}

.linian li div{

	position:absolute;

	bottom:0;

	width:100%;

	height:50%;

	color:#fff;

	transition:all .5s;

	text-align:right;

}

.linian li:hover div{

	background:url("/temp/temp/52/52-0192/201904181401/images/bac01.png") no-repeat center bottom;

	background-size:100%;

}

.linian li div h3 {

    font-size: 30px;

    margin-bottom: 20px;

    margin-right: 50px;

    margin-top: 20%;

}

.w960 .linian li div h3 {

	margin-bottom:10px;

}

.linian li div p{

	font-size:14px;

	margin-right:50px;

	margin-left:20px;

}

.lilian02 .li01 {

    width: 50%;

    background: #222;

    padding-top: 6%;

    padding-bottom: 14%;

    padding-left: 20%;

}

.w960 .lilian02 .li01{

	width: 60%;

    padding-left: 10%;

}

.lilian02 .li01 h3{

	font-size:50px;

	color:#fff;

}

.lilian02 .li01 p{

	font-size:20px;

	color:#fff;

	margin-top:20px;

	width:70%;

}

.lilian02 .li02{

	width:73%;

	margin:0 auto;

	margin-top:-150px;

	position:relative;

}

.w960 .lilian02 .li02{

	width:90%;

	margin-top:-100px;

}

.lilian02 .li02 ul{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.lilian02 .li02 img{

	width:100%;

	height:auto;

}

.lilian02 .li02 ul li{

	float:left;

	width:23.2%;

	padding:50px 5%;

	height:200px;

	margin-top:10%;

	border-right:1px solid #fff;

}

.lilian02 .li02 ul li:nth-child(3){

	border:none;

}

.lilian02 .li02 ul li h3{

	font-size:25px;

	color:#fff;

}

.lilian02 .li02 ul li em{

	width:50px;

	height:3px;

	background:#fff;

	display:block;

	margin:20px 0;

}

.lilian02 .li02 ul li p{

	font-size:15px;

	color:#fff;

}

.aboutteam{

	padding:100px 0;

	background:#222;

	margin-top:100px;

}

.aboutteam h2{

	text-align:center;

	font-size:40px;

	color:#fff;

	margin-bottom:50px;

}

.aboutteam li{

	width:615px;

	float:left;

	margin-right:30px;

}

.w960 .aboutteam li{

	width:430px;

}

.aboutteam li{

	position:relative;

}

.aboutteam li img{

	width:100%;

	height:auto;

}

.aboutteam li h3{

	color:#fff;

	font-size:20px;

	padding-top: 20px;

	text-align: center;

}

.aboutteam li div p{

	float:left;

	width:70%;

	font-size:14px;

	color:#999;

	height:0;

	overflow:hidden;

	transition:all .4s;

}

.aboutteam li:hover div p{

	height:100px;

}

.aboutteam li div span{

	display:block;

	right:30px;

	bottom:33px;

	position:absolute;

}

.aboutteam li div span em{

	width: 30px;

    height: 3px;

    background: #fff;

	display:block;

}

.aboutteam li div span em.e02 {

    margin-top: -3px;

    transform: rotate(90deg);

	-ms-transform:rotate(90deg);

	-moz-transform:rotate(90deg);

	-webkit-transform:rotate(90deg);

	-o-transform:rotate(90deg);

	transition:all .3s;

}

.aboutteam li:hover div span em.e02 {

    transform: rotate(0);

	-ms-transform:rotate(0);

	-moz-transform:rotate(0);

	-webkit-transform:rotate(0);

	-o-transform:rotate(0);

}

.aboutteam li div div.d02{

	bottom:50px;

	background:none;

	height:auto;

	padding-left:0;

}

.aboutteam .prev

,.aboutteam .next{

	width:50px;

	height:50px;

	border:1px solid #fff;

	font-size:20px;

	line-height:50px;

	margin-top:25px;

	text-align:center;

	border-radius:50%;

	opacity:.4;

	background-color:transparent;

} 



.laboratory{

	background:url("/temp/temp/52/52-0192/201904181401/images/b3.jpg") no-repeat center center;

	background-attachment:fixed;

	margin:100px 0;

	padding:100px 0;

}

.laboratory ul

,.abtit01{

	width:70%;

	margin:0 auto;

}

.abtit01 span{

	float: left;

    width: 20%;

	display:block;

}

.abtit01 span h3{

	font-size:16px;

	color:#fff;

	width:150px;

	height:150px;

	border-radius:50%;

	border:1px solid #fff;

	line-height:150px;

	margin:0 auto;

	text-align:center;

	cursor:pointer;

}

.abtit01 span h3.a{

	background:#d20c0c;

	color:#fff;

	border-color:#d20c0c;

}

.laboratory ul{

	margin-top:100px;

}

.laboratory li.l01{

	display:block;

}

.laboratory li{

	width:70%;

	color:#999;

	font-size:20px;

	color:#fff;

	display:none;

	height:200px;

	line-height:2;

}

.messageab{

	float:right;

	width:43%;

}

.messageab h4

,.aboutcon h2{

	font-size:40px;

	font-weight:bold;

	color:#fff;

	margin-bottom:40px;

}

.messageab label{

	display:none;

}

.messageab input

,.messageab textarea{

	width:97%;

	line-height:35px;

	height:35px;

	background:#333;

	border:none;

	padding-left:3%;

	margin-bottom:10px;

	color:#fff;

}

.messageab textarea{

	height:100px;

}

.messageab [type="submit"]{

	border:2px solid #d20c0c;

	padding-left:0;

	width:100%;

	color:#d20c0c;

	font-size:18px;

	font-weight:bold;

	background:none;

	line-height:41px;

	height:45px;

}

.messageab [type="submit"]:hover{

	background:#d20c0c;

	color:#fff;

}

.ftabout{

	margin-bottom:130px;

}

.aboutcon{

	float:left;

	width:50%;

}

.aboutcon div{

	margin-bottom:40px;

}

.aboutcon div span{

	display:block;

	float:left;

	width:54px;

	height:54px;

	border-radius:50%;

	background:url("/temp/temp/52/52-0192/201904181401/images/tel.png") no-repeat center center;

	background-color: #333 !important;

	margin-right:20px;

}

.aboutcon div.p02 span{

	background:url("/temp/temp/52/52-0192/201904181401/images/email.png") no-repeat center center;

}

.aboutcon div.p03 span{

	background:url("/temp/temp/52/52-0192/201904181401/images/addr.png") no-repeat center center;

}

.aboutcon div p {

    float: left;

    font-size: 14px;

    color: #666;

}

.aboutcon div p strong{

	font-size:20px;

	color:#999;

	display:block;

	font-weight:normal;

}

#default-article-content td, #default-article-content th {

    padding: 5px 10px;

    border: 1px solid #eee !important;

    color: #333;

}

/*----------------list-research---------*/

.yanjiuban{

	position:relative;

}

.yanjiuban img{

	width:100%;

	height:auto;

}

.yanjiuban .sb01{

	position:absolute;

	top:40%;

	left:18%;

}

.w960 .yanjiuban .sb01{

	left:5%;

}

.yanjiuban .sb01 h3{

	font-size:70px;

	color:#fff;

	font-weight:bold;

}

.w960 .yanjiuban .sb01 h3{

	font-size:50px;

}

.yanjiuban .sb01 p{

	font-size:40px;

	color:#fff;

}

.w960 .yanjiuban .sb01 p{

	font-size:30px;

}

.yanjiu01{

	margin:100px 0;

}

.yanjiu01 h2{

	text-align:center;

	font-size:50px;

	color:#fff;

	margin-bottom:50px;

	font-weight:bold;

}

.yanjiu01 div{

	color:#fff;

	font-size:20px;

	width:700px;

	margin:0 auto;

	text-align:center;

}

.uid-3075 .yanjiu01 div{

	width: 1000px;

	font-size: 16px;

}

.yanjiu02 li{

	background:#222;

}

.yanjiu02 li span{

	float:left;

	width:50%;

	transition:all .3s;

	opacity:.5;

}

.yanjiu02 li span img{

	width:100%;

	height:auto;

}

.yanjiu02 li:hover span{

	opacity:1;

}

.yanjiu02 li div{

	float:right;

	width:40%;

	padding:5%;

}

.yanjiu02 li.y02 span{

	float:right;

}

.yanjiu02 li.y02 div{

	float:left;

}

.yanjiu02 li div h3{

	font-size:50px;

	font-weight:bold;

	color:#fff;

	margin-bottom:40px;

}

.uid-3075 .yanjiu02 li div h3{

	font-size: 40px;

	line-height: 1.3;

}

.w960 .yanjiu02 li div h3{

	font-size:34px;

}

.yanjiu02 li div h3 em{

	display:block;

	width:50px;

	height:3px;

	background:#d20c0c;

	margin-top:30px;

	transition:all .4s;

}

.yanjiu02 li:hover div h3 em{

	width:150px;

}

.yanjiu02 li div p{

	font-size:20px;

	color:#999;

}

.w960 .yanjiu02 li div p {

    font-size: 16px;

}

.yanjiu03{

	padding:100px 0;

}

.yanjiu03 h2{

	text-align:center;

	font-size:50px;

	color:#fff;

	font-weight:bold;

	margin-bottom:50px;

}

.yanjiu03 ul{

	background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/aboutbg.jpg") no-repeat center center;

	text-align:center;

}

.yanjiu03 li{

	display:inline-block;

	width:20%;

	height:700px;

	position:relative;

	border-right:1px solid rgba(255, 255, 255, 0.14);

	box-sizing:border-box;

	transition:all .4s;

	overflow:hidden;

	text-align:left;

}

.yanjiu03 li:hover{

	width:33%;

}

.w960 .yanjiu03 li:hover{

	width:30%;

}

.yanjiu03 li img{

	width:100%;

	height:auto;

}

.yanjiu03 li h3{

	font-size:25px;

	font-weight:bold;

	margin-bottom:10px;

	width:30px;

	transition:all .3s;

}

.yanjiu03 li:hover h3{

	width:100%;

}

.yanjiu03 li div{

	font-size:14px;

	color:#fff;

	position:absolute;

	bottom:10%;

	left:10%;

	width:80%;

	text-align:left;

	transition:all .3s;

}

.uid-3075 .yanjiu03 li h3 {

    height: 60px;

	width: 100%

}

.yanjiu03 li:hover div{

	bottom:20%;

}

.yanjiu03 li div p{

	font-size:14px;

	line-height:1.5;

	color:#fff;

	transition:all .3s;

	opacity:0;

	height:100px;

	overflow:hidden;

}

.yanjiu03 li:hover div p{

	opacity:1;

	height:300px;

}

.yanjiu03 li h4{

	font-size:60px;

	font-weight:bold;

	color:#fff;

	margin-left:10%;

	margin-top:50px;

}

/*-------------------list-show01---------------*/

.yiji li{

	position:relative;

}

.yiji li img{

	width:100%;

	height:auto;

	margin-left:0 !important;

	left:0 !important;

	position:inherit !important;

}

.yiji li a{

	display:block;

}

.yiji li div{

	position:absolute;

	width:100%;

	left:0;

	top:30%;

	text-align:center;

}

.yiji li div h3{

	font-size:60px;

	font-weight:bold;

	color:#fff;

	line-height:1;

}

.yiji li div p{

	font-size:30px;

	color:#fff;

	font-weight:bold;

	text-transform:uppercase;

	margin:30px 0;

}

.yiji li div a{

	display:inline-block;

	width:200px;

	height:200px;

	border-radius:50%;

	line-height:200px;

	border:1px solid #fff;

	margin-top:30px;

	font-size:20px;

	margin:0 20px;

	color:#fff;

	transition:all .3s;

}

.yiji li div a:hover{

	background:#d20c0c;

	color:#fff;

	border:1px solid #d20c0c;

}

/*--------------------list-join------------------*/

.pub{

	margin:10px auto;

}

.l_anli{

	margin-top:80px;

}

.l_anli .list_al li{

	padding: 50px 0;

	background: #222;

	margin-bottom: 60px;

	float: left;

	width: 80%;

	position: relative;

	text-align: left;

}

.l_anli .list_al li .anli_f{

	float: right;

	margin: 0;

}

.l_anli .list_al li .anli_f .lal_a{

	float: right;

	margin-right: 50px;

	width: 52%;

	overflow: hidden;

	position: relative;

	z-index: 2;

}

.l_anli .list_al li .anli_f .lal_a img{

	width: 100%;

	height: auto;

	transition: 0.6s;

	transition: all 0.6s ease-in-out;

}

.l_anli .list_al li .anli_f .lal_a:hover img{

	transform: scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);



}

.l_anli .list_al li .anli_f .lal_t{

	float: left;

	width: 38%;

	margin-top: 40px;

}

.l_anli .list_al li .anli_f .lal_t h3{

	font-size: 20px;

	margin-bottom: 20px;

	color:#fff;

}

.l_anli .list_al li .anli_f .lal_t p{

	font-size: 14px;

	line-height: 26px;

	overflow: hidden;

	max-height: 74px;

	color:#ddd;

}

.l_anli .list_al li .anli_f .lal_t a{

	display: block;

	width: 154px;

	height: 38px;

	border-radius: 19px;

	background: #333;

	font-size: 14px;

	line-height: 38px;

	text-align: center;

	color: #fff;

	margin-top: 40px;

	transition: 0.3s;

	transition: all 0.3s ease-in-out;

}

.l_anli .list_al li .anli_f .lal_t a:hover{

	opacity: 0.7;

}

.l_anli .list_al li.al_fr{

	float: right;

}

.l_anli .list_al li.al_fr .anli_f .lal_t{

	float: right;

}

.l_anli .list_al li.al_fr .anli_f .lal_a{

	float: left;

	margin-left: 50px;

	margin-right: 0;

}

.l_anli .list_al li.al_fr .anli_f{

	float: left;

}

.l_anli .list_al li ins{

	display: block;

	background: #b70b0b;

	width: 320px;

	height: 160px;

	position: absolute;

	right: 0;

	bottom: 0;

	z-index: 1;

}

.l_anli .list_al li.al_fr ins{

	left: 0;

	right: inherit;

}

/*-------------list-dongli---------*/

.dongli01{

	position:relative;

}

.dongli01 img{

	width:100%;

	height:auto;

}

.dongli01 div{

	position:absolute;

	left:18%;

	color:#fff;

}

.dongli01-1 div{

	margin-top: -100px;

}

.w960 .dongli01 div{

	left:5%;

}

.dongli01 div h3{

	font-size: 54px;

    line-height: 78px;

	margin-bottom:20px;

}

.uid-3075 .dongli01 div h3{

	font-size: 40px;

}

.uid-3075 .dongli01 div p {

    font-size: 20px;

    line-height: 1.2;

}

.w960 .dongli01 div h3{

	font-size:42px;

}

.w960 .dongli01 div p {

    font-size: 20px;

}

.dongli01 div p{

	font-size: 26px;

	margin-bottom:10px;

}

.tixi{

	width:1200px;

	margin:0 auto;	

	padding:100px 0;

}

.tixi ul{

	background:url("/temp/temp/52/52-0192/201904181401/images/bb82.png") no-repeat center center;

	height:540px;

}

.tixi h2{

	font-size:45px;

	margin-bottom:30px;

}

.w960 .tixi h2{

	font-size:34px;

}

.tixi01{

	position:relative;

}

.tixi ul li{

	position:absolute;

}

.tixi ul li a{

	display:block;

}

.tixi ul li a span{

	display:block;

	height:130px;

}

.tixi ul li a h3{

	text-align:center;

	color:#999;

	font-size:18px;

}

.w960 .tixi ul li a h3{

	font-size:16px;

}

.tixi li.t0{

	left: 23px;

    top: 170px;

    width: 130px;

    height: 160px;	

}

.tixi li.t1{

	left: 295px;

    top: 170px;

    width: 230px;

    height: 160px;

}

.tixi li.t2{

	left: 670px;

    top: 0;

    width: 170px;

    height: 130px;

}

.tixi li.t3{

	left: 670px;

    top: 180px;

    width: 170px;

    height: 160px;

}

.tixi li.t4{

	left: 670px;

    top: 380px;

    width: 170px;

    height: 150px;

}

.tixi li.t5{

	left: 950px;

    top: 0;

    width: 190px;

    height: 130px;

}

.tixi li.t6{

	left: 950px;

    top: 180px;

    width: 210px;

    height: 160px;

}

.tixi li.t7{

	left: 950px;

    top: 365px;

    width: 200px;

    height: 160px;

}

.tixi02 span{

	overflow: hidden;

    height: 15px;

    display: block;

    position: absolute;

}

.tixi02 span em{

    border-top: 7.5px solid transparent;

    border-bottom: 7.5px solid transparent;

    border-left: 7.5px solid #999;

    border-left: 7.5px solid #555;

    display: block;

	 animation: le 2.5s linear infinite;

    -moz-animation: le 2.5s linear infinite;

    -webkit-animation: le 2.5s linear infinite;

    -o-animation: le 2.5s linear infinite;

}

.tixi02 span.s01 {

    top: 219px;

    left: 190px;

    width: 60px;

}

.tixi02 span.s02 {

    top: 46px;

    left: 610px;

    width: 30px;

}

.tixi02 span.s03{

	top: 220px;

    left:610px;

	width:30px;

}

.tixi02 span.s04{

	top: 450px;

    left:610px;

	width:30px;

}

.tixi02 span.s05{

	top:46px;

    left: 855px;

	width:60px;

}

.tixi02 span.s06{

	top: 220px;

    left: 855px;

	width:60px;

}

.tixi02 span.s07{

	top: 450px;

    left: 855px;

	width:60px;

}

@keyframes le

{

	0%{margin-left:0%; opacity:0;}

	60%{margin-left:60%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-moz-keyframes le /* Firefox */

{

	0%{margin-left:0%; opacity:0;}

	60%{margin-left:60%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-webkit-keyframes le /* Safari and Chrome */

{

	0%{margin-left:0%; opacity:0;}

	60%{margin-left:60%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-o-keyframes le /* Opera */

{

	0%{margin-left:0%; opacity:0;}

	60%{margin-left:60%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}



.yongtu{

	position:relative;

}

.yongtu .yttit {

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

	z-index:1;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.yongtu.bb .yttit{

	position:fixed;

	background: #ab0b0b;

	z-index:3;

}

.yongtu .yttit span{

	display:block;

	float:left;

	width:33.33%;

	text-align:center;

	font-size:20px;

	line-height:70px;

	color:#fff;

	position:relative;

	transition:all .3s;

	cursor:pointer;

	border-left: 1px solid rgba(255, 255, 255, 0.1);

    box-sizing: border-box;

}

.w960 .yongtu .yttit span{

	line-height:50px;

	height:50px;

	font-size:16px;

}

.yongtu .yttit span.a

,.yongtu .yttit span:hover{

	background:rgba(142, 8, 8, 0.68);

}

.yongtu .yttit span em {

    display: block;

    width: 10px;

    height: 10px;

    background: #fff;

    border-radius: 50%;

    position: absolute;

    bottom: -5px;

    left: 50%;

    margin-left: -5px;

	transition:all .3s;

}

.yongtu .yttit span.a em {

	width:6px;

	height:6px;

	border:2px solid #fff;

	background:#d20c0c;

}

.yongtu02{

	display:none;

}

.yongtu02.aa{

	display:block;

	padding-bottom:100px;

}

.yongtu02 .yt01{

	position:relative;

}

.yongtu02 .yt01 img{

	width:100%;

	height:auto;

}

.yongtu02 .yt01 div{

	position:absolute;

	width:1200px;

	z-index:1;

	color:#fff;

	left:50%;

	margin-left:-600px;

	top:40%;

}

.yongtu02 .yt01 h3{

	font-size: 44px; 

    line-height: 66px;

    margin-bottom: 15px;

}

.w960 .yongtu02 .yt01 h3{

	font-size:34px;

}

.yongtu02 .yt01 ins{

	display:block;

	text-decoration:none;

}

.yongtu02 .yt01 ins p{

	font-size: 20px;

    line-height: 40px;

}

.w960 .yongtu02 .yt01 ins p {

    font-size: 16px;

    line-height: 28px;

}

.yt02{

	padding-bottom:50px;

}

.yt02 li.y01{

	background: #efefef;

	padding:30px 0;

	font-weight:bold;

}

.w960 .yt02 li.y01{

	padding:20px 0;

}

.yt02 li.y01 div{

	border:none;	

}

.yt02 li div{

	border-bottom:1px solid #eee;

	padding:30px 0;

}

.yt02 li p {

    float: left;

    height: 24px;

    width: 12.5%;

    font-size: 16px;

	color:#666;

}

.yt02 li.y01 p {

	color:#333;

}

.w960 .yt02 li p{

	font-size:14px;

}

.w960 .yt02 li div{

	padding:20px 0;

}

.yt02 li p em{

	display:block;

	font-style:normal;

}

/*------------------list-chuneng----------*/

.chuneng02{

	width:1200px;

	margin:0 auto;

	padding:100px 0;

}

.chuneng02 h2{

	font-size: 45px;

    margin-bottom: 30px;

}

.w960 .chuneng02 h2{

	font-size:34px;

}

.chuneng02-1{

	height:274px;

	position:relative;

}

.chuneng02 ul{

	width:100%;

	height:274px;

	background:url("/temp/temp/52/52-0192/201904181401/images/chun01.png") no-repeat center center;

}

.chuneng02 li{

	position:absolute;

	height:200px;

}

.chuneng02 li a{

	display:block;

}

.chuneng02 li.t0{

	width: 175px;

    left: 57px;

    top: 75px;

}

.chuneng02 li.t1 {

    width: 205px;

    left: 350px;

    top: 75px;

}

.chuneng02 li.t2 {

    width: 205px;

    left: 658px;

    top: 75px;

}

.chuneng02 li.t3{

	width: 150px;

    left: 1005px;

    top: 75px;

}

.chuneng02 li span{

	display:block;

	display:block;

	height:195px;

}

.chuneng02 li h3{

	text-align: center;

    color: #999;

    font-size: 18px;

}

.w960 .chuneng02 li h3{

	font-size:16px;

}

.xunhuan02 span{

	position: absolute;

	height: 15px;

	z-index: 2;

	display: block;

	overflow:hidden;

}

.xunhuan02 span em{

	border-top: 7.5px solid transparent;

    border-bottom: 7.5px solid transparent;

    border-left: 7.5px solid #999;

    display: block;

}

.xunhuan02 span.m1{

	left: 170px;

    top: 18px;

    width: 265px;

}

.xunhuan02 span.s01 em

,.xunhuan02 span.s03 em

,.xunhuan02 span.s05 em{

    margin-left: 70px;

    animation: lee 4s linear infinite;

    -moz-animation: lee 4s linear infinite;

    -webkit-animation: lee 4s linear infinite;

    -o-animation: lee 4s linear infinite;

}

.xunhuan02 span.s02 em

,.xunhuan02 span.s04 em

,.xunhuan02 span.s06 em{

	animation: lee 4s linear infinite 2s;

    -moz-animation: lee 4s linear infinite 2s;

    -webkit-animation: lee 4s linear infinite 2s;

    -o-animation: lee 4s linear infinite 2s;

    opacity: 0;

    filter: alpha(opacity=0);

    opacity: 1\0/IE9;

    filter: alpha(opacity=100\0/IE9);

}

.xunhuan02 span.m2 {

    left: 480px;

    bottom: 17px;

    width: 230px;

}

.xunhuan02 span.m3{

	right:140px;

    top: 18px;

    width: 265px;

}

@keyframes lee

{

	0%{margin-left:0%; opacity:0;}

	10%{margin-left:10%; opacity:1;}

	90%{margin-left:90%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-moz-keyframes lee /* Firefox */

{

	0%{margin-left:0%; opacity:0;}

	10%{margin-left:10%; opacity:1;}

	90%{margin-left:90%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-webkit-keyframes lee /* Safari and Chrome */

{

	0%{margin-left:0%; opacity:0;}

	10%{margin-left:10%; opacity:1;}

	90%{margin-left:90%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

@-o-keyframes lee /* Opera */

{

	0%{margin-left:0%; opacity:0;}

	10%{margin-left:10%; opacity:1;}

	90%{margin-left:90%; opacity:1;}

	100%{margin-left:100%;opacity:0;}

}

.chunneg03{

	padding:100px 0;

	background:#fafafa;

}

.chunneg03-1{

	width:70%;

	margin:0 auto;

}

.chunneg03-1 li div{

	text-align:center;

	margin-bottom:60px;

}

.chunneg03-1 li div h3{

	font-size: 44px;

    line-height: 66px;

    margin-bottom: 15px;

    text-align: center;

}

.w960 .chunneg03-1 li div h3{

	font-size:34px;

}

.chunneg03-1 li div p{

	font-size: 18px;

    line-height: 36px;

    color: #666;

    text-align: center;

	width:900px;

	margin:0 auto;

}

.uid-3075.chunneg03-1 li div h3{

	font-size: 40px;

}

.uid-3075 .chunneg03-1 li div p{

	font-size: 14px;

	line-height: 1.5;

}

.w960 .chunneg03-1 li div p {

    font-size: 16px;

    line-height: 1.5;

}

.chunneg03-1 li img{

	width:100%;

	height:auto;

	margin-left:0 !important;

	left:0 !important;

}

.chunneg04 {

    text-align: center;

    margin-top: 50px;

}

.chunneg04 span{

	display:inline-block;

	*display:inline;

	 padding: 0 50px;

	 cursor:pointer;

}

.chunneg04 span em{

	display:block;

	position:relative;

	width:14px;

	height:14px;

	border-radius:50%;

	border:3px solid #eee;

	background:#999;

	margin: 0 auto;

}

.chunneg04 span.a em{

	width:14px;

	height:14px;

	border:3px solid #b70b0b;

	background:#fff;

}

.chunneg04 span em::before{

	content:"";

	position:absolute;

	left:30px;

	top:6px;

	border-top:1px dashed #444;

	width:135px;

}

.chunneg04 span:nth-child(3) em::before{

	display:none;

}

.chunneg04 span h3 {

    font-size: 16px;

    color: #555;

    margin-top: 20px;

}

.chunneg04 span.a h3 {

	color:#b70b0b;

}

.chunneg03 .prev

,.chunneg03 .next{

	width:42px;

	height:42px;

	border-radius:50%;

	line-height:42px;

	font-size:20px;

	margin-top:0;

	opacity:1;

	background-color:#eee;

	top:0;

	text-align:center;

}

.chunneg03 .prev:hover

,.chunneg03 .next:hover{

	background-color:#b70b0b;

}

.chunneg03 .prev{

	right:60px;

	left:auto;

}

.chunneg03 .next{

	right:0;

}

.chunneg05{

	padding-bottom:100px;

}

/*--------------list-dongli02--------------*/

.liantiao{

	width:1200px;

	margin:0 auto;

	padding:100px 0;

}

.liantiao h2{

	font-size: 44px;

    color: #fff;

    line-height: 66px;

	margin-bottom:20px;

}

.w960 .liantiao h2{

	font-size:34px;

}

.liantiao p{

	font-size: 20px;

    color: #666;

    width: 660px;

    line-height: 40px;

}

.w960 .liantiao p{

	font-size:18px;

}

.liantiao01{

	position:relative;

	height:162px;

	width:100%;

	margin-top:50px;

}

.liantiao01 ul{

	height:162px;

	width:100%;

	background:url("/temp/temp/52/52-0192/201904181401/images/xxfimg2.png") no-repeat center center;

}

.liantiao01 li {

    float: left;

    width: 90px;

    margin-right: 190px;

	position:relative;

}

.liantiao01 li.t2 {

    margin-right: 127px;

}

.liantiao01 li.t3 {

    margin-right: 48px;

}

.liantiao01 li.t4{

	margin-right:105px;

}

.liantiao01 li.t5{

	margin-right:0;

}

.liantiao01 li h3 {

    margin-top: 170px;

    text-align: center;

    font-size: 16px;

    color: #999;

}

.liantiao01 li.t5 span

,.liantiao01 li.t3 span{

	display:none; 

}

.liantiao01 li span {

    display: block;

    width: 155px;

    left: 90px;

    position: absolute;

    top: 76px;

}

.liantiao01 li.t2 span

,.liantiao01 li.t4 span{

	width:100px;

}

.liantiao01 li span em {

   border-top: 7.5px solid transparent;

    border-bottom: 7.5px solid transparent;

    border-left: 7.5px solid #999;

    border-left: 7.5px solid #555;

    display: block;

    animation: le 2.5s linear infinite;

    -moz-animation: le 2.5s linear infinite;

    -webkit-animation: le 2.5s linear infinite;

    -o-animation: le 2.5s linear infinite;

}

.liantiao02.yongtu .yttit span{

	width:20%;

}

.dl01{

	padding-top:80px;

}

.w960 .dl01{

	padding-top:30px;

}

.dl01 ul{

	width:1200px;

	margin:0 auto;

	border-bottom:1px solid #333;

}

.dl01 li{

	float:left;

	width:33.33%;

	border-bottom:1px solid #333;

	margin-top:40px;

	padding-bottom:40px;

}

.dl01 li div{

	margin-right:50px;

	padding-bottom: 50px;

	position:relative;

	border-right:1px solid #333;

}

.dl01 li.d03 div{

	border:none;

} 

.dl01 li:nth-child(4)

,.dl01 li:nth-child(5){

	border:none;

}

.dl01 li em{

	display:block;

	width:43px;

	height:1px;

	background:#fff;

	margin-bottom:20px;

}

.dl01 li h3{

	color: #fff;

    font-size: 24px;

    margin-bottom: 12px;

}

.w960 .dl01 li h3{

	font-size:20px;

}

.dl01 li p {

    color: #666;

    font-size: 16px;

    line-height: 32px;

    width: 300px;

    height: 63px;

    overflow: hidden;

}

.w960 .dl01 li p{

	font-size:14px;

	line-height:25px;

}

.dl02 h2{

	width:1200px;

	margin:0 auto;

	margin-bottom:50px;

}

.dl02 h2 p{

	font-size: 44px;

    color: #fff;

    line-height: 66px;

}

.w960 .dl02 h2 p{

	font-size:34px;

	line-height:50px;

}

.dl02 li div{

	margin-right:30px;

	padding-bottom:100px;

}

.dl02 li div p{

	width:340px;

	height:96px;

}

.dl02 li div span{

	display:block;

	color:#fff;

	position:absolute;

	right:30px;

	bottom:0;

	font-size: 16px;

}

.dl02 li div span strong {

    font-size: 35px;

    margin-right: 8px;

    font-weight: normal;

}

.yongtu02-1 {

    padding-bottom: 0;

    background: #222;

    overflow: hidden;

}

.dl03 ul{

	width:1200px;

	margin:0 auto;

}

.dl03 li{

	float:left;

	width:25%;

}

.dl03 li div{

	height: 502px;

    border-left: 1px solid #333;

    padding: 65px 35px 0;

	transition:all .3s;

}

.dl03 li:hover div{

	box-shadow: 0 20px 20px #191919;

	background:#282828;

}

.dl03 li div span{

	display:block;

}

.dl03 li div img{

	width:53px;

	height:53px;

}

.dl03 li div h3{

	font-size: 24px;

    color: #fff;

    line-height: 35px;

    margin: 20px 0;

}

.dl03 li div p{

	color: #ccc;

    font-size: 16px;

}

.dl04 h2{

	font-size: 44px;

    color: #fff;

    line-height: 66px;

}

.w960 .dl04 h2{

	font-size:34px;

	line-height:50px;

}

.dl04 h2 p

,.w960 .dl04 h2 p{

	font-size: 20px;

}

.dl04 li div {

    margin-right: 60px;

	padding-bottom:80px;

}

.w960 .dl04 li div{

	padding-bottom:50px;

}

.dl04 li ins {

    text-decoration: none;

    display: block;

    height: 120px;

    overflow: hidden;

}

.dl04 li ins p {

    height: 30px;

    color: #666;

}

.sumend01{

	width:1200px;

	margin:0 auto;

	font-size: 16px;

    color: #fff;

    line-height: 32px;

	margin-top:50px;

}

.sumend01 p{

	width:750px;

}

.dl05{

	width:1200px;

	margin:100px auto;

	padding-bottom:50px;

	border-bottom:1px solid #333;

}

.dl05 h3{

	font-size: 28px;

    color: #fff;

    line-height: 50px;

    margin-bottom: 20px;

	width:740px;

}

.w960 .dl05 h3{

	font-size:24px;

	line-height:1.5;

}

.dl05 p{

	width:740px;

	font-size: 16px;

    color: #666;

    line-height: 32px;

	padding-left:15px;

	background:url("/temp/temp/52/52-0192/201904181401/images/dots1.png") no-repeat center left;

}

.w960 .dl05 p{

	font-size:14px;

	line-height:1.6;

}

.quan01{

	position:relative;

	width:900px;

	height:900px;

	margin:0 auto;

}

.quan01 span{

	display:block;

	position:absolute;

	left:50%;

	top:50%;

}

.quan01 span img{

	width:100%;

	height:auto;

}

.quan01 .s01{

	width:900px;

	height:900px;

	margin-left:-450px;

	margin-top:-450px;

	z-index:2;

}

.w960 .quan01 .s01{

	width: 720px;

    height: 720px;

    margin-left: -360px;

    margin-top: -360px;

}

.quan01 .s02{

	width:710px;

	height:710px;

	margin-left:-355px;

	margin-top:-355px;

	animation: rotate 20s infinite linear;

    -webkit-animation: rotate 20s infinite linear;

    -ms-animation: rotate 20s infinite linear;

    -o-animation: rotate 20s infinite linear;

    -moz-animation: rotate 20s infinite linear;

}

.w960 .quan01 .s02{

	width: 560px;

    height: 560px;

	margin-left:-280px;

	margin-top:-280px;

}

.quan01 .s03{

	width:268px;

	height:268px;

	margin-left:-134px;

	margin-top:-134px;

	animation: rotate 20s infinite linear;

    -webkit-animation: rotate 20s infinite linear;

    -ms-animation: rotate 20s infinite linear;

    -o-animation: rotate 20s infinite linear;

    -moz-animation: rotate 20s infinite linear;

}

.w960 .quan01 .s03{

	width:220px;

	height:220px;

	margin:-110px 0 0 -110px;

}

.quan01 .s04{

	width:400px;

	height:50px;

	margin-left:-200px;

	margin-top:-25px;

	line-height:50px;

	font-size:23px;

	color:#00;

	z-index:2;

	text-align:center;

}

.w960 .quan01 .s04{

	font-size:18px;

}

@-moz-keyframes rotate{

	0%{

		-moz-transform:rotate(0deg);

	}

	100%{

		-moz-transform:rotate(360deg);

	}

}

@-webkit-keyframes rotate{

	0%{

		-webkit-transform:rotate(0deg);

	}

	100%{

		-webkit-transform:rotate(360deg);

	}

}

@-ms-keyframes rotate{

	0%{

		-webkit-transform:rotate(0deg);

	}

	100%{

		-webkit-transform:rotate(360deg);

	}

}

@keyframes rotate{

	0%{

		transform:rotate(0deg);

	}

	100%{

		transform:rotate(360deg);

	}

}

/*----------------list-works---------------------*/

.list-work{

	width:90%;

	margin:200px auto;

}

.list-work h2{

	text-align:center;

	color:#fff;

	font-size:50px;

	margin-bottom:100px;

}

.list-work li{

	float:left;

	width:48%;

	margin:0 1%;

}

.list-work li a{

	display:block;

	position:relative;

}

.list-work li a img{

	width:100%;

	height:auto;

}

.list-work li a div{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	text-align:center;

	color:#fff;

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

	transition:all .3s;

}

.list-work li:hover a div{

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

}

.list-work li a div h3{

	font-size:30px;

	margin-top:20%;

	margin-bottom:30px;

}

.list-work li a div span{

	display:block;

	width:150px;

	margin:0 auto;

	text-align:center;

	border:1px solid #fff;

	border-radius:20px;

	line-height:40px;

	font-size:15px;

	transition:all .3s;

}

.list-work li:hover a div span {

	border:1px solid transparent;

    background: rgba(183, 11, 11, 0.4);

}

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

	.banboox li span{

		width:100px;

	}

	.banboox ul{

		width: 800px;

	}

	.banboox li a h3{

		font-size: 25px;

	}

}



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

	.mbhead{

		float:left;

		position:fixed;

		top:10px;

		z-index:10;

	}

	.mbhead.a{

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

	}

	.mbopen{

		width:50px;

		height:50px;

		text-align:center;

		line-height:50px;

		font-size:25px;

		background:#fff;

		float:left;

		position:relative;

	}

	.mbopen em{

		font-style:normal;

		position:absolute;

		left:0;

		top:0;

		display:block;

		width:50px;

		height:50px;

	}

	.mbopen em.e02{

		display:none;

	}

	.mblogo{

		float:left;

		margin-left:10px;

		line-height:50px;

	}

	.mblogo img{

		max-height:35px;	

	}

	.head {

		top: 20px;

		right:10px;

		transition:all .3s;

		position:fixed;

		z-index: 2;

	}

	.head.a{

		top:-50px;

	}

	.choose {

		margin-left:5px;

		margin-right: 0;

		margin-top: 2px;

	}

	.search{

		width:30px;

		border:none;

		background-position:center center;

	}

	.sousuo {

		width: 100%;

		margin-left: 0;

		left:0;

		margin-top: -200px;

	}

	.sousuo .default-pc-search-submit{

		width:20%;

	}

	.sousuo input {

		width: 70%;

		padding-left: 5%;

	}

	.about li div, .yanjiu li div{

		width:80%;

		top:300px;

	}

	.about li div h3, .yanjiu li div h3{

		font-size:30px;

	}

	.about li div p, .yanjiu li div p{

		font-size:18px;

	}

	.about li div span, .yanjiu li div span{

		margin-top:30px;

		padding:5px 20px;

		font-size:14px;

	}

	.mbproduct{

		position:relative;

	}

	.about li img, .yanjiu li img{

		width:auto !important;

	}

	.protit span h3{

		font-size:20px;

	}

	.protit{

		right:10%;

		bottom:100px;

	}

	.mbinnews{

		padding-top:50px;

	}

	.mbinnews h2{

		text-align:center;

		font-size:30px;

		color:#fff;

		font-weight:bold;

		margin-bottom:30px;

	}

	.mbinnews li{

		padding:0 10px;

	}

	.mbinnews li a{

		display:block;

		padding:30px;

		margin:20px;

		border:1px solid #222;

	}

	.mbinnews li a h3 {

		font-size:18px;

		font-weight:bold;

		color:#fff;

	}

	.mbinnews li a p {

		font-size: 14px;

		margin-top: 10px;

		height: 40px;

		overflow: hidden;

		color: #666;

	}

	.mbinnews li a span{

		color:#999;

		font-size:14px;

		margin-top:10px;

		display:block;

	}

	.mbinnews li a span em{

		margin-right:5px;

		color: #aa0b0b;

	}

	.footer01 {

		padding: 30px 20px;

		padding-bottom:0;

		border-bottom:none;

	}

	.footer01 h4 {

		font-size: 25px;

		padding-bottom: 0;

		font-weight: bold;

		border: none;

	}

	.footer01 h4 p {

		font-size: 14px;

		font-weight: normal;

	}

	.default-mobile-copyright2{

		margin-bottom:50px;

	}

	

	.linian{

		padding:0 20px;

	}

	.linian li{

		width:100%;

		margin-bottom:20px;

	}

	.linian li div h3 {

		margin-top: 12%;

	}

	.linian li:nth-child(2) div{

		background:url("/temp/temp/52/52-0192/201904181401/images/bac01.png") no-repeat center bottom;

		background-size:100%;

	

	}

	.lilian02 .li01 {

		width: 80%;

		padding-left: 10%;

	}

	.lilian02 .li01 h3 {

		font-size: 30px;

	}

	.lilian02 .li01 p {

		font-size: 14px;

		width: 90%;

	}

	.lilian02 .li02 {

		width: 90%;

		margin-top: -30px;

		position:inherit;

	}

	.lilian02 .li02 ul li {

		width: 90%;

		padding: 20px 5%;

		height: auto;

		margin-top: 20px;

		border-right: none;

		border-bottom:1px solid #333;

	}

	.lilian02 .li02 ul {

		position: inherit;

	}

	.aboutteam{

		padding:50px 0;

		margin:50px auto;

	}

	.aboutteam h2{

		font-size:30px;

		margin-bottom:30px;

	}

	.aboutteam li{

		width:200px;

		margin-right:20px;

	}

	.aboutteam li div h3{

		font-size:15px;

	}

	.aboutteam li div p{

		display:none !important;

	}

	.aboutteam li div div.d02{

		bottom:0;

	}

	.yanjiuban .sb01 h3{

		font-size:30px;

	}

	.uid-3075 .yanjiuban .sb01{

		left: 5%;

	}

	.uid-3075 .yanjiuban .sb01 h3{

		font-size:23px;

	}

	.uid-3075 .yanjiu01 div {

		width: 100%;

		font-size: 12px;

	}

	.uid-3075 .yanjiu02 li div h3 {

		font-size: 20px;

		line-height: 1.3;

	}

	.yanjiuban .sb01 p{

		font-size:16px;

	}

	.yanjiu01 {

		margin: 50px 0;

	}

	.yanjiu01 h2 {

		font-size: 30px;

		margin-bottom: 30px;

	}

	.yanjiu01 div {

		font-size: 14px;

		width: 90%;

	}

	.yanjiu02 li span {

		width: 100%;

	}

	.yanjiu02 li div {

		width: 90%;

		padding: 5%;

	}

	.yanjiu02 li div h3 {

		font-size: 30px;

		margin-bottom: 20px;

	}

	.yanjiu02 li div h3 em {

		margin-top: 20px;

	}

	.yanjiu02 li div p {

		font-size: 14px;

	}

	.yanjiu03 {

		padding: 50px 0;

	}

	.yanjiu03 h2 {

		font-size: 30px;

		margin-bottom: 30px;

	}

	.yanjiu03-1 h2{

		text-align:center;

		font-size:30px;

		color:#fff;

		font-weight:bold;

		margin-top:50px;

		margin-bottom:30px;

	}

	.yanjiu03-1 li {

		border-bottom: 3px solid #333;

	}

	.yanjiu03-1 li img{

		width:100%;

		height:auto;

	}

	.yanjiu03-1 li strong{

		font-size:30px;

		color:#fff;

		font-weight:bold;

		margin-right:10px;

	}

	.yanjiu03-1 li div h3{

		font-weight:bold;

		font-size:20px;

	}

	.yanjiu03-1 li div{

		padding:20px;

	}

	.yanjiu03-1 li div p{

		font-size:12px;

	}

	.chanpin h2 {

		font-size: 30px;

		margin-bottom:20px;

	}

	.chanpin {

		margin-top:30px;

	}

	.chanpin li {

		width: 45%;

		margin: 2%;

	}

	.chanpin li a h3{

		font-size:14px;

		padding:10px 0;

		margin-top:0;

	}

	.chanpin li a img{

		width:70%;

		padding:0;

	}

	.newwban div h3 {

		font-size: 30px;

	}

	.newwban div span {

		font-size: 16px;

		width: 80%;

	}

	.mbjoin{

		padding:0 20px;

		margin-top:50px;

	}

	.mbjoin li{

		margin-bottom:20px;

	}

	.mbjoin li a{

		display:block;

		padding:20px;

		border:1px solid #333;

	}

	.mbjoin li img{

		width:100%;

		height:auto;

	}

	.mbjoin li h3{

		font-size:16px;

		font-weight:bold;

		color:#fff;

		margin-top:20px;

		margin-bottom:10px;

	}

	.mbjoin li p{

		font-size:13px;

		color:#999;

	}

	.mbjoin li span {

		display: block;

		width: 100px;

		line-height: 30px;

		text-align: center;

		color: #d20c0c;

		border: 1px solid #d20c0c;

		font-size: 14px;

		margin-top: 10px;

	}

	.youshi01{

		margin-top:30px;

	}

	.youshi01 h2 {

		font-size: 25px;

		letter-spacing: 5px;

	}

	.youshi01 h2 p {

		font-size: 12px;

		letter-spacing: 5px;

		margin-top: 3px;

	}

	.youshi01 a {

		width: 100%;

		height: 40px;

		margin: 20px auto;

		border-radius:5px;

	}

	.youshi01 li {

		margin:0;

		width: 33%;

		margin-bottom:20px;

	}

	.youshi01 span{

		height:50px;

		background-position:center bottom;

	}

	.youshi01 li div{

		width:50px;

		height:50px;

		margin:0 auto;

	}

	.youshi01 li h3 {

		font-size: 14px;

	}

	.mbnews{

		margin-top:30px;

		padding:30px 0;

		background:#222;

	}

	.mbnews h2{

		font-size:20px;

		color:#fff;

		font-weight:bold;

		margin-bottom:20px;

		padding-left:10px;

		border-left:5px solid #fff;

		line-height:1;

	}

	.mbnews li{

		margin-top:15px;

	}

	.mbnews li a{

		display:block;

	}

	.mbnews li a span{

		display:block;

		width:40%;

		border-radius:5px;

		float:left;

	}

	.mbnews li a span img{

		width:100%;

		height:auto;

		border-radius:5px;

	}

	.mbnews li a h3 {

		font-size: 14px;

		color: #666;

		float: right;

		width: 54%;

		margin-top: 10px;

	}

	.mbmore01 {

		display: block;

		width: 50%;

		line-height: 35px;

		text-align: center;

		border: 1px solid #bb1f1f;

		font-size: 14px;

		margin:20px auto;

		color: #fff;

		background: #aa0b0b;

	}

	.mbfoot{

		margin-top:30px;

	}

	.mbcon01{

		padding:0 20px;

	}

	.mbcon01 h2{

		font-size:30px;

		color:#fff;

		font-weight:bold;

		margin-bottom:20px;

		text-align:center;

	}

	.mbcon01 p{

		color:#999;

		font-size:14px;

		padding:10px 0;

		border-top:1px solid #222;

		padding-left:25px;

		background:url("/temp/temp/52/52-0192/201904181401/images/tel.png") no-repeat left center;

		background-size:17px !important;

	}

	.mbcon01 p a{

		color:#999;

	}

	.mbcon01 p.c02{

		background:url("/temp/temp/52/52-0192/201904181401/images/email.png") no-repeat left center;

	}

	.mbcon01 p.c03{

		background:url("/temp/temp/52/52-0192/201904181401/images/addr.png") no-repeat left center;

	}

	.mbmessage{

		margin-top:20px;

	}

	.mbmessage h4{

		display:none;

	}

	.mbmessage label{

		display:none;

	}

	.mbmessage input

	,.mbmessage textarea{

		width:87%;

		background:#222;

		line-height:35px;

		height:35px;

		margin:0 5%;

		margin-bottom:10px;

		border:none;

		padding-left:3%;

	}

	.mbmessage textarea{

		height:60px;

	}

	.mbmessage [type="submit"] {

		background: #aa0b0b;

		color: #fff;

		width: 90%;

		padding-left: 0;

		 -webkit-appearance: none;

	}

	.list-page{

		margin:30px 0;

	}

	.list-nav li {

		font-size: 12px;

	}

	.list-news li {

		margin-bottom: 0;

		padding: 20px 0;

		border-bottom: 1px dashed #222;

	}

	.list-news li div {

		padding: 0;

		width: 54%;

		padding-bottom: 0;

		transition: all 0.5s ease 0s;

		transform: translateY(0px) !important;

	}

	.list-news li div p {

		height: 30px;

		margin-top: 15px;

		line-height: 15px;

		font-size: 12px;

	}

	.list-news li div h3 {

		font-size: 14px;

		line-height: 20px;

	}

	.list-news li a{

		background:none;

	}

	.list-news li div em{

		display:none;

	}

	article {

		padding:15px !important;

		margin-top:50px; 

	}

	article h3 {

		font-size: 20px;

		color: #fff !important;

		font-weight: bold;

	}

	article a {

		color: #ca0707 !important;

	}

	.default-mobile-box, .box {

		border: solid #333 1px;

		background-color: #222;

	}

	dl.otherlist dd h4 {

		font-size: 15px;

		color:#999;

	}

	dl.otherlist dd p {

		color: #555 !important;

	}

	dl.otherlist dd {

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

	}

	.list-show {

		padding: 0 20px;

	}

	.list-show01 li {

		width: 100%;

		margin-right: 0;

		margin-bottom:30px;

		border-bottom:10px solid #222;

		padding-bottom:30px;

	}

	.list-show01 li div em{

		opacity:1;

		font-size:14px;

	}

	.list-show01 li div em.e01 {

		margin-left:0;

	}

	.list-show01 li div .e02 {

		margin-right: 0;

	}

	.list-show01 li div {

		margin-top: 10px;

	}

	.list-show01 li div p {

		position: relative;

		padding-top: 10px;

		margin-top: 10px;

		border-top: 1px solid #333;

	}

	#default-article-content table {

		width: auto !important;

	}

	.showpart01{

		padding:0;

	}

	.showcover {

		width: 100%;

		padding: 0;

		border: none;

	}

	.showtit {

		width: 92%;

		padding: 0 4%;

	}

	.showtit h3 {

		font-size: 25px;

		margin:30px 0;

	}

	.view-show .word {

		padding: 20px;

		margin-top: 10px;

	}

	.list-team li a {

		padding:30px 0;

	}

	.list-team li a span {

		width: 30%;

	}

	.list-team li a div.d01{

		width:100%;

	}

	.list-team li a div.d01 div {

		width: 65%;

		padding-top: 10px;

	}

	.list-team li a div.d01 p {

		margin-top: 10px;

		font-size: 12px;

		height: 55px;

		overflow: hidden;

	}

	.list-team li a strong{

		margin-top:0;

	}

	.list-team li:hover a div.d01 {

		margin-left: 0;

	}

	.view-team {

		width: 90%;

		padding: 5%;

	}

	.view-team span {

		float: none;

		width: 40%;

		margin: 0 auto;

	}

	.view-team div.teamword {

		float: none;

		width: 100%;

		padding-top: 20px;

		border-top: 5px solid #333;

		margin-top:20px;

	}

	.default-article-content iframe{

		min-width:100% !important;

		max-width:100% !important;

	}

	.showban div.sb01 h3 {

		font-size: 25px;

		margin-bottom:20px;

	}

	.showban div.sb01 {

		width: 80%;

		height: 160px;

		margin-top: -60px;

	}

	.showban div.sb01 p {

		font-size: 12px;

	}

	.showban div.sb01 a {

		width: 140px;

		height: 35px;

		line-height: 35px;

		font-size: 14px;

		margin-top: 20px;

	}

	.aboutintro {

		padding: 30px 0;

		width: 90%;

	}

	.aboutintro h2 {

		width: 100%;

		font-size: 25px;

	}

	.aboutintro h2 span {

		font-size: 13px;

		margin-top: 6px;

	}

	.aboutintro div.a01 {

		width: 100%;

		font-size: 14px;

		line-height: 1.7;

	}

	.aboutpro {

		width: 90%;

	}

	.laboratory {

		margin: 30px 0;

		padding: 30px 0;

	}

	.laboratory ul {

		margin-top: 30px;

	}

	.laboratory ul, .abtit01 {

		width: 90%;

	}

	.abtit01 span h3 {

		font-size: 13px;

		width: 50px;

		height: auto;

		line-height: 15px;

		padding: 10px 0;

	}

	.laboratory li {

		width: 100%;

		font-size: 14px;

		height: auto;

		line-height: 2;

	}

	.keji01 {

		margin: 30px auto;

	}

	.keji01 h2 {

		font-size: 25px;

		margin-bottom: 30px;

	}

	.keji01 li img {

		width: 35px;

	}

	.keji01 li h3 {

		font-size: 14px;

		margin: 15px 0;

	}

	.keji01 li p {

		font-size: 13px;

		height: 40px;

	}

	.price h2, .showpro h2 {

		font-size: 25px;

		margin-bottom: 30px;

	}

	.price .p01 li {

		width: 100%;

		margin-bottom: 10px;

	}

	.price {

		padding: 30px 0;

		background: #222;

	}

	.price .p02 li div {

		padding: 20px 0;

	}

	.price .p02 li p {

		font-size: 12px;

	}

	.price .p02 h2 {

		font-size: 20px;

		margin: 30px 0;

	}

	.showpro {

		margin: 30px 0;

	}

	.showpro li {

		width: 49%;

		margin-right:2%;

		margin-bottom:2%;

	}

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

		margin-right:0 !important;

	}

	.showpro li a{

		padding:10px;

	}

	.showpro li a h3 {

		font-size: 12px;

		margin-top:10px;

	}

	.showpro .sbmore {

		width: 130px;

		line-height: 35px;

		font-size: 14px;

		margin-top: 20px;

	}

	.trait span {

		width: 90%;

		margin: 0 5%;

	}

	.trait div {

		padding: 3% 4%;

		width: 92%;

	}

	.trait div h2 {

		font-size: 20px;

		margin-bottom: 7px;

	}

	.trait {

		margin: 30px auto;

		padding-top: 30px;

		margin-top: 0;

	}

	.system{

		padding:30px 0;

	}

	.system h2{

		font-size:25px;

		margin-bottom:20px;

	}

	.system li{

		padding:5px;

		width:200px;

	}

	.system li div h3{

		font-size:14px;

		padding-top:15px;

	}

	.system li div p{

		font-size:12px;

		margin-top:10px;

		height:auto;

	}

	.wulian01 {

		padding-top: 35px;

		width: 90%;

	}

	.wulian02 {

		width: 100%;

	}

	.wulian02 h2 em {

		margin-bottom: 15px;

	}

	.wulian02 h2 {

		font-size: 25px;

		font-weight: bold;

	}

	.wulian02 div {

		font-size: 12px;

		margin-top: 15px;

	}

	.wulian01 ul {

		width: 100%;

		margin-top:30px;

	}

	.wulian01 li {

		width: 100%;

		padding-bottom: 20px;

		margin-bottom: 20px;

		-webkit-filter: grayscale(0%);

		-webkit-transform: translateX(0);

	}

	.wulian01 li span {

		width: 50px;

		height: 50px;

		float:left;

	}

	.wulian01 li em{

		display:none;

	}

	.wulian01 li h3{

		float:left;

	}

	.wulian01 li h3 {

		float: left;

		font-size: 14px;

		margin-left: 15px;

		width: 76%;

		height:auto;

	}

	#mobile-nav {

		width: 100%;

		padding: 0;

		left:-100%;

		margin-right:0 !important;

		background-color:rgba(0, 0, 0, 0.9)

	}

	#mobile-nav ul{

		width:80%;

		margin:0 auto;

		margin-top:80px;

	}

	#mobile-nav ul li ul{

		margin-top:0;

		width:100%;

		background-color:transparent;

	}

	#mobile-nav li a{

		border-top:none;

	}

	#mobile-nav ul li ul li a{

		text-indent:2em;

		font-size:13px;

		color:#999;

	}

	.default-mobile-nav-menu li div{

		width:100%;

		right:0;

	}

	.price .p01 li div span{

		padding:0 20px;

		font-size:15px;

	}

	.mbban{

		background:url("/temp/cus/fu/ss/hi/fusshia.com/temp/52-0192/201904181401/images/mbbanner01.jpg") no-repeat center;

		background-size: cover;

		width: 100vw;

		height: 100vh;

		position: relative

	}

	.mbheight{

		height: 100vh;

		overflow: hidden;

	}

	.mbheight li img{

		opacity:0;

	}

	.mbban ul {

		display: flex;

		top: 50%;

		transform: translateY(-50%);

		position: absolute;

		width: 100%;

	}

	.mbban li {

		width: 33%;

	}

	.mbban li span {

		display: block;

		width: 60px;

		margin: auto;

	}

	.mbban li img {

		width: 100%;

		height: auto;

	}

	.mbban li h3 {

		text-align: center;

		font-size: 15px;

		font-weight: bold;

		color: #fff;

	}

	.mbabout li div{

		width:90%;

		margin-left:0;

		text-align:left;

		padding-top:0 !important;

	}

	.mbjoin01 li div{

		padding-top:200px !important;

	}

	.uid-3075 .mbjoin01 li div{

		margin-left: 10%;

	}

	.uid-3075 .mbabout li div h3{

		line-height: 1.3;

		font-size: 25px;

	}

	.mbyanjiu li,.mbabout .about li

	,.mbproduct .product li{

		height: 100vh;

		position: relative;

	}

	.mbdots{

		position: absolute;

		width: 100%;

		z-index: 2;

		text-align: center

	}

	.mbdots span{

		background: #fff;

	}

	.mbabout li div h3{

		font-size:30px;

		font-weight:bold;

		color:#fff;

	}

	.mbabout li div span {

		display: inline-block;

		width: 150px;

		height: 30px;

		border: 1px solid #fff;

		text-align: center;

		color: #fff;

		font-size: 14px;

		margin-top: 30px;

		line-height: 30px;

	}

	.yanjiu li img{

		opacity:0;

	}

	.yanjiu li div h3{

		font-size:25px;

	}

	.product li div{

		width:95%;

		left:5%;

		margin-left:0;

	}

	.product li a h3{

		font-size:25px;

		margin-top:50px;

		text-align:left;

	}

	.mbproduct li ins{

		display:inline-block;

		width:150px;

		line-height:30px;

		text-align:center;

		border:1px solid #fff;

		color:#fff;

		text-decoration:none;

		font-size:14px;

		font-weight:normal;

		margin:30px auto;

	}

	.mbjoin01{

		background:url("/temp/temp/52/52-0192/201904181401/images/mbjoin01.jpg") no-repeat center center;

		background-size:auto 100%;

	}

	.mbabout li div p{

		color:#fff;

		margin-top:20px;

	}

	.sousuobox span{

		right:20px;

		top:20px;

	}

	.keji01 li{

		width:100%;

		padding-bottom:20px;

		border-bottom:1px solid #333;

		margin-bottom:20px;

	}

	.keji01 li span{

		float:left;

		width:20%;

		margin-top:5px;

	}

	.keji01 li div{

		float:left;

		width:78%;

		text-align:left;

	}

	.keji01 li h3{

		text-align:left;

		margin-top:0;

		margin-bottom:5px;

	}

	.keji01 li p{

		height:auto;

	}

	.price .more02{

		width:200px;

		line-height:40px;

		margin-top:30px;

		font-size:15px;

	}

	.yiji li div h3{

		font-size:30px;

	}

	.yiji li div p {

		font-size: 20px;

		margin: 15px 0;

	}

	.yiji li div a{

		width:110px;

		height:110px;

		line-height:110px;

		margin-top:10px;

		font-size:16px;

	}

	

	.dongli01 div {

		left: 5%;

		top:35% !important;

	}

	.dongli01 div h3 {

		font-size: 30px;

		line-height: 50px;

	}

	.dongli01-1 div{

		margin-top: -50px;

	}

	.dongli01 ins {

		font-size: 15px;

		text-decoration:none;

		display:block;

		padding:30px;

		color:#999

	}

	.mbtixi {

		padding: 20px 0;

	}

	.mbtixi h2{

		font-size:27px;

		margin-left:20px;

	}

	.mbtixi01{

		text-align:center;

		position:relative;

	}

	.mbtixi01 img{

		width:95%;

		height:auto;

	}

	.mbtixi01 ul{

		position:absolute;

		width:100%;

		height:100%;

		left:0;

		top:0;

	}

	.mbtixi01 li{

		float:left;

		width:33.33%;

		text-align:center;

		margin-bottom:15%;

	}

	.mbtixi01 li.t01{

		width:100%;

	}

	.mbtixi01 li a{

		display:block;

	}

	.mbtixi01 li a h3 {

		font-size: 12px;

		color: #666;

		padding-top:82%;

	}

	.mbtixi01 li.t01 a h3 {

		padding-top:22%;

	}

	.yongtu02 .yt01 div {

		width: 90%;

		left: 5%;

		margin-left: 0;

		top: 20%;

	}

	.liantiao02 .yongtu02 .yt01 div {

		top: 37%;

	}

	.yongtu02 .yt01 h3 {

		font-size: 20px;

		line-height:1.3;

		margin-bottom: 15px;

	}

	.yongtu02 .yt01 ins p {

		font-size: 14px;

		line-height: 20px;

	}

	.yongtu {

		padding-top: 50px;

		margin-top:40px;

	}

	.yongtu .yttit{

		border-top: 1px solid rgba(255, 255, 255, 0.1);

	}

	.yongtu .yttit span {

		font-size: 16px;

		line-height: 50px;

	}

	.yt02 li div {

		padding: 10px;

	}

	.yt02 li.y01 p{

		writing-mode: vertical-rl;

		writing-mode: tb-rl;

		font-size:12px;

		height:auto;

		transform: translateX(-29%);

		text-align:inherit;

	}

	.yt02 li p {

		font-size: 10px;

		text-align:center;

	}

	.yongtu02.aa{

		padding-bottom:50px;

	}

	.dongli01 div h3 {

		font-size: 25px;

		line-height: 1.5;

	}

	.mbchuneng02 h2{

		margin-left:20px;

	}

	.chuneng02-1{

		text-align:center;

		margin-top:30px;

	}

	.chuneng02-1 img{

		width:95%;

		height:auto;

	}

	.chuneng02-1 ul{

		position:absolute;

		width:100%;

		height:100%;

		left:0;

		top:0;

	}

	.chuneng02-1 li{

		float:left;

		width:50%;

		text-align:center;

	}

	.chuneng02-1 li a{

		display:block;

	}

	.chuneng02-1 li a h3 {

		font-size: 12px;

		color: #999;

		padding-top: 40%;

		margin-bottom: 16%;

		text-align: center;

		text-indent: -4em;

	}

	.yt02 li.y01{

		padding:15px 0;

	}

	.chunneg03 .prev, .chunneg03 .next{

		display:none;

	}

	.chunneg03{

		padding:50px 0;

	}

	.chunneg05{

		padding-bottom:50px;

	}

	.chunneg03-1 li div h3 {

		font-size: 25px;

		line-height: 1.5;

		margin-bottom: 5px;

		text-align:left;

	}

	.chunneg03-1{

		width:auto;

		padding:0 10px;

	}

	.chunneg03-1 ul li.c01{

		display:block;

	}

	.chunneg03-1 ul li{

		display:none;

	}

	.chunneg03-1 li div p {

		font-size: 12px;

		line-height: 1.5;

		width: 100%;

		text-align:left;

	}

	.chunneg04 span{

		padding:0 10px;

	}

	.chunneg04 span em::before{

		width:64px;

		left:20px;

	}

	.chunneg04 span h3 {

		font-size: 14px;

		margin-top: 10px;

	}

	.chunneg03-1 li div {

		margin-bottom: 40px;

	}

	.chunneg04 {

		margin-top: 30px;

	}

	.liantiao {

		width: auto;

		padding: 50px 10px;

	}

	.liantiao h2 {

		font-size: 25px;

		margin-bottom:20px;

		line-height:1.5;

	}

	.liantiao p {

		font-size: 14px;

		width: 100%;

		line-height: 1.5;

	}

	.liantiao01{

		height:auto;

		text-align:center;

	}

	.liantiao01 img{

		width:96%;

		height:auto;

	}

	.liantiao02.yongtu{

		padding-top:65px;

		margin-top:0;

	}

	.liantiao02.yongtu .yttit span {

		font-size: 15px;

		line-height: initial;

		padding-top: 10px;

		height:65px;

	}

	.dl01 {

		padding-top: 50px;

	}

	.dl01 ul{

		width:90%;

	}

	.dl01 li {

		width: 100%;

		margin-top: 0;

		padding-bottom: 20px;

	}

	.dl01 li div {

		margin-right: 0;

		padding-bottom: 0;

		border-right: none;

	}

	.w960 .dl01 li div{

		padding-bottom:20px;

	}

	.dl02 h2 {

		width: 90%;

		margin-bottom: 30px;

	}

	.dl02 h2 p {

		font-size: 25px;

		line-height: 1.5;

	}

	.w960 .dl02 li div{

		padding-bottom:70px;

	}

	.dl02 li div p {

		width: 100%;

		height: auto;

		font-size: 14px;

		line-height: 1.5;

	}

	.dl02 li div{

		padding-bottom:50px;

	}

	.dl02 li div span strong {

		font-size: 30px;

		margin-right: 5px;

	}

	.dl01 li h3 {

		font-size: 20px;

		margin-bottom: 10px;

	}

	.dl01 li p {

		font-size: 14px;

		line-height: 1.5;

		width: 100%;

		height: auto;

	}

	.dl03 ul {

		width: 100%;

	}

	.dl03 li {

		width: 100%;

		border-bottom: 1px solid #333;

	}

	.dl03 li div {

		height: 90%;

		border-left: none;

		padding: 5%;

	}

	.dl03 li div h3 {

		font-size: 20px;

		margin: 15px 0;

	}

	.dl03 li div p {

		font-size: 14px;

	}

	.dl04 h2 {

		font-size: 25px;

		line-height: 1.5;

	}

	.w960 .dl04 h2{

		font-size:34px;

	}

	.dl02 h2 p {

		font-size: 14px;

		margin-top:10px;

	}

	.dl04 li div{

		padding-bottom:10px;

	}

	.dl02 li div span {

		right: 0;

		bottom: 0;

		top: 30px;

	}

	.dl04 li ins{

		height:auto;

	}

	.sumend01 {

		width: 90%;

		font-size: 14px;

		margin-top: 30px;

	}

	.sumend01 p{

		width:100%;

		line-height:1.5;

	}

	.dl05 {

		width: 94%;

		margin: 50px auto;

	}

	.dl05 h3 {

		font-size: 20px;

		line-height: 1.5;

		width: 100%;

	}

	.dl05 p {

		width: 100%;

		font-size: 14px;

		line-height: 1.5;

	}

	.quan01 .s01 {

		width: 100%;

		height:auto;

		margin-left: 0;

		margin-top: 0;

		left: 0;

		top:0;

	}

	.quan01 {

		width: 100%;

		height: 400px;

	}

	.quan01 .s02 {

		width: 80%;

		height: 80%;

		margin-left: 0;

		margin-top: 0;

		left: 10%;

		top: 10%;

	}

	.quan01 .s03 {

		width: 34%;

		height: auto;

		margin-left: 0;

		margin-top: 0;

		left: 33%;

		top: 33%;

	}

	.quan01 .s04 {

		width: 100%;

		margin-left: 0;

		font-size: 12px;

		color: #000;

		left: 0;

	}

	.product .dots{

		display:block;

		bottom:60px;

	}

	.product .dots span{

		height:3px;

	}

	.yongtu .yttit span.a

	, .yongtu .yttit span:hover{

		background: #ab0b0b;

	}

	.yt02 li.y01{

		background:#000;

	}

	.yt02 li.y01 p{

		color:#fff;

		background:#000;

	}

	.yt02 li div {

		border-bottom: 1px solid #333;

	}

	.chunneg03 {

		background: #222222;

	}

	.chunneg03-1 li div h3{

		color:#fff;

	}

	.parameter .p01 h3{

		font-size:14px;

	}

	.parameter dd h3 {

		font-size: 14px;

		width: 15%;

		padding-left: 5%;

	}

	.parameter dd .d01 p {

		font-size: 12px;

		padding: 3px 0;

	}

	.parameter dd .d01{

		width:73%;

	}

	.parameter .more02 {

		width: 70%;

		line-height: 38px;

		margin-top: 35px;

		font-size:15px;

	}

	.parametertit .p01{

		width:100%;

		padding:0 ;

	}

	.parameter .p01 h3{

		padding:15px 0;

	}

	.base_search_content {

		margin-left: 0 !important;

		padding-left: 0 !important;

		margin-top: 60px;

		width: 100%;

	}

	.base_search

	,.base_search_box input[type="text"]

	,.search_item_summary{

		width:100% !important;

	}

	.base_search_box{

		width:69% !important;

	}

	.base_search input[type="submit"]{

		width:30%;

	}

	.list-work {

		width: 100%;

		margin: 100px auto;

	}

	.list-work h2 {

		font-size: 30px;

		margin-bottom: 50px;

	}

	.list-work li {

		width: 100%;

		margin: 0;

		margin-bottom: 20px;

	}

	.uid-3075 .dongli01-1 div {

        margin-top: -100px;

    }

	.uid-3075 .dongli01 div h3 {

		font-size: 22px;

		line-height: 1.3;

	}

	.uid-3075 .dongli01 ins {

        font-size: 12px;

        padding: 20px;

    }

	.uid-3075 .chunneg04 span h3 {

		line-height: 1.3;

		height: 36px;

        width: 100px;

    }

	.chunneg04 span {

		vertical-align: text-bottom;

	}

}

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

}

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



}
