﻿/*全局定义开始*/
*
{
	margin:0px;
	padding:0px;
}
body
{
	text-align:center;
	font-family:"宋体",arial;
	font-size:12px;
	color:#000;
	background:#fff;
}
h1,h2,h3,h4,h5,h6
{
	font-size:12px;
	font-weight:normal;
}
div,form,input,img,ul,ol,li,dl,dt,dd,table,tr,td
{
	border:0px;
}
li
{
	list-style-type:none;
}
img
{
	vertical-align:middle;
}
a:link
{
	color:#333;
	text-decoration:none;
}
a:visited
{
	color:#666;
	text-decoration:none;
}
a:hover
{
	color:#f60;
	text-decoration:none;
}
a:active
{
	color:#f60;
}
/*全局定义结束*/

.container
{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.inner
{
    width: 1002px;
    height: 100%;
    margin: 0px auto;
    text-align: center;
}
.header-top
{
    border-top: 2px #0072c4 solid;
}
.container .inner .header
{
    width: 100%;
    height: 87px;
}
.container .inner .header .logo
{
    float: left;
    width: 442px;
    height: 57px;
    background: url(../images/logo.png) no-repeat 0px 0px;
    margin: 18px 48px 0px 0px;
    display: inline;
}
.container .inner .header .search
{
    float: right;
    width: 192px;
    height: 34px;
    margin-top: 9px;
    text-align: left;
    background: url(../images/search_keywords_bg.png) no-repeat 0px 0px;
}
.container .inner .header .search .keywords
{
    float: left;
    width: 128px;
    height: 14px;
    line-height: 14px;
    margin: 10px 0px 0px 14px;
    border: 0px;
    color: #666;
    font-size: 12px;
}
.container .inner .header .search .btn-search
{
    float: left;
    width: 19px;
    height: 19px;
    margin: 8px 0px 0px 20px;
    background: url(../images/btn_search_bg.png) no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
}
.container .inner .header .menu
{
    float: right;
    width: 512px;
    height: 30px;
    margin-top: 14px;
    text-align: left;
}
.container .inner .header .menu ul li
{
    float: left;
    width: auto;
    padding: 0px 8px;
    _padding: 0px 5px;
    height: 30px;
    line-height: 30px;
}
.container .inner .header .menu ul li a
{
    color: #272727;
    font-size: 14px;
    font-weight: bold;
}
.container .inner .header .menu ul li.cur
{
    background-color: #007bd3;
}
.container .inner .header .menu ul li.cur a
{
    color: #fff;
}
/*.container .inner .focus-pic
{
    width: 100%;
    height: 493px;
    position: relative;
}
.container .inner .focus-pic ul li
{
    position: absolute;
    left: 50%;
    margin-left: -720px;
}
.container .inner .focus-pic ul li a img
{
    border: 0px;
}*/

.footer-container
{
    width: 100%;
    height: 207px;
    background: url(../images/footer_bg_all.png) repeat-x 0px 0px;
}
.footer-container .footer
{
    width: 1002px;
    height: 207px;
    margin: 0px auto;
    text-align: center;
    background: url(../images/footer_bg.png) repeat-x 0px 0px;
    color: #fff;
    border: 0px;
    padding: 0px;
}
.footer-container .footer .footer-link
{
    height:51px;
    line-height: 51px;
}
.footer-container .footer .footer-link a
{
    color: #fff;
}
.footer-container .footer .footer-contact
{
    height: 125px;
}
.footer-container .footer .footer-contact .footer-contact-left
{
    float: left;
    text-align: left;
    padding: 24px 0px 0px 40px;
}
.footer-container .footer .footer-contact .footer-contact-left p
{
    height: 25px;
    line-height: 25px;
}
.footer-container .footer .footer-contact .footer-contact-right
{
    float: right;
    width: 115px;
    height: 43px;
    margin: 47px 40px 0px 0px;
    background: url(../images/feedback_bg.png) no-repeat 0px 0px;
    cursor: pointer;
}
.footer-container .footer .footer-copyright
{
    height: 31px;
    line-height: 31px;
}