.banner{ width:100%;float: left;overflow: hidden;position: relative;}
.slideBox{ width:calc(100% - 170px);  overflow:hidden; position:relative;position: absolute;top: 0;right: 0; height: 100%;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right: 47%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:10px; height:10px; text-align:center; background:#fff; cursor:pointer; border-radius: 100%; }
.slideBox .hd ul li.on{ background:#44ca4c; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;height: 100%; }
.slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ 
	position:absolute;
	right:105px; 
	bottom:0;
	display:block; 
	filter:alpha(opacity=50);
	background: url(../images/bottom.png) no-repeat center;
	width: 105px;
	height: 70px;
	overflow: hidden;
	overflow: hidden;
	background-position-x:0;
}
.slideBox .next{ left:auto; right:0; background-position-x:-105px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.header{
    width: 100%;
    clear: both;
    padding-bottom: 4.2%;
    z-index: 99999999;
    position: absolute;
    top: 0;
    left: 0;
}
.header.on{
	display: none;
}
.header .head{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header .head img{
	width: 100%;
}
.header .logo{
    width: 7.9%;
    position: absolute;
    top: 25%;
    left: 2%;
    z-index: 1;
}
.header .logo img{
	width: 100%;
}
.header .nav{
	width: 57%;
	position: absolute;
	top: 0;
	right: 7.9%;
	z-index: 1;
}
.header .nav ul li{
	width: calc((100%)/8);
	float: left;
}
.header .nav ul li a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: .8vw;
	color: #555555;
	line-height: 4.2vw;
	transition: 0.3s;
}
.header .nav ul li a:hover{
	color: #127fdb;
}
.menu{
	width: 7.9%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 999999999999999999;
}
.menu img{
	width: 100%;
}
.wenzi{
	width: 170px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	line-height: 170px;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: 22px;
	color: #444444;
	font-family: "宋体";
	letter-spacing: 1px;
}
.about{
	width: 100%;
	height: 1080px;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat left center #f5f5f5;
}
.w-1200{
	width: 1200px;
	position: relative;
	margin: auto;
}
.about .sm{
	width: 100%;
	float: left;
	margin-top: 99px;
}
.about .sm .left{
	width: 550px;
	height: 630px;
	overflow: hidden;
	position: relative;
	float: left;
}
.about .sm .left img{
	width: 100%;
	height: 100%;
}
.about .sm .left a{
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f4871b;
	transition: 0.3s;
}
.about .sm .left a p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 18px;
}
.about .sm .left a span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 10px;
}
.about .sm .left a:hover{
	background: #127fdb;
}
.about .sm .right{
	width: 650px;
	height: 530px;
	float: right;
	margin-top: 100px;
	background-color: #fff;
}
.about .sm .right .tt{
	width: 530px;
	float: left;
	text-align: left;
	margin-top: 58px;
	margin-left: 60px;
}
.about .sm .right p{
	width: 530px;
	height: 240px;
	float: left;
	margin-left: 60px;
	margin-top: 40px;
	font-size: 14px;
	color: #777777;
	text-align: left;
	line-height: 30px;
}
.about .xm{
	width: 1560px;
	float: left;
	text-align: center;
}
.about .xm img{
	width: 100%;
}
.cpzx{
	width: 100%;
	height: 460px;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center;
}
.cpzx .tt1{
	width: 300px;
	height: 360px;
	float: left;
	margin-top: 100px;
}
.cpzx .list{
	width: 825px;
	float: right;
	margin-top: 220px;
}
.cpzx .list ul li{
	width: 230px;
	float: left;
	position: relative;
	height: 50px;
	box-sizing: border-box;
	border-right: 1px solid #4c474f;
	margin-bottom: 80px;
	margin-left: 64px;
}
.cpzx .list ul li .tb{
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
}
.cpzx .list ul li .tb img{
	width: 100%;
	height: 200%;
	transition: 0.3s;
	margin-top: -100%;
}
.cpzx .list ul li .des{
	width: 150px;
	float: left;
	margin-left: 15px;
}
.cpzx .list ul li .des p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}
.cpzx .list ul li .des span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}
.cpzx .list ul li .des i{
	width: 20px;
	height: 2px;
	float: left;
	background-color: #FFF;
}
.cpzx .list ul li:hover .tb img{
	margin-top: 0;
}
.cpzx .list ul li:nth-child(1){
	margin-left: 0;
}
.cpzx .list ul li:nth-child(4){
	margin-left: 0;
}
.product{
	width: 100%;
	height: 900px;
	overflow: hidden;
	background: url(../images/bg2.jpg) no-repeat center;
}
.product ul{
	width: 100%;
	float: left;
	margin-top: 22px;
}
.product ul li{
	width: 380px;
	float: left;
	height: 340px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 14px 0 #ccc;
}
.product ul li:nth-child(1){
	width: 780px;
	height: 500px;
	margin-left: 0;
}
.product ul li:nth-child(2){
	width: 380px;
	height: 500px;
	margin-left: 20px;
}
.product ul li:nth-child(3){
	margin-left: 0;
}
.product ul li .tu{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.product ul li .tu img{
	width: 100%;
	transition: 0.3s;
}
.product ul li .tu img:hover{
	transform: scale(1.1);
}
.product ul li p{
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(127,127,127,0.8);
	padding-left: 25px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
}
.solution{
	width: 100%;
	height: 850px;
	overflow: hidden;
	background: url(../images/bg3.png) no-repeat center;
}
.solution .tt2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 98px;
}
.solution .box{
	width: 100%;
	float: left;
	margin-top: 89px;
}
.solution .box ul li{
	width: 285px;
	height: 450px;
	float: left;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	transition: 0.3s;
}
.solution .box ul li:first-child{
	margin-left: 0;
}
.solution .box ul li .tp{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.solution .box ul li .tp img{
	width: 100%;
	height: 100%;
}
.solution .box ul li .hezi{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.solution .box ul li .hezi p{
	width: 1px;
	height: 25px;
	background-color: #fff;
	margin-top: 50px;
	margin-left: 142px;
}
.solution .box ul li .hezi span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.solution .box ul li .hezi i{
	width: 180px;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #fff;
	height: 50px;
	overflow: hidden;
	margin-left: 52.5px;
	font-style: normal;
}
.solution .box ul li .hezi a{
	width: 145px;
	height: 30px;
	float: left;
	margin-left: 70px;
	background: rgba(0,0,0,0.3);
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.solution .box ul li:hover .hezi{
	top: -100%;
	opacity: 0;
}
.solution .box ul li:hover .hover{
	opacity: 1;
}
.solution .box ul li .hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18,127,219,0.5);
	opacity: 0;
	transition: 0.3s;
}
.solution .box ul li .hover p{
	width: 1px;
	height: 25px;
	float: left;
	margin-left: 30px;
	background-color: #fff;
}
.solution .box ul li .hover span{
	width: 100%;
	float: left;
	text-align: left;
	margin-left: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.solution .box ul li .hover i{
	width: 220px;
	float: left;
	margin-left: 30px;
	text-align: left;
	font-size: 30px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	font-style: normal;
}
.solution .box ul li .hover a{
	width: 140px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-top: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin-left: 30px;	
	transition: 0.3s;
}
.solution .box ul li .hover a:hover{
	margin-left: 40px;
}
.solution .box ul li:hover{
	margin-top: -40px;
}
.alzs{
	width: 100%;
	height: 1040px;
	overflow: hidden;
	background: url(../images/bg4.jpg) no-repeat center;
}
.alzs .tt3{
	width: 393px;
	height: 91px;
	position: absolute;
	top: 93px;
	left: 58px;
}
.alzs .tit{
	width: 280px;
	height: 280px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #127fdb;
}
.alzs .tit p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-family: "黑体";
	line-height: 150px;
	margin-top: 10px;
}
.alzs .tit span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-family: "黑体";
}
.alzs .case{
	width: 920px;
	height: 660px;
	position: absolute;
	top: 280px;
	left: 0;
}
.alzs .case ul li{
	width: 300px;
	height: 330px;
	float: left;
	position: relative;
}
.alzs .case ul li .tup{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	transition: 0.3s;
}
.alzs .case ul li .tup img{
	width: 100%;
	height: 100%;
}
.alzs .case ul li .dst{
	width: 100%;
	height: 100%;
	background-color: #127fdb;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	opacity: 0;
	z-index: 3;
}
.alzs .case ul li .dst .hz{
	width: 100%;
	height: 100%;
	float: left;
}
.alzs .case ul li .dst .hz p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 38px;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
}
.alzs .case ul li .dst .hz span{
	width: 210px;
	float: left;
	height: 80px;
	margin-left: 45px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 27px;
	margin-top: 15px;
}
.alzs .case ul li .dst .hz a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
}
.alzs .case ul li .dst .mo a{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 135px;
	left: -30px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #0f1012;
	font-family: "宋体";
	font-weight: bold;
	transition: 0.3s;
}
.alzs .case ul li .dst .mo a:hover{
	transform: rotate(360deg);
}
.alzs .case ul li:hover .tup{
	border: 2px solid #127fdb;
	box-sizing: border-box;
	border-right: none;
}
.alzs .case ul li:hover .dst{
	left: 100%;
	opacity: 1;
	z-index: 9999;
}
.alzs .case ul li:nth-child(3):hover .dst{
	left: -100% !important;
}
.alzs .case ul li:nth-child(6):hover .dst{
	left: -100% !important;
}
.alzs .case ul li:nth-child(3) .dst .mo a{
	left: 270px;
}
.alzs .case ul li:nth-child(6) .dst .mo a{
	left: 270px;
}
.alzs .gd a{
	width: 295px;
	height: 216px;
	position: absolute;
	top: 608px;
	right: 0;
	transition: 0.3s;
}
.alzs .gd a:hover{
	top: 600px;
}
.qyys{
	width: 100%;
	height: 935px;
	overflow: hidden;
}
.qyys .advan{
	width: 680px;
	height: 760px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
.qyys .advan .tt4{
	width: 394px;
	float: left;
	text-align: left;
	margin-top: 78px;
	margin-left: 70px;
}
.qyys .advan .lst{
	width: 394px;
	float: left;
	margin-top: 45px;
	margin-left: 70px;
}
.qyys .advan .lst ul li{
	width: 197px;
	float: left;
	position: relative;
	margin-bottom: 45px;
}
.qyys .advan .lst ul li .y1{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 78.5px;
}
.qyys .advan .lst ul li .t1{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 78.5px;
	opacity: 0;
	transition: 0.3s;
}
.qyys .advan .lst ul li p{
	width: 130px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-left: 33.5px;
	line-height: 28px;
	margin-top: 10px;
	transition: 0.3s;
}
.qyys .advan .lst ul li:hover .t1{
	opacity: 1;
}
.qyys .advan .lst ul li:hove .y1{
	opacity: 0;
}
.qyys .advan .lst ul li:hover p{
	color: #127fdb;
}
.qyys .ads{
	width: 1202px;
	height: 725px;
	position: absolute;
	top: 209px;
	right: -360px;
	z-index: 2;
}
.qyys .ads img{
	width: 100%;
}
.news{
	width: 100%;
	height: 800px;
	overflow: hidden;
	background: url(../images/bg5.jpg) no-repeat center;
}
.news .n-lt{
	width: 450px;
	height: 800px;
	float: left;
	margin-left: 99px;
	box-sizing: border-box;
	border-left: 1px solid #4e4e4e;
}
.news .n-lt .lm{
	width: 100%;
	float: left;
	margin-top: 140px;
}
.news .n-lt .lm ul li a{
	width: 68px;
	float: left;
	text-align: center;
	line-height: 40px;
	background: linear-gradient(#fff, #fff) left bottom/0 2px no-repeat;
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
	margin-right: 70px;
}
.news .n-lt .lm ul li:nth-child(1) a{
	margin-left: 28px;
}
.news .n-lt .lm ul li a:hover{
	background-size: 100% 2px;
}
.news .n-lt .ts{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.news .n-lt .ts .ns{
	width: 100%;
	height: 240px;
	float: left;
	overflow: hidden;
	overflow: hidden;
}
.news .n-lt .ts .ns img{
	width: 100%;
	height: 100%;
}
.news .n-lt .ts .ds{
	width: 100%;
	float: left;
	margin-top: 24px;
}
.news .n-lt .ts .ds .sj{
	width: 85px;
	float: left;
	margin-left: -99px;
}
.news .n-lt .ts .ds .sj p{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 28px;
	color: #fff;
	line-height: 25px;
}
.news .n-lt .ts .ds .sj span{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.news .n-lt .ts .ds .nr{
	width: 420px;
	float: left;
}
.news .n-lt .ts .ds .nr p{
	width: 100%;
	height: 25px;
	text-align: left;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	line-height: 25px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	padding-left: 25px;
	margin-left: -1.5px;
}
.news .n-lt .ts .ds .nr span{
	width: 100%;
	height: 40px;
	float: left;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	padding-left: 25px;
	margin-top: 25px;
}
.news .n-lt .ts .ds .nr a{
	width: 230px;
	height: 44px;
	float: left;
	border-radius: 5px;
	background-color: #127fdb;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	margin-left: 25px;
	margin-top: 36px;
	transition: 0.3s;
}
.news .n-lt .ts .ds .nr a:hover{
	opacity: 0.8;
}
.news .n-rt{
	width: 420px;
	height: 800px;
	box-sizing: border-box;
	border-left: 1px solid #4e4e4e;
	float: right;
	margin-right: 15px;
}
.news .n-rt ul li{
	width: 100%;
	height: 170px;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #4e4e4e;
}
.news .n-rt ul li:first-child{
	margin-top: 172px;
}
.news .n-rt ul li .sjt{
	width: 85px;
	float: left;
	margin-left: -99px;
	margin-top: 38px;
}
.news .n-rt ul li .sjt p{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 28px;
	color: #fff;
	line-height: 25px;
}
.news .n-rt ul li .sjt span{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.news .n-rt ul li .mst{
	width: 420px;
	float: left;
	margin-top: 38px;
}
.news .n-rt ul li .mst a{
	width: 100%;
	height: 25px;
	text-align: left;
	box-sizing: border-box;
	line-height: 25px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	padding-left: 25px;
	margin-left: -1.5px;
	transition: 0.3s;
	background: linear-gradient(#fff, #fff) left bottom/3px 0 no-repeat;
}
.news .n-rt ul li:hover .mst a{
 	background-size: 3px 100%;
 	color: #127fdb;
}
.news .n-rt ul li .mst p{
	width: 100%;
	height: 40px;
	float: left;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	padding-left: 25px;
	margin-top: 25px;
}
.liuyan{
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.liuyan .tt5{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
}
.liuyan .ly{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.footer{
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: url(../images/bg6.jpg) no-repeat center;
}
.footer .tt6{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 70px;
}
.footer .ewm{
	width: 166px;
	height: 166px;
	float: left;
	margin-left:517px;
	margin-top: 38px; 
}
.footer .ewm img{
	width: 100%;
	height: 100%;
}
.footer .daoh{
	width: 1000px;
	float: left;
	margin-top: 50px;
	box-sizing: border-box;
	border-top: 1px solid #5c5965;
	border-bottom: 1px solid #5c5965;
	height: 59px;
	margin-left: 100px;
}
.footer .daoh ul li{
	float: left;
	margin-left: 78px;
}
.footer .daoh ul li a{
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	transition: 0.3s;
}
.footer .daoh ul li:first-child{
	margin-left: 0;
}
.footer .daoh ul li a:hover{
	color: #127fdb;
}
.footer .cont{
	width: 1000px;
	margin-left: 100px;
	float: left;
	margin-top: 50px;
}
.footer .cont ul li{
	width: calc((100%)/3);
	float: left;
}
.footer .cont ul li img{
	width: 50px;
	height: 50px;
	float: left;
}
.footer .cont ul li p{
	width: 75%;
	float: left;
	margin-left: 16px;
	font-size: 14px;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}
.footer .cont ul li span{
	width: 75%;
	float: left;
	margin-left: 16px;
	font-size: 14px;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}
.footer .cont ul li:nth-child(1){
	width: 355px;
}

.footer .cont ul li:nth-child(2){
	width: 275px;
}
.footer .cont ul li:nth-child(3){
	width: 360px;
}
.last{
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #000000;
}
.last p{
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	float: left;
	opacity: 0.7;
}

.form_box{
    width: 400px;
}
.form_box h2{
    font-size: 24px;
    color: #03af4a;
    font-weight: 500;
    margin-bottom: 0;
}
.form_box span{
    font-size: 12px;
    color: #979797;
}

.form_list{
    width: 100%;
}
.form_list input{
    background: #eeeeee;
    box-sizing: border-box;
    line-height: 50px;
    width: 360px;
    font-size: 14px;
    margin-top: 5px;
    color: #999999;
    padding-left: 15px;
    float: left;
    margin-left: 28px;
    border-radius: 5px;
}


.form_list input::-webkit-input-placeholder{
    color: #999999;
}
.form_list input:-moz-placeholder {
    color: #999999;
}
.form_list input::-moz-placeholder {
    color: #999999;
}
.form_list input:-ms-input-placeholder {
    color: #999999;
}
.form_list textarea{
    width: 360px;
    height: 50px;
    background:#eeeeee;
    box-sizing: border-box;
    color: #999999;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    outline: none;
    resize: none;
    margin-bottom: 8px;
    line-height: 50px;
    padding-left: 15px;
    float: left;
    margin-left: 28px;
    border-radius: 5px;
}
textarea::-webkit-input-placeholder{
    color: #999999;
}

.submit{
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1056be;
    color: #fff!important;
    display: block;
    float: left;
    margin-left: 517.5px;
    margin-top: 50px;
}
.copy{
    background: #222222;
    color: #666666!important;
    height: 30px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.copy a{
    color: #666666!important;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/















