﻿/*公用类*/
.html {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
}
body {  margin: 0 auto;  padding: 0;  font-family: "Microsoft YaHei";}
input, button, select, textarea {  outline: none;}
div, p, ul, li {  margin: 0;  padding: 0;}
ul, li {  list-style: none;}
a {  color: #333333;  text-decoration: none;}
img {  border: 0px;  outline-width: 0px;}
b {  font-weight: 100;}
h1, h2, h3, h4, h5, h6, em {  font-weight: normal;  padding: 0px;  margin: 0;}
i {  font-style: normal;}
input {  font-family: "微软雅黑";}
textarea {  font-family: "微软雅黑";  padding: 0;  margin: 0;}
em {  font-weight: normal;}
/* 清除浮动 */
.clear::after {
  content: "";
  height: 0;
  clear: both;
}
.clear:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.fl { float: left;}
.fr { float: right;}
/* 1300宽 */
.w {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mtop20 { margin-top: 20px;}
.mr20px { margin-right: 20px;}
/* 一级页面头部 */
.indexBg {
  min-width: 1300px;
  background-image: url(../images/index_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f2f2;
}
.header {
  width: 100%;
  display: inline-block;
}
.h-top {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ca1c1d;
  font-size: 14px;
}
.h-top a {
  color: #ca1c1d;
  font-size: 14px;
}
.h-top-box .h-top-box-l {
  padding-left: 10px;
}
.h-top-box .h-top-box-r a {
  padding: 0 10px;
  line-height: 18px;
  border-right: 1px solid #ca1c1d;
}
.h-top-box .h-top-box-r a:last-of-type {
  border-right: none;
}
.logo {
  padding: 64px 0 0 0;
}
/*搜索*/
.h-center .search {
  padding-top: 139px;
}
.h-center .search .search-box {
  width: 320px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.h-center .search .search-box input[type="text"] {
  width: 220px;
  background: rgba(255, 255, 255, 0);
  border: none;
  height: 48px;
  line-height: 48px;
  float: left;
  font-size: 16px;
  color: #000;
}
.h-center .search .search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}
.h-center .search .search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}
.h-center .search .search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}
.h-center .search .search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}
.h-center .search .search-box > a {
  background: url(../images/gosearch.png) no-repeat center center #ca1c1d;
  border-radius: 0 6px 6px 0;
  width: 66px;
  height: 50px;
  line-height: 50px;
  float: right;
  cursor: pointer;
}
.h-center .search .sh {
  margin-top: 6px;
}
.h-center .search .sh a {
  color: #ca1c1d;
  font-size: 16px;
}
/*导航开始*/
.h-bot {
  margin-top: 140px;
}
.h-bot .nav {
  background: rgba(255, 255, 255, 0.7);
  clear: both;
  width: 100%;
  height: 100px;
}
.h-bot .nav-box .nav-list {
  padding-top: 20px;
}
.h-bot .nav-box .nav-list li {
  float: left;
  text-align: center;
  padding: 0px 20px 0px 20px;
  width: 122px;
}
.h-bot .nav-box .nav-list li a {
  position: relative;
  padding: 0px 0px 13px;
  display: block;
  width: 100%;
}
.h-bot .nav-box .nav-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 4px solid #ca1c1d;
  transition: .3s;
}
.h-bot .nav-box .nav-list li a:hover:before {
  width: 100%;
}
#index li.index a,#news li.news a,#gzcx li.gzcx a,#jgdj li.jgdj a,#zwfw li.zwfw a,#zcfg li.zcfg a,#tszs li.tszs a,#qxzc li.qxzc a,
.h-bot .nav-box .nav-list li.active a {
  border-bottom: 4px solid #ca1c1d;
}
.h-bot .nav-box .nav-list li a img {
  margin: 0 auto;
}
.h-bot .nav-box .nav-list li a > p {
  font-size: 24px;
  color: #ca1c1d;
  font-weight: bold;
  margin-top: 4px;
}
/* 一级页面头部结束 */
/* 页面通用底部 */
.footer {
  width: 100%;
  background: #ca1c1d;
  padding: 20px 0;
  margin-top: 30px;
}
.footer .footer-box .webs-box {
  font-size: 0;
  position: relative;
}
.footer .footer-box .webs-box .web-item-box .web-item {
  cursor: pointer;
  padding: 0 63px;
}
.footer .footer-box .webs-box .web-item-box .web-item:nth-of-type(1) {
  padding-left: 0;
}
.footer .footer-box .webs-box .web-item-box .web-item:nth-of-type(4) {
  padding-right: 0;
}
.footer .footer-box .webs-box .web-item-box .web-item .content {
  width: 230px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  text-align: center;
}
.footer .footer-box .webs-box .web-item-box .web-item .content::after {
  content: "";
  background-image: url(../images/arrows_top_1.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  width: 10px;
  height: 42px;
  position: absolute;
  right: 10px;
  top: 0;
}
.footer .footer-box .webs-box .about-webs-wrap {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 60px;
  left: 0px;
  box-sizing: border-box;
  z-index: 1000;
  display: none;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs-inner {
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  height: 300px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.footer .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
  float: left;
  font-size: 20px;
  margin: 0 20px;
  color: #212121;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}
.about-webs-wrap .close-ico {
  background: url(../images/36-close.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.about-webs-wrap .close-ico:hover {
  background: url(../images/36-close-1.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.footer .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
  margin-left: 0;
}
.footer .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
  border-bottom: 3px solid #ca1c1d;
  color: #ca1c1d;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs {
  height: calc(100% - 100px);
  width: 100%;
  overflow-y: scroll;
  display: none;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs.open {
  display: block;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs li {
  float: left;
  width: 260px;
  font-size: 18px;
  background: #f2f4f7;
  margin: 10px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  line-height: 18px;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs li a {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
  background: #ca1c1d;
}
.footer .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
  color: #fff;
}
.about-webs::-webkit-scrollbar {
  width: 10px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 20px;
}
.about-webs::-webkit-scrollbar-thumb {
  width: 10px;
  background: #ca1c1d;
  border-radius: 20px;
}
.about-webs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.footer .footer-box .webs-box .web-item-box .web-item-tit-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.footer .footer-box .webs-box .web-item-box .web-item-tit-box li {
  float: left;
  cursor: pointer;
}

.webs-about .hui-footer-ft-row {
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.webs-about .hui-footer-ft-row p {
    height: 30px;
    line-height: 30px;
}
.webs-about .hui-footer-ft-row p span {
    margin: 0 5px;
    color: #ffffff;
    vertical-align: middle;
}
.webs-about .hui-footer-ft-row p img {
    width: 16px;
    vertical-align: middle;
}
.webs-about .hui-footer-ft-row-icon {
    margin: 10px auto;
}
.webs-about .hui-footer-ft-icon {
    margin: 0px auto;
    width: 830px;
    text-align: center;
    display: flex;
    align-items: center;
}
.webs-about .hui-footer-ft-icon-1 {
    width: 165px;
    float: left;
}
.webs-about .hui-footer-ft-icon-2 {
    width: 500px;
    float: left;
}
.webs-about .hui-footer-ft-icon-3 {
    width: 165px;
    float: left;
}

/*子页面位置信息*/
.nav-info {
  line-height: 20px;
  padding: 20px 0;
  font-size: 14px;
  color: #ca1c1d;
}
.nav-info img {
  width: 23px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.nav-info span {
  vertical-align: middle;
}
.nav-info a {
  font-size: 14px;
  color: #ca1c1d;
  text-decoration: none;
  vertical-align: middle;
}
.nav-info a:hover {
  color: #ca1c1d;
  font-weight: bold;
}
/* 左边浮动导航 */
.zuoce_wrap {
    position: fixed;
    bottom: 70px;
    left: 10px;
    width: 140px;
    z-index: 1000;
}
/* 右边浮动导航 */
.youce_wrap {
    position: fixed;
    top: 90px;
    right: 10px;
    width: 140px;
    z-index: 1000;
}
.youce_wrap > a {
    display: block;
    width: 140px;
    margin-top: 10px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    text-align: center;
}
.youce_wrap > a i {
    width: 140px;
    margin: 0 auto;
    display: block;
}
.youce_wrap > a .txt {
    line-height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: #bd0500;
}


/*专题样式*/
.ztgztlbg {
  min-width: 1300px;
  background-image: url(../images/ztgztl/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f2f2;
}
.ztesdbg {
  min-width: 1300px;
  background-image: url(../images/ztesd/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f2f2;
}
.ztxsdbg {
  min-width: 1300px;
  background-image: url(../images/ztxsd/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fefef0;
}