﻿
/* CSS Document */

/* 案例板块开始*/
.anli {
	width: 100%;
	float: left;
}
.anlizong {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	overflow: hidden;
}
.anliwenzi {
	width: 100%;
	float: left;
	text-align: center;
}
.anliwenzi1 {
	width: 100%;
	float: left;
	font-size: 28px;
	color: #333;
	margin-top: 60px;
}
.anliwenzi2 {
	width: 100%;
	float: left;
	font-size: 16px;    margin-top: 25px;
    margin-bottom: 50px;
}
.anliwenzi2 a {
	display: inline-block;
	color: #666;

}
.anliwenzi2 a:hover{
	color: #5645ff;
	
	}
.anliwenzi2 p:nth-child(4)
{
	display:none;

}
.anliwenzi2 p{
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	}
.anli1 {
	width: 390px;
	height: 290px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
}
.anli1 a {
	display: inline-block;
	width: 100%;color: #000;
	transition: all 0.5s ease-out;
	height: auto;
}

.anli1 a:hover {
    color: #5645ff;
}
.anli1:hover img {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.anli1-1 {
	width: 100%;
	float: left;
}
.anli1-1 img {
	width: 100%;
	transition: all 0.5s ease-out;
	height: auto;
	float: left;
}
.anli1-2 {
	width: 100%;
	font-size: 16px;
	float: left;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}
.anli1-3 {
	width: 100%;
	float: left;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	height: 25px;
}
/* 案例板块结束*/



/* 底部板块开始*/

.dibu {
	width: 100%;
	margin-top:60px;
	float: left;
	background: #212121;
	padding-bottom: 40px;
}
.dibuzong {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-size: 14px;
}
.dibu1 {
	width: 100%;
	float: left;
	color: #909090;
	margin-top: 40px;
}
.dibu1-1 {
	width: 300px;
	height: 100%;
	float: left;
}
.dibu1-1 a {
	display: inline-block;
	margin-bottom: 15px;
}
.dibu1-1 p {
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.dibu1-2 {
	width: 100px;
	height: 100%;
	float: left;
	margin-left: 80px;
}
.dibu1-2 p {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	font-size: 18px;
	color: #ccc;
}
.dibu1-2 a {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	color: #909090;
}
.dibu1-2 a:hover {
	color: #fff;
}
.dibu1-3 {
	width: 230px;
	height: 100%;
	margin-left: 80px;
	float: left;
}
.dibu1-3 p {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	font-size: 18px;
	color: #ccc;
}
.dibu1-3 span {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	color: #909090;
}
.dibu1-4 {
	width: 230px;
	height: 100%;
	margin-left: 80px;
	float: left;
}
.dibu1-4 p {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	font-size: 18px;
	color: #ccc;
}
.banquan {
	width: 100%;
	float: left;
	color: #909090;
	background-color: #181818;
}
.banquanzong {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.banquan1 {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd17;
	text-align: center;
}
.banquan1-1 {
	display: inline-block;
}
.banquan1 p {
	display: block;
	float: left;
}
.banquan1 a {
	display: inline-block;
	margin-left: 10px;
	float: left;
	color: #909090;
}
.banquan1 a:hover {
	color: #fff;
}
.banquan2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.banquan2-1 {
	width: 100%;
	max-width: 300px;
	margin-right: 35px;
	float: left;
}
.winBox {
	width: 100%;
	height: 10px;
	overflow: hidden;
	position: relative;
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width: 1500px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.scroll li {
	display: inline-block;
	padding: 0px 20px;
	float: left;
	line-height: 40px;
	text-align: center;
}
.scroll li a {
	color: #909090;
}
.scroll li a:hover {
	color: #fff;
}
/* 底部板块结束*/



/* 电脑端返回顶部代码开始*/
.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	z-index: 100;
	bottom: 50px;
}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #5645ff;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #5645ff;
	transition: all 0.3s;
}
.side ul li .sidetop:hover {
	background: #000;
}
.side ul li img {
	float: left;
}
.weixin {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	position: relative;
	background: #5645ff;
	transition: all 0.3s;
}
.weixin:hover {
	background: #000;
}
.erwei {
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.erwei {
	position: absolute;
	width: 161px;
	background-color: #FFF;
	text-align: center;
	color: #333;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 9px 45px;
	right: 54px;
	bottom: 0px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	background-size: 145px;
	height: 196px;
}
.weixin:hover .erwei {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
/* 电脑端返回顶部代码结束*/

/* 手机端返回顶部开始 */
.go-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 46px;
	z-index: 999;
	display: none;
}
.go-top a {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.go-top .go {
	background-image: url(404.png);
	background-size: 40px 40px;
}
.go-top .feedback {
	background-image: url(404.png);
	background-size: 40px 40px;
}
/* 手机端返回顶部结束 */
