@charset "UTF-8";
/* ========== 公司概况 start ========== */
.aboutTitle{
	text-align: center;
	padding-top: 94px;
	margin-bottom: 30px;
}
.aboutTitle .title1{
	font-size: 30px;
	color: rgba(51,51,51,0.05);
	font-weight: bold;
	text-transform: uppercase;
}
.aboutTitle .title2{
	font-size: 30px;
	color: #333333;
	position: relative;
	top: -25px;
}
.aboutColumn1{
	background-color: #ffffff;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.aboutColumn1:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1148px;
	height: 100%;
	background: url(../images/aboutColumn1Bg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.aboutColumn1Con{
	overflow: hidden;
}
.aboutColumn1R{
	width: 49.3671%;
	margin-left: 70px;
}
.aboutColumn1R .picBox{
	padding-top: 20px;
	position: relative;
}
.aboutColumn1R .pic span{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-color: #0067ac;
	z-index: -1;
}
.aboutColumn1R .pic{
	margin-right: 20px;
}
.aboutColumn1R .pic:before{
	padding-top: 56.0526%;
}
.aboutColumn1L{
	overflow: hidden;
}
.aboutColumn1L .title{
	font-size: 24px;
	color: #0067ac;
	height: 30px;
	overflow: hidden;
	margin-bottom: 58px;
}
.aboutColumn1L .line{
	width: 40px;
	height: 2px;
	background-color: #e6e6e6;
	margin-bottom: 50px;
}
.aboutColumn1L .info{
	font-size: 18px;
	color: #666666;
	line-height: 35px;
	height: 105px;
	overflow: hidden;
	margin-bottom: 140px;
}
.aboutMore a{
	width: 158px;
	height: 58px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #0067ac;
	border: 1px solid #0067ac;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutMore a span{
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 16px;
	background: url(../images/aboutMore.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-left: 16px;
	position: relative;
	top: -2px;
}
.aboutMore a:hover{
	color: #ffffff;
	background-color: #0067ac;
}
.aboutMore a:hover span{
	background: url(../images/aboutMoreh.png) no-repeat center center;
}
.aboutColumn2{
	overflow: hidden;
	background-color: #f5f5f5;
	padding-bottom: 100px;
}
.aboutColumn2Scroll{
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}
.aboutColumn2Scroll .bd{
	padding: 0 85px;
	overflow: hidden;
}
.aboutColumn2Scroll .slick-list{ 
	margin: 0 -30px; 
	overflow: hidden;
}
.aboutColumn2Scroll .myslide{
	width: 20%;
	float: left;
	display: inline;
}
.aboutColumn2Scroll .myslide .con{
	margin: 0 30px;
	position: relative;
}
.aboutColumn2Scroll .pic:before{
	padding-top: 133.1168%;
}
.aboutColumn2Scroll .myslide .text{
	position: absolute;
	width: 90%;
	height: 105px;
	bottom: 20px;
	left: 0;
	overflow: hidden;
	background-color: rgba(0,103,172,0.8);
}
.aboutColumn2Scroll .myslide .textC{
	padding: 10px 16px 0;
	color: #fffffe;
}
.aboutColumn2Scroll .myslide .title{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 4px;
}
.aboutColumn2Scroll .myslide .info{
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.aboutColumn2Scroll .prev{ 
	display:block; 
	width: 23px;
	height: 44px;  
	cursor: pointer; 
	background:url(../images/aboutColumn2Prev.png) no-repeat center center; 
	position: absolute; 
	left: 0;
	top: 50%;
	margin-top: -22px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.aboutColumn2Scroll .next{
	display:block; 
	width: 23px; 
	height: 44px; 
	cursor: pointer; 
	background:url(../images/aboutColumn2Next.png) no-repeat center center; 
	position: absolute; 
	right:0px; 
	top: 50%;
	margin-top: -22px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutColumn2Scroll .prev:hover{
	background:url(../images/aboutColumn2Prevh.png) no-repeat center center; 
}
.aboutColumn2Scroll .next:hover{
	background:url(../images/aboutColumn2Nexth.png) no-repeat center center; 
}
.aboutColumn3{
	padding-bottom: 96px;
	background: url(../images/aboutColumn3Bg.png) no-repeat center bottom;
	background-size: cover;
}
.about3UpScroll {
	position: relative;
	margin-bottom: 60px;
}

.about3UpScroll::before {
	content: '';
	display: block;
	width: 20%;
	height: 1px;
	background-color: #0067ac;
	position: absolute;
	left: 0;
	bottom: 12px;
}

.about3UpScroll::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #0067ac;
	position: absolute;
	right: 0;
	bottom: 12px;
}

.about3UpScroll .wrap {
	position: relative;
}

.about3UpScroll .bd {
	overflow: hidden;
}

.about3UpScroll .slick-list {
	visibility: unset;
	position: relative;
	padding: 0 !important;
}

.about3UpScroll .slick-list::before {
	content: '';
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/about3Line.png) no-repeat center left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about3UpScroll .slick-list::after {
	content: '';
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/about3Line.png) no-repeat center left;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.about3UpScroll .prev {
	display: block;
	width: 12px;
	height: 22px;
	cursor: pointer;
	background: url(../images/aboutColumn3Prev.png) no-repeat center left;
	background-size: 12px 22px;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 3;
}

.about3UpScroll .next {
	display: block;
	width: 12px;
	height: 22px;
	cursor: pointer;
	background: url(../images/aboutColumn3Next.png) no-repeat center right;
	background-size: 12px 22px;
	position: absolute;
	right: 0;
	top: 40%;
}

.about3UpScroll .myslide {
	padding-bottom: 50px;
	position: relative;
}

.about3UpScroll .myslide::before {
	content: '';
	display: block;
	width: 45%;
	height: 1px;
	background-color: #62a0ca;
	position: absolute;
	left: 0;
	bottom: 12px;
}

.about3UpScroll .myslide::after {
	content: '';
	display: block;
	width: 45%;
	height: 1px;
	background-color: #62a0ca;
	position: absolute;
	right: 0;
	bottom: 12px;
}

.about3UpScroll .slickCon {
	display: block;
}

.about3UpScroll .slickCon::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0067ac;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -4px;
	z-index: 3;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.about3UpScroll .myslide.slick-current.slick-center .slickCon::before {
	background: #0067ac;
}

.about3UpScroll .slickCon::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #0067ac;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.about3UpScroll .myslide.slick-current.slick-center .slickCon::after {
	background: #0067ac;
	height: 36px;
}

.about3UpScroll .slickCon .year {
	font-size: 16px;
	color: #0067ac;
	text-align: center;
	width: 108px;
	height: 108px;
	line-height: 108px;
	border-radius: 50%;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	cursor: pointer;
}

.about3UpScroll .slickCon .year span {
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.about3UpScroll .myslide.slick-current.slick-center .slickCon .year {
	background: rgba(0,103,172,0.1);
}

.about3UpScroll .myslide.slick-current.slick-center .slickCon .year span {
	line-height: 78px;
	background: #0067ac;
	color: #ffffff;
	position: relative;
}

.about3DownScroll {
	width: 76.9231%;
	height: 225px;
	background: #FFFFFF;
	margin: 0 auto;
}
.about3DownScroll .slick-list{
	overflow: visible; 
}
.about3DownScroll .slickCon {
	overflow: hidden;
	box-shadow: 0 7px 21px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 7px 21px 0 rgba(0,0,0,0.1);
}

.about3DownScroll .slickCon .pic {
	width: 400px;
	float: left;
	display: inline;
}

.about3DownScroll .slickCon .pic::before {
	padding-top: 56.25%;
}

.about3DownScroll .slickCon .text {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 30px;
	height: 225px;
}

.about3DownScroll .slickCon .text .info {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}
.aboutColumn4{
	overflow: hidden;
	padding-bottom: 120px;
}
.abo-honor {
  position: relative;
  height: 440px;
}
.abo-honor h2 {
  color: #333;
}
.abo-honor .list {
  /* width: 1188px; */
}
.abo-honor .list .btn {
  width: 40px;
  height: 40px;
  margin-top: 114px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: absolute;
  top: 40%;
  margin-top: -20px;
}
.abo-honor .list .btn.prev {
	left: 0;
  background:url(../images/aboutColumn2Prev.png) no-repeat center center;
}
.abo-honor .list .btn.next {
	right: 0;
  background:url(../images/aboutColumn2Next.png) no-repeat center center;
}
.abo-honor .list .btn:hover {
  background:url(../images/aboutColumn2Prevh.png) no-repeat center center;
}
.abo-honor .list .btn.next:hover {
  background:url(../images/aboutColumn2Nexth.png) no-repeat center center;
}
.abo-honor .list .scroll {
  position: relative;
  width: 1010px;
  height: 390px;
  margin: 0 290px;
}
.abo-honor .list dl{
	height: 100%;
}
.abo-honor .list .scroll a{
	display: block;
	height: 100%;
}
.abo-honor .list .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 316px;
  width: 893px;
  height: 24px;
  /*background: url(../img/bg_shadow01.png) no-repeat center;*/
  margin-left: -447px;
  opacity: .6;
}

.abo-honor .list .scroll dd {
    position: absolute;
    left: 260px;
    top: 0;
    width: 460px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}


.abo-honor .list .scroll dd:nth-child(1){
    -webkit-transform: rotateY(10deg) !important;
    transform: rotateY(10deg) !important;
}
.abo-honor .list .scroll dd:nth-child(2) {
  -webkit-filter: none;
  filter: none;
}
.abo-honor .list .scroll dd:nth-child(2) .text{
	opacity: 1;
	visibility: visible;
}
.abo-honor .list .scroll dd:nth-child(3){
  -webkit-transform: rotateY(-10deg) !important;
  transform: rotateY(-10deg) !important;
}
.abo-honor .list .scroll dd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	perspective: 500px;
	-webkit-box-reflect: below -7px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 70%, rgba(250, 250, 250, 0.1));
}
.abo-honor .list dl .text{
	font-size: 16px;
	color: #333333;
	text-align: center;
	height: 78px;
	line-height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
/* ========== 公司概况 end ========== */

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding-top: 46px;
	padding-bottom: 50px;
}

.articleBox {
	line-height: 40px;
	padding: 0 60px;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 60px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding: 0 60px;
	margin-bottom: 6px;
}
/* ————— 标题 end ————— */
/* ————— 发展历程 start ————— */
.event{
	background: url(../images/eventBg.png) no-repeat center bottom;
	background-size: cover;
	height: 784px;
}
.eventBox{
	position: relative;
	padding: 120px 170px 0;
}
.eventPrev{
	position: absolute;
	cursor: pointer;
	border: 1px solid #066bae;
	border-radius: 50%;
	top: 300px;
	left: 0px;
	width: 38px;
	height: 38px;
	background: url(../images/eventPrev.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventNext{
	position: absolute;
	cursor: pointer;
	border: 1px solid #066bae;
	border-radius: 50%;
	top: 300px;
	right: 0px;
	width: 38px;
	height: 38px;
	background: url(../images/eventNext.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventPrev:hover{
	background: #066bae url(../images/eventPrevh.png) no-repeat center center;
}
.eventNext:hover{
	background: #066bae url(../images/eventNexth.png) no-repeat center center;
}
.eventCon{
	overflow: hidden;
}
.eventScroll .slick-list{
	margin-right: -175px;
}
.eventScroll .myslide{
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
}
.eventScroll .slick-current.slick-active{
	margin-top: 150px;
}
.eventScroll .myslick2{
	margin-top: 75px;
}
.eventScroll .con{
	padding-left: 48px;
	margin-right: 175px;
	position: relative;
}
.eventScroll .con .evenIcon{
	height: 100%;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/eventIcon.png) no-repeat center center;
	background-size: contain;
	transition: all 0.7s linear;
	-webkit-transition: all 0.7s linear;
}
@keyframes myHeight{
	0%{
		height: 0;
	}
	50%{
		height: 50%;
	}
	100%{
		height: 100%;
	}
}
.eventScroll .con .pic{
	width: 250px;
}
.eventScroll .con .pic:before{
	padding-top: 56%;
}
.eventScroll .con .year{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 16px;
}
.eventScroll .con .info{
	line-height: 28px;
	height: 56px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 24px;
}
.eventScroll .con .info::-webkit-scrollbar {width:5px;background:#f0f0f0;}
.eventScroll .con .info::-webkit-scrollbar-thumb {width:5px;background:#0067ac;border-radius: 2px;}
.eventScroll .con .info::-webkit-scrollbar-corner {background:#f0f0f0;}
.eventScroll .con .info::-webkit-scrollbar:horizontal{height:9px;}
/* ————— 发展历程 end ————— */
/* ————— 党建综合页 start ————— */
.partyColumn1{
	overflow: hidden;
	padding-bottom: 100px;
	background-color: #ffffff;
}
.partyColumn1Con{
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: 60px;
}
.partyColumn1L,.partyColumn1R{
	width: 50%;
	float: left;
	display: inline;
}
.partyColumn1L .con,.partyColumn1R .con{
	margin-right: 30px;
}
.partyBuilding .aboutMore a{
	margin: 0 auto;
}
.partyColumn1Scroll{
	position: relative;
}
.partyColumn1Scroll .bd{
	overflow: hidden;
}
.partyColumn1Scroll .pic::before{
	padding-top: 56.129%;
}
.partyColumn1Scroll .slick-dots {
	position: absolute;
	width: 80px;
	height: 12px;
	bottom: 0;
	right: 20px;
	z-index: 6;
	text-align: center;
	padding: 24px 0;
}

.partyColumn1Scroll .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 9999px;
	text-align: center;
	background-color: rgba(255,255,255);
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}

.partyColumn1Scroll .slick-dots li.slick-active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	background-color: rgba(255,255,255,0.5);
}

.focusText{
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
}
.focusText a{
	display: block;
	line-height: 60px;
	height:60px;
	overflow: hidden;
	padding: 0 10px 0 30px;
	margin-right: 80px;
	color: #ffffff;
	font-size: 16px;
}
.partyColumn1Dl dd{
	margin-bottom: 30px;
	background-color: #f9f9fc;
	padding: 20px 30px;
}
.partyColumn1Dl dd:last-child{
	margin-bottom: 0;
}
.partyColumn1Dl dd .title{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partyColumn1Dl dd .title a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn1Dl dd .title a:hover{
	color: #0067ac;
}
.partyColumn1Dl dd .time{
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 8px;
}
.partyColumn1Dl dd .info{
	font-size: 14px;
	color: #666666;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partyColumn2{
	padding-bottom: 100px;
	overflow: hidden;
	background: url(../images/partyColumn2Bg.png) no-repeat center center;
	background-size: cover;
}
.partyColumn2Scroll{
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.partyColumn2Scroll .slick-list{
	margin-right: -30px;
	overflow: hidden;
}
.partyColumn2Scroll .myslide{
	width: 33.3333%;
	float: left;
	display: inline;
}
.partyColumn2Scroll .con{
	margin-right: 30px;
}
.partyColumn2Scroll .con .pic:before{
	padding-top: 56.3241%;
}
.partyColumn2Scroll .con .text{
	padding: 20px 30px 26px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn2Scroll .con .title{
	font-size: 16px;
	color: #333333;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-bottom: 4px;
}
.partyColumn2Scroll .con .time{
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
.partyColumn2Scroll .con a:hover .text{
	background-color: rgba(0,103,172,0.05);
}
.partyColumn2Scroll .con a:hover .title{
	color: #0067ac;
}
.partyColumn2Scroll .prev{ 
	display:block; 
	width: 30px;
	height: 50px;
	cursor: pointer; 
	background:rgba(0,103,172) url(../images/eventPrevh.png) no-repeat center center; 
	position: absolute; 
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.partyColumn2Scroll .next{
	display:block; 
	width: 30px; 
	height: 50px; 
	cursor: pointer; 
	background:rgba(0,103,172) url(../images/eventNexth.png) no-repeat center center; 
	position: absolute; 
	right:0px; 
	top: 50%;
	margin-top: -25px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn2Scroll .prev:hover{
	background:rgba(0,103,172,0.5) url(../images/eventPrevh.png) no-repeat center center; 
}
.partyColumn2Scroll .next:hover{
	background:rgba(0,103,172,0.5) url(../images/eventNexth.png) no-repeat center center; 
}
.partyColumn3{
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom: 100px;
}
.partyColumn3Dl{
	overflow: hidden;
	margin: 0 -14px 22px;
}
.partyColumn3Dl dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 28px;
}
.partyColumn3Dl dd .con{
	margin: 0 14px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.partyColumn3Dl dd .pic{
	width: 360px;
	float: left;
	display: inline;
	margin-right: 30px;
}
.partyColumn3Dl dd .pic:before{
	padding-top: 56.3889%;
}
.partyColumn3Dl dd .text{
	overflow: hidden;
	padding-top: 35px;
}
.partyColumn3Dl dd .title{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partyColumn3Dl dd .title a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn3Dl dd .time{
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}
.partyColumn3Dl dd .info{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.partyColumn3Dl dd .con:hover .title a{
	color: #0067ac;
}
.partyColumn4{
	padding-bottom: 100px;
	overflow: hidden;
	background: url(../images/partyColumn4Bg.png) no-repeat center center;
	background-size: cover;
}
.partyColumn4Dl{
	overflow: hidden;
	margin: 0 -15px 30px;
}
.partyColumn4Dl dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.partyColumn4Dl dd .con{
	margin: 0 15px;
	padding: 44px 40px 52px 0;
	overflow: hidden;
	background-color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .con .date{
	width: 108px;
	float: left;
	display: inline;
	text-align: center;
	margin-right: 35px;
	margin-top: 22px;
	position: relative;
}
.partyColumn4Dl dd .con .date:before{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	height: 52px;
	width: 1px;
	background-color: #ededed;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .con .day{
	font-size: 28px;
	color: #333333;
	margin-bottom: 5px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .con .year{
	font-size: 14px;
	color: #666666;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .text{
	overflow: hidden;
}
.partyColumn4Dl dd .title{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.partyColumn4Dl dd .title a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .info{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.partyColumn4Dl dd .con:hover{
	background-color: #0067ac;
}
.partyColumn4Dl dd .con:hover .title a{
	color: #ffffff;
}
.partyColumn4Dl dd .con:hover .info{
	color: rgba(255,255,255,0.7);
}
.partyColumn4Dl dd .con:hover .day{
	color: #ffffff;
}
.partyColumn4Dl dd .con:hover .year{
	color: #ffffff;
}
.partyColumn4Dl dd .con:hover .date:before{
	background-color: rgba(255,255,255,0.1);
}
/* ————— 党建综合页 end ————— */
/* ————— 产品中心 start ————— */
.productListDl{
	overflow: hidden;
}
.productListDl dd{
	padding-bottom: 60px;
	margin-bottom: 30px;
}
.productListDl dd .con{
	position: relative;
}
.productListDl dd .pic{
	width: 705px;
	z-index: 2;
}
.productListDl dd .pic:before{
	padding-top: 56.0283%;
}
.productListDl dd .text{
	position: absolute;
	width: 85%;
	height: 100%;
	top: 60px;
	right: 0;
	background-color: #ffffff;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productListDl dd .textC{
	padding-left: 38.5779%;
	padding-right: 60px;
	height: 100%;
}
.productListDl dd .title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.productListDl dd .title a{
	font-size: 30px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productListDl dd .info{
	line-height: 32px;
	height: 96px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	margin-bottom: 50px;
}
.productListDl dd .btnBox{
	height: 40px;
}
.productListDl dd .more{
	line-height: 40px;
	height: 40px;
}
.productListDl dd .more a{
	font-size: 14px;
	color: #0067ac;
}
.productListDl dd .more a span{
	width: 15px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/indexMoreIcn1h.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productListDl dd .btn{
	display: inline-block;
}
.productListDl dd .btn a{
	font-size: 14px;
	color: #999999;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.productListDl dd .con:hover .text{
	box-shadow: 0 6px 13px 0 rgba(97,97,97,0.15);
	-webkit-box-shadow: 0 6px 13px 0 rgba(97,97,97,0.15);
}
.productListDl dd .con:hover .title a{
	color: #0067ac;
}
.productListDl dd .btn a:hover{
	border-color: #0067ac;
	color: #0067ac;
	box-shadow: 0 6px 13px 0 rgba(0,103,172,0.15);
	-webkit-box-shadow: 0 6px 13px 0 rgba(0,103,172,0.15);
}
.productListDl dd .more a:hover span{
	margin-left: 14px;
}
/* ————— 产品中心 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #999999;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: top;
}
.shareParent .shareFont{
	width: 26px;
}
.shareParent .shareFont{
	border: none;
	color: #999999;
}
.shareParent .shareFont.icon-qq{
	color: #999;
}
.shareParent .shareFont.icon-qq:hover {
    color: #56b6e7;
	background: none;
}
.shareParent .shareFont.icon-wechat {
    color: #999999;
}
.shareParent .shareFont.icon-wechat:hover{
	color: #7bc549;
	background: none;
}
.shareParent .shareFont.icon-qzone{
	color: #999999;
}
.shareParent .shareFont.icon-qzone:hover {
    color: #FDBE3D;
    background: none;
}
.shareParent .shareFont.icon-weibo {
    color: #999999;
}
.shareParent .shareFont.icon-weibo:hover {
    color: #ff763b;
    background: none;
}
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 1000px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 1000px;
	height: 600px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 1000px;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 1000px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 80px;
	width: 134px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 80px;
	width: 134px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 80px;
	width: 134px;
}

.img_hd ul li.on {
	border: 1px solid #0067ac;
	background: #0067ac;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	z-index: 9;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 60px 20px 60px;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/common/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #0067ac;
}

.articlePage a.hover {
	color: #fff;
	background: #0067ac;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	color: #666666;
	font-size: 16px;
	padding: 20px 60px 0;
	border-top: 1px solid #ececec;
}

.pageUp a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUp a:hover {
	color: #0067ac;
}
.articlePageBox{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.video {
	width: 600px;
	height: 400px;
	margin: 0 auto
}

/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 视频列表 start ========== */
.videoList1Dl {
	overflow: hidden;
	margin: 0 -15px;
}

.videoList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.videoList1Dl dd .con {
	display: block;
	margin: 0 15px;
	overflow: hidden;
	position: relative;
}

.videoList1Dl dd .pic::before {
	padding-top: 56.2992%;
}

.videoList1Dl dd .pic span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url(../images/playIcon.png) no-repeat center center;
	z-index: 2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.videoList1Dl dd .con .text{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-color: rgba(0,103,172,0.5);
	z-index: 3;
	overflow: hidden;
}
.videoList1Dl dd .con .title {
	margin: 0 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.videoList1Dl dd .con:hover .text {
	bottom: 0;
}
.videoList1Dl dd .con:hover .pic span{
	opacity: 1;
	visibility: visible;
}
/* ========== 视频列表 end ========== */
/* ========== 全文列表 start ========== */
.textList1Dl {
	overflow: hidden;
	margin: 0 -15px;
}

.textList1Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.textList1Dl dd .con {
	display: block;
	margin: 0 15px;
	background: #fff;
	padding: 12px 30px 22px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.textList1Dl dd .con:hover {
	box-shadow: 0 4px 10px 1px rgba(47, 47, 47, 0.1);
	-webkit-box-shadow: 0 4px 10px 1px rgba(47, 47, 47, 0.1);
}

.textList1Dl dd .time {
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	margin-bottom: 4px;
}

.textList1Dl dd .con .title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
}

.textList1Dl dd .con .title a{
	font-size: 20px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList1Dl dd .con .info{
	line-height: 28px;
	height: 56px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}

.textList1Dl dd .con:hover .title {
	letter-spacing: 1px;
}
.textList1Dl dd .con:hover .title a{
	color: #0067ac;
}
/* ========== 全文列表 end ========== */
/* ========== 全图列表 start ========== */
.imgList1Dl {
	overflow: hidden;
	margin: 0 -15px;
}

.imgList1Dl dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.imgList1Dl dd .con {
	display: block;
	margin: 0 15px;
}
.imgList1Dl dd .con .pic{
	margin-bottom: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.imgList1Dl dd .con .pic::before {
	padding-top: 149.7311%;
}

.imgList1Dl dd .con .text {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1Dl dd .con:hover .text {
	color: #0067ac;
}
.imgList1Dl dd .con:hover .pic{
	box-shadow: 0 4px 16px 1px rgba(60,60,60,0.15);
	-webkit-box-shadow: 0 4px 16px 1px rgba(60,60,60,0.15);
}
.imgList2Dl{
	margin: 0 -15px;
	overflow: hidden;
}

.imgList2Dl dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.imgList2Dl dd a{
	display: block;
	margin: 0 15px;
	background-color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList2Dl dd .pic:before{
	padding-top: 56.2992%;
}
.imgList2Dl dd .text{
	padding: 20px 30px;
	position: relative;
}
.imgList2Dl dd .text:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #0067ac;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList2Dl dd .title{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList2Dl dd .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.imgList2Dl dd a:hover{
	box-shadow: 0 4px 10px 1px rgba(47,47,47,0.09);
	-webkit-box-shadow: 0 4px 10px 1px rgba(47,47,47,0.09);
}
.imgList2Dl dd a:hover .title{
	color: #0067ac;
}
.imgList2Dl dd a:hover .text:before{
	width: 100%;
}
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
.imgText1Dl dd {
	margin-bottom: 30px;
}
.imgText1Dl dd .con {
	overflow: hidden;
	background-color: #ffffff;
	padding: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.imgText1Dl dd .con:hover {
	box-shadow: 0 3px 29px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 29px 1px rgba(0, 0, 0, 0.1);
}

.imgText1Dl dd .pic {
	width: 420px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.imgText1Dl dd .pic::before {
	padding-top: 56.1904%;
}

.imgText1Dl dd .text {
	overflow: hidden;
	padding-top: 25px;
}

.imgText1Dl dd .text .time {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.imgText1Dl dd .text .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}

.imgText1Dl dd .text .title a {
	font-size: 20px;
	color: #333333;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.imgText1Dl dd .con:hover .text .title a {
	color: #0067ac;
	letter-spacing: 1px;
}

.imgText1Dl dd .text .info {
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 35px;
}

/* ========== 图文列表 end ========== */
/* ========== 资质荣誉列表瀑布流 start ========== */
.honorGridBox {
	overflow: hidden;
}

.honorGridDl {
	position: relative;
	width: 100%;
	z-index: 1 !important;
	margin: 0 -15px;
	overflow: hidden;
}

.honorGridDl dd {
	width: 33.3333%;
	position: absolute;
	top: 0;
	left: 0;
}

.honorGridDl dd .con {
	display: block;
	margin: 0 15px;
	background: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.honorGridDl dd .con:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.honorGridDl dd .con .grPic {
	height: auto;
	padding: 60px 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.honorGridDl dd .con .grPic img {
	width: 100%;
	height: 100%;
}

.honorGridDl dd .con .text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.honorGridDl dd .con:hover .text {
	color: #0067ac;
}

.viewer-number span,
.viewer-number i {
	font-style: unset;
}

/* ========== 资质荣誉列表瀑布流 end ========== */
/* ========== 资质荣誉列表 start ========== */
.honorListDl {
	overflow: hidden;
	margin: 0 -30px 20px;
}

.honorListDl dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.honorListDl dd a {
	display: block;
	margin: 0 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.honorListDl dd a .picBox {
	padding: 50px 53px;
}

.honorListDl dd a .picBox .pic::before {
	padding-top: 141.6058%;
}

.honorListDl dd a .picBox .pic img {
	object-fit: contain;
}

.honorListDl dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.honorListDl dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.honorListDl dd a:hover .text .title {
	color: #1e5ab0;
}

.honorListDl dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/* ========== 资质荣誉列表 end ========== */
/* ========== 领导列表 start ========== */
.leaderListDl{
	margin: 0 -15px;
	overflow: hidden;
}
.leaderListDl dd{
	width: 50%;
	display: inline;
	float: left;
	margin-bottom: 30px;
}
.leaderListDl dd .con{
	margin: 0 15px;
	background-color: #ffffff;
	padding: 30px;
	overflow: hidden;
}
.leaderListDl dd .pic{
	width: 190px;
	margin-right: 30px;
}
.leaderListDl dd .pic:before{
	padding-top: 133.6842%;
}
.leaderListDl dd .text{
	overflow: hidden;
	padding-top: 4px;
}
.leaderListDl dd .text .name{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.leaderListDl dd .text .name a{
	font-size: 20px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leaderListDl dd .text .post{
	font-size: 16px;
	color: #666666;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 20px;
}
.leaderListDl dd .title{
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 24px;
}
.leaderListDl dd .text .info{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 30px;
}
.leaderListDl dd .text .more{
	height: 30px;
	line-height: 30px;
}
.leaderListDl dd .text a{
	font-size: 14px;
	color: #0067ac;
}
.leaderListDl dd .text a span{
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../images/indexMoreIcn1h.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leaderListDl dd .con:hover .text .name a{
	color: #0067ac;
}
.leaderListDl dd .text a:hover span{
	margin-left: 13px;
}
/* ========== 领导列表 end ========== */
/* ========== 领导详情 start ========== */
.leaderView{
	background-color: #ffffff;
	padding: 60px;
}
.leaderViewUp{
	overflow: hidden;
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
}
.leaderViewUp .pic{
	width: 220px;
	margin-right: 34px;
}
.leaderViewUp .pic:before{
	padding-top: 133.6364%;
}
.leaderViewUp .text{
	overflow: hidden;
	padding-top: 35px;
}
.leaderViewUp .text .name{
	font-size: 20px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin-bottom: 8px;
}
.leaderViewUp .text .post{
	font-size: 16px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	margin-bottom: 45px;
}
.leaderViewUp .text .info{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.leaderViewDown{
	padding-top: 45px;
}
.leaderViewDown .title{
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	margin-bottom: 8px;
}
.leaderViewDown .info{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
/* ========== 领导详情 end ========== */
/* ========== 招聘列表 start ========== */
.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	margin-bottom: 20px;
}

.recruitTitle .text {
	color: #444444;
	font-size: 0;
	font-weight: bold;
	overflow: hidden;
}

.recruitTitle .text span {
	width: 14.2857%;
	display: inline-block;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitTitle .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl {
	overflow: hidden;
}

.recruitListDl dd {
	margin-bottom: 20px;
}

.recruitListDl dd:last-child{
	margin-bottom: 0;
}

.recruitListDl dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListDl dd .recruitT .text {
	background: #ffffff;
	font-size: 0;
	color: #666666;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/right.png)no-repeat center right 60px;
	background-size: 8px 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.recruitListDl dd:hover .recruitT .text span.recruitIcon {
	background: url(../images/righth.png)no-repeat center right 60px;
	background-size: 8px 14px;
}

.recruitListDl dd.active .recruitT .text span.recruitIcon {
	background: url(../images/xia.png)no-repeat center right 60px;
	background-size: 14px 8px;
}

.recruitListDl dd .recruitT .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl dd .recruitT .text span {
	width: 50%;
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitListDl dd .recruitT .text span.money {
	color: #e89214;
}

.recruitListDl dd.active .recruitT .text span.money {
	color: #fff;
}

.recruitListDl dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
}

.recruitListDl dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	display: none;
	background-color: #ffffff;
	box-shadow: 0 4px 16px 1px rgba(60,60,60,0.15);
	-webkit-box-shadow: 0 4px 16px 1px rgba(60,60,60,0.15);
}

.recruitText {
	overflow: hidden;
	margin: 20px 60px 0;
}

.recruitText .rectitle {
	font-size: 16px;
	color: #555555;
	line-height: 50px;
}

.recruitText .rectext {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.recruitBtn {
	overflow: hidden;
	padding: 30px 60px 60px;
}

.recruitBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 48px;
	background: #0067ac;
	font-size: 16px;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-weight: bold;
}

.recruitBtn a:hover {
	border-radius: 10px;
}

.recruitListDl dd:hover .recruitT .text,
.recruitListDl dd.active .recruitT .text,
.recruitListDl dd:hover .recruitT .text span.money {
	background: #0067ac;
	color: #FFF;
}

.recruitTitleUl {
	overflow: hidden;
	padding: 0px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d9ebe2;
}

.recruitTitleUl li {
	width: 17%;
	float: left;
	display: inline;
	height: 100px;
	line-height: 40px;
	overflow: hidden;
}

.recruitTitleUl li.li1{
	width: 32%;
}

.recruitTitleUl li .title {
	font-size: 16px;
	color: #555555;
	margin-right: 20px;
	font-weight: bold;
	float: left;
	line-height: 100px;
}

.recruitTitleUl li .info {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	height: 100px;
	line-height: 28px;
	margin-right: 10px;
}

/* ========== 招聘列表 end ========== */
/* ========== 招聘表单 start ========== */
.formBtn {
	font-size: 0;
}

.formBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 64px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.formBtn a.submit {
	background: #0067ac;
}

.formBtn a.reset {
	background: #cccccc;
	margin-left: 20px;
}

.formBtn a:hover {
	border-radius: 10px;
}

.allFormDl {
	margin-right: -30px;
}

.allFormDl .allFormDd {
	width: 50%;
	min-height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.allFormDl .allFormDd.w100 {
	width: 100%;
}

.allFormDl .allFormDd.w30 {
	width: 30%;
}

.allFormDl .allFormDd.w40 {
	width: 40%;
}

.allFormDl .allFormDd.mt1 {
	margin-top: -155px;
}

.allFormDl .allFormDd.mt2 {
	margin-top: -81px;
}

.allFormDl .allFormDd.mt3 {
	margin-top: -155px;
}

.allFormDl .allFormDd .allFormCon {
	margin-right: 30px;
	background: #ffffff;
	padding-left: 10px;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
}

.allFormCon .title {
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	width: 80px;
}

.must {
	font-size: 14px;
	color: #ff0000;
	float: right;
	display: inline;
}

.allFormDiv {
	margin-left: 80px;
}

.allFormDiv>div {
	float: left;
	display: inline;
}

.allFormDiv .allFormWidth {
	width: 97%;
}

.allFormDiv .allFormWidth .formInput {
	width: 100%;
	min-height: 50px;
	outline: none;
	border: none;
	resize: none;
	background: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
	font-size: 14px;
	color: #000000;
}

.allFormDiv .allFormWidth textarea.formInput {
	height: 200px;
	padding: 15px 10px;
	padding-left: 0;
}

.yzmFormCon .title {
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	width: 86px;
	background: #ffffff;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px 0 0 4px;
}

.yzmFormCon .allFormDiv .allFormWidth {
	width: 20%;
	background: #ffffff;
	margin-right: 20px;
	border-radius: 0 4px 4px 0;
}

.yzmFormCon .allFormDiv .imgBox {
	width: 110px;
	height: 50px;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.yzmFormCon .allFormDiv .imgBox img {
	width: 100%;
	height: 100%;
}

.yzmFormCon .allFormDiv .formText {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

/* 性别 start */
.radioBox {
	line-height: 50px;
	font-size: 0
}

.radioBox .radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: middle;
}

.radioBox .radioCon:last-child {
	margin-right: 0;
}

.radioBox .radioCon label {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #333333;
}

.radioBox .radioCon label:first-child {
	padding-left: 0;
}

.radioBox .radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioBox .radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.radioBox .radioCon input[type="radio"]+label span::before {
	display: none;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0067ac;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
}

.radioBox .radioCon input[type="radio"]:checked+label span::before {
	display: block;
}

/* 性别 end */
/* 下拉 start */
.zpformSel {
	height: 50px;
	position: relative;
}

.zpformSel .seljg {
	line-height: 50px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.zpformSel i {
	cursor: pointer;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.zpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000;
}

.zpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 1px;
}

.zpformSel .selTj a:hover,
.zpformSel .selTj a.hover {
	background: #0067ac;
	color: #FFF;
}

/* 下拉 end */
/* ========== 招聘表单 end ========== */
/* ========== 联系我们 start ========== */
.contactUsMap{
	position: relative;
	overflow: hidden;
}
#map {
	width: 100%;
	height: 755px;
}
.contactUsDlBox{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60px;
}
.contactUsDl{
	margin: 0 70px;
	background-color: #ffffff;
	height: 120px;
	box-shadow: 0 4px 16px 1px rgba(0,103,172,0.2);
	overflow: hidden;
}
.contactUsDl dd{
	width: 33.3333%;
	float: left;
	display: inline;
}
.contactUsDl dd .con{
	position: relative;
	padding: 0 30px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.contactUsDl dd .con:before{
	width: 1px;
	height: 40px;
	display: block;
	content: '';
	background-color: rgba(217,217,217,0.58);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.contactUsDl dd.dd3 .con:before{
	display: none;
}
.contactUsDl dd .icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 30px;
	margin-top: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.contactUsDl dd.dd1 .icon{
	background: rgba(0,103,172,0.05) url(../images/contactIcon1.png) no-repeat center center;
}
.contactUsDl dd.dd2 .icon{
	background: rgba(0,103,172,0.05) url(../images/contactIcon2.png) no-repeat center center;
}
.contactUsDl dd.dd3 .icon{
	background: rgba(0,103,172,0.05) url(../images/contactIcon3.png) no-repeat center center;
}
.contactUsDl dd .text{
	overflow: hidden;
	font-size: 18px;
	color: #0067ac;
	line-height: 30px;
	height: 120px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.contactUsDl dd img{
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.contactUsDl dd img.telImg2{
	opacity: 0;
	visibility: hidden;
}
.contactUsDl dd .num{
	font-size: 60px;
	line-height: 120px;
	text-fill-color:transparent;
	-webkit-text-fill-color:transparent; 
	text-stroke:1px rgba(255,255,255,0.2); 
	-webkit-text-stroke:1px rgba(255,255,255,0.2); 
	font-weight: bold;
	display: none;
}
.contactUsDl dd .con:hover img.telImg2{
	opacity: 1;
	visibility: visible;
}
.contactUsDl dd .con:hover img.telImg1{
	opacity: 0;
	visibility: hidden;
}
.contactUsDl dd .con:hover{
	background-color: #0067ac;
}
.contactUsDl dd.dd1 .con:hover .icon{
	background: rgba(255,255,255,0.1) url(../images/contactIcon1h.png) no-repeat center center;
}
.contactUsDl dd.dd2 .con:hover .icon{
	background: rgba(255,255,255,0.1) url(../images/contactIcon2h.png) no-repeat center center;
}
.contactUsDl dd.dd3 .con:hover .icon{
	background: rgba(255,255,255,0.1) url(../images/contactIcon3h.png) no-repeat center center;
}
.contactUsDl dd .con:hover .text{
	color: #ffffff;
}
.contactUsDl dd .con:hover .num{
	display: block;
}
/* ========== 联系我们 end ========== */
