/*
* @Author: 88888888
* @Date:   2020-07-09 11:00:25
* @Last Modified by:   88888888
* @Last Modified time: 2024-05-31 14:50:52
*/
@import url("../css/iconfont.css");
#skip {
    width: 0;
    height: 0;
    overflow: hidden;
}
ul{
    padding-left: 0;
}
.header-lt{
    float: left;
    margin-right: 14px;
    margin-top: 12px;
}
.xaunfu-header {
    background: none;
}
.logo-inder {
    float: left;
    width: 124px!important;
    height: 32px!important;
}
.fixed {
    background-color: #CBB486;
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-lt span {
    margin-left: 25px;
    float: left;
    margin-top: 1.5px;
    width: 110px;
}
.header-lt span a{
	font-size: 16px;
	color: #FFFFFF;
}
.header-lt span em{
    font-style: normal;
    font-size: 18px;
    color: #fff;
    padding: 0 13px;
}
.index-nav{
    background: none;
    color: #fff;
    float: left;
    margin-bottom: 0;
}
.index-nav .navbar-nav>.active>a:hover, .index-nav .navbar-nav>li>a:hover{
    background-color: transparent;
}
.index-nav .navbar-nav>.active>a, .index-nav .navbar-nav>.active>a:focus{
    border-bottom: 5px solid #fff;
    background-color: transparent;
    transition: all 0.3s linear;
}
.index-nav ul li a{
    color: #fff!important;
   padding-top: 18px!important;
   padding: 15px 5px;
}
.icon-shouji {
    margin-top: -2px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-top: 10px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.xia-wm:before{
    content: '';
    width: 0;
    position: absolute;
    left: 42%;
    top: -8px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.head .header-rt .top-link .dropdown-menu:after{
    content: '';
    width: 0;
    position: absolute;
    left: 42%;
    top: -8px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.index-nav ul li{
    padding: 0 15px;
        transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.index-nav ul li:hover a:before{
    width: 100%;
      transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.index-nav ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #fff;
      transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.head .header-rt .top-link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 16px;
    position: relative;
}
.sousuo .search:hover{
    background-position: 0 75%;
}
.head .header-rt .top-link li a{
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, .4);
}
.icon-wuzhangaiyuedu {
    margin-top: -3px;
}
.head .header-rt .top-link li a .iconfont{
    font-size:20px;
    width: 22px;
    float: left;
}

.head .header-rt .top-link li:nth-child(1) a {
    margin-left: 2px;
    border-left: 0;
}

.head .header-rt .top-link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 18px;
    position: relative;
    padding-left: 0;
}
.navbar-brand{
    padding: 25px 0;
    height: auto;
    padding-right: 70px;
}
.sousuo {
    width: 442px;
/*     overflow: hidden; */
    margin: 0 auto;
    float: left;
    margin-top: 33px;
}
.sousuo>div {
    float: left;
}
.sousuo .search {
   width: 108px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    border: none;
    color: #fff;
    line-height: 50px;
    background: linear-gradient(145deg,#e3c894 0%,#b9916b 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e3c894',endColorStr='#b9916b',gradientType='1');
    border-radius: 4px;
    cursor: pointer;
    background-size: 100% 150%;
    background-position: 0 0;
    transition: .3s;
}
.sousuo .input {
    position: relative;
    width: 334px;
    background-color: #fcfbf9;
    height: 50px;
    border:1px solid #eeeeee;
    border-radius: 4px 0 0 4px;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #cbb486;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #cbb486;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #cbb486;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #cbb486;
}
.sousuo .input .picker {
    width: 90px;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 48px;
    cursor: pointer;
    color: #cbb486;
    font-size: 18px;
    text-align: center;
    user-select: none;
}
.sousuo .input>input {
    outline: none;
    border: none;
    padding: 0 10px 0 110px!important;
    margin: 0;
    height: 48px;
    width: 100%;
    position: relative;
    color: #cbb486;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: rgba(255,255,255,.3);
    border-radius: 4px 0 0 4px!important;
}
.picker-box {
    position: relative;
    float: none!important;
}
.sousuo .input>input::-ms-clear{display:none;}
.sousuo .input .picker:before {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #e4d7bf;
    position: absolute;
    right: 0;
    top: 13px;
}
.picker-box span {
    width: 100%;
    display: block;
    background: url(https://www.shanghai.gov.cn/assets2020/img/caret.png) no-repeat scroll right;
    background-origin: content-box;
}
.picker input {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #cbb486;
    border: none;
    text-align: center;
}
.upDown {
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    right: 14px;
    top: 2px;
    cursor: pointer;
    background: url(../img/caret.png) no-repeat scroll center !important;
}
.head{
    background:#cbb486;
}
.top001{
    height:113px;
}
.header-right{
    float: right;
    margin-top: 39px;
    width: 265px;
}
.denglu {
    margin-right: 35px;
}
.denglu span {
    margin-left: 25px;
}
.top-link .dropdown {
    padding-bottom: 16px;
}
.head .header-rt .top-link .dropdown-menu {
    min-width: 110px;
    left: -49px;
    border: none;
    margin: 0px 0 0;
    box-shadow: 0 0 20px 5px rgba(219,185,117,0.15);
}
.head .header-rt .top-link .dropdown .dropdown-menu li a {
    border-bottom: 1px solid #eeeeee;
    color: #333;
    margin-left: 0;
    padding: 10px 30px;
}
.head .header-rt .top-link .dropdown .dropdown-menu li:last-child a {
    border-bottom: none;
}
.dengl-wm .xia-wm {
    left: 0;
}
.xia-wm {
    position: absolute;
    top: 41px;
    width: 110px;
    display: none;
    left: 0px;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 0 20px 5px rgba(219,185,117,0.15);
}
.xia-wm p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}
.picker input[type=text]:focus {
    border: none;
    background-color: rgba(255,255,255,.01)!important;
    outline: none;
}
.hot{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.hot a{
    display: inline-block;
    color: #999;
    margin-right: 12px;
}




@media (min-width: 768px){
.containg {
    width: 750px;
}
.ios-block{
    display: none;
}
.email-dengl{
    display: none!important;
}
}
@media (min-width: 992px){
.containg {
    width: 970px;
}
}
@media (min-width: 1196px){
.containg {
    width: 1166px;
}
}
.containg {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1195px){
.header-lt{
    margin-right: 0px;
}
.header-lt span {
    margin-left: 15px;
    width: 175px;
}
.index-nav ul li {
    padding: 0 0px;
}
.sousuo .input{
      width: 260px;  
}
.sousuo {
    width: 370px;
}
.navbar-brand{
    padding-right: 23px;
}
.header-right{
    padding-left: 10px;
    width: 27%;
}
.denglu {
    margin-right: 20px;
}
.head .header-rt .top-link {
    padding-left: 0;
}
.xia-wm {
    left: -33px;
}
.dengl-wm .xia-wm {
    left: -28px;
}
.head .dengl-wm .top-link li a {
    margin-left: 5px;
}
.head .dengl-wm .top-link li:nth-child(1) a {
    margin-left: 5px;
}
.head .header-rt .top-link li a {
    padding: 0 5px;
    margin-left: 0px;
}
.head .header-rt .top-link .dropdown-menu{
    left: -54px;
}
}
@media (max-width: 991px){
.index-nav ul li {
    padding: 0;
}
.head .header-rt .top-link li:first-child a {
    margin-left: 0;
  /*   width: 16px; */
   /*  float: left; */
}
.index-nav ul li a{
    padding: 15px 0px;
}
.header-lt span em{
    padding: 0 7px;
}
.index-nav ul li a {
    font-size: 13px;
}
.header-lt span {
    width: 133px;
    margin-left: 8px;
}
.head .header-rt .top-link li a {
    margin-left: 0;
    padding: 0 2px;
    font-size: 12px;
}
.navbar-header{
   width: 29%;
}
.sousuo .search {
    width: 75px;
    font-size: 15px;
}
.sousuo .input .picker {
    width: 75px;
}
.upDown{
   right: 8px; 
}
.sousuo .input>input{
    padding: 0 10px 0 90px!important;
}
.sousuo .input {
    width: 228px;
}
.header-right {
    width: 28%;
    margin-top: 31px;
}
.sousuo {
    width: 305px;
    margin-top: 22px;
}
.denglu img, .denglu {
    width: 33%;
}
.denglu {
    margin-right: 3px;
}
.denglu span {
    margin-left: 5px;
}

.dengl-wm .xia-wm {
    left: -42px;
}
.caret {
    margin-left: 5px;
}
.head .header-rt .top-link .dropdown .dropdown-menu li a{
   padding: 10px 19px;
}
.head .header-rt .top-link .dropdown-menu {
    min-width: 93px;
    left: -44px;
}
.header-lt span a {
    font-size: 14px;
}
.top001{
    height:120px;
}
}
@media (max-width: 767px){
.head .header-rt .top-link{
    display: none;
}
.ma-infinitypush-wrapper .ma-infinitypush-button{
    box-shadow: none!important;
}
#mobile-navigation{
    background:#CBB486!important;
}
.ma-infinitypush-wrapper .ma-infinitypush>ul>li>a {
    background: #CBB486!important;
}
.ma-infinitypush .navbar-nav{
    border-bottom: none!important;
}
.header-lt {
    margin-top: 10px;
}
.ma-infinitypush .navbar-nav>li>a{
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.sousuo, .header-right, .head{
    display: none;
}
.navbar-header{
    width: auto;
}
.navbar-brand{
    padding: 10px 0;
}
.ma-infinitypush-wrapper .ma-infinitypush-button{
    background:#cbb486!important;
    width: 80px!important;
    height: 42px!important;
    box-shadow: none;
    left: -95px !important;
    border-radius: 3px;
    top: 20px;
}
.navbar-header {
    width: 65%;
}
.top001 {
    height: auto;
}
.ios-block{
    float: none;
    display: block;
    margin-bottom: 30px;
}
#header{
    overflow: hidden;
}
}
@media (max-width: 380px){
.navbar-header {
    width: 56%;
}
.ma-infinitypush-wrapper .ma-infinitypush-button{
    top: 16px!important;
}
.navbar-brand {
    padding: 17px 0;
}
}

.ma-infinitypush-button:before {
    content: "\e62c";
    font-size: 24px;
    color: #fff;
    font-family: iconfont;
    text-indent: 0;
    display: block;
    position: absolute;
    left: 10px;
    top: 4px;
}
.ma-infinitypush-button:after {
    content: "导航";
    color: #fff;
    text-indent: 0;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 40px;
    top: 10px;
}

.header-right img, .navbar-brand img{
    width: 100%!important;
}
.sousuo div {
    float: left;
}
.top-link li{
  float:left;
  position: relative;
}
.top-link a:focus, a:hover{
  text-decoration: none!important;
}
.top-link li:last-child:after{
    background-color: transparent;
}
.sousuo{
	position: relative;
}
.search-log, .key-log {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    z-index: 9999;
    border-radius: 5px;
    float: none;
}
.search-log .log-title {
    font-size: 16px;
    color: #333333;
}
.search-log .log-detail, .search-log .hot-search {
    padding: 13px 0;
}
.search-log .hot-search>span {
    display: inline-block;
    font-size: 12px;
    color: #cbb486;
    padding: 6px 13px;
    background-color: #f5f0e7;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}
.search-log .department>li {
    position: relative;
    float: left;
    width: 33.33%;
    padding-left: 24px;
    color: #999999;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-log>div{
	float: none!important;
}
.department{
	padding-left: 0;
}
.search-log .department>li:nth-child(1)::before, .search-log .department>li:nth-child(2)::before, .search-log .department>li:nth-child(3)::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(/assets2020/img/hot-1.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(1)::after {
    background: transparent;
}
.search-log .department>li:nth-child(2)::before {
    background: url(/assets2020/img/hot-2.png);
}
.search-log .department>li:nth-child(2)::after {
    background-color: transparent;
}
.search-log .department>li:nth-child(3)::before {
    background: url(/assets2020/img/hot-3.png);
}
.search-log .department>li:nth-child(3)::after {
    background-color: transparent;
}
.search-log .department>li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2d2d2;
    left: 6px;
    top: 11px;
}
.search-log .department>li:hover {
    color: #cbb486;
}
.search-log .hot-search>span:hover {
    text-decoration: underline;
}
#word {
    position: absolute;
    top:54px;
    z-index: 99;
    width: 100%;
    height: auto;
    line-height: 43px;
    float: none;
    border-radius:5px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.click_work {
    padding: 0 10px;
    color: #666;
    cursor: pointer;
    line-height: 240%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none!important;
}
#word > div > em {
    font-style: normal;
    color: #cbb486;
}

.sousuo .input .picker select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    border: none;
    width: 100%;
    background-color: transparent;
    color:#cbb486;
    text-align: center;
    padding: 0;
/*     background: url(https://www.shanghai.gov.cn/zt/img/caret.png) no-repeat scroll right;
    background-size: 8px; */
    text-align-last: center;
}
.sousuo .input .picker select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sousuo .input .picker option {
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.foot-flex-ageeing-txt{
    width: 60%;
}
.foot1 {
    width: 33.33333%;
}
.navbar-header a.navbar-brand span {
  width: 265px;
  float: left;
}
.head .header-rt .top-link li a .icon-wangzhi_huaban {
width: auto;
    float: none;
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
}
@media (max-width: 480px){
.navbar-header a.navbar-brand span {
    width: 230px;
}
}
@media (max-width: 380px){
.navbar-header a.navbar-brand span {
    width: 180px;
}
}
@media (max-width: 1800px) {
	.gdyz {
	    top: 410px!important;
	}
  }
  @media (max-width: 1630px) {
	.gdyz {
	    top: 400px!important;
	    right: 140px!important;
	}
  }
  @media (max-width: 1500px) {
	.gdyz {
	    top: 375px!important;
	}
  }
  @media (max-width: 1450px) {
	.gdyz {
	    top: 365px!important;
	}
  }
  @media (max-width: 1300px) {
	.gdyz {
	    top: 335px!important;
	}
  }
   @media (max-width: 1080px) {
	.gdyz {
	   top: 317px!important;
	   right: 105px!important;
	}
  }
   @media (max-width: 980px) {
	.gdyz img{
	   width: 110px!important;
	}
  }
   @media (max-width: 850px) {
	.gdyz img{
	   width: 100px!important;
	}
	.gdyz {
	    top: 292px!important;
	    right: 79px!important;
	}
  }
  @media (max-width:767px){
	.gdyz {
	    top: 273px!important;
	    right: 30px!important;
	}
	}
   @media (max-width:580px){
	.gdyz {
	    top: 190px!important;
	    right: auto!important;
	    left: 30px!important;
	}
   }
.top-link .dropdown li {
    width: 100%;
}  
.displaynone{
display:none;
}