/*右边三级导航*/
.teacher_nav{text-align: center;padding: 34px 0 ;display: flex;  gap: 15px;}
.teacher_nav a{background: #f0f0f0;color: #414141; width:23%; display: inline-block;line-height: 60px;}
.teacher_nav a.on,.teacher_nav a:hover{background: #005fc3;color: #fff;}
.fz20{font-size: .2rem;}
.fz16{font-size: .16rem;}
.fz14{font-size: .14rem;}
.fz18{font-size: .18rem;}


/*组织机构*/

.orgWrap .item{margin-bottom: 50px;}
.orgWrap .item .tit{height: 60px;padding: 0 20px;background: #f0f0f0;font-size: .24rem;color: #1a1a1a;font-weight: normal;margin-bottom: 14px;display: flex;align-items: center;}

.orgWrap .item .tit span { float:right;}


.orgWrap .item .cont dl{border-bottom: 1px dotted #afafaf;padding: 8px 0 8px 1.74rem;position: relative;font-size: .17rem;line-height: .32rem;color: #333333;}
.orgWrap .item .cont dl dt{position: absolute;left: 0;top:8px;padding-left: 20px;}
.orgWrap .item .cont dl dd span{letter-spacing: .17rem; margin-right:.45rem;}
.orgWrap .item .cont dl dd p{letter-spacing: .17rem; margin-right:.45rem; display:inline-block;}
/*.orgWrap .item .cont dl dd span{color: #3a502a;display: block;}*/
.orgWrap .item .cont ul{padding-left: .2rem;}
.orgWrap .item .cont ul li{margin-right: .44rem;}
.orgWrap .item .cont ul li a{display: block;padding-left: .24rem;position: relative;font-size: .17rem;line-height: .36rem;color: #333333;}
.orgWrap .item .cont ul li a:before,
.orgWrap .item .cont ul li a:after{content: "";width: 14px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/linkicon.png) no-repeat left top;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.orgWrap .item .cont ul li a:after{background-position: left bottom;filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover{color: #19408c;}
.orgWrap .item .cont ul li a:hover:before{filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover:after{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

.nyDescTxt{font-size: 16px;line-height: 32px;color: #333333;margin-bottom: 42px;}
.nyDescTxt *{max-width: 100% !important;}



/**标题栏新闻窗口**/
.post { }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;margin-bottom: 0.44rem;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 0.34rem;font-weight: bold;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #333;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {  margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;display:inline;zoom:1;height: 22px;margin-top: 10px;line-height: 22px;float:right;border-bottom: 1px solid #045bb1;text-transform: uppercase;}
.post .more_btn .more_text,.post .more_btn a {font-size: 18px;cursor:pointer;} 
.post .more_btn a{color:#005cad;} 
.post .more_btn a:hover{color:#005cad;} 

.sicoh{position: relative;z-index: 1;justify-content: center;align-items: flex-end;margin: .1rem 0 0;}
.sicoh .ico{ width: .73rem; height: .44rem; margin: 0 .18rem}
sicoh:before{content: "wHu";position: absolute;font-size: .13rem;color: #00787b;font-family: 'Canela Web';text-transform: uppercase;bottom: -.01rem;text-align: center;left: 50%;transform: translateX(-50%);}
.sicoh span{width: .04rem;height: .04rem;background: rgba(0,120,123,.3);border-radius: 50%;margin: 0 0 .06rem;position: relative;}
.sicoh span::before{ content: "";position: absolute;background: url(../images/tit1.svg) center repeat-x;background-size: auto 2px;width: 50vw;height: 2px; top: 50%;opacity: .3; transition: 4s;}
.sicoh .span1::before{right: calc(100% + .2rem);animation: bgfubuki1 600s ease-out infinite forwards;}
.sicoh .span2::before{left: calc(100% + .2rem);animation: bgfubuki 600s linear infinite forwards;}

@keyframes bgfubuki {
    0% {
      background-position: 0 0;
    }



    10% {
      background-position: 1000px 0;
    }
    20% {
      background-position: 2000px 0;
    }
    30% {
      background-position: 3000px 0;
    }
    40% {
      background-position: 4000px 0;
    }
    50% {
      background-position: 5000px 0;
    }
    60% {
      background-position:  6000px 0;
    }
    70% {
      background-position:  7000px 0;
    }
    80% {
      background-position: 8000px 0;
    }
    90% {
      background-position: 9000px 0;
    }
    100% {
      background-position:  10000px 0;
    }
  }
  @keyframes bgfubuki1 {
    0% {
      background-position: 0 0;
    }
    10% {
      background-position: -1000px 0;
    }
    20% {
      background-position: -2000px 0;
    }
    30% {
      background-position: -3000px 0;
    }
    40% {
      background-position: -4000px 0;
    }
    50% {
      background-position: -5000px 0;
    }
    60% {
      background-position:  -6000px 0;
    }
    70% {
      background-position:  -7000px 0;
    }
    80% {
      background-position: -8000px 0;
    }
    90% {
      background-position: -9000px 0;
    }
    100% {
      background-position:  -10000px 0;
    }
  }

























.general { width:calc(100% - 444px); float: left;}
.generalPic { float: left; width: calc(100% - 350px); height: 474px; overflow: hidden;}
.generalPic .swiper { width: 100%; height: 100%;}
.generalPic img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
.generalPic .swiper-slide:hover img { transform: scale(1.1);}
.generalPic .swiper-button-next,.generalPic .swiper-button-prev { background:rgba(0,0,0,0.5); color: #ffffff; opacity: 0; transition: all 0.3s;}
.generalPic .swiper-button-next::after,.generalPic .swiper-button-prev:after { font-size: 16px;}
.generalPic:hover .swiper-button-next,.generalPic:hover .swiper-button-prev { opacity: 1;}
.generalPic .swiper-button-next:hover,.generalPic .swiper-button-prev:hover { background:#005dad ;}
.generalPic .box { width: 100%; height: 100%;}
.picFocus { position: relative;}
.picFocus .prev,.picFocus .next{ z-index: 2; display:block;  width:40px; height:40px;margin: 2px 0;position: relative;
 cursor:pointer; background:rgba(0, 0, 0, 0.5);position: absolute;top: 50%;transform: translate(0,-50%);}
.picFocus .next::after{content: '';position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -7px; display: inline-block;height: 9px;width: 9px;border-width: 1px 1px 0 0;border-color: #fff;border-style: solid;    -webkit-transform: matrix(.71,.71,-.71,.71,0,0); transform: matrix(.71,.71,-.71,.71,0,0);}
.picFocus .prev::after{content: '';position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -2px; display: inline-block;height: 9px;width: 9px;border-width: 0 0 1px 1px;border-color: #fff;border-style: solid;    -webkit-transform: matrix(.71,.71,-.71,.71,0,0); transform: matrix(.71,.71,-.71,.71,0,0);}
.picFocus .next { right: 0;}
.generalCont { margin-top: 40px;}
.generalText { float: right; width: 350px;}
.generalText li { transition: all 0.5s; padding: 19px 0 19px 30px; border-bottom: 1px solid #d5d3d0;}
.generalText li span { line-height: 1; font-size: 15px; color: #005dad; display: block; margin-bottom: 8px; transition: all 0.3s;}
.generalText li p { overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; transition: all 0.5; font-size: 18px; color: #2f2f2f; line-height: 28px; height: 56px;}
.generalText li.on {padding: 19px 10px 19px 30px; background: #005dad;}
.generalText li.on span { color: #ffffff;}
.generalText li.on p { color: #ffffff;}
/*.notice { float: right; width: 384px;}
.noticeList li { margin-bottom: 35px; overflow: hidden;}
.noticeList li:last-child { margin-bottom: 0;}
.noticeList { margin-top: 44px;}
.noticeList li:hover .newsTag { color: #005dad;}
*/
.newsDate { float: left; width: 66px; text-align: center;}
.newsDate p { font-size: 13px; color: #ffffff; line-height: 24px; background: #005dad;}
.newsDate span { display: block; font-size: 28px; color:#005dad; background: #ebf2f6; line-height: 42px;}
.newsTag { transition: all 0.3s; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; line-height: 27px; height: 66px; float: right; width: calc(100% - 88px); font-size: 18px; color: #333333; border-bottom: 1px solid #d5d3d0;}

.cellBanner img { display: block; width: 100%;}
.titleCell a:hover { color: #fea200;}
.serviceCont { background: url(../images/bg1.png) center bottom no-repeat; padding-bottom: 240px;}
.servicePic { transition: all 0.5s; margin: 0 auto 17px; position: relative; box-sizing: border-box; border: 1px dashed #d3d3d3; border-radius: 50%; width: 118px; height: 118px;}
.servicePic img { transition: all 0.5s; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.servicePic img:nth-child(2) {opacity: 0;}
.seriveList { max-width: 100%; width: 1500px; margin: 0 auto;}
.seriveList ul { overflow: hidden;}
.seriveList li { box-shadow: -10px 0 10px rgba(0,0,0,0.03); padding-top:60px; text-align: center; float: left; width:16.666666%;}
.serviceType { margin-bottom: 50px;}
.serviceType p { font-size: 22px; color: #131313;}
.serviceTit p { font-weight: bold; font-size: 26px; color: #005dad; line-height: 1; margin-bottom: 13px;}
.serviceTit span { display: block; font-size: 16px; color: #9b9b9b; font-family: 'Times New Roman';}
.serviceTit { background: url(../images/sline.png) center bottom no-repeat; margin-bottom: 26px; padding-bottom: 36px;}
.serviceType:hover .servicePic::after{ content: "";
    display: block;
    width: 150px;
    height: 150px;
    border: 1px dashed #2553a6;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    animation: circles 5s infinite linear;
    transform: translateX(-50%) translateY(-50%);}
.serviceType:hover .servicePic { background: #005dad; border: 1px solid #005dad;}
.serviceType:hover img:nth-child(1) {opacity: 0;}
.serviceType:hover img:nth-child(2) {opacity: 1;}
@keyframes circles {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}
.partyWork { float: left; width: calc(100% - 770px);}
.partyWork ul { margin-top: 45px;}
.partyWork li { margin-bottom: 28px;}
.partyWork li h2 { transition: all 0.3s; line-height: 1; margin-bottom: 28px; font-size: 18px; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; line-height: 1; color: #2f2f2f;}
.partyWork li p { position: relative;}
.partyWork li span {line-height: 1; background: #ffffff; position: relative; z-index: 2; padding-right: 8px; font-size: 14px; color: #005dad;}
.partyWork li p::after { content: ''; width: 100%; position: absolute; left: 0; top: 50%; height: 1px; background:#dbdbdb; transform: translateY(-50%);}
.partyWork li:hover h2 {color: #fea200; padding-left:8px;}
.workCont { padding: 100px 0;}
.bidding { float: right; width:730px;}
.bidding ul { margin-top: 45px;}
.bidding ul::after { content: ''; clear: both; display: block; height: 0;}
.bidding li { transition: all 0.5s; background: #15489e; box-sizing: border-box; float: left; padding: 32px 30px 0; height: 209px; width: 48.35%; margin-bottom: 3.3%;}
.bidding li:nth-child(2n) { float: right;}
.bidding li p { font-size: 18px; color: #ffffff; line-height: 28px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
margin-bottom: 18px;}
.bidding li span { display: block; font-size: 14px; color: #ffffff; opacity: .51;}
.bidding li:nth-child(2),.bidding li:nth-child(3) { background: url(../images/art.png) right bottom no-repeat; background-size: cover;}
.bidding li:nth-child(2) p,.bidding li:nth-child(3) p{color: #2f2f2f;}
.bidding li:nth-child(2) span,.bidding li:nth-child(3) span{color: #15489e; opacity: 1;}
.bidding li:hover { box-shadow: 0 0 10px rgba(21,72,158,.5); transform: translateY(-6px);}
.bidding li:hover p { color:#ffdf30;}

.bidding li:nth-child(2):hover p { color:#005dad;}
.bidding li:nth-child(3):hover p { color:#005dad;}

.special { background: url(../images/specialBg.jpg) center no-repeat; background-size: cover;}
.specialPic { height: 132px; overflow: hidden;}
.specialPic img { transition: all 0.5s; width: 100%; height: 100%; object-fit: cover;}
.specialCont { padding-bottom: 70px; margin-top: 55px;}
.specialCont ul::after { content: ''; clear: both; display: block; height: 0;}
.specialCont li { text-align: center; float: left; width: 22.66%; margin-right: 3.12%;}
.specialCont li:last-child { margin-right: 0;}
.specialCont li p { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; transition: all 0.3s; font-size: 17px; color: #2a2a2a; line-height: 57px;}
.specialCont li:hover img { transform: scale(1.1);}
.specialCont li:hover p { background: #005dad; color: #ffffff;}
/*.footer { background: #15489e;}
.footerAside h2 { position: relative; font-size: 24px; color: #ffffff; position: relative; line-height: 52px;}
.footerAside h2::after { content: ''; background: #adccff; position: absolute; bottom: 0; left: 0; width: 47px; height: 2px;}
.footerTop { position: relative; border-bottom: 1px solid #6083bd;}
.footerPic { position: absolute; right: 0; bottom: 0; width: calc(100% - 850px);}
.footerText { width: 850px;}
.frLink { margin: 32px 0 65px;}
.frLink a { line-height: 44px; font-size: 16px; width: 33%; display: inline-block; color: #ffffff; opacity: .56; transition: all 0.3s;}
.frLink a:hover { opacity: 1;}
.contactInfor { margin: 36px 0 45px;}
.contactInfor p { line-height: 44px; font-size:16px; color: #ffffff;}
.contactInfor p:nth-child(1) { opacity: .56}
.contactInfor p a { color: #ffffff;}
.contactInfor p span { margin-right: 3.645vw; color: #ffffff; transition: all 0.3s; opacity: .56;}
.contactInfor p span:hover { opacity: 1;}
.footerTop { padding-top: 72px;}
.footerPic img { display: block; width: 100%;}
.scanEwm {position: relative; float: right;} 
.copyRight p { margin-right: 45px; float: left; font-size: 16px; color:rgba(255,255,255,.56);}
.copyRight p a { transition: all 0.3s; color: rgba(255,255,255,.56);}
.copyRight p a:hover {color: rgba(255,255,255,1);}
.copyRight { line-height: 85px;}*/

.zthz {
	margin: 0 auto;
	width: 100%;
	

}
.zthz_nr {
	width: 100%;
	clear: both;
	/*display: flex;
	justify-content: space-between;*/
}
.zthz_nr .zuo { width:100%;
	/*max-width: 5.3rem;
	height: auto;
	margin-top: -0.12rem;*/

}
.zthz_nr .zuo li {
	margin-right:.36rem;
	line-height: .39rem;
	
	padding-top: 6px;
}
.zthz_nr .zuo li a {
	font-size: .16rem;
	color: #333;
}
.zthz_nr .zuo li a:hover {
	color: #990000;
}

.zthz_nr .zuo li.link_bt { font-size:.18rem; font-weight:bold; margin-right:0;}
.zthz_nr .you {
	/*max-width: 9.3rem;*/
	width:100%;

}
.zthz_nr .you ul {
	overflow: hidden;
	margin-left:-.3rem;
}
.zthz_nr .you li {
	float: left;
	padding-left: .3rem;
	width:20%;
}



.zthzbox img {
	width: 100%;
	margin-bottom: .2rem;
}
.wby2 {
	width: 100%;
	height: .42rem;
	padding: 0 15px;
	border: 1px solid #dddddd;
	font-size: 15px;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: url(../images/a_48.png) no-repeat 95% center;
}
.dbby {
	background: url(../images/a_46.png) no-repeat center center;
	background-size: 100% auto;
	height: 42px;
}
.footer {
	padding: 53px 0 46px;
	background:#275aac  url(../images/footer.jpg) no-repeat bottom center;
	background-size:cover;
	display: flex;
}
.footer .footLogo {
	float: left;
	width: 30%;
    margin-right: 1.1rem;
}
.footer .footLogo img {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.footer .banQuan {
	float: left;
	color: #ffffff;
	margin-top: 15px;
}
.footer .banQuan p {
	font-size: 16px;
	line-height: 36px;
}
.footer .banQuan p span {
	margin-left: 50px;
}
.footer .ewm {
	float: right;
	overflow: hidden;
}
.footer .ewm p {
	float: right;
	width: .4rem;
	padding: .09rem .1rem;
	font-size: .15rem;
	color: #ffffff;
	text-align: center;
	background: #aa6440;
	box-sizing: border-box;
	line-height: 1.1;
	height: 1rem;
}
.footer .ewm img {
	display: block;
	width: .99rem;
	float: left;
}



.scanEwm span{ cursor: pointer; display: block; margin-top: 20px; }
.ewmAlt { transform: scale(0); transition: all 0.3s; transform-origin: center bottom; border-radius: 4px; left: 50%; margin-left: -60px; overflow: hidden; position: absolute; bottom:90px; width: 120px; border-radius: 4px; background: #ffffff; box-shadow: 0 0 10px rgba(255,255,255,.2);}
.ewmAlt img { display: block; display: block; margin: 0 auto; width: 100%;}
.scanEwm:hover .ewmAlt { transform: scale(1);}

.menu_btn{ -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; float:right; width:40px; position:relative; margin-right:0px; margin-top:32px; display:none;}
.menu_btn .nav-toggle .lines {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.menu_btn .nav-toggle .lines .line {
  background: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.menu_btn .nav-toggle .lines.open {
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 25px; cursor:pointer;
}

.menu_btn .nav-toggle .lines.open .line {
  position: relative;
  width: 22px;
  height: 2px;
  -webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu_btn .nav-toggle .lines.open .line+.line,
.menu_btn .nav-toggle .lines.open .line+.line+.line {
  margin-top: 5px;
}

.menu_btn .nav-toggle .lines.open .line:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

.menu_btn.is-opened .nav-toggle .open .line {
  -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
  animation: open-out-1 0.4s linear 0s 1 normal forwards;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(1) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(2) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-name: open-out-2;
  animation-name: open-out-2;
}

.menu_btn .nav-toggle .lines.close {
  margin: -17px 0 0 -17px;
  width: 28px;
  height: 28px;
  -webkit-transform: rotateX(0.1deg) rotateZ(45deg);
  transform: rotateX(0.1deg) rotateZ(45deg); display:none;
}
.shiftLeft .menu_btn .nav-toggle .lines.close { display:block;}
.menu_btn .nav-toggle .lines.close .line {
  position: absolute;
  background: #fff;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(1) {
  top: 0;
  left: 12px;
  width: 3px;
  height: 28px;
  -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
  animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(2) {
  top: 12px;
  left: 0;
  width: 28px;
  height: 3px;
  -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
  animation: close-out-2 0.3s linear 0s 1 normal forwards;
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(1) {
  -webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(2) {
  -webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu_btn:hover .nav-toggle .i1 {
  width: 11px;
}

.menu_btne:hover .nav-toggl .i2 {
  width: 16px;
}
.menu_btn .nav-toggle .lines.close { display:block;}
@-webkit-keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@-webkit-keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@-webkit-keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@-webkit-keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@-webkit-keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@-webkit-keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@-webkit-keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@-webkit-keyframes backward-infinite{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(calc((-100% / 3) - .125em),0,0);transform:translate3d(calc((-100% / 3) - .125em),0,0)}}
@-moz-keyframes backward-infinite{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(calc((-100% / 3) - .125em),0,0);-moz-transform:translate3d(-moz-calc((-100%/3) - .125em),0,0);transform:translate3d(calc((-100% / 3) - .125em),0,0)}}
@keyframes backward-infinite{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(calc((-100% / 3) - .125em),0,0);-moz-transform:translate3d(-moz-calc((-100%/3) - .125em),0,0);transform:translate3d(calc((-100% / 3) - .125em),0,0)}}

.fixRight { z-index: 2; position: fixed; right: 0; top: 50%; transform: translateY(-50%);}
.fixRight a { display:block; position: absolute; width: 120px; height: 36px;}
.fixRight a.link1 { top: 290px; left: 10px;}
.fixRight a.link2 { top: 340px; left: 10px;}



.gspl_nr{overflow: hidden;width:100%; }
.gspl_left{float: left;width: calc(100% - 4.4rem); /*padding-right: 20px;*/ overflow: hidden; position:relative;}
.tpnr{height: 4.95rem;overflow: hidden; width:68%; height:100%; float:left;}
.tpnr img{width: 100%; height: 100%;object-fit: cover;transition: all 0.4s ease-in-out; }
.tptext{ float: right; width: 32%;height: 100%;background: #005dad url(../images/news_xian.png) right bottom no-repeat;box-sizing: border-box; padding: 0.5rem 0.4rem; color: #fff;}
.tptext h2{color: #fff; transition: All 0.4s ease-in-out;font-size: 0.20rem;font-weight: bold;line-height: 0.3rem;
max-height: 0.9rem;margin: 0.25rem 0;}
/*.tptext h2:before{position: absolute; border-bottom: 2px solid #fff; width: 0;left: 0;top:50%; transform: translateY(-50%);transition: All 0.4s ease-in-out;content: "";}*/
.tptext p{ color: #fff;font-size: 0.16rem;line-height: 0.17rem;}
.tptext .miaoshu { color: #fff;font-size: 0.14rem;line-height: 0.24rem; opacity:.85;text-align:justify;}

.tpbox { width:100%; height:5.2rem;}
.tpbox a:hover h2 {transform: translateY(-10px);transition: All 0.4s ease-in-out;}
/*.tpbox a:hover h2{padding-left: .3rem;}
.tpbox a:hover h2:before{width: .15rem;}*/
.tpbox a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05); -moz-transform: scale(1.05);-o-transform: scale(1.05); -ms-transform: scale(1.05);}
.gspl_left .swiper-pagination{text-align: right; bottom: .3rem; padding-right: .35rem;}
.gspl_left .swiper-pagination-bullet{border-radius: 4px; width: 8px;height: 8px;background: #fff; opacity: 1;}
.gspl_left .swiper-pagination-bullet-active{width: .3rem;}
.gspl_left .swiper-button-next{width: .3rem;height: .5rem; margin-top: -.25rem;background: rgba(24,77,166,.7);right: -50px;transition: All 0.4s ease-in-out;}
.gspl_left .swiper-button-next:after,.gspl_left .swiper-button-prev:after{font-size: 24px; color: #fff;}
.gspl_left .swiper-button-next:hover{background: rgba(24,77,166,1) url(../images/a_09.png) no-repeat center;}
.gspl_left .swiper-button-next{width: .3rem;height: .5rem; margin-top: -.25rem;background: rgba(24,77,166,.7)url(../images/a_09.png) no-repeat center;right: -50px;transition: All 0.4s ease-in-out;}
.gspl_left .swiper-button-next:after,.gspl_left .swiper-button-prev:after{font-size: .22rem; color: #fff;}
.gspl_left .swiper-button-prev{width: .3rem;height: .5rem; margin-top: -.25rem;background: rgba(24,77,166,.7) url(../images/a_099.png) no-repeat center;left: -50px;transition: All 0.4s ease-in-out;}
.gspl_left .swiper-button-prev:hover{background: rgba(24,77,166,1) url(../images/a_099.png) no-repeat center;}
.gspl_left:hover .swiper-button-prev{left: 0;}
.gspl_left:hover .swiper-button-next{right: 0;}

.gspl_right{float: right;width: 4rem; }
/*.gspl_right li{border-bottom:1px solid #e7e7e7;}
.gspl_right a{display: block;padding: .16rem 0;position: relative; }*/

.gspl_right li.news{margin-bottom: 0rem;/*background: #F2F2F5;*/box-sizing: border-box;padding: 0.22rem 0.28rem;transition: all 0.4s ease-in-out; border-bottom:1px solid #e8e9e9;}
.gspl_right .news_time{color: #005dad;font-size: 0.16rem;font-weight: bold;line-height: 0.2rem;margin-bottom: 0.1rem;/*margin-bottom: 0.165rem;*/transition: all 0.4s ease-in-out;}
.gspl_right .news_title{font-size: 0.18rem;line-height: 0.28rem;max-height: 0.56rem;color: #1A1A1A;height: 0.56rem;}
.gspl_right .news_title a{color:#1A1A1A}
.gspl_right li.news:hover { background:#005dad;}
/*.gspl_right li.news:hover{ background-image: -moz-linear-gradient(0deg, rgb(16, 45, 192) 0%, rgb(4, 89, 176) 43%, rgb(0, 167, 219) 100%);
background-image: -webkit-linear-gradient(0deg, rgb(16, 45, 192) 0%, rgb(4, 89, 176) 43%, rgb(0, 167, 219) 100%);
background-image: -ms-linear-gradient(0deg, rgb(16, 45, 192) 0%, rgb(4, 89, 176) 43%, rgb(0, 167, 219) 100%);}*/
.gspl_right li.news:hover .news_time,.gspl_right li.news:hover .news_title,.gspl_right li.news:hover  .news_title a{color:#fff}
/*.gspl_right a:before{position: absolute; content: ""; height: 100%; left: 0; top: 0;background-image: linear-gradient(#2663c9, #005dad); transition: all .8s ease 0s;transition: All 0.4s ease-in-out;width: 0;}*/
.gsnr{overflow: hidden;}
.gsnr{overflow: hidden;}
.rqnr{float: left; width: .68rem;height: .76rem;text-align: center;/*background-image: linear-gradient(#2663c9, #005dad);*/ padding-top: 10px;position: relative;z-index: 1;}
.rqnr h2{font-size: .32rem; margin-bottom: .08rem;line-height: 1;color: #000;}
.rqnr p{font-size: .14rem; line-height: 1; color: #5e5e5e;}
.rqxw{float: right;width: calc(100% - .87rem);position: relative;z-index: 1; height: .76rem; display: flex;align-items: center;}
.rqxw p{font-size: .18rem; line-height: .30rem; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; padding-right:.15rem;}
.gspl_right a:hover:before{/*width: 100%; */}
.gspl_right a:hover p{color: #005dad;}
.gspl_right a:hover h2{color: #005dad;}

@media screen and  (max-width:1550px){

	.generalText li p,.newsTag { font-size: 16px;}
	.serviceTit p { margin-bottom: 6px; font-size: 20px;}
	.seriveList li { padding-top: 30px;}
	.serviceTit span { font-size: 14px;}
	.serviceType p { font-size: 16px;}
	.servicePic { width: 80px; height: 80px;}
	.servicePic img { height: 40px;}
	.serviceType:hover .servicePic::after { width: 100px; height: 100px;}
	.serviceType { margin-bottom: 30px;}
	.serviceTit {padding-bottom: 20px;}
	.workCont,.topNotice { padding: 60px 0;}
	.partyWork li h2 { font-size: 16px; line-height: 18px;}
	
.generalText li { padding: 14px 0 10px 30px;}
.generalText li span { font-size: 15px; margin-bottom: 8px; }
.generalText li p {line-height: 24px; height: 48px;}
.generalText li.on {padding: 14px 10px 10px 30px; background: #005dad;}
.noticeList li {  margin-bottom: 14px;}
.generalPic { height:auto;}

}
@media screen and  (max-width:1320px){
.fixRight { display: none;}

}
@media screen and  (max-width:1280px){
	.notice,.general,.seriveList li,.bidding,.partyWork { width: 100%; float: none;}
	
	.topNotice { padding: 20px 0;}
	.titleCell h2 { margin-bottom: 5px; font-size: 18px;}
	.titleCell h2 a { font-size: 14px;}
	.titleCell p { font-size: 14px;}
	.generalPic { float: none; height: auto; width: 640px; margin: 0 auto; max-width: 100%;}
	.generalText { float: none; margin: 0 auto; max-width: 100%; width: 640px;}
	.generalText li p, .newsTag { font-size: 14px; line-height: 1.5;}
	.generalText li p { height: auto;}
	.notice { margin-top: 20px;}
	.noticeList { margin-top: 10px;}
	.newsDate span { font-size: 20px;}
	.serviceType { display: inline-block; width: 30%;}
	.serviceType p { font-size:14px}
	.serviceCont { padding-bottom: 60px;}
	.generalCont { margin-top: 10px;}
	.workCont, .topNotice { padding: 20px 0;}
	.partyWork ul { margin-top: 10px;}
	.partyWork li h2 { font-size: 14px; margin-bottom: 10px;}
	.partyWork li{ margin-bottom: 8px;}
	.bidding { margin-top: 20px;}
	.bidding ul { margin-top: 10px;}
	.bidding li { padding: 10px; height: 140px;}
	.bidding li p { height: auto; font-size: 14px;}
	.specialCont { margin-top: 20px; padding-bottom: 20px;}
	.specialCont li p { font-size: 14px;}
	.specialCont li { width:100%; margin-bottom: 2%;}
	.specialPic { height: auto;}
	.frLink a { font-size: 14px; width: auto; margin-right: 10px; line-height: 2; display: inline-block;}
	.contactInfor p { font-size: 14px; line-height: 1.5;}
	.contactInfor,.frLink { margin: 10px 0;}
	.scanEwm { display: none;}
	.generalText li { padding: 14px 10px 10px 10px;}
	.generalText li.on {padding: 14px 10px 10px 16px;}
	.zthz_nr {
	display: block;
}
.zthz_nr .zuo {
	max-width: 100%;
	width: 100%;
}
.zthz_nr .zuo li {
	width: 50%;
	margin-right: 0;
}
.zthz_nr .you li {
	width: 100%;
 
}
.footer {
	padding: 23px 0 23px;
}
.footer .footLogo {
	width: 300px;
	float: none;
	margin: 0 auto 15px;
}
.footer .banQuan p {
	display: none;
}
.footer .ewm {
	margin: 0 auto;
	float: none;
	width: 1.4rem;
}
.foot_left {
	float: none;
	width: 100%;
}
.footerbox {
	padding: 30px 0;
}
.foot_left img {
	width: 250px;
	margin: 0 auto 10px auto;
}
.foot_left p {
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.foot_right {
	float: none;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.foot_right li {
	display: inline-block;
	padding: 0 10px;
	float: none;
}
.foot_right img {
	width: 80px;
	margin: 0 auto;
}
.footer .ewm p {}

.gspl_left{float: none;width: 100%;}
.gspl_right {  float: none;  width: 100%; padding-left: 0rem;}
.tpnr {height: 2.35rem; width:100%;}
.tptext{width:100%;padding: 0.3rem 0.2rem;}
.gspl_right li.news {padding: 0.22rem 0rem;}
.post .tt {margin-bottom: 0.14rem}

}

@media(max-width:768px){
	.tptext h2 {margin: 0.1rem 0 0.2rem;}
    .gspl_right .news_title { height:auto;}
 
}