@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #222;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #222;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}
.px1400.px1620{
width:1620px;
max-width: 1620px;
    margin: 0px auto;

}
.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.wap {
	display: none !important;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}


/*头部*/

.top {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #0a4586;
	transition: all 0.3s;
}

.top.on {
	position: fixed;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 130px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	float: right;
	width: calc(100% - 300px);
	max-width: 1040px;
	position: relative;
	margin-top: 15px;
}

.top-rt {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-link {
	text-align: right;
	font-size: 14px;
	color: #bacbd8;
	line-height: 20px;
	margin-right: 30px;
}

.top-link a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #bacbd8;
	position: relative;
}

.top-link a::after {
	    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-home.png) no-repeat;
}

.top-link a:hover::after {
	/*transform: none;*/
}

.search-con {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
         border-left: 1px solid rgb(255, 255, 255);
    padding-right: 28px;
}

.search-con button {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
	text-align: center;
	background: none;
	cursor: pointer;
	border: 0;
}

.top button img {
	vertical-align: middle;
}

/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	transition: all 0.5s;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 100px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #0a4586 url(../images/fdj2.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search input::-moz-input-placeholder {
	color: #999;
}

.search input::-ms-input-placeholder {
	color: #999;
}


/*导航*/

.nav {
	width: 100%;
	float: right;
	height: 55px;
	line-height: 55px;
	max-width: 1040px;
	margin-top: 9px;
	transition: all 0.3s;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	margin-left: 3.8%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: auto;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background: #fff;
	display: none;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li.on>a {
	color: #fff;
}

.nav>ul>li.active>a:before {
	display: none;
}

.nav>ul>li:hover>a:before {
	display: none;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	background: rgb(255 255 255);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #075ea8;
	color: #fff;
}


/*底部
/*最新版权*/
.footer{
   background: #063579;
     padding-top: 34px;
padding-bottom: 18px;
   overflow: hidden;
}
.footerLeft {
    float: left;
    width: 27.6%;
    /* margin-right: -0.6%; */
}

.footerLeft ul {
    float: left;
}

.footerLeft ul:first-child {
    margin-right: 10%;
}

.footerLeft ul li {
    text-align: left;
    margin-bottom: 15px;
}

.footerLeft ul li{
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
}

.footerLeft ul li:hover a {
    text-decoration: underline;
}

.footerMid {
       float: left;
    width: 33.3%;
    margin-right: 8.3%;
    margin-left: 3.4%;
}

.footerRight {
    float: left;
    width: 21%;
}

.footerlogo {
    margin-bottom: 15px;
}
.footerlogo  img{
display: block;
     margin: 0 auto;
   max-width: 458px;
}
.footerlogo a {
    display: block;
    max-width: 480px;
    margin: 0px auto;
}

.footerlogo a img {
    width: 100%;
}

.footerMid p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 30px;
}

.footerRight ul {
    float: left;

}

.footerRight ul:last-child {
    margin-right: 0px;
}

.footerRight ul li {
    text-align: left;
    margin-bottom: 15px;
}

.footerRight ul li {
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
}

.footerRight ul li:hover a {
    text-decoration: underline;
}
.foot-bq {
	background: #033372;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	color: rgba(204, 204, 204, 0.48);
	line-height: 26px;
}
.footerLeft ul h1,
.footerRight ul h1{
color: rgba(255, 255, 255, 0.67);
    font-size: 18px;
    margin-bottom: 20px;
       font-weight: bold;

}
@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

}

@media screen and (max-width: 1400px) {
	.nav>ul>li {
		margin-left: 9%;
	}
}

@media screen and (max-width: 1300px) {
	.nav>ul>li>a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.nav>ul>li {
		margin-left: 7%;
	}

	.foot-c {
		margin-left: 10%;
	}

}

@media screen and (max-width: 1100px) {
	.nav>ul>li {
		margin-left: 5%;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		max-width: inherit;
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #0a4586;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink a img:last-child {
		height: 7px;
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #0a4586;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.foot {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.foot-l,
	.foot-c,
	.foot-r {
		float: none;
		width: auto;
	}

	.link>div {
		margin-top: 15px;
	}

	.link p {
		line-height: 40px;
	}

	.foot-c {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.foot-media {
		text-align: center;
		font-size: 0;
	}

	.foot-media>div {
		float: none;
		display: inline-block;
	}

}

@media screen and (max-width:768px) {
}
@media screen and (max-width:640px) {
	.foot h3{
		font-size: 16px;
	}
	.foot-c p{
		line-height: 26px;
	}
	.link p{
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}



.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: 40px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 61%;
   background: #084188;
}
.img-lists ul li a .pic h1{
   position: absolute;
    left: 0px;
    top: 35%;
    width: 100%;
    transition: all 1s ease 0s;
    font-size: 18px;
    color: #fff;
    text-align: center;

}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
    color: #009194;
}
.img-lists.img-lists_gj ul{
 margin-left: -1%;
    margin-right: -1%;
}
.img-lists.img-lists_gj ul li{
 width: 18%;
    margin: 40px 1% 0 1%;
}
.img-lists.img-lists_gj ul li a .pic{
padding-top:120%;
}
/*招聘和毕业生信息*/
.text-list{
}
.mylist{
  margin-top:40px;
}
.mylist li{
position: relative;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    float: left;
    padding: 15px 15px 5px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 346px;
}
.mylist li a{
display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}
.mylist li h4{
font-size: 16px;
    font-weight: bold;
    color: #4587ca;
    padding-right: 100px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.mylist li h5{
color: #ff8067;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.mylist li p{
font-size: 12px;
    color: #bbb;
    line-height: 25px;
    height: 36px;
    overflow: hidden;
}
.mylist li .infor {
    border-top: 1px dotted #eee;
    padding: 10px 0;
}
.mylist li .infor span {
    font-size: 14px;
    color: #7e7e7e;
}
.mylist li .infor span img {
    margin-right: 10px;
    max-height: 24px;
}
.mylist li .infor span:nth-of-type(2) {
    margin-left: 10px;
    font-size: 12px;
    color: #bbb;
}