*{margin: 0px;padding: 0px;}
.floot_tc * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.floot_tc ul,li{ list-style-type:none;}
.floot_tc a{text-decoration:none;color:#000;}
.floot_tc *{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
.floot_tc li{list-style-type:none;}
.floot_tc h1,h2,h3,h4,h5{font-weight: 500;}
.floot_tc 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: #ff6819;
}
.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: 25%;
}
.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: 1.4rem;
	color: #fff;
	padding-left: 3.5rem;
}
.floot_ft li:nth-child(1) a{
    background: url(./images/floot_ico4.png) no-repeat left 1.2rem center;
    background-size: 2.5rem 2.5rem;
}
.floot_ft li:nth-child(2) a{
	background: url(./images/floot_ico1.png) no-repeat left 1.2rem center;
}
.floot_ft li:nth-child(3) a{
	background: url(./images/floot_ico2.png) no-repeat left 1.2rem center;
}
.floot_ft li:nth-child(4) a{
	background: url(./images/floot_ico3.png) no-repeat left 1.2rem 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: -165px;
	margin-left: -230px;
	width: 460px;
	height: 330px;
	border-radius: 10px;
	/*border: 12px solid rgba(0,0,0,0.6);*/
	background-color: #fff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.tc .close{
	position: absolute;
	top: -25px;
	right: -25px;
	width: 50px;
	height: 50px;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background-color: #000;
	border: 4px solid #fff;
}
.tc .floot_box{
	padding: 45px 0 0;
}
.tc .floot_box .floot_tl{
	padding: 0 55px;
	text-align: justify;
	text-align: end;
	text-align-last: justify;
	text-justify: distribute;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.tc .floot_box .floot_tl img{
	display: inline-block;
	margin-right: 10px;
}
.tc .floot_box .floot_tl h3{
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: #838181;
	font-weight: bold;
	vertical-align: top;
}
.tc .floot_box .floot_con{
	padding: 0 45px;
	text-align: center;
}
.tc .floot_box .floot_con h4{
	margin-bottom: 10px;
	font-size: 15px;
	color: #3e3e3e;
	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 iframe{
	width: 100%;
	height: 50px;
}
.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: #ff4734;
}
.tc .floot_box ul{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
}
.tc .floot_box li{
	float: left;
	width: 50%;
}
.tc .floot_box li a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	background: url(./images/floot_ico1.png) no-repeat left 40px center #ff4734;
}
.tc .floot_box li:nth-child(2) a{
	background: url(./images/floot_ico3.png) no-repeat left 30px center #2e2e2e;
}