﻿@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style:none;
}
.clear:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background: url(../images/body_01.jpg ) no-repeat center top;
    background-color: #f5f5f5;
}
.main{
	width: 1170px;
	margin:0 auto;
}		
.login{
	float: right;
}
	.login a{
	color: #fff;
		font-size: 14px;
		line-height: 47px;
	}
	.login span{
	padding: 0 8px;
	color: #fff;
	line-height: 47px;
	}
nav{
	background-color:rgba(12,56,166,0.76);
	height: 65px;
}
.logo{
	float: left;
}
.nav {
	float: right;
}
    .nav a {
        color: #fff;
        font-size: 16px;
        line-height: 65px;
        font-weight: bold;
        padding: 0px 13px;
    }
.nav li{
	float: left;
	
}
.nav li span{
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
}
footer{
	background: #666;
	height: 120px;
	margin-top: 30px;
}
.icp {
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
}

.lic {
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
}

    .lic .link {
        color: #fff;
        text-decoration: underline;
    }
.celan {
	background: #fff ;
	width: 66px;
	height: 235px;
	border-radius: 33px;
	float: right;
	position: fixed;
	right: 0;
	top: 200px;
}
.celan  ul {
	background: url(   ../images/tougao.png) no-repeat center top;
	height: 193px;
	
}
.celan  .tou a{
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 50px;
	margin-top: 23px;
	font-size: 15px;
	line-height: 18px;
}
.celan  .cha a{
	color: #3b61bf;
	text-align: center;
	display: block;
	padding-top: 50px;
	margin-top: 5px;
	font-size: 15px;
	line-height: 18px;
}