﻿
/*
	********
	头部部分
	********
*/
#head_top {
    height: 84px;
    width: 1200px;
    margin: 0px auto;
    background-color: white;
	font-family:Microsoft YaHei,微软雅黑;
}

.head_nav {
    height: 81px;
    background-color: #114996;
    font-family:Microsoft YaHei,微软雅黑;
}


/*
	head_top内容部分（logo部分）
*/

#logo {
    width: 280px;
    height: 84px;
    float: left;
    margin: 0px;
	font-family:Microsoft YaHei,微软雅黑;
    border: 0px;
}

#head_top p {
    float: left;
    font-size: 15px;
    margin-top: 57px;
    font-family:Microsoft YaHei,微软雅黑;
}

#input_box {
    height: 23px;
    width: 180px;
    border: 1px solid #8A8A8A;
    outline: medium;
    padding-left: 5px;
    font-family:Microsoft YaHei,微软雅黑;
}

#submit {
    height: 27px;
    width: 27px;
    border: 0px;
    color: white;
    background-image: url('/templets/jiaotong/style/imgs/search.png');
    background-size:100% 100%;
    background-repeat: no-repeat;
    margin-left: -5px;
    outline: medium;
    position: absolute;
    right: 0px;
    top: 10px;
}


/*
	head_nav内容部分（nav部分）
*/

.nav {
    height: 81px;
    width: 1200px;
    margin: 0px auto;
	font-family:Microsoft YaHei,微软雅黑;
}

.nav li {
    float: left;
    list-style: none;
    margin-top: 15px;
    margin-left: 46px;
	font-family:Microsoft YaHei,微软雅黑;
}

.nav li a {
    text-decoration: none;
    color: white;
    font: 14px 微软雅黑,Microsoft YaHei;
}


/*
	head_province内容部分（nav部分）
*/

.head_province {
	width:1200px;
    height: 30px;
	background-color:#F5F5F5;
	margin: 0px auto;
	font-family:Microsoft YaHei,微软雅黑;
}

.province {
    width: 870px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

.province a {
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
    font-family: 微软雅黑;
}

.province a:hover {
    background-color: #191970;
    color:white;
}

/*
	********
	底部部分
	********
*/

.footer {
    background-color: #114996;
	font-family:Microsoft YaHei,微软雅黑;
}

.footer hr {
    color: white;
	font-family:Microsoft YaHei,微软雅黑;
}


/*
	底部导航条
*/

.foot_nav {
    height: 35px;
    text-align: center;
	font-family:Microsoft YaHei,微软雅黑;
}

.foot_nav ul {
    height: 35px;
    width: 700px;
    margin: 0px auto;
	font-family:Microsoft YaHei,微软雅黑;
}

.foot_nav ul li {
    float: left;
    list-style: none;
    margin-top: 14px;
    margin-left: 44px;
	font-family:Microsoft YaHei,微软雅黑;
}

.foot_nav ul li a {
    color: white;
    text-decoration: none;
    font-family: 微软雅黑,Microsoft YaHei;
}


/*
	友情链接
*/

.links {
    height: 150px;
	font-family:Microsoft YaHei,微软雅黑;
}

.links_content {
    width: 1200px;
    height: 150px;
    padding-left: 64px;
    margin: 0px auto;
	font-family:Microsoft YaHei,微软雅黑;
}

.link_title {
    margin-right: 20px;
    float: left;
    height: 150px;
    width: 100px;
	font-family:Microsoft YaHei,微软雅黑;
}

.link_title p {
    display: block;
    color: white;
    margin-top: 8px;
    font-family:Microsoft YaHei,微软雅黑;
}

.link {
    width: 660px;
    float: left;
    height: 150px;
    margin: 0px auto;
	font-family:Microsoft YaHei,微软雅黑;
}

#links_table {
    border: 0px;
    height: 150px;
    width: 720px;
    margin-top: 8px;
	font-family:Microsoft YaHei,微软雅黑;
}

#links_table tr td {
    width: 132px;
}

#links_table tr td ul li a {
    color: white;
    font: 12px 微软雅黑,Microsoft YaHei;
    text-decoration: none;
}

#links_table tr td ul li {
    margin-bottom: 10px;
	font-family:Microsoft YaHei,微软雅黑;
}

.QR_code {
    width: 200px;
    height: 150px;
    float: left;
	font-family:Microsoft YaHei,微软雅黑;
}

.QR_code img {
    width: 100px;
    height: 100px;
    margin-top: 8px;
}


/*
	版权声明
*/

.copyright_content {
    width: 700px;
    margin: 0px auto;
    height: 100px;
	font-family:Microsoft YaHei,微软雅黑;
}

.copyright_content p {
    text-align: center;
    width: 700px;
    color: white;
    margin-top: 10px;
    font: 12px 微软雅黑,Microsoft YaHei;
}

#back-up img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

#back-up {
    height: 50px;
    width: 50px;
    position: fixed;
    cursor: pointer;
	font-family:Microsoft YaHei,微软雅黑;
    right: 10px;
    bottom: 50px;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 10px;
    color: #CCCCCC;
    border-radius: 10px 10px;
}

#back-up:hover {
    background-color: #008B45;
    color: white;
}