@charset "utf-8";

.multi-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.twoellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.x-wrap {
	position: relative;
	width: 1230px;
	height: 100%;
	margin: auto;
}

.headwrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 85px 0 130px;
	height: 100%;
	margin: auto;
}


/* @font-face {
	font-family: 'avian';
	src: url('../fonts/avianregular.eot');
	src: url('../fonts/avianregular.eot') format('embedded-opentype'),
		url('../fonts/avianregular.woff') format('woff'),
		url('../fonts/avianregular.ttf') format('truetype'),
		url('../fonts/avianregular.svg') format('svg');
}

.avian {
	font-family: 'avian';
} */


html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 "微软雅黑", "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	color: #333333;
	margin: auto;
	min-width: 1230px;
}

.scalebox {
	-webkit-transform-origin: 0px 0px 0px;
	transform-origin: 0px 0px 0px;
}

input,
button,
textarea,
select {
	font: inherit;
	outline: 0;
	border: 0;
	background: none;
	color: inherit;
}

input:focus,
textarea:focus {
	color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}

ol,
ul,
li {
	list-style: none;
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border: 0;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: 0;
}

svg:not(:root) {
	overflow: hidden;
}

input[type=date] {
	background-color: transparent;
	border: 0;
	filter: alpha(opacity=0);
}

::-ms-clear,
::-ms-reveal {
	display: none;
}

::-webkit-input-placeholder {
	color: #909090;
}

:-moz-placeholder {
	color: #909090;
	opacity: 1;
}

::-moz-placeholder {
	color: #909090;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #909090;
}

.placeholder {
	color: #909090;
}

.xfont {
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.h30,
.h28,
.h26,
.h24,
.h22,
.h20,
.h18,
.h16 {
	line-height: 1.2;
}

.h30 {
	font-size: 30px;
}

.h28 {
	font-size: 28px;
}

.h26 {
	font-size: 26px;
}

.h24 {
	font-size: 24px;
}

.h22 {
	font-size: 22px;
}

.h20 {
	font-size: 20px;
}

.h18 {
	font-size: 18px;
}

.h16 {
	font-size: 16px;
}

.h0 {
	font-size: 0;
}

.clear:after,
.x-wrap:after {
	content: '';
	display: table;
	clear: both;
}

.middle {
	font-size: 0;
}

.middle:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.middle-cont {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0;
}

.justify {
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}

.justify:after {
	content: '';
	padding-left: 100%;
}

.pos-fix {
	position: fixed !important;
	left: 0;
	top: 0;
}

.pos-abs {
	position: absolute !important;
	left: 0;
	top: 0;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.x-header,
.x-footer,
.x-container {
	position: relative;
	width: 100%;
	min-width: 1250px;
	margin: auto;
	z-index: 1;
}

.x-header {
	height: 61px;
	z-index: 4;
}

.x-header .logo {
	height: 100%;
	width: 260px;
}

.x-header .logo img {
	display: block;
	height: 100%;
	width: 100%;
}

.x-header .tools {
	position: absolute;
	right: 0;
	top: 0;
}

.x-header .tools a {}

.x-header .tools .lang {}

.x-header .tools .login {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.x-header .tools .login:before {
	content: '\e601';
	display: inline-block;
	width: 30px;
	border-radius: 50%;
	background-color: darkgray;
	font-size: 20px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.x-header .tools .login:hover {
	color: coral;
}

.x-header .tools .login:hover:before {
	color: #fff;
	background-color: coral;
}

.x-footer a:hover {
	color: #fff;
}



.gotop {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 10;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 15px 0px 0px 15px;
	background: rgba(30, 150, 214, 1);
	padding: 20px;
	box-sizing: border-box;
}

.gotop img {
	width: 40px;
	height: 40px;
}

.bn_top {
	opacity: 1;
	filter: alpha(opacity=1);
	z-index: 9999;
	pointer-events: auto;
	cursor: pointer;
}


.pop-alert .pop-dialog {
	width: 500px;
	height: 350px;
	background-color: #fff;
	z-index: 1;
}

.pop-alert .btnWarp {
	padding: 8px 20px;
}

.pop-alert .btnWarp button {
	line-height: 1;
	padding: 8px 20px;
	margin: 0 10px;
}

.pop-mod.x-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.pop-mod .pop-dialog {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.pop-mod .pop-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pop-mod .pop-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: #474747;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.pop-mod .pop-close:after {
	content: '\e841';
	font-size: 2em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.pop-mod .pop-close:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.pop-mod .btnWarp {
	text-align: center;
	border-top: #e4e4e4;
}

.pop-mod .btnWarp .center {
	display: inline-block;
	overflow: hidden;
}

.pop-mod .btnWarp button {
	float: left;
	cursor: pointer;
	border-radius: 5px;
	background-color: #f0f0f0;
	border: 1px solid #c3c3c3;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.pop-mod .btnWarp button:hover {
	background-color: #4f89f5;
	color: #fff;
	border-color: #4e73b9;
}


.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
	width: 100%;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	outline: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {}

.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: #474747;
	border-radius: 5px;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.slick-arrow:after {
	font-size: 5em;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:after {
	content: '\e831';
}

.slick-next:after {
	content: '\e832';
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
	opacity: 0.5;
}

.slick-dotted.slick-slider {}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: block;
	font-size: 0;
	text-align: center;
	z-index: 1000;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 5px;
	border-radius: 50%;
	background-color: #333;
	cursor: pointer;
}

.slick-dots li:hover {
	opacity: 0.8;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active:hover {
	opacity: 1;
	background-color: #fff;
}

.nav-mod {
	margin: 0 50px;
}

.nav-mod .nav-link {
	display: block;
	white-space: nowrap;
	position: relative;
	color: #ffffff;
	font-size: 17px;
}

.nav-mod .nav-lv2 .nav-link {
	font-size: 14px;
	white-space: normal;
}

.nav-mod .cur .nav-link:before,
.nav-mod .cur .nav-link:after {
	display: block;
}


.nav-mod .nav-lv {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}

.hpart2 .search-trigger {
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-size: 14px;
	background: url('../image/icon_ss_w.png') no-repeat;
	position: relative;
	margin-top: 40px;
}

.hpart2 .search-box {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 46px;
	color: #474747;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: visibility .3s, opacity .3s, transform .3s;
	-webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
	transition: visibility .3s, opacity .3s, -webkit-transform .3s;
	transition: visibility .3s, opacity .3s, transform .3s;
	transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s;
	width: 260px;
	height: 40px;
	opacity: 1;
	border-radius: 8px;
	background: rgba(249, 249, 249, 1);
	border: 1px solid rgba(234, 234, 234, 1);
}

.hpart2 .search-txt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	width: 185px;
}

.hpart2 .search-txt input {
	display: block;
	width: 100%;
	height: auto;
	line-height: normal;
}

.hpart2 .search-btn {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.hpart2 .search-box.x-show {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	display: flex;
    justify-content: space-around;
    align-items: center;
}

.x-header .tow_navbox {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid #514f53;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.6s ease;
	transition: height 0.6s ease;
}

.x-header .tow_navbox a {
	font-size: 14px;
	color: #fff;
	line-height: 58px;
	display: inline-block;
	margin-right: 38px;
}

.x-header .tow_navbox .x-wrap {
	width: 1230px;
	margin: 0 auto;
}

.x-header .tow_navbox .x-wrap .item {
	display: none;
}

.x-header .tow_navbox.cur {
	height: 58px;
}

.nav-mod .nav-lv1 {
	opacity: 1;
	visibility: visible;
}

.nav-mod .nav-lv1>.nav-item {
	position: relative;
	float: left;
	/* width: 90px; */
}

/* 一级悬停 */
.nav-mod .nav-lv1>.nav-item:hover>.nav-tit .nav-link {
	color: #fff;
	font-weight: bold;
}

.nav-mod .nav-lv1>.nav-item.cur>.nav-tit .nav-link {
	color: #fff;
	font-weight: bold;
}


.nav-mod .nav-lv2 {
	position: absolute;
	left: -15px;
	top: 100%;
	right: -15px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px 0px 10px 0px;
}


.nav-lv2 .nav-item {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	position: relative;
}


.nav-lv2 {
	box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
}

.nav-lv2:after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -11.5px;
	background: url('../image/icon_home.png') no-repeat;
}

.nav-mod .nav-lv2 .nav-link {
	padding: 0 10px;
	color: #474747;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
}

.nav-mod .nav-lv3 {
	position: absolute;
	left: 100%;
	top: 0;
	padding: 10px;
	background-color: #fff;
}

.nav-mod .nav-lv3 .nav-item+.nav-item {
	margin-top: 8px;
}

.nav-mod .nav-lv3 .nav-link {
	padding: 0;
	color: #474747;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
}

/* 二级悬停 */
.nav-mod .nav-item:hover>.nav-tit .nav-link {
	color: rgba(0, 145, 220, 1);
}

.nav-mod .nav-item:hover>.nav-lv {
	opacity: 1;
	visibility: visible;
}

.x-header {
	height: auto;
}

.nav-mod {
	top: 0;
	left: 90px;
	right: 90px;
	text-align: right;
}

.x-header .tools {
	top: 33px;
	z-index: 9;
}

.nav-mod .nav-lv1 {
	display: inline-block;
	width: 100%;
}

.menu-head {
	position: relative;
	z-index: 1;
	height: 100%;
}

.nav-mod .nav-lv1>.nav-item>.nav-tit .nav-link {
	padding: 42px 15px;
}

.x-header .hpart1 .g2 a {
	height: 22px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}

.x-header .hpart1 .g2 a.cur {
	background-position: left center;
	color: #e3bd6a;
}

.x-header .hpart1 {
	height: 49px;
}

.nav-mod .search-box {
	display: none;
}


.tran_scale img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	display: block;
}

.tran_scale:hover img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}

#myalert {
	display: none;
}

.recruit .block1 {
	height: auto
}

.layer {
	background: url('../image/con_mask.png');
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}

.layer .myalert {
	padding: 30px;
	background: #fff;
	width: 240px;
	position: absolute;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	text-align: center;
	z-index: 100000
}

.layer .guan {
	background: url('../image/close.png') no-repeat center;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.layer .text {
	padding-bottom: 15px;
	font-size: 16px;
	color: #474747;
}

.layer .button {
	background: none;
	border: 1px solid #bbbbbb;
	width: 91px;
	height: 29px;
	font: 14px;
	color: #707070;
}

.empty-data {
	width: 100%;
	font-size: 25px;
	padding-top: 8%;
	padding-bottom: 8%;
	text-align: center;
}

/* 内页顶部 */
.ny_xheader .nav-mod .nav-link {
	color: rgba(51, 51, 51, 1);
}

.ny_xheader .nav-mod .nav-lv1>.nav-item:hover>.nav-tit .nav-link {
	color: rgba(0, 145, 220, 1);
	font-weight: 400;
}

.ny_xheader .nav-mod .nav-lv1>.nav-item.cur>.nav-tit .nav-link {
	color: rgba(0, 145, 220, 1);
	font-weight: 400;
}

.ny_xheader .nav-lv2:after {
	background: url('../image/icon_ny.png') no-repeat;
}

.ny_xheader .search-trigger {
	background: url('../image/icon_ss_b.png') no-repeat;
}

.search_list_item {
	width: 100%;
	height: 140px;
	opacity: 1;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s;
	border: 1px solid rgba(229, 229, 229, 1);
}

.search_list_item .left {
	width: 80%;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
}

.search_list_item .left .tit {
	font-size: 20px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.search_list_item .left .line {
	margin: 10px 0 8px;
	width: 40px;
	height: 2px;
	opacity: 1;
	background: rgba(180, 180, 180, 1);
}

.search_list_item .right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);

}

.search_list_item .right img {
	margin-top: 10px;
	width: 18px;
}

.search_list_item .right .se_icon,
.search_list_item:hover .right .no_icon {
	display: none;
}

.search_list_item:hover .right .se_icon {
	display: block;
}

.search_list_item:hover {
	background-color: rgba(229, 229, 229, 1);
}

.search_key {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
}

.search_key span {
	color: rgba(0, 145, 220, 1);
}

/* 内页导航-选中的样式 */
.nav-lv1 .nav_item_active {
	position: relative;
}

.nav-lv1 .nav_item_active::after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -11.5px;
	background: url('../image/icon_ny.png') no-repeat;
}

.nav-lv1 .nav_item_active .nav-link {
	color: rgba(0, 145, 220, 1) !important;
}

/* 首页导航-选中的样式 */
.nav-lv1 .nav_home_active {
	position: relative;
}

.nav-lv1 .nav_home_active::after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -11.5px;
	background: url('../image/icon_home.png') no-repeat;
}

.scrolled_home_nav {
	background-color: rgba(30, 150, 214, 1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.scrolled_ny_nav {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}