@charset "utf-8";

/* CSS Document */


/*--------base 本站基本设置-----------*/


/*--------基本-----------*/

html {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	padding: 0;
	margin: 0px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qz-index{
	padding-top: 120px;
	background: url(../images/qz100.jpg) no-repeat top center;
	background-size: auto;
}

.qz-index #nav-menu{
	background-color: #da1624;
}

.qz-index #nav-menu .menu li.active a{
	background-color: #fa5136;
}

.qz-index #nav-menu .menu li:hover a{
	background-color: #fa5136;
}

.qz-index .outerChain>ul>li div{
	color: #da1624 !important;
}

.qz-index .outerChain>ul>li{
	background-color: #fff;
}

p,
h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
}

ul,
ol,
li {
	list-style: none;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

form,
div,
input,
select {
	margin: 0;
	padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

div,
p,
span,
a,
i {
	-webkit-text-size-adjust: none;
	/* 解除移动端最小字体为12px的限制  */
}


/*IE 6*/

.clear_both {
	clear: both;
}

.hand {
	cursor: pointer;
}

.buzzButton,
.bsLiteralDiv {
	display: none !important;
}


/*--------link 链接样式-----------*/

a {
	outline: none;
	/*FF标准去虚线框*/
}

a {
	star: expression(this.onFocus=this.blur());
	/* for Ie*去虚线框*/
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #1B65B9;
}

.TRS_Editor a:hover {
	color: #1B65B9;
}


/*--------font 字体样式-----------*/

.bold,
a.bold {
	font-weight: bold;
}

.normal,
a.normal {
	font-weight: normal;
}

li.bold {
	font-weight: normal;
}


/* 文字颜色 */

.white-font-color,
a.white-font-color {
	color: #FFFFFF;
}

.red-font-color,
a.red-font-color {
	color: #1A63B5;
}

.black-font-color,
a.black-font-color {
	color: #333333;
}

.black-light-font-color,
a.black-light-font-color {
	color: #666666;
}

.gray-font-color,
a.gray-font-color {
	color: #999999;
}

.gray-shallow-font-color,
a.gray-shallow-font-color {
	color: #dddddd;
}


/* 背景颜色 */

.white-bg-color,
a.white-bg-color {
	background-color: #FFFFFF;
}

.red-bg-color,
a.red-bg-color {
	background-color: #1A63B5;
}

.red-deep-bg-color,
a.red-deep-bg-color {
	background-color: #bf0103;
}


/* 字号 */

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-24 {
	font-size: 24px;
}

.font-32 {
	font-size: 32px;
}


/* 间距 */

.not-mt {
	margin-top: 0 !important;
}

.not-mr {
	margin-right: 0 !important;
}

.not-mb {
	margin-bottom: 0 !important;
}

.not-ml {
	margin-left: 0 !important;
}

.not-pt {
	padding-top: 0 !important;
}

.not-pr {
	padding-right: 0 !important;
}

.not-pb {
	padding-bottom: 0 !important;
}

.not-pl {
	padding-left: 0 !important;
}

.hidden {
	display: none;
}

input::-webkit-search-cancel-button {
	display: none;
}

input::-ms-clear {
	width: 24px;
	height: 24px;
}


/*--------font 文字排版-----------*/

.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}


/*超出省略号*/


/*<p class='text-ellipsis'></p>*/

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}


/*清除浮动*/


/*<div class='clearfix'>*/

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}


/* 盒子模式 */

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------容器 主体 页脚-----------*/

#footer {
	margin-top: 50px;
	background-color: #1B65B9;
	padding: 30px 0;
}

#footer p>a {
	color: #ffffff;
	/* margin-left: 41px; */
}

#footer>.content {
	width: 1200px;
	padding-left: 33px;
	padding-right: 42px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer img.img-gzjg {
	width: 69px;
	height: 85px;
	position: absolute;
	top: 50%;
	left: 33px;
	margin-top: -47.5px;
}

#footer img.img-zfwzzc {
	width: 110px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 135px;
	margin-top: -27.5px;
}

.footer-map {
	width: 814px;
	margin-left: 260px;
	margin-right: 60px;
}

.map-info {
	width: 100%;
}

.map-info>p {
	width: 295px;
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 17px;
	float: left;
}

.map-info>p:nth-child(2n) {
	margin-left: 60px;
}

.map-info>a {
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	width: 295px;
	margin-bottom: 17px;
}

.map-info>a img {
	margin-right: 15px;
}

.record {}

.record>img {
	float: left;
}

.record>span {
	float: left;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
}

.credit {
	position: absolute;
	bottom: 68px;
	right: 34px;
}


/* 外链 */

#container div.outerChain {
	margin-bottom: 40px;
}

.outerChain>ul>li {
	width: 224px;
	float: left;
	position: relative;
	margin-left: 20px;
	background-color: #1b65b9;
}

.outerChain>ul>li:first-child {
	margin-left: 0;
}



/* .outerChain>ul>li:nth-child(2) {
  margin-left: 107px;
} */
.outerChain_content {
	width: 1200px;
	height: 440px;
	box-shadow: 0px 0px 6px 0px rgba(27, 101, 185, 0.3);
	overflow-y: scroll;
	position: absolute;
	left: 0;
	bottom: 70px;
	background: #fff;
	z-index: 998;
	box-sizing: border-box;
	display: none;
}

.outerChain_content.show {
	display: block;
}

.outerChain_content_title {
	color: #000000;
	font-size: 20px;
	padding: 0 46px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 2px solid #e5e5e5;
}

.outerChain_content_title span {
	height: 70px;
	cursor: pointer;
	line-height: 70px;
	margin-right: 55px;
	padding-bottom: 22px;
	border-bottom: 2px solid #e5e5e5;
}

.outerChain_content_title .active {
	color: #1b65b9;
	border-bottom: 2px solid #1b65b9;
}

.outerChain_content_center {
	padding: 0 30px;
	margin-top: 30px;
}

.outerChain_content_center ul li {
	float: left;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 0 27px 20px 0;

}

.outerChain_content_center ul.select {
	display: none;
}

.outerChain_content_center ul.select.active {
	display: block;
}

.outerChain_content_center ul.select li:nth-child(4n) {
	margin-right: 0;
}

.outerChain_content_center ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding-left: 30px;
	box-sizing: border-box;
	background-color: #f3faff;
}

.outerChain>ul>li div {
	width: 222px;
	height: 38px;
	cursor: pointer;
	line-height: 40px;
	position: relative;
	text-align: center;
	border: solid 1px #76A3D5;
	/* opacity: 0.4; */
	overflow: hidden;
	color: #fff;
}

.outerChain ul li i {
	width: 8px;
	height: 7px;
	position: absolute;
	top: 17px;
	right: 20px;
	vertical-align: middle;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background: url(../images/xiangxia.png);
}

.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;
}


.special div.img a {
	display: block;
	width: 350px;
	height: 70px;
}

.credit {
	position: absolute;
	bottom: 68px;
	right: 34px;
}

.credit a {
	float: left;
	width: 100px;
	height: 33px;
	margin-right: 10px;
}

.credit a img {
	width: 100%;
	height: 100%;
}

.credit a:last-child {
	margin-right: 0;
}


/* 信箱维护  2021.4.29 */
.email-maintain{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -115px;
	width: 600px;
	height: 230px;
	z-index: 9999;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #aaa;
	display: none;
}
.email-maintain .email-maintain-text{
	margin-top: 50px;
	padding: 0 40px;
	font-size: 24px;
	line-height: 36px;
	color: #f00;
}
.email-maintain .email-close-btn{
	margin: 40px auto 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #1b65b9;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

/* 右侧功能区 */
.shareFixed {
	width: 50px;
	height: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 98;
	transition: width 0.3s;
	-moz-transition: width 0.3s;
	/* Firefox 4 */
	-webkit-transition: width 0.3s;
	/* Safari and Chrome */
	-o-transition: width 0.3s;
	/* Opera */
	overflow: hidden;
	background: url('../images/rightZK.png') no-repeat left center;
	background-size: 50px 45px;
}

.codeBox {
	display: none;
	padding-top: 253px;
}

.shareFixed:hover {
	width: 344px;
	background: none;
}

.auxiliaryFixed {
	position: absolute;
	left: 294px;
	bottom: 0;
	width: 50px;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* height: 70px; */
	overflow: hidden;
}

.auxiliaryFixed>div,
.auxiliaryFixed>a {
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 20px;
	overflow: hidden;
	background: #aaaaaa;
	/* display: none; */
}
.auxiliaryFixed>a{
	height: 64px;
}
.auxiliaryFixed>a {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.auxiliaryFixed>div>img,
.auxiliaryFixed>a>img {
	width: 20px;
	height: 20px;
	margin: 5px auto 4px;
	display: block;
}

.auxiliaryFixed>div>a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-size: 20px 20px;
	background-position: center 5px;
}

.auxiliaryFixed>div:first-child {
	margin-top: 335px
}

.auxiliaryFixed>div.indexWZA {
	display: block;
}

.auxiliaryFixed>div.weChatHover {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.auxiliaryFixed>div.weChatHover:hover {
	background-color: #4d62c5;
}

.indexFT>a {
	background: url(../images/fanti.png) no-repeat;
}

.indexWZA>a {
	background: url(../images/wuzhangai.png) no-repeat;
}

#demo1 {
	position: absolute;
	right: 2px;
	z-index: 900;
	opacity: 0;
	top: 80px;
	left: 10px;
	width: 162px;
}

#wbclose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* 右侧功能区 end */