﻿/*头尾所需统一样式*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

/* 头部 */
.header {
    width: 100%;
    height: auto;
    /*margin-bottom: 35px;*/
}

.header_bg {
    width: 100%;
    height: 180px;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3189/site/images/29941/header.png) no-repeat center;
}

.header_content {
    width: 1200px;
    height: 180px;
    line-height: 180px;
    margin: 0 auto;
    padding-left: 40px;
}

#tjiao {
    width: 77px;
    height: 38px;
    float: right;
    color: white;
    background: #0763d6;
}

.header input {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}
/* 底部 */
.footer {
    width: 100%;
    height: 200px;
    background: #e8e8e8;
    border-top: 5px solid #07499c;
}

.link {
    width: 1200px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
}

    .link ul li {
        padding: 0 20px;
        background: url(shu02.png) no-repeat right;
        float: left;
    }

        .link ul li a {
            font-size: 15px;
            color: #777777;
        }

.footer select {
    height: 40px;
    width: 200px;
    font-size: 15px;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 0 10px;
    margin-left: 60px;
    border: 1px solid #dcdcdc;
}

.first {
    margin-left: 0;
}

.footer_address {
    width: 900px;
    height: 115px;
    padding-top: 30px;
    margin: 0 auto;
}

    .footer_address li {
        float: left;
    }

#_span_jiucuo {
    position: relative;
    top: -80px;
    right: -40px;
    text-align: center
}

.nav ul li a {
    font-size: 19px;
    width: 150px;
}
/* 登录样式 */
.loginItems a {
    display: block;
}

#login {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #254694;
}

.user-center {
    position: absolute;
    width: 90px;
    height: 70px;
    text-align: center;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1330/2012101025462341435.png) no-repeat 0 0px;
    display: none;
    line-height: 30px;
    padding-top: 9px;
    left: 50%;
    margin-left: -45px;
    border-radius: 5px;
    z-index: 5;
}

    .user-center > a {
        display: block;
        line-height: 30px;
        text-align: center;
    }

        .user-center > p:hover, .user-center > a:hover {
            color: #1492ff;
        }

.loginBtns {
    width: auto;
    line-height: normal;
    color: #254694;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.loginItems {
    z-index: 9999999;
    position: absolute;
    width: 90px;
    height: 80px;
    text-align: center;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
    font-size: 14px;
    display: none;
    line-height: 30px;
    padding-top: 12px;
    left: -19px;
    border-bottom: 1px solid #eeeeee;
}

.loginBtns:hover .loginItems {
    display: block;
}
/* 登录样式end */