
.footer-fixed{
	position: fixed;
	left:20px;
	bottom:20px;
	z-index: 20;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	cursor: pointer;
	width:100%;
	left:0;
	/*display: none;*/
}
.footer-fixed i{
	display: block;
	width: 84px;height:100px;
	background: url("../images/index-icon.png") no-repeat -10px -76px;
}
.footer-fixed span{
	position: absolute;
	top:10px;right:-12px;
	display: block;
	width: 28px;height:24px;
	background: url("../images/index-icon.png") no-repeat -179px -6px;
	-webkit-animation: Sparking 3s 2s infinite;
	animation: Sparking 3s 2s infinite;
}
/*闪烁动画*/
@-webkit-keyframes Sparking{
	0% {
		opacity: 1;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	75%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes Sparking{
	0% {
		opacity: 1;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	75%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.footer-fixed-tel{
	position: fixed;
	bottom: 0;
	z-index: 50;
	height:114px;
	/*height:300px;*/
	width: 100%;
	background:#fff;
	transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;

	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);

	-webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.3);
}
.footer-fixed-tel .footer-fixed-slider p{
	padding-bottom: 10px;
	font-size:26px;
	color:#005AFD;
}
.footer-fixed-tel .footer-fixed-slider li,.footer-fixed-tel .footer-fixed-slider i{
	color: #2b78d9;
	font-size:15px;
}
.footer-fixed-tel .footer-fixed-slider b{
	color:#666666;
	font-size:15px;
	margin-right:15px;
}

.footer-fixed-tel>a{
	float:left;
	margin-top:44px;
	left: 50px;
}
.footer-fixed-tel>a>i{
	display: block;
	width:170px;
	height:43px;
	background:url(../images/tk1_09.jpg) no-repeat 0 0;
}
.footer-fixed-content{
	float:left;
	padding:4px 0;
	margin-left:35px;
}
.footer-fixed-slider{
	margin-bottom:11px;
    margin-top:10px;
}
.flex-viewport{
	line-height:26px;
}
.flex-control-nav,.flex-direction-nav{
	display: none;
}
.footer-fixed-input{
	display: inline-block;
	 margin-top: 13px;
}
.footer-fixed-btn .footer-fixed-input input{
	height: 40px;
	padding:0 10px;
	margin-left: 6px;
	border:1px solid #3088F4;
	font-size: 14px;
}
.footer-fixed-btn .footer-fixed-input>div>span{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 14px;
	vertical-align: bottom;
	color: #fff;
	background: #3088F4;
	cursor: pointer;
}
.footer-fixed-btn .footer-fixed-input>span{
	display: none;
	position: absolute;
	top: -12px;
	left: 500px;
	padding:10px;
	font-size: 14px;
	color: #009CFF;
	background-color:#fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}

.footer-fixed-btn .footer-fixed-input i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/index-icon.png) no-repeat -165px -45px;
	vertical-align: middle;
	margin-right: 5px;
}
.footer-fixed-btn>a{
	display: inline-block;
	height: 40px;
	line-height: 44px;
	text-align: center;
	border: 2px solid #3088F4;
	vertical-align: bottom;
	margin: 0 10px;
	color: #3088F4;
	font-size: 16px;
	padding: 0 12px;
}
.footer-fixed400{
	display: inline-block;
	color: #3088F4;
	font-size: 24px;
	margin-left: 11px;
}
.footer-fixed400 i{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/index-icon.png) no-repeat -123px -37px;
	margin-right: 5px;
	vertical-align: middle;
}
.footer-fixed-colse{
	font-size: 36px;
	position: absolute;
	display:block;
	right:-22px;
	top:-12px;
	color:#2b78d9;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	cursor: pointer;
}
.footer-fixed-colse:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.q1{
padding-top: 10px;
    margin-right: -7px;
}
#sub1{background: #3088F4;color:#fff; height: 44px; margin-left: -31px;}
/*文字动画固定样式*/
.text-ani > span {
font-size: 18px;
  display: inline-block;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*多少种文字动画*/
.ani1 > span {
  animation-name: ani1;
}
.ani2 > span {
  animation-name: ani2;
}
.ani3 > span {
  animation-name: ani3;
}
.ani4 > span {
  animation-name: ani4;
}
.ani5 > span {
  animation-name: ani5;
}

/*文字动画逐个变慢执行样式*/
.text-ani > span:nth-child(1) {
  animation-delay: 0s;
}
.text-ani > span:nth-child(2) {
  animation-delay: 0.3s;
}
.text-ani > span:nth-child(3) {
  animation-delay: 0.6s;
}
.text-ani > span:nth-child(4) {
  animation-delay: 0.9s;
}
.text-ani > span:nth-child(5) {
  animation-delay: 1.2s;
}
.text-ani > span:nth-child(6) {
  animation-delay: 1.5s;
}
.text-ani > span:nth-child(7) {
  animation-delay: 1.8;
}
.text-ani > span:nth-child(8) {
  animation-delay: 2.1s;
}
.text-ani > span:nth-child(9) {
  animation-delay: 2.4s;
}
.text-ani > span:nth-child(10) {
  animation-delay: 2.7s;
}
.text-ani > span:nth-child(11) {
  animation-delay: 3s;
}
.text-ani > span:nth-child(12) {
  animation-delay: 3.3s;
}
.text-ani > span:nth-child(13) {
  animation-delay:  3.6;
}
.text-ani > span:nth-child(14) {
  animation-delay: 3.9s;
}
.text-ani > span:nth-child(15) {
  animation-delay: 4.2s;
}
.text-ani > span:nth-child(16) {
  animation-delay: 4.5s;
}
.text-ani > span:nth-child(17) {
  animation-delay:4.8s;
}
.text-ani > span:nth-child(18) {
  animation-delay: 5.1s;
}
.text-ani > span:nth-child(19) {
  animation-delay: 5.4s;
}
.text-ani > span:nth-child(20) {
  animation-delay: 5.7s;
}
/*文字动画样式1*/
@keyframes ani1 {
  0% {
    transform: translate(0px, 0px);
    color: red;
  }
  50% {
    transform: translate(0px, -8px);
    color: green;
  }
  100% {
    transform: translate(0px, 0px);
    color: blue;
  }
}
/*文字动画样式2*/
@keyframes ani2 {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0.5, 0.1);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -35px, 0);
  }
}
/*文字动画样式3*/
@keyframes ani3 {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*文字动画样式4*/
@keyframes ani4 {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*文字动画样式5*/
@keyframes ani5 {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/*文字动画*/


.tan{ float:left; margin-right:36px;margin-top:4px;}
.tan p{ font-size:30px; color:#2b78d9; font-family:"微软雅黑"; background:url(../images/tk2_01_03.png) left center no-repeat; text-align:left; padding-left:43px;margin-left:34px;}

.flex-viewport{ width:360px;margin-left: 35px;}

.tn_a{ float:left;margin-top: 15px; }
.clear{clear:both;}
.tn_a1_box li{ border:1px solid #2b78d9; width:225px;}
.tn_a1_box li .text {
    padding-left: 9px;
    width: 100%;
    height: 36px;
    background: none;
}
.tn_a1_box li{ float:left; margin-right:8px;}
.tn_a1_box li:last-of-type{ margin-right:0;}
.tn_a1_box li:first-of-type {
	width:138px;
}

.tn_a2{line-height:40px; }
.tn_a2 .text2{width:168px; line-height:36px; text-indent:1em; font-size:14px; color:#999999;}
.tn_a2 .submit{width:50px; line-height:36px;cursor:pointer;
font-size:15px;
color:#ffffff;
background: #2b78d9;}

.footer-fixed-btn{ position:relative; float:left;margin-top:1px; margin-left:15px;}


.masked{
		position: relative;
    	bottom: 16px;
        text-align: center;
        background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 4s infinite linear;
      }
    @-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
    }

 .text5{
	 	  position: relative;
    	   bottom: 20px;
            width: 300px;
            height: 200px;
            background-image: -webkit-linear-gradient(left,blue,#66ffff 10%,#2b78d9 20%,/*#cc00ff 20%,*//*#CC00CC 30%,*/ #CCCCFF 40%,#2b78d9 50%,/* #00FFFF 50%,*/#CCCCFF 60%,/*#CC00CC 70%,*//*#CC00FF 80%,*/#2b78d9 70%,#2b78d9 80%,#66FFFF 90%,/*#eaeaea 100%,*/blue 100%);
            -webkit-text-fill-color: transparent;/* 将字体设置成透明色 */
            -webkit-background-clip: text;/* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
            -webkit-background-size: 200% 100%; 
            -webkit-animation: masked-animation 4s linear infinite;
        }
        @keyframes masked-animation {
            0% {
                background-position: 0  0;
            }
            100% {
                background-position: -100%  0;
            }
        }








#limrq li, #limrq i {
    color: #2b78d9;
    font-size: 15px;
}