.dynamics-flx .list-box .mess,
.wayIt_em,
.wayIt_em h5,
.wayIt_em p a,
.slide-down-txt .readMore,
.moreJobs a,
.introd_imgList .introdItem img {
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.career dl dt img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

/* 
author : youlicai 
copyright by VTHINK: https://www.vthinks.net
*/
.newestBox {
	display: none;
	padding: 60px 0 30px;
	background-color: #fff;
	margin-top: 550px;
}

.new-contain-irem {
	height: 630px;
}

.estItem-Box {
	width: 100%;
	height: 100%;
}

.estItem-Box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.estItem-Box .swiper-slide {
	background-size: cover;
	background-position: center;
}

.estItem-Box .gallery-top {
	width: 69%;
	height: 100%;
	float: left;
	overflow: hidden;
	border-radius: 6px;
}

.estItem-Box .gallery-top .swiper-slide {
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs {
	width: 100%;
	height: 413px;
	overflow: hidden;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs img {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-down-txt {
	padding: 30px 40px 0 50px;
}

.slide-down-txt>div {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.slide-down-txt h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	margin-bottom: 14px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide-down-txt h4 time {
	font-size: 12px;
	margin-left: -97px;
	margin-right: 32px;
}

.slide-down-txt div p {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}

.slide-down-txt .readMore {
	width: 145px;
	height: 42px;
	background-color: #114897;
	border-radius: 5px;
	display: block;
	text-align: center;
	line-height: 42px;
	font-size: 15px;
	color: #fffefe;
	margin-top: 26px;
	border: 1px transparent solid;
}

.slide-down-txt .readMore:hover {
	background: #FFFEFE;
	border: 1px #114897 solid;
	color: #333333;
}

.estItem-Box .gallery-thumbs {
	width: 30%;
	height: 413px;
	box-sizing: border-box;
	overflow: hidden;
}

.estItem-Box .gallery-thumbs .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0.5;
}

.estItem-Box .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.news-list-box-two,.news-list-box-two:nth-of-type(3n){
	width: 49% !important;
	margin-right: 2% !important;
	margin-top: 30px !important;
}
.news-list-box-two:nth-of-type(-n+2){
	margin-top: 0 !important;
}
.news-list-box-two:nth-of-type(2n){
	margin-right: 0 !important;
}



/* contact */
.contactainer {
	background: #fff;
}

.adresBox{display: none;}
.linkCon,
.leaveBag {
	padding: 60px 0;
}

.leaveBag .both3 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 22px;
}

.wayIt_em {
	width: 335px;
	margin-right: 27px;
	padding: 30px 40px;
	height: 160px;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(9, 82, 148, 0.09);
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: 180px;
}

.wayIt_em:nth-child(3n) {
	margin-right: 0;
}

.wayIt_em:nth-child(1) {
	background-image: url(../img/con1.png);
	background-position: 105% 66px;
}

.wayIt_em:nth-child(2) {
	background-image: url(../img/con2.png);
	background-position: 108% 66px;
}

.wayIt_em:nth-child(3) {
	background-image: url(../img/con3.png);
	background-position: 105% 66px;
}

.adresBox {
	width: 100%;
	background-color: #FAFAFA;
}

.adresDl {}

.adresDl dl {
	width: calc(49% - 100px);
	margin-right: 2%;
	float: left;
	padding: 45px 50px;
	background-color: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(95, 94, 94, 0.08);
}

.adresDl dl:nth-of-type(2n) {
	margin-right: 0;
}

.adresDl dl dt {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 12px;
}

.adresDl dl dd p,
.adresDl dl dd p a {
	font-size: 14px;
	line-height: 28px;
	color: #444;
}

.wayIt_em::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.wayIt_em h5 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #111;
	margin-bottom: 10px;
}

.wayIt_em p a {
	font-size: 14px;
	color: #222;
}

.wayIt_em:hover {
	background-color: #0b55a1;
}

.wayIt_em:hover h5,
.wayIt_em:hover p a {
	color: #fff;
}

.wayIt_em:hover:nth-child(1) {
	background-image: url(../img/con1-fan.png);
	background-position: 105% 66px;
}

.wayIt_em:hover:nth-child(2) {
	background-image: url(../img/con2-fan.png);
	background-position: 108% 66px;
}

.wayIt_em:hover:nth-child(3) {
	background-image: url(../img/con3-fan.png);
	background-position: 105% 66px;
}

.formDiv form {
	width: 100%;
}

.formDiv form .form-left,
.formDiv form .form-right {
	width: 49%;
}

.formDiv form .labalD label {
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
	display: block;
}

.formDiv form .form-left .labalD p {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px #D7D7D7 solid;
	color: #333333;
}

.formDiv form .labalD p input,
.formDiv form .labalD p select,
.formDiv form .labalD p textarea {
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	text-indent: 1em;
	background: #EEEEEE;
}

.formDiv form .form-right .labalD label span {
	float: right;
	font-size: 12px;
	vertical-align: bottom;
	color: #999;
}

.formDiv form .form-right .labalD textarea {
	width: calc(100% - 30px);
	height: 205px;
	resize: none;
	border: 1px #D7D7D7 solid;
	background: #EEEEEE;
	padding: 15px;
}

.labalD button {
	background: #eee;
	border: none;
	outline: none;
	width: 100px;
	height: 40px;
	float: right;
	margin-top: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.labalD button:hover {
	background-color: #1d62af;
	color: #fff;
}

/* job */
.jobTain {
	width: 100%;
	background: #fff;
}

.job_introd {
	background: #ffffff;
	padding: 60px 0;
}

.introd_box {
	text-align: center;
}

.introd_txt {
	width: 680px;
	margin: 0 auto 30px;
}

.introd_txt p,.welfare_desc p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.introd_imgList {
	width: 100%;
}

.introd_imgList .introdItem {
	overflow: hidden;
	box-sizing: border-box;
}

.introd_imgList .introdItem1 {
	/* width: 518px; */
	width: 100%;
}

.introd_imgList .introdItem1 img{
	width: 100%;
	max-width: 100%;
}

.introd_imgList .introdItem2 {
	width: 369px;
	margin: 0 31px;
}

.introd_imgList .introdItem3 {
	width: 251px;
}

.introd_imgList .introdItem3 p {
	height: 172px;
	overflow: hidden;
	box-sizing: border-box;
}

.introd_imgList .introdItem3 p:nth-child(1) {
	margin-bottom: 18px;
}

/* .introd_imgList .introdItem:hover img {
	transform: scale(1.03);
} */

.welfare {
	background: #f8f8f8;
	padding: 60px 0;
}

.welfare_desc {
	width: 850px;
	text-align: center;
	margin: auto;
}

.career {
	width: 800px;
	text-align: center;
	margin: 50px auto;
}

.career dl {
	width: 33%;
	height: 160px;
	float: left;
	margin-top: 30px;
}

.career dl:nth-child(-n+3) {
	margin-top: 0;
}

.career dl dt {
	margin: 10px 0 20px;
	height: 94px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.career dl dt img {
	width: 65px;
	display: block;
	margin: auto;
}

.career dl:hover dt img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.career dl dd {

	color: #666666;
}

.delivery_list {
	margin-top: 30px;
}

.delivery_list li a {

	padding: 20px 40px;
	display: block;
	background: #fff;
	color: #333333;
	border-bottom: 1px #e4e4e4 solid;
}

.delivery_list li a span {
	position: relative;
}

.delivery_list li a span em {
	position: absolute;
	top: -10px;
	right: -30px;
	font-size: 12px;
	color: #FF0000;
}

.delivery_list li a .tomore {
	float: right;
}

.delivery_list li a:hover {
	color: #09497f;
	font-weight: 600;
}



/* 新闻详情newsdetail */
.news_detail {
	width: 100%;
	padding: 60px 0;
	background: #FFFFFF;
}

.page-content {
    width: 880px;
	margin: auto;
}

.page-content .title-3 {
	margin-bottom: 30px;
}

.page-content .title-3 .main {
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
}

.page-content .title-3 .date {
	color: #999;
}

.page-content .data .text p {
	margin: 15px 0;
	color: #333333;
	text-indent: 0 !important;
}

.page-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 8px auto;
}

.news_detail .share {
	margin-right: 80px;
	display: none;
}

.news_detail .share .sahre-theme {
	line-height: 26px;
	color: #888888;
}

.share-ite-box a {
	display: block;
	width: 30px;
	margin: 20px 0;
	filter: grayscale(0.9);
	opacity: 0.8;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.share-ite-box a img {
	max-width: 100%;
}

.share-ite-box a:hover {
	filter: grayscale(0);
	opacity: 1;
}

#WX {
	width: 245px;
	height: 265px;
	padding: 20px;
	background: #fff;
	border: solid 1px #d8d8d8;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

#weixin {
	width: 185px;
	height: auto;
	margin: 10px auto;
}

.popTip {
	font-size: 14px;
	text-align: center;
	color: #333333;
	width: 100%;
}
/* news-share */
.pageNews {
	border-top: 1px #F0F0F0 solid;
	padding: 25px 0;
}

.pageNews a {
	background-color: #e3e3e3;
	border-radius: 6px;
	font-size: 14px;
	color: #888888;
	padding: 10px 26px;
	display: inline-block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	border: 1px transparent solid;
}

.pageNews a.prev {
	margin-right: 20px;
}

.pageNews a:hover {
	background-color: #FFFFFF;
	border: 1px #09497f solid;
}

.page-txt-line {
	width: 280px;
}

.page-txt-line a {
	display: block;
	color: #666666;
	font-size: 12px;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 5px;
	background: no-repeat !important;
	border: none;
	padding: 8px 20px 0px;
}

.page-txt-line a:hover {
	border: none !important;
	color: #1d62af !important;
}

/* 招聘 */
.topRecent h5 {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #D6D6D6 dashed;
}
.recent-details {
	width: 100%;
	padding: 66px 0;
	background-color: #F8F8F8;
}

.Recent-bgbox {
	background-color: #FFFFFF;
	padding: 45px 0 30px;
}

.topRecent {
	padding: 0 60px;
}
.topRecent img{
	max-width: 900px;
	height: auto !important;
}

.topRecent h5 time {
	font-size: 22px;
	line-height: 26px;
	color: #333333;
}

.topRecent .subps {
	font-size: 14px;
	margin: 15px 0;
	line-height: 16px;
	color: #666666;
}

.topRecent .subps span {
	margin-right: 25px;
}

.recent-desc p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

.recent-desc p.tu {
	text-align: center;
}

.recent-desc p img {
	max-width: 650px;
	display: block;
	margin: 20px auto 10px;
}

.booking {
	width: 180px;
	height: 46px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 46px;
	color: #ffffff;
	display: block;
	margin-top: 40px;
	text-align: center;
	text-indent: 3em;
	background: #114897 url(../img/news/book.png) no-repeat 25% center;
	border: 1px transparent solid;
}

.booking:hover {
	color: #114897;
	background: transparent url(../img/news/book-lan.png) no-repeat 25% center;
	border: 1px #114897 solid;
}

.recent-details .shareBox {
	border-top: 1px #E1E1E1 solid;
	margin-top: 40px;
	padding: 30px 60px 0;
}

.recent-details .shareBox .fr a {
	display: inline-block;
	margin-left: 30px;
}

.btn-sum {
	padding: 30px 0;
	overflow: hidden;
}

.btn-sum p a {
	padding: 10px 30px;
	display: inline-block;
	background-color: #e3e3e3;
	border-radius: 4px;
	font-size: 14px;
	color: #666666;
	border: 1px transparent solid;
}

.btn-sum p.fr a {
	margin-left: 20px;
}

.btn-sum p a:hover {
	background-color: #FFFFFF;
	color: #114897;
	border: 1px #114897 solid;
}
.booking,.booking:hover{
	background-position: 11% center;
}
.topRecent h5 {
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #D6D6D6 dashed;
}

.booking {
	margin: 30px auto 0;
	background: #114897;
	text-indent: 0;
}

.booking:hover {
	background: #FFFFFF;
}

.jobces strong {
	display: block;
	margin: 20px 0 8px;
}

.job_layer {
	width: 800px;
	height: 480px;
	background-color: #eeeeee;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 43px 75px;
	box-sizing: border-box;
	z-index: 999;
	display: none;
}

.job_layer .title h3 {
	font-size: 20px;
	color: #333;
}

.job_layer .title span {
	font-size: 14px;
	color: #666;
}

.layui-form .layui-input-block {
	margin-left: 0px;
}

.layui-input-block {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
}

.layui-input-block:nth-child(2n) {
	margin-right: 0;
}

.layui-input {
	height: 45px;
	width: 100%;
	text-indent: 1em;
}

.layui-form-item .layui-input-inline {
	width: 100%;
}

.layui-form {
	margin-top: 20px;
}

.layui-upload p {
	font-size: 14px;
	color: #666;
}

.layui-btn {
	background-color: #e7e7e7;
	color: #333;
}

.layui-btn:hover {
	color: #333;
	opacity: 0.7;
}

.layui-form-select dl dd.layui-this {
	background-color: rgb(82, 82, 82);
	color: #fff;
}

.layui-layer-setwin {
	right: -260px !important;
	top: -176px !important;
	border: 1px solid #afafaf;
	width: 38px;
	height: 38px;
	padding: 11px !important;
	box-sizing: border-box;
}

.layui-col-md5 em {
	font-style: normal;
}

.layui-layer-ico {
	opacity: 0.6;
}

.layui-layer-setwin a {
	margin-left: 0px !important;
}

.layui-card {
	transition: all .5s;
}

.hover-card:hover {
	box-shadow: 0px 6px 21px rgba(0, 0, 0, .15);
	transform: translateY(-3px);
}

.layui-card {
	position: relative;
}

.join_posion {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.cz_select {
	display: none;
}

.job-pagination {
	padding: 44px 0;
}

.job_dec .layui-container {
	margin-bottom: 80px;
}

.job_layer_gb {
	position: absolute;
	font-size: 20px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.join_btn {
	text-align: right;
}

.join_btn i {
	vertical-align: middle;
}

.join_btn span {
	vertical-align: middle;
}

.join_btn a {
	padding: 12px 30px;
	color: #333333;
	background-color: #e7e7e7;
}

.layui-input {
	height: 45px;
}

.layui-form-item .layui-input-inline {
	width: 100%;
}

.layui-form {
	margin-top: 20px;
}

.layui-upload p {
	font-size: 14px;
	color: #666;
}

.layui-btn {
	background-color: #e7e7e7;
	color: #333;
}

.layui-btn:hover {
	color: #333;
	opacity: 0.7;
}

.layui-inline,
.layui-input-inline,
.layui-input-inline select {
	background-color: #FFFFFF;
	border: none;
	height: 45px;
	width: 100%;
}

.layui-input-inline select {
	text-indent: 1em;
	color: #333333;
}

/* 法律声明 */
.Legal-statement{
	width: 100%;
	background: #fff;
	padding: 60px 0;
	margin-top: 95px;
}
.Legal-statement .LegalState h3{
	font-size: 18px;
	color: #222;
	margin: 20px 0 10px;
}
.Legal-statement .LegalState p{
	margin: 0 0 10px !important;
}










@media screen and (max-width:1500px) {
	/* .introd_imgList .introdItem1,
	.introd_imgList .introdItem2 {
		width: 390px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.introd_imgList .introdItem2 {
		width: 327px;
		margin: 0 16px;
	} */

	.wayIt_em {
		width: 293px;
		height: 132px;
		margin-right: 15px;
		background-size: 135px;
	}

	.wayIt_em:nth-child(1),
	.wayIt_em:hover:nth-child(1) {
		background-position: 105% 66px;
	}

	.wayIt_em:nth-child(2),
	.wayIt_em:hover:nth-child(2) {
		background-position: 108% 66px;
	}

	.wayIt_em:nth-child(3),
	.wayIt_em:hover:nth-child(3) {
		background-position: 105% 74px;
	}
	













}




@media screen and (max-width:1024px) {
	.linkCon,
	.leaveBag,
	.job_introd,
	.welfare,
	.news_detail,
	.recent-details{
		padding: 30px 0;
	}
	.wayIt_em,
	.adresDl dl{
	    width: calc(100% - 80px);
		margin-top: 20px;
	}
	.adresDl dl {
	    margin-right: 0;
		padding: 30px 40px;
	    float: none;
	}
	.formDiv form .form-left,
	.formDiv form .form-right,
	.introd_txt,
	.career,
	.introd_imgList .introdItem,
	.page-txt-line,
	.layui-input-block{
	    width: 100%;
	}
	.welfare_desc{
		width: 90%;
	}
	/* .introd_imgList .introdItem1,
	.introd_imgList .introdItem2{
		height: 200px;
	} */
	.career dl{
		height: auto;
		width: 50%;
	}
	.career dl dt{
		height: 60px;
	}
	.career dl dt img {
	    width: 40px;
	}
	/* .introd_imgList .introdItem2{
		margin: 10px auto;
	}
	.introd_imgList .introdItem3 {
		height: auto;
	    display: flex;
	    justify-content: center;
	}
	.introd_imgList .introdItem3 p:nth-child(1) {
	    margin-bottom: 0;
	} */
	.welfare .both3,.welfare_desc{text-align:left;}
	.introd_box{text-align:left;}
	.delivery_list li a{padding:20px;}
	.welfare_desc{width:100%;}
	.career dl{margin-top:20px !important;min-height:135px;}
	.page-content {
	    width: 100%;
	    padding-left: 0;
	    float: none;
	}
	.news_detail .share{
		display: none;
	}
	.page-content .title-3 .main{
		font-size: 18px;
	}
	.pageNews>a {
	    padding: 6px 29px;
		margin: 0 20px 10px;
	}
	.pageNews {
	    padding: 25px 0 0;
	}
	.page-content .title-3 {
	    border-bottom: 1px #09497f solid;
	}
	.Recent-bgbox{
		padding: 20px 0;
	}
	.topRecent {
	    padding: 0 15px;
	}
	.btn-sum p a {
	    padding: 10px 20px;
	}
	.booking {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.job_layer {
	    width: 90%;
		height: auto;
	    padding: 30px;
	}
	.news-list-box-two,.news-list-box-two:nth-of-type(3n){
		width: 100% !important;
	}
	.news-list-box-two:nth-child(1){
		margin-top: 0;
	}
	.news-list-box-two:nth-child(2){
		margin-top: 30px !important;
	}
	.Legal-statement {
	    width: calc(100% - 8%);
	    background: #f8f8f8;
	    padding: 90px 4% 30px;
	    margin: 0 auto;
	}
	.introd_txt p, .welfare_desc p{
	
	}
	.career {
	    margin: 20px auto 30px;
	}
	.career dl dd{padding:0 30px;}
	
}