﻿@charset "utf-8";
.head{
	width: 100%;overflow: hidden;height: auto;z-index: 10000;background: #fff;
}
.head .logo{
	width: 1.16rem;height: 1.16rem;margin-top: 0.2rem;margin-left: 0.2rem;float: left;
}
.head_ms{
	margin-top: 0.3rem;float: left;margin-left: 0.2rem;
}
.head_ms ul li{
	height: 0.3rem;line-height: 0.3rem;font-size: 0.2rem;color: #1e51a2;
}
.head_ms ul li img{
	width: 0.19rem;height: 0.17rem;margin-top: 0.06rem;margin-right: 0.06rem;
}
.head .head_phone{
	width: 0.74rem;height: 0.75rem;margin-top: 0.4rem;float: right;margin-right: 0.2rem;
}
.index_nav{
	width: 100%;height: 0.7rem;background: #1e51a2;
}
.index_nav ul li{
	width: 25%;float: left;text-align: center;height: 0.7rem;line-height: 0.7rem;
}
.index_nav ul li a{
	color: #fff;

font-size: 0.24rem
}
.index_nav ul li div{
	height: 0.24rem;

border-right: 1px solid #6687bd;

float: right;

margin-top: 0.2rem;
}
.cdan{
	width: 6.4rem;
height: 1.4rem;
background: #1e54a4;
position: fixed;
bottom: 0rem;
z-index: 9999;
}
.cdan .cdan_lb{
	width: 1.1rem;
}
.cdan .cdan_item img{
	width: 0.72rem;
height: 0.54rem;
margin-top: 0.3rem;
}
.cdan .cdan_item h2{
	font-size: 0.2rem;
color: #fff;
margin-top: 0.1rem;
}
.cdan .cdan_item{
	width: 1.0rem;
float: left;
text-align: center;
}
.cdan .cdan_mid{
	width: 2.3rem;
height: 1.6rem;
}
.cdan .cdan_mid img{
	width: 1.78rem;
height: 1.8rem;
margin-top: -0.4rem;
}
/* 底部旋转 */
.yhb02{
	display: block;height: auto;position: absolute;bottom: 0.1rem;left:2.3rem;text-align: center;z-index: 10000;
}
.yhb01{
	display: block;height: auto;position: absolute;bottom: 0.1rem;left:2.3rem;text-align: center;/* animation: 3s linear 0s normal none infinite running circle;-webkit-animation: 3s linear 0s normal none infinite running circle; */
}
@keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}

@-webkit-keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}
@-moz-keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}
/* 底部旋转 */