* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

.head {
    height: 112px;
    width: 1200px;
    margin: 0 auto;
}

body {
    font-family: "微软雅黑";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.siteinfo {
    line-height: 21px;
    margin-top: 10px;
    text-align: right;
}

.siteinfo a {
    color: #666666;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.siteinfo img {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.search {
    width: 360px;
    margin: 10px auto 0;
}

.search .input {
    width: 360px;
    height: 28px;
    font-size: 0;
    text-align: right;
    border: 1px solid #e3e3e3;
    border-radius: 17px;
    border-right: 0;
}

.search .input input {
    font-size: 14px;
    color: #afbbc6;
    vertical-align: top;
    width: 312px;
    height: 28px;
    border: 0;
    line-height: 34px;
    outline: none;
    font-family: "Microsoft YaHei";
}

.search .btn_search {
    background: url(/tzqrmzf/resource/theme/images/search_ico.jpg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -1px;
    border: 0;
    font-size: 0;
    border-radius: 17px;
    font-family: "Microsoft YaHei";
    vertical-align: top;
}

.clear {
    clear: both;
}

.nav {
    width: 100%;
    height: 50px;
    overflow: auto;
    background-color: #015293;
}

.nav ul {
    list-style: none;
    width: 1200px;
    height: 38px;
    margin: 6px auto;
}

.nav ul li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 22px;
    width: 149px;
    border-right: 1px solid #fff;
    margin-top: 8px;
    line-height: 22px;
}

.nav ul li a {
    display: inline-block;
    color: #fff;
}

.nav ul li:last-child {
    border-right: 0;
}

.weixin .weixin_nr {display:none;}
.weixin.on .weixin_nr{display:block;}

.weibo .weibo_nr {display:none;}
.weibo.on .weibo_nr{display:block;}

.sj .sj_nr {display:none;}
.sj.on .sj_nr{display:block;}

.foot {
    width: 100%;
    position: relative;
    background-color: #565a5d;
}

.ewb-link {
    margin-top: 22px;
    height: 38px;
    line-height: 38px;
    background-color: #565a5d;
    color: #b7b9ba;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.ewb-container {
    padding-left: 20px;
}

.ewb-link span {
    font-weight: bold;
    color: #00b9da;
}

.ewb-link a {
    color: #b7b9ba;
    margin: 0 15px 0 10px;
}

.f_info {
    width: 1200px;
    font-size: 14px;
    color: #b7b9ba;
    height: 96px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}

.f_info .f_in {
    line-height: 24px;
    width: 420px;
    padding-left: 20px;
}

.bot_info {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #b7b9ba;
    height: 64px;
    line-height: 64px;
}

.bot_info a {
    color: #b7b9ba;
}

.to_top {
    position: absolute;
    bottom: 93px;
    left: 50%;
    margin-left: 620px;
}
@media screen and (max-width: 700px){
      .search1>form>input[type=text]{
      	width:90%;
      }
	 .ewb-link{
		  width: 100%;
	  }
	  .ewb-container{
		  padding: 0px;
		  margin-left: 10px;
	  }
	  .f_info{
		  width: 100%;
		  height: auto !important;
	  }
	  .f_in{
		  width: 100% !important;
		  padding-left: 0px !important;
	    text-align: center;
	  }
	  .red_ico{
		  display: none;
	  }
	  #_span_jiucuo{
		  display: inline-block;
		  width: 100%;
		  text-align: center;
	  }
	  #_span_jiucuo img{
		  margin: 0;
	  }
	  .to_top{
		  display: none;
	  }
	  .m-share{
		  width: 100% !important;
		  text-align: center;
	  }
	  .bot_info{
		  width: 100% !important;
	  }
	  .for-department-main{
		  width: 100% !important;
	  }
	  .bot_info{
		  height: 70px !important;
	  }
    }