body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
	background-color: #f8f8f8
}

.dqh-header-top {
	background-color: #005193
}

.dqh-header-top .dqh-contain-box {
	padding: 11px 0;
	z-index: 4
}

.dqh-header-left,
.dqh-header-right {
	width: 50%;
	float: left;
	color: rgba(255, 255, 255, .9);
	position: relative
}

.dqh-header-left a,
.dqh-header-right a {
	display: inline-block;
	color: rgba(255, 255, 255, .9)
}

.dqh-header-left a:hover,
.dqh-header-right a:hover {
	display: inline-block;
	color: rgba(255, 255, 255, 1)
}

.dqh-header-left span,
.dqh-header-right span {
	display: inline-block;
	margin: 0 12px
}

.dqh-header-right {
	text-align: right
}

.dqh-search-icon {
	float: right;
	width: 22px;
	height: 23px;
	background: url(../images/search.png) no-repeat right 0px;
	cursor: pointer;
	margin-left: 20px;
	opacity: .9
}

.dqh-search-icon:hover {
	opacity: 1
}

.dqh-header-warp.fixed {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	top: 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

.dqh-header-warp.fixed .dqh-contain-box {
	padding: 10px 0 0 0
}

.dqh-header-warp.fixed .dqh-logo img {}

.dqh-header-warp.fixed .dqh-nav>li>a {}

.dqh-header-warp.fixed .dqh-nav>li>a::after {}

.dqh-header-warp.fixed .dqh-suNnav {}

.dqh-header-warp .dqh-contain-box {
	padding: 22px 0 0 0;
	z-index: 3;
	transition: .5s
}

.dqh-contain-box {
	width: 1540px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	z-index: 2
}

.dqh-footer-img .dqh-contain-box {
	padding: 30px 0
}

.dqh-logo {
	float: left;
	width: 33%
}

.dqh-header-right-box {
	float: right;
	width: 67%;
	position: relative
}

.dqh-search-box {
	display: none;
	position: absolute;
	right: 0;
	top: 38px
}

.dqh-txt {
	float: right;
	width: 330px;
	height: 22px;
	line-height: 15px;
	padding: 8px;
	border: solid 2px #005193;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #333;
	outline: none;
	border-radius: 5px
}

.dqh-txt.on {
	border: solid 1px #a21a1a
}

.dqh-btn {
	width: 22px;
	height: 23px;
	display: block;
	background: url(../images/search-b.png) no-repeat;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	background-size: 90%
}

.dqh-nav li {
	float: left;
	width: 12.5%;
	position: relative;
	z-index: 999;
	font-size: 18px
}

.dqh-nav>li>a {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	height: 88px;
	line-height: 88px
}

.dqh-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #ff8210;
	transition: .3s ease-out all;
	left: 50%;
	top: -4px;
	transform: translateX(-50%)
}

.dqh-nav>li>a:hover::after {
	width: 30%
}

.dqh-nav>li:hover>a::after {
	width: 30%
}

.dqh-nav>li.on>a::after {
	width: 30%
}

.dqh-suNnav {
	display: none;
	width: 110%;
	position: absolute;
	top: 88px;
	background-color: #005193;
	padding: 15px 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	left: 50%;
	transform: translateX(-50%)
}

.dqh-nav-box li .dqh-suNnav li {
	width: 100%
}

.dqh-nav-box li .dqh-suNnav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	margin: 0px 10px;
	text-align: center
}

.dqh-nav-box li .dqh-suNnav li a:hover {
	color: #fff !important;
	font-weight: bold;
	background-color: #0061b0 !important
}

.dqh-three-suNnav {
	text-indent: 25px
}

.dqh-three-suNnav .icon {
	vertical-align: 1px;
	margin-right: 8px
}

.dqh-three-suNnav li a {
	padding: 3px !important
}

.dqh-banner {
	position: relative;
	overflow: hidden
}

.dqh-banner .swiper-slide {
	height: 490px;
	background-size: cover !important
}

.dqh-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dqh-banner .swiper-pagination {
	bottom: 25px !important
}

.dqh-banner .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	opacity: 1;
	background: #fff;
	margin: 0 6px !important;
	border-radius: 0
}

.dqh-banner .swiper-pagination-bullet-active {
	background: #ff8210;
	border-radius: 0px;
	opacity: 1
}

.dqh-bg1 {
	background: #f8f8f8 url(../images/bg1.png) no-repeat right bottom
}

.dqh-left {
	float: left;
	width: 48%;
	margin-bottom: 35px
}

.dqh-title-box {
	margin-bottom: 25px
}

.dqh-title {
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #005193;
	position: relative;
	width: 70%
}

.dqh-title-line {
	display: inline-block;
	width: 3px;
	height: 50px;
	background-color: #ff590a
}

.dqh-title-en {
	position: absolute;
	left: 14px;
	top: -3px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	font-style: normal
}

.dqh-title-txt {
	position: absolute;
	left: 14px;
	top: 20px
}

.dqh-more {
	float: right;
	font-size: 14px;
	color: #285ab6;
	margin: 40px 0 0 0
}

.dqh-more-icon {
	width: 16px;
	height: 10px;
	display: inline-block;
	background: url(../images/jt-b.png) no-repeat;
	margin-left: 5px;
	transition: .5s
}

.dqh-bg2 .dqh-more-icon,
.dqh-dqfc-wap .dqh-more-icon {
	background: url(../images/jt-w.png) no-repeat
}

.dqh-xyxw-img {
	position: relative
}

.dqh-xyxw-img .swiper-slide .img {
	height: 450px;
	overflow: hidden;
	background-size: cover !important
}

.dqh-xyxw-img .swiper-slide .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	background-size: cover !important;
}

.dqh-xyxw-img .swiper-slide .img:hover span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.dqh-xyxw-img .swiper-slide .img>a {
	width: 100%;
	height: 100%;
	display: block
}

.dqh-xyxw-img .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
	padding: 60px 0 20px 0
}

.dqh-xyxw-img .txt a {
	color: #fff;
	font-size: 18px;
	display: block;
	width: 76%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 3%;
	font-family: "syl"
}

.dqh-xyxw-tt .txt {
	padding: 25px 20px 35px 20px;
	background-color: #fff
}

.dqh-xyxw-tt .txt .top .tt {
	background-color: #ff8210;
	font-size: 14px;
	color: #fff;
	padding: 8px 16px;
	border-radius: 5px
}

.dqh-xyxw-tt .txt .top .time {
	margin-left: 10px;
	color: #ff8210;
	font-weight: bold
}

.dqh-xyxw-tt .txt .h3 a {
	display: block;
	color: #005193;
	font-size: 22px;
	margin-top: 25px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dqh-xyxw-tt .txt .h3 a:hover {
	color: #ff8210
}

.dqh-xyxw-img .swiper-pagination {
	right: 12px;
	bottom: 20px
}

.dqh-xyxw-img .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border: solid 2px #fff;
	opacity: 1;
	background: none;
	margin: 0 5px
}

.dqh-xyxw-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff8210;
	border: solid 2px #ff8210
}

.dqh-right {
	float: right;
	width: 48%;
	margin-bottom: 35px
}

.dqh-bg {
	width: 100%;
	height: 475px;
	background: url(../images/about-bg.jpg) no-repeat center top
}

.dqh-xyxw-box,
.dqh-tzgg-box,
.dqh-kydt-box {
	padding: 18px 30px;
	background-color: #fff
}

.dqh-xyxw-list li {
	padding: 12.3px 0
}

.dqh-xyxw-list li .txt {
	float: left;
	width: 80%
}

.dqh-xyxw-list li .txt a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
	display: block
}

.dqh-xyxw-list li .txt a:hover {
	color: #005193
}

.dqh-xyxw-list li .txt a .icon {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(../images/xyxw-icon.png) no-repeat;
	margin-right: 10px;
	vertical-align: 2px
}

.dqh-xyxw-list li:hover .txt a .icon {
	background: url(../images/xyxw-icon-hover.png) no-repeat
}

.dqh-xyxw-list li .time {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 18px;
	color: #666
}

.dqh-tzgg-list li {
	padding: 9px 0
}

.dqh-tzgg-list .time {
	float: left;
	width: 48px;
	height: 50px;
	background: url(../images/date.png) no-repeat
}

.dqh-tzgg-list .time .day {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 5px 0 0 0;
	height: 28px;
	line-height: 28px;
}

.dqh-tzgg-list .time .year {
	font-size: 12px;
	color: #285ab6;
	text-align: center;
	height: 18px;
	letter-spacing: 1px;
}

.dqh-tzgg-list .txt {
	float: right;
	width: 90%
}

.dqh-tzgg-list .txt .title a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
	margin: 0px 0 0 0
}

.dqh-tzgg-list .txt .title a:hover {
	color: #005193
}

.dqh-tzgg-list .txt .des {
	color: #666;
	font-size: 14px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.bodyList .dqh-tzgg-list li {
	border-bottom: solid 1px #e3e3e3
}

.bodyList .dqh-tzgg-box {
	margin: 30px 0;
	padding: 0
}

.bodyList .dqh-tzgg-list .txt {
	width: 100%;
	float: none
}

.bodyList .dqh-tzgg-list .txt .title a {
	margin: 0
}

.bodyList .dqh-tzgg-list .txt .des {
	height: auto;
	line-height: 25px;
	white-space: normal;
	margin-top: 5px
}

.bodyList .dqh-tzgg-list .day {
	color: #256799;
	margin: 10px 0 0 0
}

.dqh-kydt-list li {
	padding: 11.2px 0
}

.dqh-kydt-list .time {
	color: #666;
	font-size: 18px;
	float: left;
	width: 90px
}

.dqh-kydt-list .time .day {
	font-size: 21px
}

.dqh-kydt-list .txt {
	float: left;
	display: inline-block;
	color: #333;
	font-size: 18px;
	width: 86%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2px
}

.dqh-kydt-list li:hover .time,
.dqh-kydt-list li:hover .txt {
	color: #005193
}

.dqh-bg2 {
	height: 574px;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover
}

.dqh-bg2 .dqh-contain-box {
	padding: 75px 0
}

.dqh-bg2 .dqh-title-box {
	border-bottom: solid 2px rgba(212, 212, 212, .27);
	padding-bottom: 16px
}

.dqh-bg2 .dqh-title {
	color: #fff
}

.dqh-bg2 .dqh-title-txt,
.dqh-bg2 .dqh-title-en,
.dqh-bg3 .dqh-title-txt,
.dqh-bg3 .dqh-title-en,
.dqh-kjtd-warp .dqh-title-txt,
.dqh-kjtd-warp .dqh-title-en {
	position: static
}

.dqh-bg2 .dqh-title-en {
	color: #fff;
	margin-left: 15px
}

.dqh-bg3 .dqh-title-en {
	margin-left: 15px
}

.dqh-kjtd-warp .dqh-title-en {
	margin-left: 15px
}

.dqh-bg2 .dqh-more {
	color: #fff
}

.dqh-rcpy-box {
	margin: 60px 0 0 0
}

.dqh-rcpy-box .swiper-slide {
	background-color: #fff
}

.dqh-rcpy-box .swiper-container {
	overflow: hidden
}

.dqh-rcpy-box .swiper-button-prev,
.dqh-rcpy-box .swiper-rtl .swiper-button-next {
	left: -75px
}

.dqh-rcpy-box .swiper-button-next,
.dqh-rcpy-box .swiper-rtl .swiper-button-prev {
	right: -75px
}

.dqh-rcpy-box .swiper-button-next {
	width: 42px;
	height: 42px;
	background: url(../images/right.png) no-repeat;
	margin-top: 30px
}

.dqh-rcpy-box .swiper-button-prev {
	width: 42px;
	height: 42px;
	background: url(../images/left.png) no-repeat;
	margin-top: 30px
}

.dqh-rcpy-box .swiper-button-prev:after,
.dqh-rcpy-box .swiper-rtl .swiper-button-next:after {
	content: ""
}

.dqh-rcpy-box .swiper-button-next:after,
.dqh-rcpy-box .swiper-rtl .swiper-button-prev:after {
	content: ""
}

.dqh-rcpy-box .box .img {
	float: left;
	width: 194px;
	height: 264px;
	overflow: hidden;
	margin: 10px
}

.dqh-rcpy-box .box .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.dqh-rcpy-box .box .img a span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important
}

.dqh-rcpy-box .box .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.dqh-rcpy-box .box:hover .img a span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.dqh-rcpy-box .txt {
	float: right;
	width: 50%;
	padding: 20px 10px 0 0
}

.dqh-rcpy-box .txt .h3 a {
	height: 50px;
	line-height: 25px;
	margin-top: 15px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.dqh-rcpy-box .txt .des {
	font-size: 14px;
	color: #666;
	height: 105px;
	line-height: 25px;
	margin: 15px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.dqh-rcpy-box .txt .time {
	font-size: 16px;
	color: #666
}

.dqh-rcpy-box .box:hover .txt .h3 a {
	color: #ff8210
}

.dqh-bg3 {
	min-height: 1160px;
	background: #e9edf7 url(../images/bg3.png) no-repeat center bottom
}

.dqh-bg3 .dqh-title-box {
	border-bottom: solid 2px #bccae8;
	padding-bottom: 16px
}

.dqh-bg2 .dqh-more,
.dqh-bg3 .dqh-more,
.dqh-kjtd-warp .dqh-more {
	margin: 16px 0 0 0
}

.dqh-dzhb-list {
	margin-left: -1.5%;
	padding-top: 25px
}

.dqh-dzhb-list>li {
	width: 21.5%;
	float: left;
	margin-left: 1.5%;
	background-color: #fff;
	padding: 2% 1%;
	text-align: center;
	position: relative;
	transition: .8s
}

.dqh-dzhb-list>li:hover {
	margin-top: -10px
}

.dqh-dzhb-list li .top .label {
	float: left;
	background: url(../images/label.png) no-repeat;
	color: #fff;
	width: 81px;
	height: 41px;
	line-height: 30px
}

.dqh-dzhb-list li .top .time {
	float: right;
	color: #285ab6;
	margin-top: 10px
}

.dqh-dzhb-list li .title {
	display: block;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
	text-align: left;
	margin: 25px 0 20px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.dqh-dzhb-list li .list li {
	margin: 10px 0;
	text-align: left
}

.dqh-dzhb-list li .list .dzhb-left {
	display: inline-block;
	padding: 5px 12px;
	text-align: right;
	background-color: #f3f3f3;
	color: #666;
	min-width: 56px;
	margin-right: 15px
}

.dqh-dzhb-list li .list .dzhb-right {
	display: inline-block;
	width: 70%;
	height: 25px;
	line-height: 25px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle
}

.dqh-dzhb-list li .detail {
	text-align: center;
	display: inline-block;
	border: solid 1px #d8d8d8;
	color: #666;
	padding: 9px 37px;
	margin-top: 20px
}

.dqh-dzhb-list li:hover .detail {
	color: #fff;
	background-color: #ff8210
}

.dqh-dzhb-list li:hover .top .label {
	background: url(../images/label-hover.png) no-repeat
}

.dqh-dzhb-list li:hover .top .time {
	color: #ff8210
}

.dqh-dzhb-list li:hover .title {
	color: #ff8210
}

.dqh-dqfc-wap {
	margin-top: 82px
}

.dqh-dqfc-wap .dqh-title-box {
	float: left
}

.dqh-dqfc-box {
	float: right;
	width: 86.5%
}

.dqh-dqfc-wap .dqh-title {
	float: none;
	writing-mode: vertical-lr
}

.dqh-dqfc-wap .dqh-title span {
	display: inline-block;
	margin: 18px;
	letter-spacing: 5px;
	color: #fff
}

.dqh-dqfc-wap .dqh-title-en {
	color: #fff
}

.dqh-bg3 .dqh-dqfc-wap .dqh-title-box {
	width: 202px;
	height: 426px;
	background: url(../images/title-bg.png) no-repeat;
	color: #fff;
	border-bottom: none
}

.dqh-bg3 .dqh-dqfc-wap .dqh-title-box1 {
	display: none
}

.dqh-dqfc-list li {
	float: left;
	width: 15.5%;
	margin-left: 0.5%;
	overflow: hidden;
	position: relative
}

.dqh-dqfc-list li .img::before {
	background: #285ab6;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .52
}

.dqh-dqfc-list li .img {
	height: 426px;
	cursor: pointer;
	position: relative;
	background-size: cover !important
}

.dqh-dqfc-list li .img {
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s
}

.dqh-dqfc-list li:hover .img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.dqh-dqfc-list li .img a {
	display: block;
	width: 100%;
	height: 100%
}

.dqh-dqfc-list li .video {
	display: none;
	background-color: #333
}

.dqh-dqfc-list li.on {
	width: 51.5%
}

.dqh-dqfc-list li .txt {
	display: none
}

.dqh-dqfc-list li.on .txt {
	display: block;
	position: absolute;
	bottom: 0;
	height: 85px;
	width: 100%;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 130, 16, 0) 0, rgba(255, 130, 16, 1) 100%)
}

.dqh-dqfc-list li.on .txt a {
	display: block;
	color: rgba(255, 255, 255, .85);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 5%;
	width: 90%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 38px
}

.dqh-dqfc-list li.on:hover .txt a {
	color: rgba(255, 255, 255, 1)
}

.dqh-dqfc-list li.on .img::before {
	opacity: 0;
	display: none
}

.dqh-dqfc-list li.on .img a::after {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/video.png) no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	transform: translate(-50%, -50%)
}

.dqh-kjtd-warp {
	margin: 20px 0 50px 0
}

.dqh-dqfc-wap .dqh-more {
	margin: 115px 20px 0 0;
	color: #fff;
	font-size: 16px
}

.dqh-kjtd-warp .dqh-title-box {
	border-bottom: solid 2px rgba(173, 173, 173, .43);
	padding-bottom: 16px
}

.dqh-kjtd-list {
	margin-left: -1%;
	margin-top: 40px
}

.dqh-kjtd-list li {
	float: left;
	width: 13.28571428571429%;
	margin-left: 3%;
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
	color: #333
}

.dqh-kjtd-list li.li1 .img,
.dqh-kjtd-list li.li2 .img,
.dqh-kjtd-list li.li3 .img,
.dqh-kjtd-list li.li4 .img,
.dqh-kjtd-list li.li5 .img,
.dqh-kjtd-list li.li6 .img,
.dqh-kjtd-list li.li7 .img,
.dqh-kjtd-list li.li8 .img {
	width: 76px;
	height: 76px;
	margin: 0 auto
}

.dqh-kjtd-list li.li1 .img {
	background: url(../images/kjtd1.png) no-repeat center center
}

.dqh-kjtd-list li.li2 .img {
	background: url(../images/kjtd2.png) no-repeat center center
}

.dqh-kjtd-list li.li3 .img {
	background: url(../images/kjtd3.png) no-repeat center center
}

.dqh-kjtd-list li.li4 .img {
	background: url(../images/kjtd4.png) no-repeat center center
}

.dqh-kjtd-list li.li5 .img {
	background: url(../images/kjtd5.png) no-repeat center center
}

.dqh-kjtd-list li.li6 .img {
	background: url(../images/kjtd6.png) no-repeat center center
}

.dqh-kjtd-list li.li7 .img {
	background: url(../images/kjtd7.png) no-repeat center center
}

.dqh-kjtd-list li.li8 .img {
	background: url(../images/kjtd2.png) no-repeat center center
}

.dqh-kjtd-list li .img a {
	width: 100%;
	height: 100%;
	display: block
}

.dqh-kjtd-list li .txt {
	margin-top: 5px
}

.dqh-kjtd-list li .txt a {
	color: #333
}

.dqh-kjtd-list li.li1:hover,
.dqh-kjtd-list li.li2:hover,
.dqh-kjtd-list li.li3:hover,
.dqh-kjtd-list li.li4:hover,
.dqh-kjtd-list li.li5:hover,
.dqh-kjtd-list li.li6:hover,
.dqh-kjtd-list li.li7:hover,
.dqh-kjtd-list li.li8:hover {
	background-color: #ff8210
}

.dqh-kjtd-list li.li1:hover .img {
	background: url(../images/kjtd1-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li2:hover .img {
	background: url(../images/kjtd2-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li3:hover .img {
	background: url(../images/kjtd3-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li4:hover .img {
	background: url(../images/kjtd4-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li5:hover .img {
	background: url(../images/kjtd5-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li6:hover .img {
	background: url(../images/kjtd6-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li7:hover .img {
	background: url(../images/kjtd7-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li8:hover .img {
	background: url(../images/kjtd2-hover.png) no-repeat center center
}

.dqh-kjtd-list li.li1:hover .txt a,
.dqh-kjtd-list li.li2:hover .txt a,
.dqh-kjtd-list li.li3:hover .txt a,
.dqh-kjtd-list li.li4:hover .txt a,
.dqh-kjtd-list li.li5:hover .txt a,
.dqh-kjtd-list li.li6:hover .txt a,
.dqh-kjtd-list li.li7:hover .txt a,
.dqh-kjtd-list li.li8:hover .txt a {
	color: #fff
}

.dqh-kjtd-list li.li6,
.dqh-kjtd-list li.li7 {
	padding: 48px 0 28px 0
}

.dqh-kjtd-list li.li6 .txt,
.dqh-kjtd-list li.li7 .txt {
	margin: 5px 12px 0 12px
}

.dqh-footer-box {
	background: #1c3f66 url(../images/footer-bg.jpg) no-repeat top center;
	color: rgba(255, 255, 255, .8);
	background-size: cover
}

.dqh-footer-box .dqh-contain-box {
	padding: 50px 0 0 0
}

.dqh-footer-warp {
	padding-bottom: 25px
}

.dqh-footer-left {
	float: left;
	width: 28.5%
}

.dqh-footer-left .logo {}

.dqh-footer-left .contact {
	font-size: 14px;
	color: rgba(255, 255, 255, .52);
	margin-top: 30px
}

.dqh-footer-left .contact li {
	margin-bottom: 5px
}

.dqh-footer-center {
	float: left;
	width: 47%;
	margin: 0px 0 0 5%
}

.dqh-yqlj-title,
.dqh-gzwm-title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: left
}

.dqh-gzwm-title {
	margin: 0 0 0 5%
}

.dqh-link-list {
	margin-left: -3%;
	margin-top: 20px
}

.dqh-link-list li {
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 12px
}

.dqh-link-list li a {
	color: rgba(255, 255, 255, .8);
	display: block;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dqh-link-list li a:hover {
	color: rgba(255, 255, 255, 1)
}

.dqh-footer-right {
	float: right;
	width: 19.5%;
	text-align: center;
	color: #fff
}

.dqh-footer-box .dqh-title {
	color: rgba(255, 255, 255, .8);
	float: none;
	margin: 28px 0 8px 0
}

.dqh-gzwm-box {
	float: left;
	margin-left: 5%;
	margin-top: 20px
}

.dqh-gzwm-box .txt {
	margin-top: 10px;
	font-size: 14px
}

.dqh-copyright {
	text-align: center;
	font-size: 14px;
	background-color: #0d2949;
	padding: 16px 0;
	color: rgba(255, 255, 255, .63);
	margin-top: -2px
}

.dqh-nav-icon {
	display: none;
	width: 24px;
	height: 21px;
	background: url(../images/nav-icon.png) no-repeat center center;
	cursor: pointer;
	margin-top: 0;
	background-size: 80%
}

.dqh-layer-box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 14440000
}

.dqh-layer {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(43, 145, 86, .5);
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 14440000
}

.dqh-layer-box .dqh-nav {
	margin-top: 25px
}

.dqh-layer-close,
.dqh-layer-close:hover {
	background: url(../images/close.png) no-repeat
}

.dqh-layer-close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0
}

.dqh-layer-close:hover {
	background-position: 0 -16px
}

.dqh-layer-nav {
	margin-top: 20px
}

.dqh-layer-nav li a {
	display: block;
	padding: 5px 12px;
	color: #fff
}

.dqh-layer-nav .dqh-suNnav {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	display: block;
	background-color: transparent;
	border-left: none;
	padding: 0;
	box-shadow: none;
	text-indent: 15px
}

.dqh-layer-nav .dqh-subnav-list li a {
	padding: 0;
	font-size: 17px;
	color: #fff
}

.dqh-layer-nav .dqh-subnav-list li a:hover {
	color: #fff
}

.dqh-three-nav {
	margin-left: 16px
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a3a3a3
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a3a3a3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a3a3a3
}

.dqh-ny-cont img {
	max-width: 100%
}

.dqh-ny-cont .vsbcontent_img {
	text-align: center;
	margin: 10px 0
}

.dqh-ny-cont {
	margin: 40px 0
}

.dqh-ny-cont p,
.dqh-about-txt p {
	font-family: "Microsoft YaHei" !important;
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important
}

.textContent p,
.textContent p span,
.textContent span {
	font-family: "Microsoft YaHei" !important;
	color: #666 !important;
	line-height: 30px !important;
	font-size: 16px !important
}

.dqh-ny-cont .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px
}

.dqh-ny-cont .inf {
	margin: 0 0 18px 0;
	text-align: center;
	line-height: 35px;
	font-size: 14px !important;
	color: #666 !important;
	border-top: solid 1px #ebebeb;
	padding: 10px 0
}

.dqh-ny-cont .inf .inf-span {
	margin: 0 5px
}

.p_pages {
	font-family: "Microsoft YaHei" !important
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #e8e8e8 !important;
	color: #fff;
	background: #256799 !important
}

.dq .pb_sys_style1 .p_no_d,
.dq1 .pb_sys_style1 .p_no_d {
	background: #7b0708 !important
}

.listPageBar {
	margin: 40px auto
}

.listPageBar table tr td:first-child {
	display: none
}

.listPageBar table tr td+td {
	width: 100%;
	text-align: center
}

.listPageBar table tr td+td+td {
	display: none
}

.listPageBar a,
.listPage span {
	font-family: "Microsoft YaHei" !important
}

.listPageBar .this-page {
	padding: 5px 8px !important;
	border: 1px solid #e8e8e8 !important;
	color: #fff !important;
	background: #256799 !important;
	font-weight: normal !important;
	margin-right: 0 !important;
	margin-left: 5px !important
}

.listPageBar a,
.pageList .this-page {
	padding: 5px 8px !important;
	border: 1px solid #e8e8e8 !important;
	margin: 0 0 0 5px !important
}

.listPageBar .PrevDisabled,
.listPageBar .NextDisabled {
	padding: 5px 8px !important;
	margin: 0 0 0 5px !important;
	border: 1px solid #ccc !important
}

.dqh-search-layer {
	display: none;
	background-color: #f5f5f5
}

.dqh-search-layer .dqh-contain-box {
	padding: 16px 0
}

.dqh-search-layer-contain {
	width: 510px;
	margin: auto
}

.dqh-search-close {
	width: 16px;
	height: 16px;
	background: #41852e url(../images/close-s-hover.png) no-repeat center center;
	display: block;
	float: right;
	border-radius: 50%;
	padding: 7px;
	margin-top: 7px;
	cursor: pointer
}

.dqh-search-close:hover {
	background: #41852eurl(../images/close-s-hover.png) no-repeat center center
}

.dqh-table {
	width: 100%;
	border: none
}

.dqh-table tr td {
	padding: 15px 22px;
	border-bottom: solid 1px #f4f4f4;
	line-height: 25px
}

.dqh-table tr.bg {
	height: 38px;
	line-height: 38px;
	color: #fff;
	background-color: #41852e;
	font-size: 20px
}

.dqh-table tr.bg1 {
	background-color: #fbfbfb
}

.dqh-table tr.bg2 {
	background-color: #eee
}

.dqh-zzjg-box {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.dqh-title-h3 {
	height: 78px;
	line-height: 78px;
	background: #f8f8f8 url(../images/zzjg-tit-bg.png) repeat left bottom;
	border-top: solid 4px #41852e;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px !important
}

.dqh-title-h3 div {
	position: relative;
	z-index: 10;
	display: inline-block;
	background-color: #f8f8f8;
	font-weight: bold
}

.dqh-list-name .name div {
	display: inline-block;
	margin: 0px 10px;
	font-weight: bold
}

.dqh-list-name1 .name div {
	width: 25%;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
	text-align: center
}

.dqh-list-name,
.dqh-list-name1 {
	padding: 2px 5px
}

.dqh-list-name .zc {
	float: left;
	width: 25%;
	text-align: right
}

.dqh-list-name .name {
	float: left;
	width: 75%
}

.dqh-list-name .name em {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold
}

.dqh-list-name .zc1 {
	float: left;
	width: 50%;
	text-align: right
}

.dqh-list-name .name1 {
	float: left;
	width: 50%
}

.dqh-list-name .name1 div {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold
}

.dqh-list-name1 .name1 {
	text-align: center
}

.dqh-list-name1 .name1 div {
	display: inline-block;
	margin: 0 15px
}

body.bodyList {
	background-color: #f4f4f2
}

.bodyList .dqh-header-warp {
	background-color: #fff
}

.dqh-bg-color {
	padding: 30px 20px;
	background-color: #fff
}

.dqh-ny-left {
	width: 388px;
	float: left;
	position: relative
}

.dqh-ny-nav-box {
	width: 100%;
	background-color: #eef3f8;
	position: relative
}

.dqh-ny-nav-bg {
	background: #005193 url(../images/nav-bg.png) no-repeat right center;
	padding: 25px 0;
	text-indent: 20px
}

.dqh-nav-en {
	font-size: 22px;
	color: #fff;
	margin-top: 5px
}

.dqh-nav-name {
	font-size: 35px;
	font-weight: normal;
	color: #fff
}

.dqh-nav-list {
	min-height: 542px
}

.dqh-nav-list>ul>li.on>a {
	color: #ff8210
}

.dqh-nav-list>ul>li.on>a .nav-right-icon {
	display: block
}

.dqh-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #256799;
	font-size: 18px;
	padding: 18px 18px 18px 40px;
	margin: 15px;
	font-weight: bold;
	background-color: #fff
}

.dqh-nav-list>ul>li>a::before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 0;
	background-color: #ff8210;
	z-index: 100;
	transition: .3s ease-out all;
	left: -4px;
	top: 22px
}

.dqh-nav-list>ul>li>a:hover::before {
	height: 16px
}

.dqh-nav-list>ul>li.on>a::before {
	height: 16px
}

.dqh-nav-list>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 12px;
	background: url(../images/right-icon.png) no-repeat;
	z-index: 100;
	transition: .3s ease-out all;
	right: 15px;
	top: 25px
}

.dqh-nav-list>ul>li>a:hover::after {
	background: url(../images/right-icon-hover.png) no-repeat
}

.dqh-nav-list>ul>li.on>a::after {
	background: url(../images/right-icon-hover.png) no-repeat
}

.dqh-nav-list>ul>li>a:hover {
	color: #ff8210;
	font-weight: bold
}

.dqh-nav-list>ul>li.on>a:hover {
	color: #ff8210
}

.dqh-ny-right {
	width: 70%;
	float: right;
	position: relative
}

.dqh-column-box {
	border-bottom: solid 1px #cde3f3
}

.dqh-column-h3 {
	float: left;
	padding-bottom: 18px;
	font-size: 28px;
	font-weight: bold;
	color: #256799;
	position: relative;
	z-index: 10;
	border-bottom: solid 3px #ff8210
}

.dqh-place {
	font-size: 16px;
	color: #666;
	margin: 0 0 25px 0
}

.dqh-place .icon {
	width: 14px;
	height: 17px;
	display: inline-block;
	background: url(../images/place.jpg) no-repeat;
	vertical-align: -2px;
	margin-right: 5px
}

.dqh-place a {
	color: #666;
	font-size: 16px;
	margin: 0 5px
}

.dqh-place a:hover {
	color: #256799
}

.dqh-tab-box {
	float: right;
	width: 80%;
	margin-top: 8px
}

.dqh-tab-box.ggList {
	width: 50%
}

.dqh-tab-list {
	margin-left: -1%
}

.dqh-tab-list li {
	float: left;
	width: 11.5%;
	margin-left: 1%
}

.dqh-tab-box.ggList .dqh-tab-list li {
	width: 19%
}

.dqh-tab-list li a {
	display: block;
	padding: 10px 0;
	background-color: #f7f7f7;
	color: #333;
	text-align: center
}

.dqh-tab-list li:hover a {
	background-color: #ff8210;
	color: #fff
}

.dqh-tab-list li.on a {
	background-color: #005193;
	color: #fff
}

.dqh-tw-list {
	margin: 40px 0
}

.dqh-tw-list ul {
	margin-left: -3%
}

.dqh-tw-list li {
	float: left;
	width: 30.33333333333333%;
	margin-left: 3%;
	margin-bottom: 3%;
	cursor: pointer
}

.dqh-tw-list li .pic {
	height: 198px;
	overflow: hidden
}

.dqh-tw-list li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dqh-tw-list li .pic a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	background-size: cover !important
}

.dqh-tw-list li:hover .pic a span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.dqh-tw-list li .txt {}

.dqh-tw-list li .txt .time {
	font-size: 14px;
	color: #666
}

.dqh-tw-list li .txt .time .time-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/calendar.png) no-repeat;
	margin-right: 5px;
	vertical-align: -1px
}

.dqh-tw-list li .txt .tit a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #005193;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px 0
}

.dqh-tw-list li:hover .txt .tit a {
	color: #ff8210
}

.dqh-sz-box {
	margin-top: 40px
}

.dqh-sz-title {
	background-color: #f8f8f8;
	color: #005193;
	font-size: 18px;
	padding: 22px 0
}

.dqh-sz-title .icon {
	width: 28px;
	height: 17px;
	display: inline-block;
	background: url(../images/yuan.png) no-repeat;
	margin: 0 8px 0 25px;
	vertical-align: -3px
}

.dqh-sz-title span,
.dqh-column-box .order {
	font-size: 16px;
	color: #666;
	float: right
}

.dqh-column-box .order {
	margin-top: 20px
}

.dqh-sz-list {
	margin: 20px 0 0 0
}

.dqh-sz-list ul {
	margin-left: -1%
}

.dqh-sz-list li {
	float: left;
	width: 10.11111111111111%;
	margin-left: 1%;
	margin-bottom: 3%;
	cursor: pointer;
	text-align: center
}

.dqh-sz-list li .pic {
	height: 290px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/tx.png) no-repeat center center
}

.dqh-sz-list li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dqh-sz-list li .pic a img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.dqh-sz-list li:hover .pic a img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.dqh-sz-list li .txt .tit a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 8px 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 40px
}

.dqh-sz-list li:hover .txt .tit a {
	color: #fff;
	background: #185ca3
}

.dqh-list {
	margin: 35px 0
}

.bodyHome .dqh-list {
	margin: 0
}

.dqh-list li {
	padding: 20px 25px 20px 0px;
	border-bottom: solid 1px #e6e6e6
}

.dqh-list .time {
	float: right;
	width: 14%;
	margin-top: 2px;
	text-align: right;
	color: #666
}

.dqh-list .txt {
	float: left;
	width: 86%
}

.dqh-list .txt .title a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px
}

.dqh-list li:hover .title a {
	color: #ff8210
}

.dqh-sz-cont {
	margin: 50px 0
}

.dqh-sz-cont .box {
	background-color: #f4f4f2;
	margin-bottom: 40px
}

.dqh-sz-cont .img {
	float: left;
	width: 230px;
	height: 290px;
	background: url(../images/tx.png) no-repeat;
	background-size: cover !important
}

.dqh-sz-cont .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important
}

.dqh-sz-cont .userInf {
	float: left;
	width: 62%;
	padding: 0 8%
}

.dqh-sz-cont .userInf .name {
	font-size: 30px;
	color: #333;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-bottom: 10px;
	position: relative;
	border-left: navajowhite;
	text-indent: 0
}

.dqh-sz-cont .userInf .name::before {
	position: absolute;
	content: "";
	position: absolute;
	left: 0;
	top: 48px;
	width: 47px;
	height: 3px;
	background-color: #1e5292
}

.dqh-sz-cont .box .name .job {
	font-size: 18px;
	color: #666;
	margin-left: 20px;
	font-weight: normal
}

.dqh-sz-cont .box .inf li {
	margin-bottom: 15px
}

.dqh-sz-cont .box .inf {
	margin: 30px 0 0 0
}

.dqh-sz-cont .box .inf .attr {
	width: 17%;
	float: left;
	margin-right: 4%
}

.dqh-sz-cont .box .inf li .valve {
	width: 79%;
	float: left;
	height: 19px;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dqh-sz-cont .box .inf .tel {
	width: 21px;
	height: 18px;
	display: inline-block;
	background: url(../images/telIcon.png) no-repeat;
	margin-right: 15px;
	vertical-align: -2px
}

.dqh-sz-cont .box .inf .mail {
	width: 21px;
	height: 13px;
	display: inline-block;
	background: url(../images/mailIcon.png) no-repeat;
	margin-right: 15px;
	vertical-align: 0px
}

.dqh-sz-cont .box .inf .address {
	width: 21px;
	height: 19px;
	display: inline-block;
	background: url(../images/addressIcon.png) no-repeat;
	margin-right: 15px;
	vertical-align: -3px
}

.dqh-sz-cont .box .inf .home {
	width: 21px;
	height: 19px;
	display: inline-block;
	background: url(../images/homeIcon.png) no-repeat;
	margin-right: 15px;
	vertical-align: -2px
}

.dqh-sz-cont h3 {
	font-size: 28px;
	color: #333;
	text-indent: 20px;
	margin-bottom: 15px;
	margin-top: 40px;
	position: relative
}

.dqh-sz-cont h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 30px;
	background-color: #005193
}

.dqh-sz-cont p {
	font-size: 16px;
	color: #333;
	line-height: 35px
}

.dqh-dqfc-list img {
	width: 100%;
	height: 100%
}

.dqh-dqfc-list video {
	width: 100%;
	height: 426px
}

.p6-2 .box .tit {
	padding: 15px 0px;
	padding-left: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #256799;
	border-bottom: 1px solid #ccc
}

.p6-2 .box .tit1 {
	background-image: url(../images/jianli-1.jpg)
}

.p6-2 .box .tit2 {
	background-image: url(../images/jianli-3.jpg)
}

.p6-2 .box .tit3 {
	background-image: url(../images/jianli-5.jpg)
}

.p6-2 .box .tit4 {
	background-image: url(../images/jianli-4.jpg)
}

.p6-2 .box .tit5 {
	background-image: url(../images/jianli-6.jpg)
}

.p6-2 .box .tit6 {
	background-image: url(../images/jianli-2.jpg)
}

.p6-2 .list {
	padding-top: 30px
}

.p6-2 .list ul li {
	border-bottom: none;
	height: auto
}

.p6-2 .box .tit span {
	font-size: 14px;
	color: #ccc;
	margin-left: 10px
}

.p6-2 .list .box ul {
	margin-top: 20px
}

.p6-2 .list .box li {
	position: relative;
	margin-bottom: 16px;
	float: left;
	width: 50%;
	margin-top: 5px
}

.p6-2 .list .box li span {
	line-height: 32px;
	text-align: right;
	width: 100px;
	float: left;
	margin-top: 5px;
	color: #666
}

.p6-2 .list .box li input {
	font-size: 14px;
	border: 1px solid #ccc;
	height: 32px;
	line-height: 30px;
	padding: 6px 10px
}

.p6-2 .list .box li input.p6-text {
	width: 75%;
	font-family: "Microsoft YaHei";
	font-size: 16px
}

.p6-2 .list .box li select {
	border: 1px solid #ccc;
	height: 44px;
	line-height: 42px;
	display: block;
	width: 79%;
	padding: 6px 10px;
	font-size: 16px;
	font-family: "Microsoft YaHei"
}

.p6-2 .list .box li textarea {
	resize: none;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 92px;
	line-height: 30px;
	display: block;
	width: 88%;
	padding: 10px;
	font-family: "Microsoft YaHei"
}

.p6-2 .list .box li.info {
	width: 100%
}

.p6-2 .box {
	margin-bottom: 20px
}

.p6-2 .list .box .start,
.p6-2 .list .box em,
.p6-2 .list .box .end {
	display: inline-block
}

.p6-2 .list .box .start,
.p6-2 .list .box .end {
	width: 30%;
	font-family: "Microsoft YaHei";
	font-size: 16px
}

.p6-2 .list .box em {
	width: 10%;
	text-align: center;
	color: #ccc
}

.p6-2 .list .box input[type="date"] {}

.p6-2 .list .box .add {
	margin-top: 20px;
	background-color: #f8f8f8;
	padding: 20px 0;
	color: #484848;
	cursor: pointer;
	text-align: center
}

.p6-2 .list .box .add span {
	display: block;
	margin-right: 15px;
	background: url(../images/jianli-7.png) no-repeat;
	background-position: 54.5% center;
	color: #256799;
	font-size: 18px;
	font-weight: bold
}

.p6-2 .list .box .add span:hover {
	color: #ff8210;
	background: url(../images/jianli-7-hover.png) no-repeat;
	background-position: 54.5% center
}

.p6-2 .list .inputBtnBox input {
	display: block;
	width: 200px;
	border: 0;
	background-color: #256799;
	color: #fff;
	height: 53px;
	cursor: pointer;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	border-radius: 5px
}

.p6-2 .list .inputBtnBox input:hover {
	background-color: #ff8210
}

.p6-2 .list .inputBtnBox {
	margin-bottom: 20px
}

.dqh-table-style {
	border-top: solid 2px #ff8112
}

.dqh-table-style tr td {
	padding: 25px 18px
}

.dqh-table-style tr.bg2 {
	background-color: #f9f9f9
}

.dqh-table-style tr.bg1 {
	background-color: #fff
}

.dqh-table-style tr:hover {
	background-color: #fff5e9
}

.dqh-zrjs-box {
	margin-top: 40px
}

.dqh-zrjs-tab {
	padding-bottom: 40px;
	border-bottom: solid 2px rgba(133, 172, 203, 1)
}

.dqh-zrjs-tab>li {
	float: left;
	width: 21%;
	margin-right: 2%;
	position: relative;
	z-index: 10
}

.dqh-zrjs-tab>li>a {
	display: block;
	padding: 17px 20px;
	color: #005193;
	background-color: #f0f7fd;
	border: solid 1px #85accb;
	font-size: 18px
}

.dqh-zrjs-tab>li>a:hover {
	color: #fff;
	background-color: #005193
}

.dqh-zrjs-tab>li>a .sj {
	position: absolute;
	width: 15px;
	height: 9px;
	display: block;
	background: url(../images/sj-b.png) no-repeat;
	right: 20px;
	top: 28px
}

.dqh-zrjs-tab>li>a:hover .sj {
	background: url(../images/sj.png) no-repeat
}

.dqh-zrjs-tab>li.on>a {
	color: #fff;
	background-color: #005193
}

.dqh-zrjs-tab>li.on>a .sj {
	background: url(../images/sj.png) no-repeat
}

.dqh-zrjs-tab-list {
	display: none;
	position: absolute;
	top: 59px;
	left: 0;
	background-color: #f0f7fd;
	width: 99.2%;
	border: solid 1px #005193
}

.dqh-zrjs-tab-list li a {
	display: block;
	padding: 11px 20px;
	color: #1d659f
}

.dqh-zrjs-tab-list li a:hover {
	color: #fff;
	background-color: #ff8210
}

.dqh-zrjs-list {
	background-color: #f4f7fb;
	border-bottom: solid 1px rgba(133, 172, 203, .4)
}

.dqh-job-name {
	float: left;
	width: 14%;
	color: #005193;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px
}

.dqh-zrjs-list ul {
	float: left;
	width: 86%;
	margin-bottom: 20px
}

.dqh-zrjs-list li {
	width: 14.28571428571429%;
	float: left;
	text-align: center
}

.dqh-zrjs-list li a {
	display: inline-block;
	margin: 22px 0 0 0;
	text-align: center;
	color: #333;
	height: 20px;
	line-height: 20px;
	border-radius: 40px;
	padding: 8px 20px
}

.dqh-zrjs-list li a:hover {
	color: #fff;
	background: #185ca3
}

.dqh-ny-banner {
	height: 335px
}

.dqh-zzjg-list {
	margin: 0 60px
}

.dqh-zzjg-list ul {
	margin-left: -2%
}

.dqh-zzjg-list li {
	width: 25%;
	min-height: 98px;
	float: left;
	margin-left: 2%;
	border: solid 1px #eaeaea;
	padding: 3%;
	margin-bottom: 2.5%;
	background: #fff url(../images/zzjg-bg1.png) no-repeat right bottom
}

.dqh-zzjg-list .title {
	font-size: 16px;
	color: #888;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px
}

.dqh-zzjg-list li:hover {
	background: #005193 url(../images/zzjg-bg2.png) no-repeat right bottom
}

.dqh-zzjg-list li .name {
	height: 28px;
	line-height: 28px
}

.dqh-zzjg-list li:hover .title,
.dqh-zzjg-list li:hover .name {
	color: #fff
}

.dqh-xsjg-list li {
	padding: 40px;
	min-height: 251px
}

.dqh-xsjg-list .title {
	float: left;
	width: 10px;
	font-size: 25px;
	font-weight: normal;
	line-height: 32px;
	padding: 20px
}

.dqh-xsjg-list .txt {
	margin-left: 100px;
	width: 80%
}

.dqh-xsjg-list .txt .job {
	border-bottom: solid 1px #e8e8e8;
	font-size: 18px !important;
	padding-bottom: 8px
}

.dqh-xsjg-list .txt .job.jj {
	margin-top: 5px
}

.dqh-xsjg-list .txt .name {
	padding: 3px 0 10px 0
}

.dqh-xsjg-list .name em {
	margin-right: 20px;
	white-space: nowrap
}

.dqh-xsjg-list li .bg1 .title {
	background: url(../images/xsjg-o.png) no-repeat
}

.dqh-xsjg-list li .bg2 .title {
	background: url(../images/xsjg-b.png) no-repeat
}

.dqh-xsjg-list li .bg1 .title {
	color: #ff820e
}

.dqh-xsjg-list li .bg2 .title {
	color: #005193
}

.dqh-xsjg-list li:hover {
	background: url(../images/xsjg-bg.jpg)
}

.dqh-listAll-left {
	float: left;
	width: 49%
}

.dqh-listAll-title {
	padding: 12px 0 0 0;
	border-bottom: solid 1px #d9d9d9
}

.dqh-listAll-title h3 {
	float: left;
	font-size: 24px;
	position: relative;
	color: #1e5292;
	font-weight: bold;
	width: 80%;
	text-indent: 20px;
	margin-bottom: 25px
}

.dqh-listAll-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 39px;
	background-color: #1e5292
}

.dqh-listAll-title h3 span {
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	font-size: 14px;
	color: #666;
	font-weight: normal
}

.dqh-listAll-title a {
	float: right;
	color: #666;
	font-size: 16px;
	position: relative;
	margin-top: 20px
}

.dqh-listAll-title a::after {}

.dqh-listAll-left .list ul,
.dqh-listAll-right .list ul {
	margin: 10px 0 30px 0
}

.dqh-listAll-left .list li,
.dqh-listAll-right .list li {
	padding: 10px;
	border-bottom: dashed 1px #ddd
}

.dqh-listAll-left .list li a,
.dqh-listAll-right .list li a {
	float: left;
	width: 84%;
	padding-left: 3%;
	position: relative;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dqh-listAll-left .list li a:hover,
.dqh-listAll-right .list li a:hover {
	color: #285ab6
}

.dqh-listAll-left .list li a::before,
.dqh-listAll-right .list li a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 8px;
	width: 3px;
	height: 3px;
	background-color: #1e5292;
	border-radius: 50%
}

.dqh-listAll-left .list li span,
.dqh-listAll-right .list li span {
	float: left;
	width: 13%;
	text-align: right
}

.dqh-listAll-right {
	float: right;
	width: 49%
}

.all .dqh-place {
	border-bottom: solid 1px #cde2f3;
	padding: 0 0 25px 0;
	margin: 0 0 18px 0
}

.dqh-listAll-tab1,
.dqh-listAll-tab2 {
	margin: 8px 28px;
	position: relative;
	border-right: 1px solid #e5e5e5
}

.dqh-listAll-tab1 .swiper-slide,
.dqh-listAll-tab2 .swiper-slide {}

.dqh-listAll-tab1 .swiper-slide .h3,
.dqh-listAll-tab2 .swiper-slide .h3 {
	height: 43px;
	line-height: 43px;
	border: 1px solid #e5e5e5;
	border-right: none;
	text-align: center;
	cursor: pointer;
	transition: .5s
}

.dqh-listAll-tab1 .swiper-slide.on .h3,
.dqh-listAll-tab2 .swiper-slide.on .h3 {
	background-color: #e5e5e5;
	color: #256799
}

.dqh-listAll-tab1 .swiper-button-next,
.dqh-listAll-tab2 .swiper-button-next {
	background-color: #f5f5f5;
	right: -29px;
	margin-top: -23px;
	background-size: 40%;
	width: 26px;
	height: 45px
}

.dqh-listAll-tab1 .swiper-button-prev,
.dqh-listAll-tab2 .swiper-button-prev {
	background-color: #f5f5f5;
	left: -29px;
	margin-top: -23px;
	background-size: 40%;
	width: 27px;
	height: 45px
}

.dqh-listAll-tab-list1 .list,
.dqh-listAll-tab-list2 .list {
	display: none
}

.dqh-listAll-left .list li:hover,
.dqh-listAll-right .list li:hover {
	background-color: #1e5292;
	color: #fff
}

.dqh-listAll-left .list li:hover a,
.dqh-listAll-right .list li:hover a {
	color: #fff
}

.dqh-listAll-left .list li:hover span,
.dqh-listAll-right .list li:hover span {
	color: #fff
}

.dqh-listAll-left .list li:hover a::before,
.dqh-listAll-right .list li:hover a::before {
	background-color: #fff
}

.dqh-table-style.w {
	width: 100%;
	text-align: center
}

.dqh-table-style.w tr td {
	border: solid 1px #eee
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	border-radius: 0px;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: 10px;
	top: 50px;
	cursor: pointer
}

.navbar-toggle.style {
	top: 12px
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #005193;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 10px;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.dqh-layer-box.on {
	display: block
}

.dqh-layer-box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background: rgba(0, 81, 147, .8)
}

.dqh-layer-box .dqh-nav {
	margin-top: 25px
}

.dqh-layer-close,
.dqh-layer-close:hover {
	background: url(../images/close.png) no-repeat
}

.dqh-layer-close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0
}

.dqh-layer-close:hover {
	background-position: 0 -16px
}

.dqh-layer-nav {
	margin-top: 80px
}

.dqh-layer-nav li a {
	display: block;
	padding: 2px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold
}

.dqh-layer-nav .dqh-layer-suNnav {
	display: none
}

.dqh-layer-nav .dqh-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 10px
}

.dqh-layer-nav .dqh-layer-suNnav li a:hover {
	color: #fff
}

.dqh-layer-search {
	position: relative;
	padding: 10px
}

.dqh-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 5px 1%;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff
}

.dqh-layer-btn {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/search-b.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 14px;
	right: 20px;
	background-size: 66%
}

.pb_sys_common {
	margin: 40px 0
}

.dqh-team-title {
	height: 53px;
	line-height: 53px;
	background: url(../images/title-bg.jpg) no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	width: 100%;
	left: -10px;
	top: 6px;
	/* padding-bottom: 50px; */
	text-indent: 30px;
	background-size: cover !important;
}

.dqh-team-des {
	margin-top: 68px;
}

.dqh-team-warp {
	border: solid 1px #c1d0e1;
	padding: 20px;
	position: relative;
	box-shadow: 10px 10px 1px #f6f9fb;
}

.dqh-team-box {
	border-left: solid 1px #c7d4e4;
	margin-top: 40px;
	padding: 0 20px;
}

.dqh-team-box h5 {
	margin: 20px 0;
	color: #1e5292;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-indent: 18px;
}

.dqh-team-box h5::before {
	content: "";
	position: absolute;
	left: -29px;
	top: 5px;
	background: url(../images/sj-icon.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

.dqh-team-box .box {
	padding: 20px;
	background-color: #eff3f8;
	/* margin-bottom: 20px; */
}

.dqh-list-new>.title {
	position: relative;
	background: #F3F8FD;
	font-size: 18px;
	color: #005193;
	/* text-indent: 28px; */
	padding: 17px 48px;
}

.dqh-list-new>.title.first {
	margin-top: 30px;
}

.dqh-list-new>.title::before {
	content: "";
	width: 23px;
	height: 23px;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon-title.png);
}

.dqh-list-new li a .title {
	padding: 20px 48px;
	font-size: 16px;
	color: #333333;
}

.dqh-list-new li a:hover .title {
	background: linear-gradient(90deg, #005193 0%, #0463AF 100%);
	color: #FFFFFF;
}

.dqh-kypt-warp h4 {
	font-size: 24px;
	color: #256799;
	position: relative;
	text-indent: 32px;
	margin: 30px 0;
}

.dqh-kypt-warp h4::before {
	content: "";
	width: 18px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon-title1.png);
}