@charset "utf-8";
@import url("/jcms/jcms_files/jcms1/web204/site/images/2694/millia.css");
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x:hidden;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- banenr Style ---- */
.banner{
	width:100%;
	padding:0px;
	margin:0 auto;
	background: url(zt_hjythwyc_banner.jpg) center center repeat-x;
	background-size: auto 100%;}
/* ---- 幻灯片 Style ---- */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow:hidden;
}
.swiperBox {
	float: right;
	width: 50%;
	position: relative;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.swiperBox .swiper-slide p {
	min-height: 44px;
	line-height:24px;
	padding:10px 120px 10px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-size:18px;
	color:#fff;
}
.pagination {
  position: absolute;
  right: 0;
  text-align: right;
  bottom:15px;
  width: 100%;
  padding-right:4px;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background:#fff;
  margin: 0 4px;
  cursor: pointer;
  overflow:hidden;
}

.swiper-active-switch{
	background:#2ba1d3;
}

@media (max-width:768px) {
.swiperBox {
	width: 100%;
	margin-bottom:12px;
	padding:0 0 0 10px;
}
.swiper-slide p {
	min-height:30px;
	line-height:18px;
	font-size:12px;
	padding:6px 62px 6px 6px;
}
.pagination {
  bottom:10px;
  padding-right:2px;
}
.swiper-pagination-switch {
  width: 6px;
  height:6px;
  margin: 0 3px;
}
}
/* ---- 标题 Style --- */
.mainTitle{
	height:28px;
	line-height:28px;
	padding:0 0 0 20px;
	position:relative;
	font-size:26px;
	color:#49346f;
	font-weight:normal;
	margin-bottom:12px;}
.mainTitle i{
	position:absolute;
	left:-1px;
	top:4px;
	width:14px;
	height:20px;
	background:url(zt_hjythwyc_mainHead_i.gif) no-repeat;
	background-size:100% 100%;}
@media (max-width:768px) {
.mainTitle{
	height:20px;
	line-height:20px;
	padding:0 0 0 16px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;}
.mainTitle i{
	top:2px;
	width:12px;
	height:16px;}	
}
/* ---- 市委书记看人才 Style --- */
.focusing{
	width:46%;
	float:left;}
.focusing_list{
	padding:0 0 0 20px;}
.focusing_list li{
	padding:0 0 0 12px;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#444;
	background:url(zt_hjythwyc_point.gif) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
focusing_list li a{
	color:#444;}
.focusing_list li:first-child{
	height:32px;
	line-height:32px;
	padding:0px;
	background:none;
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;}
@media (max-width:1024px) {
.focusing_list li{
	font-size:15px;}
.focusing_list li:first-child{
	font-size:18px;}
}
@media (max-width:768px) {
.focusing{
	width:100%;}
.focusing_list{
	padding:0 0 0 10px;}
.focusing_list li{
	height:auto;
	min-height:28px;
	line-height:20px;
	padding:4px 0 4px 10px;
	font-size:14px;
	background:url(zt_hjythwyc_point.gif) left 12px no-repeat;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;}
.focusing_list li:first-child{
	height:auto;
	min-height:28px;
	line-height:22px;
	padding:3px 0;
	background:none;
	font-size:16px;
	margin-bottom:4px;}
}
/* ---- 时间轴 Style ---- */
.timeBox{
	position: relative;}
.timeBox h2.time{
	position:absolute;
	right:100%;
	top:0px;
	width:85px;
	padding:0 18px 0 0;
	background:url(zt_hjythwyc_time_i.gif) right top no-repeat;
	background-size:14px 20px;
	line-height:20px;
	font-size:18px;
	color:#2ba1d3;
	font-weight: normal;
	text-align:right;}
@media (max-width:1160px) {
.timeBox h2.time{
	width:54px;
	padding:0 18px 0 0;
	background:url(zt_hjythwyc_time_i.gif) right top no-repeat;
	background-size:14px 20px;
	line-height:20px;
	font-size:16px;
	text-align:center;}
}
@media (max-width:1100px) {
.timeBox h2.time{
	position:absolute;
	right:100%;
	top:0px;
	width:28px;
	line-height:16px;
	font-size:15px;
	text-align:center;
	word-break:break-all;
	padding:0 12px 0 0;
	background-size:10px 14px;}
}
/* ---- 两列列表 Style ---- */
.two_column{
	padding:0 0 1% 20px;
	overflow:hidden;}
.two_column li{
	width:48%;
	float:left;
	border:10px solid #e9f5fb;
	border-radius:3px;
	margin-bottom:3%;}
.two_column li:nth-child(2n){
	float:right;}
.two_column li:hover{
	border:10px solid #95c8e9;}
.two_column li .pic{
	position:relative;}
.two_column li .pic img{
	width:100%;
	height:100%;}
.two_column li .pic p{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:32px;
	line-height:32px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	padding:0 10px;
	font-size:18px;
	color:#ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.two_column li .detail{
	padding:12px;}
.two_column li .detail p{
	line-height:30px;
	height:150px;
	overflow:hidden;
	text-indent:2em;
	font-size:16px;
	color:#444;}
.two_column li .detail p a{
	color:#5f468d;}
@media (max-width:1024px) {

.two_column li{
	border:6px solid #e9f5fb;}
.two_column li:hover{
	border:6px solid #95c8e9;}
.two_column li .pic p{
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-size:16px;}
.two_column li .detail{
	padding:10px;}
.two_column li .detail p{
	line-height:24px;
	height:120px;
	font-size:15px;}
}
@media (max-width:768px) {
.two_column{
	padding:0 0 1% 10px;}
.two_column li{
	width:48.8%;
	border:4px solid #e9f5fb;}
.two_column li:hover{
	border:4px solid #95c8e9;}
.two_column li .pic p{
	height:26px;
	line-height:26px;
	padding:0 10px;
	font-size:14px;}
.two_column li .detail{
	padding:8px;}
.two_column li .detail p{
	line-height:22px;
	height:110px;
	font-size:14px;}
}
@media (max-width:560px) {

.two_column li{
	border:3px solid #e9f5fb;}
.two_column li:hover{
	border:3px solid #95c8e9;}
.two_column li .pic p{
	height:24px;
	line-height:24px;
	padding:0 6px;
	font-size:12px;}
.two_column li .detail{
	padding:6px;}
.two_column li .detail p{
	line-height:20px;
	height:60px;
	font-size:12px;}
}
@media (max-width:359px) {
.two_column li{
	width:100%;
	border:3px solid #e9f5fb;}
.two_column li:hover{
	border:3px solid #95c8e9;}
.two_column li .pic p{
	height:24px;
	line-height:24px;
	padding:0 6px;
	font-size:12px;}
.two_column li .detail{
	padding:6px;}
.two_column li .detail p{
	line-height:20px;
	height:60px;
	font-size:12px;}
}
/* ---- 单列 Style ---- */
.one_column{
	overflow:hidden;
	padding:0 0 1% 20px;}
.one_column li{
	border:10px solid #e9f5fb;
	padding:10px;
	overflow:hidden;
	margin-bottom:3%;
	border-radius:4px;}
.one_column li:hover{
	border:10px solid #95c8e9;}
.one_column li .pic{
	width:31.95%;
	float:left;
	margin-right:4.26%;}
.column_right li .pic{
	width:31.95%;
	float:right;
	margin-right:0px;
	margin-left:4.26%;}
.one_column li .pic img{
	width:100%;
	height:auto;}
.one_column li h3{
	min-height:36px;
	padding:5px 0;
	line-height:26px;
	font-size:20px;
	color:#444;
	margin-bottom:10px;}
.one_column li h3 a{
	color:#444;}
.one_column li p{
	line-height:30px;
	font-size:16px;
	color:#444;
	height:150px;
	overflow:hidden;}
.one_column li p a{
	color:#5f468d;}
@media (max-width:1024px) {
.one_column li{
	border:8px solid #e9f5fb;
	padding:8px;}
.one_column li:hover{
	border:8px solid #95c8e9;}
.one_column li .pic{
	width:32%;
	margin-right:3%;}
.column_right li .pic{
	margin-right:0;
	margin-left:3%;}
.one_column li h3{
	min-height:32px;
	padding:5px 0;
	line-height:22px;
	font-size:18px;
	margin-bottom:8px;}
.one_column li p{
	line-height:26px;
	font-size:15px;
	height:130px;}
}
@media (max-width:768px) {
.one_column{
	padding:0 0 1% 10px;}
.one_column li{
	border:5px solid #e9f5fb;
	padding:5px;}
.one_column li:hover{
	border:5px solid #95c8e9;}
.one_column li .pic{
	width:33%;
	margin-right:2%;}
.column_right li .pic{
	margin-right:0%;
	margin-left:2%;}
.one_column li h3{
	min-height:26px;
	padding:3px 0;
	line-height:20px;
	font-size:16px;
	margin-bottom:6px;}
.one_column li p{
	line-height:22px;
	font-size:14px;
	height:110px;}
}
@media (max-width:620px) {
.one_column li p{
	height:66px;}
}
@media (max-width:520px) {
.one_column li{
	border:3px solid #e9f5fb;
	padding:3px;}
.one_column li:hover{
	border:3px solid #95c8e9;}
.one_column li .pic{
	width:145px;
	height:90px;
	margin-right:4%;}
.column_right li .pic{
	margin-right:0%;
	margin-left:4%;}
.one_column li .pic img{
	height:100%;}
.one_column li h3{
	height:90px;
	display:table;
	margin-bottom:6px;
	line-height:28px;}
.one_column li h3 a{
	display:table-cell;
	vertical-align:middle;}
.one_column li p{
	line-height:20px;
	font-size:12px;
	height:auto;}
}
@media (max-width:414px) {
.one_column li .pic{
	width:100%;
	height:auto;
	margin-right:0%;
	margin-left:0%
	margin-bottom:2%;}
.one_column li .pic img{
	height:auto;}
.one_column li h3{
	height:auto;
	display: block;
	margin-bottom:2px;
	line-height:21px;
	font-size:15px;}
.one_column li h3 a{
	display:table-cell;
	vertical-align:middle;}
.one_column li p{
	line-height:20px;
	font-size:12px;
	height:auto;}
}
/* ---- 框架 Style ---- */
.showSwiper{
	max-width:1034px;
	position:relative;
	margin:20px auto 0px;
	}
.showSwiper .swiper-container{
	width:100%;
	margin:0 auto;}
.showSwiper .swiper-container{
	padding:0px;}
.showSwiper .swiper-slide{
	padding:0px 17px;}
.showSwiper .con{
	width:100%;
}
.showSwiper .con a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;}
.showSwiper .con img{
	width:100%;
	height:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.showSwiper .con:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.showSwiper .con p{
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	height:32px;
	width:100%;
	padding:0 10px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	overflow:hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.showSwiper .show-left,.showSwiper .show-right {
	position:absolute;
	top:50%;
	margin-top:-39px;
	height:78px;
	width:28px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:9;
	cursor:pointer;}
.showSwiper .show-left{
	left:17px;
	background-image: url(zt_hjythwyc_arrow_left.png);}
.showSwiper .show-right{
	right:17px;
	background-image:url(zt_hjythwyc_arrow_right.png);}
@media (max-width:1050px) {
.showSwiper{
	padding:0 0px 0 20px;
	}
}
@media screen and (max-width:1000px) {
.showSwiper{
	margin:15px auto 0px;
}

.showSwiper .swiper-slide{
	padding:0 8px;}
.showSwiper .con p{
	height:28px;
	padding:0 8px;
	line-height:28px;
	font-size:15px;}
.showSwiper .con p span.detail{
	line-height:28px;}
.showSwiper .show-left,.showSwiper .show-right {
	margin-top:-20px;
	height:40px;
	width:20px;}
.showSwiper .show-left{
	left:28px;
	background-image: url(zt_hjythwyc_arrow_left.png);}
.showSwiper .show-right{
	right:8px;
	background-image:url(zt_hjythwyc_arrow_right.png);}
}
0
@media screen and (max-width:768px) {
.showSwiper{
	padding:0 25px;
	margin:0 auto 20px;
	}
.showSwiper .con p{
	height:24px;
	padding:3px 8px;
	line-height:18px;
	font-size:12px;}
}
/* ---- 烟台市海外高层次人才招聘成果掠影 Style ---- */
.swiper_coat{
	background:url(zt_hjythwyc_swiper_bg.gif) repeat;
	width:100%;
	padding:0px 0 40px;
	border-bottom:10px solid #534867;}
@media screen and (max-width:768px) {
.swiper_coat{
	padding:0px 0 20px;
	border-bottom:5px solid #534867;}
}
/* ---- 框架 Style ---- */
.container{
	max-width:1020px;
	margin:0 auto;
	padding:0 10px;}
.container_inner{
	border-left:1px solid #756d85;
	padding:40px 0 0;}
.mb35{
	margin-bottom:35px;}
.mb20{
	margin-bottom:20px;}
@media (max-width:1050px) {
.container{
	max-width:1020px;
	margin:0 auto;
	padding:0 10px 0 28px;}
}
@media (max-width:768px) {
.container_inner{
	padding:15px 0 0;}
.mb35{
	margin-bottom:18px;}
.mb20{
	margin-bottom:10px;}
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px "微软雅黑", "黑体";
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1020px;
	padding: 0 10px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 8px;
}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}
