@charset "UTF-8";

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "SourceHanSansCN-Regular", arial, helvetica, clean, sans-serif;
    color: #333;
    background-color: #e7edf7;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "SourceHanSansCN-Regular";
    outline: 0;
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt24 {
    margin-top: 20px;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-mt20 {
        margin-top: 12px;
    }

    .ewb-mt24 {
        margin-top: 15px;
    }
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */

#header {
    height: 305px;
}

.ewb-header {
    background: #7bd1fa url('../images/header_bg.png') center top no-repeat;
}

.ewb-header-wrap {
    height: 249px;
}

.ewb-header-left {
    position: relative;
    float: left;
    margin-top: 78px;
}

/* logo */

.ewb-logo {
    vertical-align: top;
}

/* 地区 */

.ewb-region {
     position: absolute;
    z-index: 9999;
    bottom: 35px;
    left: 540px;
}

.ewb-region-name {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 28px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    color: #2d7eda;
    background: url('../images/region_ico.png') 12px center no-repeat rgba(255, 255, 255, 0.88);
    cursor: pointer;
    white-space: nowrap;
}

/* 地区选择 */

.ewb-region-ico {
   position: absolute;
    z-index: 99999;
    top: 26px;
    left: 50%;
    margin-left: -15.5px;
    display: none;
    width: 31px;
    height: 21px;
    background: url('../images/region_jt.png') center top no-repeat;
}

.ewb-region-drop {
     display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -445px;
    padding-top: 21px;
}

.ewb-region:hover .ewb-region-drop,
.ewb-region:hover .ewb-region-ico {
    display: block;
}

.ewb-region-wrap {
      width: 1130px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.6);
}

.ewb-region-node {
    position: relative;
    padding-left: 126px;
    min-height: 32px;
    vertical-align: top;
}

.ewb-region-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-family: "SourceHanSansCN-Bold";;
    color: #2c69c3;
}

.ewb-region-conent {
    padding-left: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-region-conent li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 12px;
    padding: 4px 0;
}

.ewb-region-conent li a {
    display: block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-region-conent li a:hover {
    color: #fff;
    background-color: #2c69c3;
}

/* 搜索 */

.ewb-search {
    float: right;
    margin-top: 108px;
}

.ewb-search-type {
    float: left;
    width: 86px;
    border-right: 1px solid #1f8de6;
}

.ewb-search-sel {
    padding-left: 8px;
    width: 100%;
    height: 36px;
    line-height: 35px;
    border: 0;
    color: #133684;
    background-color: #d3eafc;
}

.chosen-container {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 36px;
    border: 0;
    box-shadow: none;
    color: #133684;
    background-color: #d3eafc;
}

.chosen-container-single .chosen-single.cur {
    color: #133684;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container-single .chosen-single span {
    margin-right: 15px;
    height: 36px;
    line-height: 35px;
}

.chosen-container-single .chosen-single div {
    width: 15px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 15px;
    height: 36px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 36px;
    border: 1px solid #d3eafc;
    border-radius: 0;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 5px 5px;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #133684;
    background-color: #d3eafc;
}

.ewb-search-tips {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 48px 0 10px;
    width: 220px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.8);
}

.ewb-search-tips .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 36px;
    line-height: 35px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-search-tips .input-box {
    width: 100%;
    height: 36px;
    line-height: 35px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 36px;
    background: url('../images/search_ico.png') center center no-repeat #2d7eda;
    cursor: pointer;
}

.ewb-search-btn:hover {
    background-color: #4592e8;
}

/* nav */

.ewb-nav {
    background-color: #196bdd;
}

.ewb-nav-node {
    float: left;
    width: 16.66%;
    vertical-align: top;
    background: url('../images/nav_sx.png') left repeat-y;
}

.ewb-nav-node:first-child {
    background: none;
}

.ewb-nav-item {
    display: block;
    margin-left: 1px;
    text-align: center;
}

.ewb-nav-item:hover,
.ewb-nav-item.current {
    background-color: #16a1f1;
}

.ewb-nav-name {
    display: inline-block;
    vertical-align: top;
    /* padding-left: 40px; */
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
    background-position: left center;
    background-repeat: no-repeat;
}
/* 
.ewb-nav-name.icon1 {
    background-image: url('../images/nav_icon1.png');
}

.ewb-nav-name.icon2 {
    background-image: url('../images/nav_icon2.png');
}

.ewb-nav-name.icon3 {
    background-image: url('../images/nav_icon3.png');
}

.ewb-nav-name.icon4 {
    background-image: url('../images/nav_icon4.png');
}

.ewb-nav-name.icon5 {
    background-image: url('../images/nav_icon5.png');
}

.ewb-nav-name.icon6 {
    background-image: url('../images/nav_icon6.png');
}

.ewb-nav-name.icon7 {
    background-image: url('../images/nav_icon7.png');
} */

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    /* .ewb-logo {
        width: 550px;
    } */

    .ewb-region-wrap {
        width: 980px;
    }
}

/* 竖版pad及以下 */

/* @media (max-width: 979px) {
    
    .ewb-header-left {
        margin-top: 40px;
    }

    .ewb-logo {
        width: 510px;
    }

    .ewb-search {
        margin-top: 25px;
    }

    .ewb-nav-name {
        padding-left: 30px;
        background-size: auto 34px;
    }

    .ewb-region-wrap {
        width: 736px;
    }
} */

/* 手机端 */

@media (max-width: 979px) {

    #header,
    .ewb-header-wrap {
        height: auto;
    }

    .ewb-header-left {
        float: none;
        margin-top: 20px;
    }

    .ewb-logo {
        width: 95%;
        max-width: 550px;
    }

    .ewb-region {
        position: static;
        margin-top: 10px;
    }

    .ewb-region-ico {
        top: auto;
        bottom: -11px;
        left: 20px;
        margin-left: 0;
    }

    .ewb-region-drop {
        left: 0 !important;
    }

    .ewb-region-wrap {
        width: 100%;
        padding: 5px 0;
        font-size: 12px;
    }

    .ewb-region-name {
        font-size: 12px;
    }

    .ewb-region-node {
        padding-left: 0;
        min-height: 24px;
    }

    .ewb-region-type {
        position: static;
        display: block;
        text-align: left;
        padding-left: 10px;
        height: 24px;
        line-height: 24px;
    }

    .ewb-region-conent li {
        margin-right: 5px;
    }

    .ewb-search {
        float: none;
        position: relative;
        margin-top: 10px;
        padding-left: 86px;
        overflow: hidden;
    }

    .ewb-search-type {
        position: absolute;
        top: 0;
        left: 0;
    }

    .ewb-search-tips {
        float: none;
        width: 100%;
    }

    .ewb-nav {
        margin-top: 10px;
        padding: 5px 0;
    }

    .ewb-nav-node {
        width: 33.333333333333333%;
        padding: 2px 5px;
    }

    .ewb-nav-node:nth-child(3n+1) {
        background: none;
    }

    .ewb-nav-name {
        height: 34px;
        line-height: 34px;
    }

    .ewb-region-conent li a {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .ewb-nav-name {
        font-size: 15px;
        /* padding-left: 24px; */
    }
}

@media (max-width: 340px) {
    .ewb-nav-name {
        font-size: 14px;
        background-size: auto 28px;
        /* padding-left: 20px; */
    }
}

@media (max-width: 319px) {
    .ewb-nav-node {
        width: 50%;
        background: none;
    }

    .ewb-nav-node:nth-child(2n) {
        background: url('../images/nav_sx.png') left repeat-y;
    }
}

/* main */

.ewb-main {
    padding: 24px 0;
    background: url('../images/main_bg.png') center bottom no-repeat;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-main {
        padding: 12px 0;
    }
}

/* footer */

.footerlink {
    padding: 15px 20px;
    background-color: #fff;
}

.footer-chosen {
    margin: -5px -12.5px;
}

.footer-list {
    float: left;
    width: 25%;
    padding: 5px 12.5px;
    box-sizing: border-box;
}

.footer-sel {
    width: 100%;
    height: 36px;
    line-height: 34px;
    color: #666;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.footerlink .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    color: #666;
    border: 1px solid #ddd;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}

.footerlink .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #333;
}

.footerlink .chosen-container-single .chosen-single div {
    width: 30px;
}

.footerlink .chosen-container-single .chosen-single div b {
    width: 100%;
    background: url("../images/icon_sel_down.png") center no-repeat;
}

.footerlink .chosen-container .chosen-drop {
    top: auto;
    bottom: 35px;
    border: 1px solid #cfd8e5;
}

.footerlink .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.footerlink .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/icon_sel_up.png") center no-repeat;
}

.footerlink .chosen-container * {
    box-sizing: inherit;
}

.footerlink .chosen-container-single .chosen-single {
    background-color: transparent;
}

.footerlink .chosen-container .chosen-results li {
    line-height: 30px;
    font-size: 14px;
}

.ewb-footer-content {  
    padding: 10px 0 20px;    
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    background: url('../images/footer_bg.jpg') center top no-repeat;
    background-size: 100% 100%;    
}

.ewb-footer-content .container {
    position: relative;
}

.ewb-footer-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.ewb-footer-item a {
    color: #fff;
}

.ewb-footer-item.beian {
    padding-left: 26px;
    background: url('../images/beian.png') left center no-repeat;
}

.ewb-footer-icon {
    position: absolute;
    display: block;
    top: 44px;
    left: 20px;
}

.ewb-footer-icon2 {
    position: absolute;
    display: block;
    top: 50px;
    right: 20px;
}

.ewb-footer-nav {
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom:1px solid rgba(255, 255, 255, 0.33);
}

/* 竖版pad及以下 */

@media (max-width: 979px) {

    .ewb-footer-item {
        line-height: 24px;
        font-size: 13px;
    }

    .footer-list {
        width: 50%;
    }
}

/* 手机端 */

@media (max-width: 767px) {

    #footer,
    .ewb-footer {
        height: auto;
    }

    .footer-list {
        width: 100%;
    }

    .ewb-footer-content {
        text-align: center;
    }

    .ewb-footer-item {
        margin: 0 6px;
    }

    .ewb-footer-icon {
        position: static;
        display: inline-block;
        margin: 10px;
    }
    
    .ewb-footer-icon2 {
        position: static;
        display: inline-block;
        margin: 10px;
    }
}


/* 20210823地区下拉选择 */

.area-list {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.area-item {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    padding: 0 12px 0 48px;
    font-size: 20px;
    color: #333;
    background-color: #fff;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.area-item:last-child {
    margin-bottom: 0;
}

.area-item:hover {
    color: #fff;
    background-color: #2c69c3;
}

.icon-lishui {
    background-image: url("../images/lishui_ico.png");
}

.icon-lishui:hover {
    background-image: url("../images/lishui_icoh.png");
}

.icon-liandu {
    background-image: url("../images/liandu_ico.png");
}

.icon-liandu:hover {
    background-image: url("../images/liandu_icoh.png");
}

.icon-longquan {
    background-image: url("../images/longquan_ico.png");
}

.icon-longquan:hover {
    background-image: url("../images/longquan_icoh.png");
}

.icon-qingtian {
    background-image: url("../images/qingtian_ico.png");
}

.icon-qingtian:hover {
    background-image: url("../images/qingtian_icoh.png");
}

.icon-yunhe {
    background-image: url("../images/yunhe_ico.png");
}

.icon-yunhe:hover {
    background-image: url("../images/yunhe_icoh.png");
}

.icon-qingyuan {
    background-image: url("../images/qingyuan_ico.png");
}

.icon-qingyuan:hover {
    background-image: url("../images/qingyuan_icoh.png");
}

.icon-jinyun {
    background-image: url("../images/jinyun_ico.png");
}

.icon-jinyun:hover {
    background-image: url("../images/jinyun_icoh.png");
}

.icon-suichang {
    background-image: url("../images/suichang_ico.png");
}

.icon-suichang:hover {
    background-image: url("../images/suichang_icoh.png");
}

.icon-songyang {
    background-image: url("../images/songyang_ico.png");
}

.icon-songyang:hover {
    background-image: url("../images/songyang_icoh.png");
}

.icon-jingning {
    background-image: url("../images/jingning_ico.png");
}

.icon-jingning:hover {
    background-image: url("../images/jingning_icoh.png");
}

/* 20210917 市，市县导航地区下拉调整 */

.ewb-region {
    bottom: 55px;
}

.ewb-region-name {
    min-width: 82px;
    height: 27px;
    line-height: 25px;
    padding: 0 10px 0 33px;
    border: 1px solid #1e6ebb;
    background-color: #fff;
    background-position: 8px center;
}

.ewb-region-ico {
    top: 100%;
    margin-top: 13px;
    margin-left: -4.5px;
    width: 20px;
    height: 9px;
}

.ewb-region-drop {
    left: 50%;
    /*margin-left: -385px;*/
    margin-left: -512px;
    padding-top: 21px;
}

/*.ewb-region-wrap {
    width: 770px;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #1e6ebb;
}

.area-label {
    line-height: 26px;
    font-size: 16px;
    color: #2d7eda;
}

.area-item {
    min-width: auto;
    height: 26px;
    line-height: 26px;
    margin: 5px 10px;
    padding: 0;
    font-size: 16px;
    color: #666;
    background: none;
}

.area-item:last-child {
    margin: 5px 0 5px 10px;
}

.area-item:hover {
    color: #2d7eda;
    background: none;
}*/

/* 市县 */

.ewb-region.city-county {
    bottom: 15px;
    z-index: 999;
}

.city-county .ewb-region-name {
    padding: 0 20px 0 3px;
    background: #fff url("../images/region_arrow_down.png") calc(100% - 5px) center no-repeat;
}

.city-county:hover .ewb-region-name {
    background-image: url("../images/region_arrow_up.png");
}

@media (max-width: 979px) {
    .ewb-region-drop {
        margin-left: 0;
    }

    .ewb-region-wrap {
        width: 100%;
    }

    .area-label {
        font-size: 14px;
    }

    .area-item {
        font-size: 14px;
    }
    
}


/* 登录样式 begin */
.loginItems a{display: block;}
#login {float: right;position: relative;display: inline-block;font-size: 16px;color: #254694;}
.user-center {position: absolute;width: 90px;height: 70px;text-align: center;background: url(http://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&gt;a {display:block;line-height:30px;text-align:center;}
.user-center&gt;p:hover,.user-center&gt;a:hover {color: #1492ff;}
.loginBtns {width: auto;line-height: normal;color: #254694;font-size:16px;text-align: center;cursor:pointer;}
.loginItems {position: absolute;width: 90px;height: 80px;text-align: center;background: url(http://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 */