*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
.fl ,.left{
	float: left;
}
.fr ,.right{
	float: right;
}
body{
	background: #edeadf;
	background-size: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.top{
	min-width: 1200px;
	margin: 0 auto;
}

.top .logo{
	height: 192px;
	width: 1200px;
	margin: 0 auto;
	position:relative;
	background:url(../images/logo1.png) no-repeat !important;
}
.search{
	width: 256px;
    position: absolute;
    background: url(../images/search.png) no-repeat;
    height: 29px;
    right: 292px;
    top: 89px;
}
.search input{
	position: absolute;
    left: 18px;
    top: 1px;
    height: 27px;
    /* background: red; */
    border: 0;
    font-size: 14px;
    width: 194px;
}
.search i{
	    position: absolute;
    /* background: red; */
    width: 40px;
    height: 30px;
    right: 0px;
}
.xl_vx{
	    position: absolute;
    left: 921px;
    top: 83px;
}
.xl_vx a{
	display: inline-block;
    width: 38px;
    margin-right: 6px;
    height: 38px;
}
.xl_vx img{
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	-ms-transition:0.4s ease;
}
.xl_vx img:hover{
	transform:scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-moz-transform:scale(1.1) rotate(360deg);
}
.top .logo img{
	
}
.topBar{
	height: 38px;
	min-width: 1200px;
}
.topBar .center a{
	color: white;
}
.topBar .center{
	color: white;
	width: 1200px;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	position: relative;
	background: #4b8ede;
}
.top .time{
	position: absolute;left: 20px;
}
.top .login{
	    left: 633px;
    width: 547px;
    position: absolute;
    text-align: right;
}
.top .login input{
	    border: none;
    padding: 0 10px;
    width: 86px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
}
.top .login .dl{
	margin-left: 20px;
	
}
.top .login .dl,.top .login .sm{
	width: 56px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	background: #40cc15;
	border: none;
	border-radius: 2px;
	color: white;
	cursor: pointer;
}
.top .login .sm {
	background: #ffa631;
}


















.nav{
	height: 60px;
	background:#248cf0;
	margin: 0 auto; 
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
       width: 1165px;
    padding-left: 35px;
}
.nav .layui-nav{
	background: none !important;
	    padding: 0;
}
#nav>li{
	    height: 60px;
    line-height: 60px;
    float: left;
}
#nav>li a{
	text-align: center;
	color: white ;    font-size: 19px;
}
.hover,#nav>li:hover{
	background: #FF9800;
	
}
.hover a,#nav>li:hover a{
	color: white !important;
}
.layui-nav .layui-nav-item a{
	padding: 0 30px !important;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background: none !important;
}
.nav .layui-nav-child{
    background: #397dcf;border: 0;
}
.nav .layui-nav .layui-nav-child a{
	color: white !important;
	display: block;
}
.nav .layui-nav .layui-nav-child a:hover {
    background-color: #febd3f !important;
    color: white !important;
}
.layui-nav .layui-nav-more{
	display: none;
}
.foot{
	    height: 77px;
    background: #4b8ede;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.foot .center p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: "微软雅黑";
}
.foot .center p a{
	color: white;
}

.footLink{
	height: 55px;
	width: 1200px;
	margin: 0 auto;
	background: white;
	line-height: 55px;
	overflow: hidden;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footLink span{
	    color: #6683c5;
    font-size: 15px;
    margin-left: 50px;
    font-weight: bold;
}
.footLink a{
	font-size: 14px;color: black;
}



