﻿@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: "微软雅黑",serif;
}

a{
    color: inherit;
    text-decoration: none;
}

.top{
    width: 100%;
    overflow: hidden;
    background: url("http://gdwsxf.zgdzfc.com/public/top.jpg") no-repeat center top;
}

.top .wza{
    color:#fff;
    font-size:14px;
    position:absolute;
    top:17px;
    cursor: pointer;
    right:130px;
}

.con_w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.zh_click {
    position: absolute;
    top: 17px;
    background: #98C0E3;
    height: 20px;
    width: 60px;
    font-size: 14px;
    border-radius: 12px;
    line-height: 20px;
    color: #3C7FB6;
    right: 220px;
    cursor: pointer;
    text-align: center;
}

.search{
    width: 290px;
    height: 40px;
    margin: 73px auto 0 910px;
    overflow: hidden;
}

.search input[type=text]{
    width: 250px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #d4eaff;
    background-color: #648dcc;
    border: none;
    outline: none;
    padding: 0 10px;
    float: left;
}

.search button[type=submit]{
    width: 40px;
    height: 40px;
    background: url("http://gdwsxf.zgdzfc.com/public/icon_search.jpg") no-repeat;
    cursor: pointer;
    outline: none;
    float: right;
}

.nav{
    width: 1200px;
    height: 60px;
    overflow: hidden;
    margin-top: 72px;
}

.nav .itm{
    width: 199px;
    height: 60px;
    font-size: 18px;
    color: #3d70bf;
    line-height: 60px;
    text-align: center;
    float: left;
}

.nav .itm.current{
    border-bottom: 1px solid #3d70bf;
}