﻿@charset "utf-8";
body {
	width: 100%;
	font-family: PingFangSC-Regular, sans-serif,"微软雅黑", Arial;
	background: #eff2f4;
	overflow-x: hidden;
}
a:focus {
	outline: none;
}
header {
	position: fixed;
	left: -240px;
	width: 240px;
	background: White;
	-webkit-transition: left .3s ease-in-out 0s;
	-moz-transition: left .3s ease-in-out 0s;
	-ms-transition: left .3s ease-in-out 0s;
	-o-transition: left .3s ease-in-out 0s;
	transition: left .3s ease-in-out 0s;
	z-index: 99;
}
header.active {
	left: 0px;
}
header .box {
	margin: 40px 30px 0px 0px;
	text-align: right;
}
header .box .wechat {
	margin-top: 10px;
}
header .box .wechat img {
	margin-bottom: 10px;
	width: 130px;
	height: 130px;
}
header .box .wechat i {
	float: right;
	display: block;
	margin: 3px 0 0 9px;
	width: 9px;
	height: 14px;
	background: url(../Images/icons.png) no-repeat top right;
}
header .box nav {
	border-top:#eee 1px solid;
	float: right;
	padding-top:10px;
	margin-top: 20px;
}
header .box nav ul {
	position: relative;
	list-style: none;
	padding: 0px;
}
header .box nav ul li{
	height:32px;
}
header .box nav ul li a {
	display: block;
	position: relative;
	width: 100px;
	height:32px;
	line-height:32px;
	padding: 0px 15px 0px 15px;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	z-index: 10;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
header .box nav ul li.bg {
	position: absolute;
	top: 0px;
	width: 130px;
	height: 32px;
	border-left: 1px solid #eee;
	background: #de0000;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
header footer {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}
header footer a {
	color: #666;
}
header footer a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
header footer u {
	margin: 0 5px;
	text-decoration: none;
}
section.toolbar {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #eff2f4;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
section.toolbar.active {
	left: 240px;
}
.toolbar a.homelink, .toolbar .logo, .toolbar .mini, .toolbar .miniBtn{
	display: none;
}
.toolbar .switch {
	float: left;
	margin: 0px 0px 0px 26px;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
}
.toolbar .category {
	float: left;
	margin: 0px 0px 0px 30px;
}
.toolbar .btn {
	line-height: 12px;
	padding-bottom: 6px;
	color: #777;
	font-size: 12px;
}
.toolbar .category .btn-primary {
	color: #eee;
	background-color: #666;
	border-color: #666;
}
section.content {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
section.content.active {
	left: 240px;
}
.emptyinfo{
	height:300px;
	line-height:300px;
	text-align:center;
	color:#666;
	padding:0px;
	margin:0px;
}
.caselist .box{
	max-width:1060px;
	margin:0px 0px 0px 80px;
	overflow:hidden;
}
.caselist ul.items {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.caselist ul.items li {
	position: relative;
	padding: 0px;
	width: 23%;
	margin: 0px 2% 20px 0px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	float:left;
}
.caselist ul.items li a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	background:#fff;
	position:relative;
}
.caselist ul.items li:nth-child(4n){
	margin: 0px 0px 20px 0px;
}
.caselist ul.items li.moreproduct .casethumb,.caselist ul.items li.moreproduct .casedesc{
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.caselist ul.items li.moreproduct a .bg {
	display:none;
}
.caselist ul.items li.moreproduct a::before{
	width:100%;
	height:100%;
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}
.caselist ul.items li a .casethumb{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.caselist ul.items li a .casethumb .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:100%;
	background: url(../Images/view-icon.png) center no-repeat #000;
	background-size:36px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}
.caselist ul.items li a:hover .casethumb .shade {
	bottom:0px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.caselist ul.items li a .casedesc{
	padding:15px;
	height:70px;
	position:relative;
	z-index:3;
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	-ms-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
}
.caselist ul.items li a .casedesc h5 {
	color: #999;
	font-size: 12px;
	padding:0px;
	margin:0px;
	line-height: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.caselist ul.items li a .casedesc h2 {
	color: #333;
	height:30px;
	font-size: 16px;
	margin:0px;
	font-weight:bold;
	padding:0px;
	line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.caselist ul.items li a .casedesc p {
	color: #999;
	padding:0px;
	margin:0px;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.caselist ul.items li a .casedesc h5,.caselist ul.items li a .casedesc h2,.caselist ul.items li a .casedesc p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.caselist ul.items li a:hover{
	text-decoration:none;
}
.caselist ul.items li a:hover .casedesc h5,.caselist ul.items li a:hover .casedesc h2,.caselist ul.items li a:hover .casedesc p{
	color:#fff;
}
.caselist ul.items li a .bg {
	width: 100%;
	z-index:2;
	position:absolute;
	height: 100px;
	bottom:-100px;
	background-color: #de0000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.caselist ul.items li a:hover .bg {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	bottom:0px;
}
.artlist .box{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 80px;
	overflow:hidden;
}
.artlist ul.items {
	position: relative;
	top: 0px;
	margin:0px;
	padding: 0px;
	list-style: none;
}
.artlist ul.items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width:1000px;
	margin-bottom: 30px;
	overflow:hidden;
	padding-bottom:30px;
	border-bottom:#ddd 1px solid;
}
.artlist ul.items li:last-child{
	margin-bottom:0px;
}
.artlist ul.items li span.date {
	display: block;
	float: left;
	width: 58px;
	height: 66px;
	padding-top: 2px;
	overflow:hidden;
	color: White;
	font-size: 24px;
	text-align: center;
	background: url(../Images/icons.png) no-repeat 0px -512px;
}
.artlist ul.items li span.date u {
	display: block;
	margin-top: -5px;
	font-size: 14px;
	text-decoration: none;
}
.artlist ul.items li a.thumb {
	display: block;
	float: left;
	margin-left: 10px;
	width: 230px;
	height: 130px;
}
.artlist ul.items li a.thumb img{
	width: 230px;
	height: 130px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.artlist ul.items li a:hover.thumb img{
	transform:scale(0.96);
	-webkit-transform:scale(0.96);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:scale(0.96);     /*兼容-moz-引擎浏览器*/
}
.artlist ul.items li p.left {
	float: left;
	height: 130px;
	display: block;
	margin:0px;
	padding-right: 30px;
	overflow:hidden;
}
.artlist ul.items li p.right {
	display: block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin:0px;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.artlist ul.items li p.right span.title {
	display: block;
	height:24px;
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.artlist ul.items li p.right span.title a {
	color: #333;
	text-decoration: none;
}
.artlist ul.items li p.right span.title a:hover {
	color: #de0000;
}
.artlist ul.items li p.right span.rel {
	display: block;
	height:20px;
	line-height:20px;
	color: #999;
	font-family: Arial;
	font-size: 12px;
	margin-bottom:10px;
}
.artlist ul.items li p.right span.rel u {
	margin: 0 10px;
	color: #aaa;
	text-decoration: none;
}
.artlist ul.items li p.right span.summary {
	display: block;
	margin-top: 32px;
	color: #555;
	height:44px;
	line-height: 22px;
	overflow: hidden;
	font-size:13px;
}
.artshow .box {
	margin:0px 0px 0px 80px;
	position: relative;
}
.artshow .title-hd{
	margin-bottom:10px;
	overflow: hidden;
	padding:30px 0px 10px 0px;
	max-width:1000px;
}
.artshow .box h1 {
	font-size: 26px;
	font-weight:bold;
	line-height: 34px;
	margin:0px;
	padding:0px;
}
.artshow .timearea{
	max-width:1000px;
	position:relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.artshow .box .rel {
	display: block;
	color: #999;
	font-size:12px;
}
.artshow .box .rel u {
	margin: 0px 15px;
	color: #aaa;
	text-decoration: none;
}
.artshow .box .caption {
	height: 30px;
	line-height:30px;
	border-bottom: 1px solid #dadada;
	margin: 0px;
	padding-left: 20px;
	padding-bottom:20px;
	font-size: 22px;
	position:relative;
	max-width:980px;
	color:#333;
}
.artshow .box .caption::after{
	position:absolute;
	content:'';
	border-radius:3px;
	left:0px;
	top:0px;
	height:30px;
	width:5px;
	background:#d60020;
}
.artshow .box .words {
	color:#333;
	max-width:1000px;
	padding-bottom:50px;
	padding-top: 20px;
	border-top: 1px solid White;
}
.artshow .box .words p {
	margin:0px 0px 15px 0px;
	font-size: 14px;
	padding:0px;
	line-height: 22px;
}
.artshow .box .words img{
	height:auto!important;
}
.artshow .box .words video{
	width:100%;
	height:auto!important;
}
.works {
	max-width:1000px;
	padding-bottom:50px;
	padding-top: 20px;
	border-top: 1px solid White;
}
.workrow{
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}
.workrow li{
	width:32%;
	padding:0px 0px 0px 0px;
	margin:0 2% 60px 0;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	float:left;
}
.workrow li:nth-child(3){
	margin:0 0 30px 0;
}
.workrow li h4{
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#333;
	line-height:40px;
}
.workrow li p{
	margin:0px 0px 10px 0px;
	line-height:18px;
	padding:0px 30px 0 30px;
	font-size:14px;
	font-weight:normal;
	color:#666;
}
.workrow li a{
	padding:0px 30px 0 30px;
	line-height:30px;
	text-align:left;
	font-size:14px;
	color:#de0000;
}
.workrow li a:hover{
	text-decoration:underline;
}
.workrow li i{
	width:120px;
	border-radius:120px;
	border:#de0000 3px solid;
	height:120px;
	margin:0px auto;
	margin-bottom:10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.workrow li i::before{
	content:'';
	margin:0px auto;
	width:46px;
	height:46px;
	display:block;
}
.workrow li:nth-child(1) i::before {
	background: url(../Images/work01.png?v=18) center no-repeat;
	background-size:100%;
}
.workrow li:nth-child(2) i::before {
	background: url(../Images/work02.png?v=18) center no-repeat;
	background-size:100%;
}
.workrow li:nth-child(3) i::before {
	background: url(../Images/work03.png?v=18) center no-repeat;
	background-size:100%;
}
.workrow li:nth-child(4) i::before {
	background: url(../Images/work04.png?v=18) center no-repeat;
	background-size:100%;
}
.workrow li:nth-child(5) i::before {
	background: url(../Images/work05.png?v=18) center no-repeat;
	background-size:100%;
}
.paging {
	padding:50px 0px 50px 0px;
	margin: 0px 0px 0px 30px;
	height:42px;
	overflow:hidden;
}
.paging span,.paging a,.paging b {
	display: inline-block;
	color: #666;
	float: left;
	height: 40px;
	border-radius: 3px;
	padding: 0px 15px;
	font-size: 12px;
	text-decoration: none;
	background: #fff;
	border: #aaa 1px solid;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
}
.paging b {
	border: #de0000 1px solid;
	color: #fff;
	background:#de0000;
}
.paging a:hover {
	border: #de0000 1px solid;
	background: #de0000;
	color: #fff;
}
.dock {
	height:160px;
	position: fixed;
	right: 10px;
	bottom: 45px;
	width: 160px;
	z-index: 200;
}
.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.dock ul.icons li{
	width: 50px;
	height: 50px;
	position:relative;
	margin-bottom: 5px;
}
.dock ul.icons li:last-child{
	margin-bottom:0px;
}
.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../Images/icons.png) no-repeat;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	z-index: 210;
}
.dock ul.icons li.active i {
	background-color: #222;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dock ul.icons li.up i {
	background-position: -63px -150px;
}
.dock ul.icons li.tel i {
	background-position: -62px -108px;
}
.dock ul.icons li.im i {
	background-position: -63px -20px;
}
.dock ul.icons li p {
	display: block;
	position: absolute;
	right: 5px;
	top:0px;
	border-right: none;
	background: #222;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}
.dock ul.icons li.active p {
	right: 46px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dock ul.icons li.tel p {
	width: 100px;
	text-align:center;
	height:32px;
	padding:9px 4px 9px 0px;
	color: #ddd;
	font-size:12px;
	line-height:16px;
	font-family: Arial;
}
.dock ul.icons li.im p {
	width: 100px;
	text-align:center;
	height:32px;
	padding:9px 4px 9px 0px;
	color: #ddd;
	font-size:12px;
	line-height:16px;
	font-family: Arial;
}
.dock ul.icons li.tel p a {
	color: #ddd;
	text-decoration: none;
}
.dock ul.icons li.tel p a:hover {
	text-decoration: underline;
}
@media (max-height:630px) {
header footer {
	display: none;
}
}
@media (max-width:1100px) {
header, header.active, .toolbar .switch {
	display: none;
}
section.toolbar.active, section.content.active {
	left: 0px;
}
section.toolbar {
	background: White;
	height: 56px;
}
.toolbar a.homelink {
	float: left;
	display: inline;
}
.toolbar a.homelink .glyphicon {
	position: relative;
	margin: 0px 0px 0px 26px;
	color: #333;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
}
.toolbar .logo {
	display: block;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 80px;
}
.toolbar .category {
	margin: 0px 30px 0px 30px;
}
.toolbar .btnList {
	margin: 12px 30px 0px 0px;
	float: right;
}
}
@media (max-width:1000px) {
.artshow .box,.caselist .box,.artlist .box {
	margin:0px 26px;
}
.toolbar .category, .toolbar .btnList {
	display: none;
}
.toolbar .mini {
	display: block;
	margin: 0px 26px 0px 0px;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.toolbar .mini .btn{
	float:right;
}
.toolbar .mini ul.dropdown-menu {
	min-width: 100px;
}
.toolbar .mini .link {
	margin: 0px;
}
.toolbar .mini .link .btn {
	padding: 6px 8px;
}
}
@media (max-width:800px) {
.caselist ul.items li{
	width:49%;
}
.caselist ul.items li{
	margin: 0px 2% 20px 0px;
}
.caselist ul.items li:nth-child(2n+2){
	margin: 0px 0 20px 0px;
}
}
@media (max-width:700px) {
.workrow li {
    width: 50%;
    margin: 0 0 60px 0;
}
.workrow li i::before {
    width: 36px;
    height: 36px;
}
.workrow li h4{
	font-size:16px;
	line-height:30px;
}
.workrow li p{
	font-size:12px;
	line-height:18px;
}
.workrow li i {
    width: 60px;
    border-radius: 60px;
    height: 60px;
}
.dock{
	display:none;
}
.caselist ul.items li a .casedesc h2{
	font-size:14px;
}
.artlist ul.items li p.left {
	display: none;
	width: 0px;
}
.artlist ul.items li p.right span.summary {
    margin-top:10px;
}
}
@media (max-width:500px) {
.workrow li {
    width: 100%;
    margin: 0 0 60px 0;
}
.workrow li a{
	font-size:12px;
}
.caselist ul.items li{
	width:100%;
	margin: 0px 0px 20px 0px;
}
.caselist ul.items li:nth-child(odd){
	margin: 0px 0px 20px 0px;
}
.caselist ul.items li:nth-child(even){
	margin: 0px 0px 20px 0px;
}
.caselist ul.items li a .shade,.caselist ul.items li a .bg{
	display:none;
}
.caselist ul.items li a:hover .casedesc h2{
	color:#de0000;
}
.caselist ul.items li a:hover .casedesc h5,.caselist ul.items li a:hover .casedesc p{
	color:#999;
}
}
@media (max-width:420px) {
.workrow li h4{
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.workrow li p{
	font-size:12px;
	line-height:18px;
}
.artshow .box h1{
	font-size:22px;
	line-height: 28px;
	font-weight:bold;
}
.artlist ul.items li p.right span.title {
	font-size: 18px;
}
.artshow .box,.caselist .box,.artlist .box {
	margin:0px 15px;
}
.toolbar a.homelink .glyphicon, .toolbar .logo {
	margin-left: 15px;
}
.toolbar .mini {
	margin-right: 15px;
}
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
#BDBridgeWrap {
	display: none;
}
