﻿@charset "UTF-8";

/* slim_curry@163.com */

html {
  font-size: 16px;
  color: #333;
}
ul,ol {
  padding: 0;
  margin: 0;
}
img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
h1,h2,h3,h4,h5,p {
  margin: 0;
}
.clear:after { 
  content:"\200B"; 
  display:block; 
  height:0; 
  clear:both; 
}
.clear {
  *zoom:1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.bdrn {
  border-right: none !important;
}
.bgn {
  background: none !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.r0 {
  right: 200px !important;
}
.l0 {
  left: 200px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10{
  margin-bottom: 10px;
}
.tar {
  text-align: right !important;
}
.center {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* 页眉 */
.header {
  width: 100%;
  background-color: #eee;
  line-height: 42px;
  font-size: 14px;
}
.nav-center nav {
  float: left;
}
.header .nav-center {
  float: none;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header .today {
  width: 255px;
  text-align: left;
}
.header .weather {
  float: right;
  width: 235px;
}
.header .weather img {
  position: relative;
  top: 4px;
}
.header .weather img.t6{
  top: 6px;
}
.header .header-funcs {
  float: right;
  width: 260px;
}
.header .header-funcs span {
  margin-left: 8px;
  margin-right: 8px;
}
.banner {
    width: 100%;
	min-width: 1170px;
  background-image: url(../images/tfxfy_topbg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.banner .center {
  position: relative;
  height: 230px;
  padding-top: 40px;
}
.nav {
  background-color: #a81015;
}
.nav .center img:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav li {
  float: left;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.nav li a {
  color: #fff;
}
.nav li:hover, .nav li.on {
  background-color: #9c0900;
}
.nav li:hover a, .nav li.on a {
  text-decoration: none;
}
/* 搜索框结构 */
.search-box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.search-box input{
  font-family: "Microsoft Yahei";
}
.search-box .search-icon{
  position: absolute;
}

/* 搜索框样式 */
.search-box1{
  position: absolute;
  width: 260px;
  margin-top:5px;
  /*top:70px;
  right: 0;*/
}
.search-box1 input{
  display: block;
  width: 260px;
  height: 40px;
  padding-left: 10px;
  background-color: #f5f5f5;
  border: none;
  color: #333;
  font-size: 14px;
  line-height: 37px;
}
    .search-box1 .search-icon {
        width: 50px;
        height: 40px;
        right: 0;
        background-color: #800b04;
    }
.search-icon{
  text-align: center;
  line-height: 40px;
}
.search-icon a{
  color:#fff;
}
input::-webkit-input-placeholder{
  color: #999;
  font-size: 14px;
}
input:moz-input-placeholder{
  color: #999;
  font-size: 14px;
}
input:ms-input-placeholder{
  color: #999;
  font-size: 14px;
}
/* 搜索框end */

/* 页脚 */
.footer {
  min-width: 1170px;
  margin-top: 28px;
  background-color: #ebebeb;
  font-size: 14px;
  text-align: center;
}
.footer nav {
  height: 50px;
  line-height: 49px;
  background-color: #eee;
  text-align: center;
}
.footer nav select {
  width: 264px;
  height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  color: #666;
}
.footer address {
  min-width: 1170px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a81015;
}
.footer address .center {
  width:1100px;
  position: relative;
}

.footer address div {
  position: absolute;
  top: 0px;
}
.footer p {
  width:300px;
  margin:8px auto;
  text-align: left;
  font-style: normal;
  color: #fff;
  /*white-space: pre-wrap;*/
}
.aside {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 84px;
  margin-top: -250px;
  background-color: #fff;
  border-top: 4px solid #006bc0;
  font-size: 12px;
  text-align: center;
}
.aside li {
  height: 88px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-top: none;
}
.aside li img {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 5px;
}
.code-container {
  position: relative;
}

.code {
  position: absolute;
  top: -1px;
  left: -84px;
  display: none;
  width: 84px;
  height: 88px;
  padding: 5px;
  background-color: #ecf4ff;
  border: 1px solid #acc7ff;
  border-right: none;
}
.code img {
  width: 74px;
  height: 78px;
}
.code-container:hover {
  background-color: #ecf4ff;
  border: 1px solid #acc7ff;
  border-left: none;
}
.code-container:hover .code {
  display: block;
}
/*头条*/
.toutiao {
    background: url(../images/toutiao.jpg) 2% 25% no-repeat;
    padding: 20px;
    padding-bottom: 40px;
    padding-top:0px;
}
.tc {
    text-align: center;
}
.toutiao h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 26px;
}
    .toutiao h2 a {
        color: #a50909;
        font-weight: bold;
    }
.toutiao p {
    line-height: 24px;
}
    .toutiao p a {
        margin: 0 15px;
    }

   /*互动交流*/
/* 办事服务 */

.officeService {
    width: 360px;
    margin-top:25px;
}

.officeService_nav div {
    width: 170px;
    height: 80px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 3px 4px 8px 1px #cec4c4;
    border-radius: 5px;
    margin: 0px 13px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .officeService_nav div a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
    }

    .officeService_nav div:hover {
        cursor: pointer;
        background-color: #cf2820;
    }

        .officeService_nav div:hover p {
            color: #fff;
        }

    .officeService_nav div:nth-child(2n) {
        margin: 0;
    }

    .officeService_nav div i {
        width: 25px;
        height: 19px;
        display: block;
        background-position: center;
    }

        .officeService_nav div i.llxx {
            margin: 13px auto 11px;
            background: url(../images/icon_ldxx.png) no-repeat;
        }

        .officeService_nav div i.zxts {
            width: 22px;
            height: 26px;
            margin: 10px auto 6px;
            background: url(../images/icon_zxts.png) no-repeat;
        }

        .officeService_nav div i.lxgs {
            width: 27px;
            height: 27px;
            margin: 10px auto 6px;
            background: url(../images/icon_wzndbg.png) no-repeat;
        }

        .officeService_nav div i.dczj {
            width: 24px;
            height: 22px;
            margin: 14px auto 8px;
            background: url(../images/icon_bmyjsjssjfyjs.png) no-repeat;
        }

    .officeService_nav div:hover span {
        color: #fff;
    }

    .officeService_nav div:hover i.llxx {
        background: url(../images/icon_ldxx_active.png) no-repeat;
    }

    .officeService_nav div:hover i.zxts {
        background: url(../images/icon_zxts_active.png) no-repeat;
    }

    .officeService_nav div:hover i.lxgs {
        background: url(../images/icon_wzndbg_active.png) no-repeat;
    }

    .officeService_nav div:hover i.dczj {
        background: url(../images/icon_bmyjsjssjfyjs_active.png) no-repeat;
    }

.officeService_nav span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
}
