@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
	line-height: 28px;
	color: #333;
	max-width: 1920px;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.jyjtxt_more a{
        color: #fff;
        
}
.jyjtxt_more a:hover{
      color: #176099;
      text-decoration: none;
}
a:hover {
	color: #176099;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
* {
	box-sizing: border-box;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
/*手机端按钮*/

.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 36px;
	height: 50px;
	position: absolute;
	right: 12px;
	display: none;
	top: 0px;
	z-index: 999;
	box-sizing: border-box;
	padding: 22px 0px;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 3% 50%;
}
.mobile_btn span {
	display: block;
	width: 28px;
	height: 3px;
	background: #fff;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 7px 0;
	width: 28px;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 44%;
	width: 27px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}
.arrow-left {
	left: 10px;
	background: url(../images/left.png) center no-repeat;
}
.arrow-right {
	right: 20px;
	background: url(../images/right.png) center no-repeat;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.imgbg img {
	opacity: 0;
}
/*230529郑州智能科技学院*/

#bannerSwiper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
#bannerSwiper .imgbg {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	transition: ease 2.5s;
	opacity: .5;
}
#bannerSwiper .swiper-slide-active .imgbg {
	transform: scale(1);
	opacity: 1;
}
#bannerSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	border: 0px;
	background: #fff;
	opacity: 1;
	vertical-align: middle;
}
#bannerSwiper .swiper-pagination-bullet-active {
	position: relative;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 7px;
}
#bannerSwiper .swiper-pagination-bullet::after {
	content: '';
	width: 0;
	height: 0;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.3s;
}
#bannerSwiper .swiper-pagination-bullet-active::after {
	width: 23px;
	height: 23px;
	left: -6px;
	top: -6px;
	border: #fff solid 1px;
}
.serzn {
	float: right;
	margin-right: 60px;
	margin-top: 2px;
	margin-left: 20px;
	cursor: pointer;
}
.serzn img {
	width: 23px;
	margin-top: 5px;
}
.nav_top {
	height: 38px;
	width: 100vw;
	line-height: 38px;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: -10px;
	z-index: 6;
	position: relative;
}
.topmenu {
	float: right;
	font-size: 12px;
/*	padding-right:20px;*/
}
.topmenu li {
	float: left;
	margin-left: 22px;
	position: relative;
}
.topmenu li a {
	color: #fff;
}
/*.topmenu li:nth-last-child(1):before {
	position:absolute;
	background:rgba(255, 255, 255, 0.37);
	width:1px;
	height:17px;
	content:"";
	height: 11px;
	top:13px;
	right:-22px;
}*/
/*.header-pc.active #header .topmenu li a{
	color:#333;
}
*/
.header-pc {
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
}
.header-pc.active #header {
	height: 118px;
}
.header-pc.active #header .logo {
	margin-top: 0px;
}
.header-pc #header .logo1 {
	display: none;
}
.logo {
	float: left;
	margin-left: 40px;
	margin-top: 0px;
}
.logo img {
	width: 330px;
}
.main-content {
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	padding-top: 145px;
	background: white;
	overflow: auto;
	outline: none;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
#header {
	height: 118px;
	width: 100vw;
	color: white;
	clear: both;
	background: linear-gradient(to bottom, rgba(23,96,153,.8), transparent);

}
#header .navpc {
	float: right;
	margin-right: 30px;
}
#header .navpc ul li {
	float: left;
}
#header .navpc ul li {
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: bold;
	position: relative;
	float: left;
	height: 85px;
	padding: 0px 20px;
	line-height: 85px;
	margin: 0px 6px;
}
#header .navpc ul li a {
	color: #fff;
}
#header .navpc ul li:before {
	position: absolute;
	bottom: 0px;
	width: 0px;
	left: 50%;
	height: 3px;
	content: "";
	background: #176099;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
#header .navpc ul li:hover:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li .box {
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 85px;
	background: #fff;
	clear: both;
	width: 200px;
	margin-left: -100px;
	-o-transition: all .5s;
	overflow: hidden;
	display: none;
			-moz-box-shadow: 0 0 15px rgba(43,93,151,0.6);
	-webkit-box-shadow: 0 0 15px rgba(43,93,151,0.6);
	box-shadow: 0 0 15px rgba(43,93,151,0.6);
}
#header .navpc ul li .box a {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#header .navpc ul li .box a:hover {
	background: #f5f5f5;
}
#header .navpc ul li:hover .box {
	display: block;
}
.wrap {
	width: 83%;
	max-width: 1440px;
	margin: 0 auto;
	clear: both;
}
/*校园新闻*/
.xynewsbg {
	clear: both;
	background: url(../images/bg00.jpg) no-repeat bottom center;
	overflow: hidden;
}
.xynewsbg .pptc:before {
	background: #fff;
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 220px;
	height: 5px;
	z-index: 3;
}
#tabs-container01 {
	width: 100%;
	margin-top: 30px;
	clear: both;
	padding-bottom: 56px;
	margin-bottom: 90px;
}
.news-right {
	background: #D1D1D1 url(../images/hmc4Btn.png) no-repeat center center;
	height: 36px;
	width: 90px;
	position: absolute;
	bottom: -15px;
	right: 100px;
	cursor: pointer;
	z-index: 6;
}
.news-left {
	background: #D1D1D1 url(../images/hmc4Btn.png) no-repeat center center;
	height: 36px;
	width: 90px;
	position: absolute;
	right: 0px;
	bottom: -15px;
	cursor: pointer;
	transform: rotate(180deg);
	z-index: 6;
}
.news-left:hover, .news-right:hover {
	background: #0055A2 url(../images/hmc4Btn.png) no-repeat center center;
}
/*通知公告*/
.noticebg {
	width: 100%;
	background: url(../images/noticebg.jpg) no-repeat top center;
	height: 1000px;
	clear: both;
	padding-top: 88px;
}
.wrap_box {
	width: 31.6%;
	margin-right: 2.5%;
	float: left;
}
.wrap_title {
	color: #176099;
}
.title_ch {
	font-size: 36px;
	font-weight: bold;
	padding: 5px 0px;
}
.title_en {
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	padding-left: 50px;
}
.title_en:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	background: #0065b4;
	left: 0px;
	top: 13px;
}
.wrap_more {
	float: right;
	margin-top: 13px;
}
.noticebg .wrap_more {
	background: url(../images/zs01.png) no-repeat 5px 0px;
	height: 101px;
	position: relative;
	margin-top: -28px;
	padding-top: 34px;
}
.indMore {
	display: inline-block;
	position: relative;
	color: #176099;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transition: background .4s ease, color .3s ease, border .3s ease;
	-o-transition: background .4s ease, color .3s ease, border .3s ease;
	transition: background .4s ease, color .3s ease, border .3s ease;
	border: 1px solid #176099;
}
.btn__text {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 5px 29px;
	transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
}
.btn__text-alt {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 29px;
	transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
	color: #fff;
	background: #176099;
}
.indMore:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	transition: -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	-o-transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms, -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	background-color: #fff;
}
.indMore:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.indMore:hover .btn__text {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.indMore:hover .btn__text-alt {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.content_l {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	border-radius: 13px;
	background-color: #fff;
	transition: box-shadow linear .3s;
	-o-transition: box-shadow linear .3s;
	-ms-transition: box-shadow linear .3s;
	-moz-transition: box-shadow linear .3s;
	-webkit-transition: box-shadow linear .3s;
	-moz-box-shadow: 0 0 15px rgba(43,93,151,0.2);
	-webkit-box-shadow: 0 0 15px rgba(43,93,151,0.2);
	box-shadow: 0 0 15px rgba(43,93,151,0.2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	margin-top: 30px;
}
.noticebg .wrap_box:nth-child(3) {
	float: right;
	margin-right: 0px;
}
.news_ul {
	padding: 5px 30px 16px;
	overflow: hidden;
}
.news_ul li {
	float: left;
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 100%;
}
.news_ul li:nth-child(5) {
	border-bottom: 0px;
}
.timezn {
	padding: 8px 0px;
}
.titlezn {
	font-size: 18px;
}
.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tutopbg {
	width: 100%;
	height: 197px;
	overflow: hidden;
}
.ztzl_ul li {
	border-radius: 13px;
	clear: both;
}
.ztzl {
	width: 100%;
	height: 223px;
	margin-bottom: 21px;
	overflow: hidden;
	border-radius: 13px;
}
.ztzl img {
	width: 100%;
	height: 223px;
	margin-bottom: 21px;
	border-radius: 13px;
}
.ztzl_ul {
	clear: both;
	margin-top: 28px;
}
/*教育教学*/
.jyjxbg {
	clear: both;
	padding-top: 90px;
	padding-bottom: 77px;
}
.jyjxbig {
	position: absolute;
	background: url(../images/ctbg1.jpg) no-repeat top center;
	height: 153px;
	padding-top: 50px;
	padding-left: 120px;
	bottom: 20px;
	left: -70px;
        z-index:1;
}
.jyjxbg .dompc  .indMore{
 margin: 35px 0px 0px 20px;
}
.jyjxbg .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
	left: 90px;
	width: 100%;
}
#tabs-container02 {
	height: 692px;
}
#tabs-container02 .swiper-pagination-bullet {
	width: 85px;
	height: 1px;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
	vertical-align: middle;
}
#tabs-container02 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 183px;
}
.jyjximg {
	width: 100%;
	height: 460px;
	overflow: hidden;
	border-radius: 12px;
}
.index-banner {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100vw;
	height: 100vh;
}
.jyjxtxt {
	background: url(../images/jyjxt01.jpg) no-repeat top center;
	background-size: cover;
	width: 794px;
	float: left;
	color: #333;
	height: 357px;
	position: absolute;
	right: 156px;
	z-index: 6;
	bottom: 0px;
	border-radius: 12px;
	padding: 50px 90px;
	color: #fff;
}
.jyjtxt_title {
	font-size: 22px;
	padding: 30px 0px 18px;
	line-height: 38px;
}
/*媒体聚焦*/

.mtjjbg {
	background: #f2f3f9;
	clear: both;
	width: 100%;
	height: 820px;
	padding-top: 80px;
}
.lunbo {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 32px;
	clear: both;
}
#tabs-container01sub {
	width: 720px;
	float: left;
	height: 477px;
	overflow: hidden;
}
#tabs-container01sub img {
	width: 720px;
	height: 477px;
}
.tabssub {
	width: calc(100% - 720px);
	float: right;
	background: #ffffff;
	border-top: 6px solid #176099;
	padding: 15px 50px;
	height: 477px;
}
.tabssub a {
	color: #505050;
	cursor: pointer;
	font-size: 20px;
	height: 112px;
	line-height: 36px;
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 0px 20px 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.tabssub a span {
	background: url(../images/time01.png) no-repeat 0px center;
	padding-left: 40px;
	font-size: 18px;
	color: #888888;
}
.tabssub a.active:before {
	width: 100%;
}
.tabssub a.active span {
	background: url(../images/time02.png) no-repeat 0px center;
}
.tabssub a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	z-index: 3;
	width: 0;
	height: 1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: #176099;
}
.infomore {
	position: absolute;
	right: 20px;
	background: url(../images/more06.png) no-repeat top center;
	width: 176px;
	height: 37px;
	bottom: 40px;
}
.info {
	background: #176099;
	width: 620px;
	height: 134px;
	padding: 30px 30px 0px 30px;
	box-sizing: border-box;
	position: absolute;
	transition: all .6s;
	color: #9e9e9e;
	bottom: 0px;
	right: 0px;
	border-radius: 20px 0px 0px 0px;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
}
.info span {
	font-size: 18px;
}
.lunbo .swiper-pagination {
	text-align: right;
	padding-right: 30px;
}
/*校园生活*/

.campusbg {
	background: url(../images/campusbg.jpg) no-repeat top center;
	clear: both;
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
}
.campusbg .swiper-slide {
	width: 100%;
	height: 720px;
}
.compus_intro {
	width: 840px;
	clear: both;
	padding: 15px 0px 0px;
	font-size: 16px;
	line-height: 30px;
}
.campus_l {
	padding-bottom: 20px;
	overflow: hidden;
}
.campus_l {
	margin-left: 123px;
}
#tabs-container04 {
	padding-top: 35px;
	height: 720px;
}
#tabs-container04 img {
	width: 278px;
	height: 180px;
}
.camimg {
	width: 100%;
	height: 360px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.camtxt {
	background: url(../images/cam02.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 360px;
	color: #fff;
	padding: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.campusbg .swiper-slide:nth-child(2n+1) .camimg {
	bottom: 0px;
	top: auto;
}
.campusbg .swiper-slide:nth-child(2n+1) .camtxt {
	top: 0px;
	background: url(../images/cam03.jpg) no-repeat top center;
	background-size: cover;
}
.jyjtxt_more {
	float: left;
	width: 116px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	margin-top: 30px;
}
.jyjtxt_more:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #176099;
}
.jyjtxt_more01 a {
	float: left;
	width: 116px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	margin-top: 30px;
}
.jyjtxt_more01 a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #176099;
}
.pcimg {
	width: 100%;
	height: 270px;
	overflow: hidden;
	border-radius: 12px;
}
.pctime {
	padding: 6px 0px;
}
.pcintro {
	padding: 6px 10px 18px 0px;
	color: #666;
	clear: both;
	line-height: 26px;
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-bottom: 0px;
}
.pctxt {
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	height: 60px;
	font-size: 20px;
	line-height: 30px;
}
.fw-left, .fw-right {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 39px;
	cursor: pointer;
	z-index: 6;
	margin-top: -22px;
}
.fw-right {
	left: -59px;
	background: url(../images/left01.png) center no-repeat;
}
.fw-left {
	right: -59px;
	background: url(../images/right01.png) center no-repeat;
}
.bangong {
	width: 100%;
	clear: both;
	position: relative;
	padding-top: 40px;
}
.bangong:before {
	content: "";
	width: 100%;
	border-bottom: 1px dashed #233f69;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
}
.juzh {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 25px;
	z-index: 6;
	position: relative;
}
.juzh a {
	color: #176099;
}
.juzh .ul_item {
	width: 80px;
	line-height: 50px;
	text-align: center;
}
.juzh .ul_item a .ofimg {
	border-radius: 50%;
	width: 78px;
	height: 78px;
	background: #fff;
	border: 1px dashed #233f69;
	display: block;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	position: relative;
	top: 0px;
}
.juzh .ul_item a:hover .ofimg {
	top: -20px
}
.juzh .ul_item a .ofimg img {
	transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
	width: 50px;
}
.juzh .ul_item a:hover .ofimg img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg)
}
/*底部版权*/
.footbg {
	background: #176099;
	clear: both;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 19px;
	position: relative;
	z-index: 6;
}
.foot_l {
	width: 310px;
	float: left;
	padding-top: 20px;
	line-height: 36px;
}
.foot_m {
	width: calc(100% - 520px);
	float: left;
	text-align: center;
}
.foot_m img {
	width: 200px;
}
.wx_l {
	width: 80px;
	text-align: right;
	float: left;
	padding-top: 20px;
	line-height: 36px;
}
.wx_r {
	width: 106px;
	text-align: right;
	height: 106px;
	display: block;
	float: right;
	border-radius: 9px;
	background: #fff;
	padding: 3px;
}
.wx_r img {
	width: 100px;
	height: 100px;
}
.foot_r {
	width: 200px;
	float: right;
	padding-top: 21px;
}
.link {
	padding: 10px 0;
}
.linkbox {
	width: 65%;
	float: left;
	padding-top: 4px;
}
.link_l {
	width: 80px;
	float: left;
	line-height: 39px;
}
.link_r {
	width: calc(100% - 80px);
	float: right;
}
.banquan {
	border-top: 2px solid #74a0c2;
	width: 100%;
	clear: both;
	padding-top: 5px;
	font-size: 14px;
}
.banquan_l {
	float: left;
	padding-top: 5px;
}
.banquan_a{
       float: right;
       padding-top: 5px;
}
.banquan_r {
	float: right;
}
.fot2 {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 20px;
}
.fot2 img {
	width: 40px;
}
.fot2:hover img {
	opacity: 1;
}
.fot2 .d-project-erwei {
	position: absolute;
	width: 152px;
	height: 0px;
	bottom: 50px;
	left: -35px;
	overflow: hidden;
	transition: all .3s;
	z-index: 9;
}
.fot2 .d-project-erwei img {
	width: 120px;
	height: 120px;
}
.fot2:hover .d-project-erwei {
	height: 120px;
	transition: all .3s;
}
.friendly-link {
	width: 24%;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-left: 1%;
	text-indent: 19px;
}
.friendly-link p {
	color: #98b2cb;
	cursor: pointer;
	height: 34px;
	background: #2f70a3;
	line-height: 34px;
	padding-bottom: 0px;
	position: relative;
	font-size: 16px;
	border-radius: 3px;
}
.friendly-link p:before {
	content: "";
	position: absolute;
	bottom: 13px;
	right: 18px;
	z-index: 6;
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #97b8d1;
}
.friendly-link-ul {
	position: absolute;
	bottom: 40px;
	left: 0px;
	text-indent: 0px;
	background: #fff;
	width: 100%;
	display: none;
	color: #000000;
	z-index: 20;
	text-align: left;
		-moz-box-shadow: 0 0 15px rgba(43,93,151,0.6);
	-webkit-box-shadow: 0 0 15px rgba(43,93,151,0.6);
	box-shadow: 0 0 15px rgba(43,93,151,0.6);
    border:1px solid rgba(23,96,153,.6);

}
.friendly-link-ul a {
	color: #868686;
	font-size: 16px;
	display: block;
	line-height: 23px;
	padding: 8px 5px 8px 12px;
	width: 100%;
	height: 100%;
}
.friendly-link-ul li:hover {
	background: #2d86cb;
	cursor: pointer;
}
.friendly-link-ul li:hover a {
	color: #fff;
}
ul.friendly-link-ul {
	max-height: 300px;
	overflow-y: auto;
}
div ul .friendly-link {
	line-height: 30px;
}
ul.friendly-link-ul {
	line-height: 32px;
}
ul.friendly-link-ul a {
	width: 100%;
}
/*浏览器滚动条*/
ul.friendly-link-ul::-webkit-scrollbar {
width:8px;
height:5px;
}
ul.friendly-link-ul::-webkit-scrollbar-button:vertical {
display:none
}
ul.friendly-link-ul::-webkit-scrollbar-track:vertical {
background-color:black
}
ul.friendly-link-ul::-webkit-scrollbar-track-piece {
background:#97b8d1
}
ul.friendly-link-ul::-webkit-scrollbar-thumb:vertical {
background-color:#2d86cb;
border-radius:30px
}
ul.friendly-link-ul::-webkit-scrollbar-thumb:vertical:hover {
background-color:#2d86cb
}
ul.friendly-link-ul::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
ul.friendly-link-ul::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
.masklayer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7) !important;
	background: #000;
	filter: alpha(opacity=70);
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	display: none;
}
.search_box {
	transition: all 0.5s ease-out 0s;
	display: none;
	height: 45px;
	line-height: 45px;
	width: 550px;
	position: fixed;
	left: 50%;
	margin-left: -225px;
	top: 40%;
	z-index: 999;
}
.search_box .kw {
	background: #fff;
	width: 430px;
	height: 45px;
	line-height: 45px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 0px 15px;
	cursor: pointer;
	border: 0px;
}
.map-close {
	position: fixed;
	top: 100px;
	right: 30px;
	color: #fff;
	font-size: 60px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.search_box .ok {
	background: #176099;
	float: right;
	color: #fff;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0px;
}
.main-content a .imgbg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main-content a:hover .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.wrap_title img {
	width: 300px;
}
/*内页css*/

.ban {
	position: relative;
}
.ban img {
	width: 100%;
	display: block;
}
.ban .adress {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/banshad.png) bottom/cover;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: right;
	padding-top: 1.8rem;
	background-size: 100% 100%;
}
.ban .adress a {
	line-height: 60px;
	color: #fff;
}
/*列表页*/
.content_nyl {
	width: 304px;
	background: url(../images/leftbg.png) no-repeat top center;
	overflow: hidden;
	float: left;
	height: 568px;
	position: relative;
	margin-top: -60px;
	z-index: 2;
}
.left_title {
	line-height: 46px;
	padding: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #333;
}
.content_nyr {
	width: calc(100% - 350px);
	overflow: hidden;
	float: right;
	margin-bottom: 60px;
	padding-top: 40px;
}
.jzqnav {
	overflow: hidden;
	clear: both;
	width: 260px;
	margin: 0 auto;
}
.jzqnav li a {
	line-height: 50px;
	height: 50px;
	display: block;
	color: #333;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	margin-top: 1px;
	border-bottom: 1px solid rgba(23,93,153,.1)
}
.jzqnav li a.nomal {
	font-weight: bold;
	color: #fff;
	background: #176099;
}
.jzqnav li a:hover {
	font-weight: bold;
	color: #fff;
	background: #176099;
}
.right_top {
	background: #fff;
	height: 53px;
	line-height: 53px;
	text-align: left;
	color: #333;
	border-bottom: #ebebeb 1px solid;
	margin-bottom: 26px;
}
.qyjs {
	color: #176099;
	height: 53px;
	padding: 0px 5px;
	text-align: center;
	font-size: 24px;
	line-height: 53px;
	float: left;
	font-weight: bold;
	border-bottom: 3px solid #176099;
}
.jigoumenu {
	position: relative;
	overflow: hidden;
	padding-top: 6px;
}
.jigoumenu li a {
	float: left;
	width: 48%;
	height: 62px;
	line-height: 62px;
	color: #333;
	text-align: center;
	margin-bottom: 18px;
	font-size: 18px;
	border-radius: 3px;
	position: relative;
	background: url(../images/lili.png) #f3f8ff no-repeat right center;
}
.jigoumenu li:nth-child(2n) a {
	float: right;
	margin-right: 0px;
}
.jigoumenu li a:before {
	position: absolute;
	bottom: 0px;
	width: 0px;
	left: 0;
	height: 1px;
	content: "";
	background: #176099;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
.jigoumenu li a:after {
	position: absolute;
	top: 0px;
	width: 0px;
	right: 0;
	height: 1px;
	content: "";
	background: #176099;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
.jigoumenu li a:hover {
	background: url(../images/lili.png) #fff no-repeat right center;
}
.jigoumenu li a:hover:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
.jigoumenu li a:hover:after {
	width: 100%;
	right: 0px;
	opacity: 1;
}
.yycj_ul {
	clear: both;
}
.yycj_ul li {
	width: 100%;
	float: left;
	text-align: left;
	height: 240px;
	box-sizing: border-box;
	padding: 30px 0px;
	border-bottom: #ebebeb 1px solid;
	color: #999;
	line-height: 23px;
	position: relative;
}
.yycj_ul li a {
	display: flex;
}
.cgul_l {
	width: 300px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 29px;
	display: inline-block;
}
.cgul_l img {
	width: 100%;
	height: 100%;
}
.cgul_r {
	overflow: hidden;
	flex: 1;
	display: inline-block;
}
.yycj_ul li a .imgbg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yycj_ul li a:hover .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.yycj_ul li:before {
	position: absolute;
	bottom: 0px;
	height: 1px;
	background: #176099;
	left: 0px;
	content: "";
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yycj_ul li:hover:before {
	width: 100%;
}
.su_title {
	line-height: 45px;
	padding: 0px 0px 5px;
}
.su_titlel {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	font-weight: bold;
	font-size: 20px;
}
.su_titler {
	float: right;
	width: 20%;
	text-align: right;
}
.su_intro {
	color: #606060;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	clear: both;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 28px;
}
.more_btn {
	float: left;
	width: 116px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #176099;
	color: #176099;
	text-align: center;
	border-radius: 40px;
	margin-top: 20px;
}
.yycj_ul li:hover .more_btn {
	border: 1px solid #fff;
	background: #176099;
	color: #fff;
}
.about_show {
	font-size: 16px;
	line-height: 32px;
}
.about_show img {
	max-width: 100%;
}
.about_jj {
	position: relative;
}
.about_r {
	width: 50%;
	float: right;
}
.about_l {
	position: absolute;
	width: 60%;
	z-index: 2;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 50px;
}
.imgabout {
	clear: both;
	padding-top: 39px;
}
.imgabout img {
	max-width: 40%;
	float: left;
	margin-right: 20px;
}
.w47 {
	width: 47%;
	float: left;
}
.w50 {
	width: 50%;
	float: right;
}
.spage-number {
	display: inline-block;
	float: left;
}
.spage-skip {
	display: inline-block;
}
.Pagination {
	text-align: center;
	clear: both;
	padding-top: 60px;
	padding-bottom: 30px;
}
.Pagination {
	display: inline-block;
}
.Pagination li {
	float: left;
	font-size: 14px;
	color: #333;
	height: 36px;
	line-height: 36px;
	margin: 0 6px;
}
.Pagination li.on a {
	color: #fff;
	background: #176099;
	border: 1px solid #176099;
}
.Pagination li a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
}
.Pagination li a:hover {
	color: #fff;
	background: #176099;
	border: 1px solid #176099;
}
.Pagination input.page_inp {
	width: 40px;
	height: 24px;
	outline: none;
	text-align: center;
	margin-right: 6px;
}
.Pagination input.btn {
	width: 48px;
	font-size: 14px;
	color: #fff;
	height: 35px;
	cursor: pointer;
	background: #176099;
	outline: none;
	border: 1px solid #176099;
	border-radius: 4px;
	margin-left: 6px;
}
.ldbg {
	background: url(../images/logold.jpg) no-repeat center center;
	overflow:hidden;
	clear:both;
}
.ldname {
    border-bottom: 1px solid #e9ebf0;
    padding: 30px 0px;
    font-size: 24px;
    overflow: hidden;
    width: 46%;
    margin-right: 5%;
    float: left;
}
.ldname_l {
	width: 190px;
	float: left;
	position: relative;
	padding-left: 30px;
	color: #176099;
	font-weight: bold;
}
.ldname_l:before {
	content: '';
	display: block;
	width: 3px;
	height: 17px;
	background-color: #176099;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.ldname_r {
	width: calc(100% - 200px);
	float: right;
}
.newsshow {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.news_title {
	color: #333333;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 44px;
	padding: 0px 0px 5px;
	clear: both;
}
.xian {
	border-bottom: 1px solid #e3e3e3;
	height: 56px;
	margin-top: 3px;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.hit {
	color: #333;
	margin-right: 40px;
}
.hit a {
	cursor: pointer;
}
.box01 {
	padding: 30px 0px;
	clear: both;
	font-size: 16px !important;
	color: #333;
	line-height: 32px !important;
	text-align: justify;
}
.box01 p {
}
.box01 img {
	max-width: 800px;
	text-align: center;
	margin: 12px auto;
}
.share_wx {
	float: right;
	position: absolute;
	right: 0px;
	top: -2px;
}
.xian .bdshare-button-style0-32 a {
	float: right;
	width: 38px;
	background: url(../images/share.png) no-repeat 13px 0px;
	height: 38px;
	position: relative;
	top: -3px;
}
.bd_weixin_popup {
	box-sizing: content-box;
}
 @media screen and (max-width: 1680px) {
.wrap_title img {
	width: 250px;
}
}
 @media screen and (max-width: 1440px) {
.wrap_title img {
	width: 230px;
}
.campus_l {
	margin-left: 30px;
}
.wrap {
	width: 91%;
}
.logo {
	width: 300px;
}
.logo img {
	width: 100%;
}
#header .navpc ul li {
	padding: 0px 15px;
}
.top2 .logo {
	top: 18px;
}
.title_ch {
	font-size: 26px;
	padding: 0px 0px;
}
.jyjxtxt {
	right: 50px;
}
.title_en {
	font-size: 14px;
	padding-left: 40px;
}
.btn__text {
	padding: 3px 21px;
}
.btn__text-alt {
	padding: 3px 21px;
}
.pctime {
	padding: 8px 0px;
}
.pctxt {
	font-size: 18px;
	line-height: 26px;
	height: 58px;
	padding-right: 20px;
}
.pcintro {
	padding: 5px;
	padding-right: 20px;
}
#tabs-container01 {
	margin-top: 20px;
	margin-bottom: 70px;
	padding-bottom: 30px;
}
.noticebg {
	padding-top: 60px;
	height: auto;
	padding-bottom: 40px;
	overflow: hidden;
}
.content_l {
	margin-top: 10px;
}
.ztzl_ul {
	margin-top: 8px;
}
.wrap_box {
	width: 32.3%;
	margin-right: 1.5%;
	float: left;
}
.news_ul {
	padding: 5px 15px 10px;
	overflow: hidden;
}
.news_ul li {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.titlezn {
	font-size: 16px;
}
.timezn {
	padding: 0px 0px;
}
.ztzl {
	width: 100%;
	height: 186px;
	margin-bottom: 21px;
	border-radius: 13px;
	overflow: hidden;
}
.ztzl img {
	height: 186px;
}
.jyjxbg {
	padding-top: 60px;
	padding-bottom: 50px;
}
.mtjjbg {
	padding-top: 50px;
	height: auto;
	overflow: hidden;
	padding-bottom: 70px;
}
.lunbo {
	margin-top: 22px;
}
.info {
	background: #176099;
	width: 620px;
	height: 80px;
	padding: 10px 30px 0px 30px;
	color: #fff;
	bottom: 0px;
	right: 0px;
	border-radius: 20px 0px 0px 0px;
	font-size: 18px;
	line-height: 30px;
}
.info span {
	font-size: 15px;
}
.tabssub a {
	font-size: 18px;
}
.tabssub a span {
	font-size: 15px;
	height: 36px;
	display: block;
}
.jyjtxt_title {
	font-size: 18px;
	padding: 30px 0px;
	line-height: 29px;
}
.jyjtxt_more {
	width: 106px;
	height: 36px;
	line-height: 36px;
}
.tabssub {
	padding: 15px 30px;
}
}
 @media screen and (max-width: 1300px) {
#header .navpc ul li {
	padding: 0px 10px;
}
}
