* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}
.img-fit {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.contaier {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/*logo*/
.logo{
	display: flex;
	flex-direction: row;
	align-items: center;
	float: left;
	margin-top: 70px;
	position: relative;
	z-index: 10;
	border-radius: 20px;
	background: rgba(255,255,255,.2);
}
.logo img{
	width: 120px;
	margin-right: 20px;
	
}
.logo .text{
	font-family: impact;
	text-shadow: 0 5px 5px rgba(0,0,0,.1);
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		background-image: linear-gradient(45deg, #3e9eeb 0%, #3e9eeb 30%, #095cba 0%, #095cba 70%, #3e9eeb 0%, #3e9eeb 100%);
		background-size: 35% 100%;
		-webkit-background-clip: text;
		background-clip: text;
		color:transparent;
		animation: aitf 8s linear infinite;
		}
		@keyframes aitf {
			0% { background-position: 0% 100%; }
			100% { background-position: 100% 100%; }
		}
.logo .text span{
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}

/*下面两个是核心样式*/
.beat-char {
    line-height: 3.4em;
    position: relative;
	display: inline-block;
	background: transparent;

}

.rotate{
	transform:rotate(360deg) ;
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
	-webkit-transition-duration: 0.7s;

}
.banner p{
	width: 500px;
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding-top: 150px;
}
/*top*/
.top {
	background: #0078d7;
	color: #fff !important;
}

.top .top_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	float: left;
}

.top .top_left p {
	font-size: 12px;
	line-height: 40px;
}

.top_right {
	float: right;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
}

.top_right ul li {
	padding: 0 18px;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.top_right ul li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.top_right ul li a {
	color: #fff;
}


/*nav*/
nav{
	margin-top: 8px;
}
nav .contaier {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 26px 0;
	z-index: 10;
}


nav .nav {
	z-index: 1;
	width: 100%;
	position: absolute;
	right: 0;
	background: #0078d7;
	border-radius: 5px;
}

nav .nav a {
	color: #fff;
}

nav .nav .nLi .sub a {
	color: #0078D7;
}

nav .nav .nLi {
	float: left;
	display: inline;
	width: 12.5%;
}

nav .nav .nLi h3 {
	float: left;
	width: 100%;
	height: 52px;
	overflow: hidden;
	border-radius:5px ;
}

nav .nav .nLi h3:hover {
	background: #095cba;
}

nav .nav .nLi h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	transition: .5s;
}

nav .nav .nLi h3 a p {
	padding: 5px 0;
}

nav .nav .nLi h3 a p:last-child {
	color: #fff;
}

nav .nav .nLi h3 a:hover {
	transform: translateY(-52px);
}

nav .nav .nLi h3 a span {
	color: #c8c8c8;
	font-size: 12px;
	text-transform: uppercase;
}

nav .nav .sub {
	display: none;
	width: 100px;
	left: 0;
	top: 52px;
	position: absolute;
	background: #ddd;
	line-height: 26px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	z-index: 10;
}
nav .nav .sub .box{
	background: #fff;
	padding: 10px;
	margin: 5px;
}
nav .nav .sub .text{
	width: 36%;
	float: left;
	height: 200px;
	overflow: hidden;
}
nav .nav .sub ul{
	width: 60%;
	float: right;
}
nav .nav .sub li {
	zoom: 1;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 6px;
	border-bottom: 1px dashed #ddd;
}
nav .nav .sub li:nth-child(3n){
	margin-right: 0;
}

nav .nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.2;
	height: 32px;
	padding-top: 10px;
}

nav .nav .sub a:hover {
	background: #095cba;
	color: #fff;
}

nav .nav .on h3 a {
	background: #095cba;
	color: #fff;
}

/*banner*/
.banner{
	background-size:cover ;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.banner .contaier{
	position: relative;
	height: 300px;
}
.banner img.first{
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	/*transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-o-transform:rotate(180deg); */
}
.banner img.two{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner .well{
	position: absolute;
	z-index: 99;
	left: 20%;
	top: 70%;
	display: inline-block;
}
.banner .well h4{
	display: inline-block;
	color:#fff;
	font-size:24px;
	letter-spacing: 2px;
	text-shadow: 0 2px 2px rgba(0,0,0,.4);
}
/*友情链接*/
.yqlj{
	background: #f5f5f5;
	padding: 28px 0 18px 0;
}
.yqlj ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.yqlj ul li{
	margin-right: 1.5%;
	width: 15.416666666%;
	margin-bottom: 10px;
}
.yqlj ul li:nth-child(6n){
	margin-right: 0;
}
.yqlj ul li a{
	display: table;
	text-align: center;
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #666;
	transition: .2s;
}
.yqlj ul li a:hover{
	color: #0078D7;
}
.yqlj ul li a .tell{
	display: table-cell;
	vertical-align:middle;
}

footer .footer_top{
	background: #0078d7;
	padding: 40px 0;
}
footer .footer_top .contaier{
	display: flex;
	align-items: center;
	flex-direction: row;
}
footer .footer_top .contaier .left{
	width: 13.33333333%;
	margin-right: 7.5%;
}
footer .footer_top .contaier .center{
	width: 60%;
	margin-right: 7.5%;
	display: flex;
}
footer .footer_top .contaier .center h4{
	font-size: 20px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,.15);
	position: relative;
}
footer .footer_top .contaier .center a{
	color: #b1ddff;
	font-size: 14px;
	display: block;
	padding: 4px 0;
}
footer .footer_top .contaier .center p{
	color: #b1ddff;
	font-size: 14px;
	padding: 4px 0;
}
footer .footer_top .contaier .center h4:after{
	position: absolute;
	width: 27px;
	display: block;
	content: "";
	height: 1px;
	background: #fff;
	bottom: -1px;
	left: 0;
}
footer .footer_top .contaier .center .l{
	width: 20%;
	margin-right: 5%;
}
footer .footer_top .contaier .center .c{
	width: 20%;
	margin-right: 5%;
}
footer .footer_top .contaier .center .r{
	width: 50%;
}
footer .footer_top .contaier .right{
	width: 11.66666666%;
	text-align: center;
}
footer .footer_top .contaier .right p{
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}
footer .footer_bottom{
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	padding: 18px 0;
}

/*会飘的窗口*/
#move_port {
	position: fixed;
	width: 15%;
	min-height: 100px;
	left: 0;
	top: 0;
	cursor: pointer;
	background: ;
	z-index: 10000; 
	color: #fff;
	text-align: center;
	border-radius: 10px;
	width: 325px;
}
#move_port img{
	max-width: 100%;
	
}
.move_div {
	position: fixed;
	width: 360px;
	height: 200px;
	left: 0;
	top: 0;
	cursor: pointer;
	background: #d2435c;
}