@charset "utf-8";
/*****************通用****************/
body{
    font: 15px "microsoft yahei", Arial, Helvetica, sans-serif;
    color:#444444;
    margin:0;
    padding:0;
    background:#fff;
}
*{
    margin: 0;
    padding: 0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clear:after{
    content:"";
    display:block;
    clear:both;
}
button{
    border: 0;
    outline: none;
    cursor: pointer;
}
input{border:none;}
input:focus{
    outline: none;
}
img{
    border: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    color:#444444;
}
a:link {
    text-decoration: none; cursor: pointer;
}
a:visited {
    text-decoration: none; cursor: pointer;
}
a:hover {
    text-decoration: none; cursor: pointer;
}
a:active {
    text-decoration: none; cursor: pointer;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
}
/*公共头部样式开始*/
#top{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: #24b8f7;
    margin: 0 auto;
}
.top_wrap {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.welcome{
    display:block;
    float: left;
    height:40px;
    line-height: 40px;
    font-size:14px;
    color:#ffffff;
    padding-left:19px;
}
.search {
    width: 201px;
    height: 27px;
    overflow: hidden;
    margin-top:6px;
    margin-right: 65px;
}
.search input.text {
    width: 159px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    padding: 0 0 0 11px;
    background: url(../images/search03.png) no-repeat left center;
}
.search input[type=image] {
    width: 30px;
    height: 27px;
}

#header {
    width: 100%;
    min-width: 1200px;
    height: 104px;
    background: #ffffff;
}
.header_wrap {
    width: 1200px;
    height: 104px;
    margin: 0 auto;
    position: relative;
}
.logo{
    width:824px;
    height: 104px;
    line-height: 104px;
}
.logo>a{
    display: block;
    width: 824px;
    height: 104px;
    line-height: 104px;
    overflow: hidden;
}
.logo>a>img{
    vertical-align: middle;
    margin-top: 11px;
}



/*下拉导航样式开始*/
.menu{
    width: 100%;
    min-width: 1200px;
    height: 44px;
    background:#ffffff;
}
.menu_wrap{
    width: 1200px;
    margin: 0 auto;
    height: 44px;
}
.menu_wrap>ul>li {
    float: left;
    width: 133px;
    height:44px;
    transition: background .3s linear;
    position: relative;
}
.menu_wrap>ul>li>a{
    display: block;
    width: 133px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #427ebd;;
    font-size: 18px;
    font-weight: bold;
}
.menu_wrap>ul>li:hover {
    background: #088bd6;
}
.menu_wrap>ul>li:hover>a{
    color:#ffffff;
}
.dropdown {
    position: absolute;
    width: 133px;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000;
}
.menu_wrap ul li:hover .dropdown{
    display: block;
}
.dropdown>li{
    width: 100%;
    height: 35px;
    background: rgba(1,99,177,.76);
    border-bottom: 1px solid #ffffff;
}
.dropdown>li>a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dropdown>li:hover{
    background: #ffffff;
}
.dropdown>li:hover>a{
    color:#0163b1;
}
/*公共底部样式开始*/
.footer{
    width:100%;
    min-width: 1200px;
    height:78px;
    line-height:78px;
    background:#088bd6;
}
.footerBox{
    width: 1200px;
    height:78px;
    background:#088bd6;
    overflow: hidden;
    font-size:15px;
    color:#fff;
    text-align:center;
    line-height:78px;
    margin: 0 auto;
}