﻿@charset "UTF-8";
/**
 * @authors AxingPlus、
 * @date    2016-06-13
 * @info	网站头部和底部样式
 * @blog	http://www.meowv.com
 */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

img {
	border: 0;
}

.rule {
	width: 100%;
	height: 8px;
	background-color: #6681EF;
}

#header {
	margin: 30px auto 0;
	width: 940px;
}

#header>img {
	float: left;
	border: 0;
}

#header p {
	float: right;
	font-family: "微软雅黑";
}

#header p:last-child {
	margin-top: -30px;
}

#header>p a {
	color: #000;
}

#header>p a:hover {
	color: #6681EF;
}
 /*nav*/
.nav {
	margin: 0 auto;
	margin-bottom: 1px;
	width: 940px;
	height: 50px;
	background: #4760C7;
}

.nav ul li {
	position: relative;
	float: left;
	width: 133px;
	height: 50px;
}

    .nav ul li > a {
        display: block;
        width: 133px;
        height: 50px;
        background: #4760C7;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-family: "微软雅黑";
        line-height: 50px;
    }

.subNav {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
	overflow: hidden;
	width: 200px;
	height: 0;
}

.subNav li a {
	width: 140px !important;
	text-align: center !important;
	font-weight: normal !important;
	font-size: 17px !important;
}

    .subNav li a:hover {
        /*background: #FFF;*/
        background: #DBDADB;
        color: #4760C7;
    }

.company {
	clear: both;
	margin: 30px auto 10px;
	width: 940px;
	height: 65px;
}

.coder {
	float: left;
	width: 65px;
	height: 65px;
}

.vertical_line2 {
	float: left;
	margin: 7.5px 20px;
	width: 2px;
	height: 50px;
	border-radius: 2px;
	background-color: #f8b62b;
}

.address {
	float: left;
	width: 330px;
}

.address p {
	font-size: 12px;
	font-family: "微软雅黑";
}

.address span {
	float: right;
}

.link {
	float: left;
	width: 80px;
	font-size: 14px;
	font-family: "微软雅黑";
}

.links {
	float: left;
	width: 400px;
}

.links ul li {
	float: left;
	margin-left: 10px;
	text-align: right;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 18px;
}

.links ul li a {
	color: #000;
}

.links ul li a:hover {
	color: #6681EF;
}

#footer {
	clear: both;
}

#footer p:first-child {
	margin-top: 10px;
}

#footer p {
	color: #565A5D;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 25px;
}