* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.floot_ft{
	position: fixed;
	z-index: 99;
	width: 100%;
	bottom: 0px;
	height: 86px;
	line-height: 86px;
	background-color: #059286;
}
.floot_ft .text{
	position: absolute;
	width: 100%;
	bottom: 100px;
	right: 10px;
	line-height: 32px;
	/*display: none;*/
	text-align: right;
	transition: all 0.3s;
}
.floot_ft .text p{
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	border-radius: 32px;
	margin-top: 10px;
	padding: 0 20px;
	opacity: 0;
	transition: all 0.3s;
}
.floot_ft li{
	position: relative;
	float: left;
	width: 33.33%;
}
.floot_ft li:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	margin-top: -25px;
	height: 50px;
	width: 1px;
	background-color: #ffd2ba;
	opacity: 0.6;
}
.floot_ft li:last-child:after{
	display: none;
}
.floot_ft li a{
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding-left: 40px;
}
.floot_ft li:nth-child(1) a{
	background: url(./images/floot_ico1.png) no-repeat left 30px center;
}
.floot_ft li:nth-child(2) a{
	background: url(./images/floot_ico2.png) no-repeat left 30px center;
}
.floot_ft li:nth-child(3) a{
	background: url(./images/floot_ico3.png) no-repeat left 30px center;
}

.floot_ft li a span{
	position: absolute;
    left: 55px;
    top: 25px;
	/*display: none;*/
	width: 15px;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: #af0000;
	border-radius: 100%;

	
}
.floot_ft li a span.glint_wz{
	animation: glint_wz 1s  1s both infinite;
	-moz-animation: glint_wz 0.3s  0.3s both infinite;
	-webkit-animation: glint_wz 0.6s 0.6s both infinite;
	-o-animation: glint_wz 0.3s  0.3s both infinite;
}

.floot_ft li a.glint{
animation: glint 0.6s 0.6s both infinite;
-moz-animation: glint 0.6s 0.6s both infinite;
-webkit-animation: glint 0.6s 0.6s both infinite;
-o-animation: glint 0.6s 0.6s both infinite;
}

@keyframes glint{
0%   {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
25%  {background: url(./images/floot_ico3a.png) no-repeat left 30px center;}
50% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
100% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
}

@-moz-keyframes glint{
0%   {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
25%  {background: url(./images/floot_ico3a.png) no-repeat left 30px center;}
50% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
100% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
}

@-webkit-keyframes glint{
0%   {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
25%  {background: url(./images/floot_ico3a.png) no-repeat left 30px center;}
50% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
100% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
}

@-o-keyframes glint{
0%   {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
25%  {background: url(./images/floot_ico3a.png) no-repeat left 30px center;}
50% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
100% {background: url(./images/floot_ico3.png) no-repeat left 30px center;}
}

@keyframes glint_wz{
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
100% {opacity: 1;}
}

@-moz-keyframes glint_wz{
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
100% {opacity: 1;}
}

@-webkit-keyframes glint_wz{
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
100% {opacity: 1;}
}

@-o-keyframes glint_wz{
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
100% {opacity: 1;}
}

.tc{
	display: none;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -235px;
	width: 470px;
	height: 400px;
	border-radius: 10px;
	/*border: 12px solid rgba(0,0,0,0.6);*/
	background: url(./images/floot_tc_bg.png) no-repeat top center #fff;
	/*background-color: #fff;*/
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.tc .close{
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	font-size: 28px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background-color: #059286;
	border: 4px solid #fff;
}
.tc .floot_box{
	padding: 20px 0 25px;
}
.tc .floot_box .floot_tl{
	padding: 0 55px;
	margin-bottom: 40px;
}
.tc .floot_box .floot_tl img{
	display: block;
	margin: 0 auto;
}

.tc .floot_box .floot_con{
	padding: 0 45px;
	text-align: center;
}
.tc .floot_box .floot_con h3{
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #424242;
}
.tc .floot_box .floot_con h4{
	margin-bottom: 10px;
	font-size: 21px;
	color: #424242;
	font-weight: bold;
	/*letter-spacing: 2px;*/
}
.tc .floot_box .floot_con h5{
	font-size: 17px;
	color: #a0a0a0;
	text-align: left;
}
.tc .floot_box .floot_con .btn{
	margin-bottom: 10px;
}
.tc .floot_box .floot_con .btn input{
	float: left;
	width: 245px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	color: #ff6819;
}
.tc .floot_box .floot_con .btn input::-webkit-input-placeholder{
	color: #ff6819;
}
.tc .floot_box .floot_con .btn button{
	float: right;
	width: 115px;
	height: 50px;
	line-height: 48px;
	border-radius: 5px;
	border: 0px;
	color: #fff;
	font-size: 18px;
	background-color: #ff6600;
}
.tc .floot_box ul{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
.tc .floot_box li{
	display: inline-block;
	width: 180px;
}
.tc .floot_box li:nth-child(1){
	margin-right: 25px;
}
.tc .floot_box li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	background: url(./images/floot_tc_tel.png) no-repeat left 22px center #ff6600;
}
.tc .floot_box li:nth-child(2) a{
	padding-left: 35px;
	background: url(./images/floot_tc_zx.png) no-repeat left 18px center #059286;
}