<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

body,
ul,
li,
div,
h1,
h3,
h2,
h4,
h5,
p {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei","Pingfang", "Helvetica", "Droid Sans", "Arial", "sans-serif";
}

* {
	/*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;*/
}

@font-face {
	font-family: 'CAI053';
	src: url('../fonts/cai053.eot');
	src: local('CAI053 Regular'),
		local('CAI053'),
		url('../fonts/cai053.woff') format('woff'),
		url('../fonts/cai053.ttf') format('truetype'),
		url('../fonts/cai053.svg#cai053') format('svg');
}

@font-face {
	font-family: 'CAI079';
	src: url('../fonts/cai079.eot');
	src: local('CAI079 Regular'),
		local('CAI079'),
		url('../fonts/cai079.woff') format('woff'),
		url('../fonts/cai079.ttf') format('truetype'),
		url('../fonts/cai079.svg#cai079') format('svg');
}

@font-face {
	font-family: 'Vanib';
	src: url('../fonts/vanib.eot');
	src: local('Vanib Regular'),
		local('Vanib'),
		url('../fonts/vanib.woff') format('woff'),
		url('../fonts/vanib.ttf') format('truetype'),
		url('../fonts/vanib.svg#vanib') format('svg');
}

@font-face {
	font-family: 'DINEngschriftStd';
	src: url('../fonts/dinengschriftstd.eot');
	src: local('DINEngschriftStd Regular'),
		local('DINEngschriftStd'),
		url('../fonts/dinengschriftstd.woff') format('woff'),
		url('../fonts/dinengschriftstd.ttf') format('truetype'),
		url('../fonts/dinengschriftstd.svg#dinengschriftstd') format('svg');
}

html,
body {
	background: #fff;
	color: #2a2e2e;
	/*overflow-x: hidden;*/
}

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

body a {
	outline: none !important;
	blr: expression(this.onFocus=this.blur());
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:focus {
	text-decoration: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.textl {
	text-align: left;
}

.textr {
	text-align: right;
}

img {
	max-width: 100%;
}

header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	line-height: 70px;
}

header .logo img {
	max-height: 41px;
}

header .logo img.h-logo {
	display: none;
}

header .padr80 {
	padding-right: 80px;
}

.container {
	max-width: 1300px;
	width: 1300px;
	overflow: hidden;
}

header .logo a {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}

header .navbar {
	position: inherit;
}




.top {
	background-color: #f5f5f5;
	color: #fff;
	line-height: 40px;
}

.top .wel {
	color: #999999;
}

.top_tel,
.top_tel a {
	color: #fff;
	font-size: 18px;

}

.m_logo {
	margin-top: 7px;
}

.navbar {
	margin-bottom: 0px;
	z-index: 11;
	height: auto;
}

.menu {
	margin-left: 160px;
}

.menu .navbar-static-top {
	border-width: 0 0 0px;
}

.menu .caret {
	margin-left: 10px;
}


#totop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
}



.wrap_head {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 103;
	position: absolute;
	right: 0;
	margin: 0px auto;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.head_con {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	max-width: 1200px;
}

.head_con .logo {
	display: block;
	height: 32px;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 11px;
}

.head_con .logo h1 {
	display: block;
	height: 32px;
	width: 100px;
	background: url(../images/menu_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% 100%;
}


/*菜单*/
.menu_list {
	display: block;
	height: 50px;
	/* position: absolute;
	right: 60px;
	top: 0px; */
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
	margin-left: 20px;
}

.menu_list .menu_item {
	display: inline-block;
	height: 50px;
	float: left;
	padding: 0 1vw;
	position: relative;
}

.en-us .menu_list .menu_item {
	margin-left: 36px;
}

.menu_list .menu_item .txt {
	padding: 5px 15px;
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: 0.95;
	-webkit-transition: color 0.3s linear;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

.menu_list .menu_item .txt:hover,.menu_list .menu_item .color {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.menu_list .menu_item:hover .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}

.menu_list .menu_item.menu_item_lan {
	display: none;
}

.menu_list .menu_item .menu_hook {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: -36px;
	top: 0px;
	z-index: 1;
}

.menu_list .menu_item .dy {
	width: 130px;
	background: url(../images/dy-bg.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-top: 20px;
}

.menu_list .menu_item .dy:hover,
.menu_list .menu_item .dy:active {
	background: url(../images/dyhover-bg.png) no-repeat;
	background-size: contain;
}

.head_white .menu_list .menu_item .dy,
.head_white .menu_list .menu_item .dy:hover,
.head_white .menu_list .menu_item .dy:active {
	background: url(../images/dyhover-bg.png) no-repeat 0 0;
	background-size: contain;
}

.en-us .menu_list .menu_item {
	margin-left: 60px;
}

.en-us .sub_list li a {
	padding: 10px 0;
}

.sub_list {
	display: none;
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	z-index: 2;
	background-color: #fff;
	border-bottom: 2px solid #68912d;
	padding-bottom: 13px;
}

.sub_list li a {
	display: block;
	font-size: 16px;
	color: #2b2e2e;
	opacity: 0.7;
	padding: 13px 0;
}

.sub_list li a:hover {
	opacity: 1;
}


.head_white {
	background: rgba(0, 0, 0, 0.6);
}

.head_white .logo h1 {
	background-image: url(../images/menu_logo_hover.png);
	background-size: 100% 100%;
}

.submenu_show.search_area_show .search_area,
.head_white.search_area_show .search_area {
	width: 676px;
	background: #f6f6f6;
}

.submenu_show.search_area_show .search_area .search_icon,
.head_white.search_area_show .search_area .search_icon {
	opacity: 0.3;
}

.submenu_show.search_area_show .search_area .ipt_search,
.head_white.search_area_show .search_area .ipt_search {
	color: #2b2e2e;
}

.submenu_show .search_area .search_icon,
.head_white .search_area .search_icon {
	background-image: url(../images/icon_search_hover.png);
}

.submenu_show .lang_area a,
.head_white .lang_area a {
	color: #2b2e2e;
}

.submenu_show .lang_area .s_line,
.head_white .lang_area .s_line {
	color: #2b2e2e;
}

/* .submenu_show .bg_hover{ display:block !important; width: 100%; height: 72px; background:rgba(255,255,255,1); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
.submenu_show .menu_list .menu_item.sublist_show .sub_list,.head_white .menu_list .menu_item.sublist_show .sub_list{ -webkit-animation:a_menu_item_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item.sublist_hide .sub_list,.head_white .menu_list .menu_item.sublist_hide .sub_list{ -webkit-animation:a_menu_item_hide 0.15s ease-out both;}
.submenu_show .menu_list .menu_item .menu_hook{ display:block;} */
.submenu_hide,
.sublist_hide {
	pointer-events: none;
}

/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover {
	-webkit-animation: a_bg_hover_hide 0.15s ease-out both;
	-webkit-transform-origin: 50% 0%;
}




@keyframes a_menu_item_show {
	0% {
		-webkit-transform: translate(0px, -30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1;
	}
}

@keyframes a_menu_item_hide {
	0% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0px, -30px);
		opacity: 0;
	}
}


@keyframes a_bg_hover_show {
	0% {
		-webkit-transform: scale(1, 0.5);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

.index-banner img {
	height: 100vh;
}

/**主体内容**/
.index-about {
    padding-top: 200px;
    padding-bottom: 140px;
}

.ia-title {
	display: flex;
}

.enfont {
	font-size: 56px;
	color: #666666;
	font-family: CAI053;
}

.cnfont {
	font-size: 40px;
	color: #666666;
	margin-left: 13px;
	margin-top: 13px;
}

.ia-h1 {
	font-size: 67px;
	color: #333333;
	font-weight: bold;
	font-family: CAI079;
	line-height: 53px;
}

.ia-content .intro {
	font-size: 20px;
	color: #666;
	margin-top: 100px;
}

.ia-content .intro p {
	text-indent: 2em;
	line-height: 33px;
	font-weight: 100;
	text-align: justify;
}

a.ia-more {
	margin-top: 80px;
	width: 164px;
	height: 43px;
	display: block;
	background: url(../images/more.png);
	*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
	*
}

a.ia-more:hover {
	background: url(../images/more_hover.png);
}

.numCount {
	padding-left: 100px;
}

.numCount ul li {
	margin-top: 90px;
	height: 170px;
	width: 50%;
	float: left;
	text-align: right;
	padding-left: 0px;
}

.numCount ul li .numCX {
	font-size: 55px;
	color: #333333;
	font-family: Vanib;
	height: 102px;
	overflow: hidden;

}

.numCount ul li .item {
	text-align: left;
}

.numCount ul li .item .indc {
	font-size: 24px;
	color: #333333;
	text-align: left;
}

.numCount li .numU .unitC {
	font-size: 100%;
	line-height: 1.3;
	margin-left: 0.3em;
	font-size: 28px;
	font-weight: bold;
}

.numCount li .numU sup {
	vertical-align: top;
}

.index-talent {
	background-color: #f2f6f7;
	padding: 120px 0px;
	width: 100%;
}

.itleft {
	display: flex;
}

.index-mcn {
	padding: 80px 0px;
}

.im-content {
	margin-top: 130px;
	overflow: hidden;
}

.im-content figure.effect-bubba {
	background: #000;
}

.im-content figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25;
    transition: opacity 1.25, transform 1.25;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s;
}

.im-content figure.effect-bubba:hover img {
	opacity: 0.5;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transition: opacity 1.35s;
	transition: opacity 1.35s;
	-webkit-transition: opacity 1.25, -webkit-transform 1.25;
    transition: opacity 1.25, transform 1.25;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.im-content figure.effect-bubba figcaption::before,
.im-content figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

/* figure.effect-bubba figcaption::before {
	border-top: 1px solid #fa9914;
	border-bottom: 1px solid #fa9914;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fa9914;
	border-left: 1px solid #fa9914;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
} */

.im-content figure.effect-bubba h2 {
	font-size: 1.268vw;
	color: #fff;
	font-weight: bold;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.im-content figure.effect-bubba p {
	opacity: 0;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;

	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	margin-top: 35px;
	font-size: 1.068vw;
}

.im-content figure.effect-bubba p a {
	padding: 10px 25px;
	color: #fff;
	font-weight: 100;
}

.im-content .effect-bubba div.desc {
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	font-size: 1.268vw;
	font-family: DINEngschriftStd;
}

.im-content figure.effect-bubba:hover figcaption::before,
.im-content figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	
	-webkit-transform: scale(1);
	transform: scale(1);
}

.im-content figure.effect-bubba:hover h2,
.im-content figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);

}

.im-content figure.effect-bubba:hover h2 {
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);

}

.im-content figure.effect-bubba:hover .icon img {
	transform: translate3d(0, 20px, 0);
	animation-name: back;
	-webkit-transition: opacity 1.85s, -webkit-transform 1.85s;
	transition: opacity 1.85s, transform 1.85s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);

}

.im-content figure.effect-bubba:hover img {
	opacity: 0.5;
	-webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
	transition: opacity 1.25s, transform 1.25s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption&gt;a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid {}

.grid figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	padding: 0px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption .icon {
	text-align: center;
}

.grid figure figcaption .icon img {
	opacity: 1;
	display: inline-block;
	margin-top: 50px;

}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



a.it-pp {
	display: block;


}

.itp-img {
	overflow: hidden;
	height: 556px;
}

a.it-pp img {
	z-index: 100;
	max-width: 100%;
	display: block;
	/*transform: translate3d(0, 20px, 0);*/
	/*animation-name: back;*/
	/* 为动画设置名称 */
	/*animation-duration: 3s;*/
	/* 动画时长 */
	/*animation-delay: 0s;*/
	/* 动画等待1s后开始 */
	/*animation-iteration-count: infinite;*/
	/* 动画无限重复 */
	-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
		transition: opacity 0.85s, transform 0.85s;
	-webkit-transform: scale(1);
	transform: scale(1);
	height: 100%;

}

a.it-pp:hover img {
	-webkit-transition: opacity 1.25, -webkit-transform 1.25;
		transition: opacity 1.25, transform 1.25;
	-webkit-transform: scale(1.04);
	transform: scale(1.15);
}

a.it-text {
	display: block;
}

.it-text {
	display: flex;
}

.itt-list {
	border: 1px #e2e3e3 solid;
	padding: 30px;
	background-color: #FFFFFF;
	width: 282px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itt-list p {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itt-list p em {
	font-size: 30px;
	font-style: normal;
}

.itt-list span {
	font-size: 18px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.it-content {}


.itright {
	position: absolute;
	top: 100px;
	right: 0px;
}

.itright .swiper-button-next {
	width: 44px;
	height: 44px;
	background: url(../images/right_btn.png) no-repeat;
	outline: none;
}

.itright .swiper-button-next:hover {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
	background: url(../images/righthover_btn.png) no-repeat;
}

.itright .swiper-button-prev {
	width: 44px;
	height: 44px;
	right: 62px;
	left: auto;
	outline: none;
	background: url(../images/left_btn.png) no-repeat;
}

.itright .swiper-button-prev:hover {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
	background: url(../images/lefthover_btn.png) no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
}

.it-title {
	position: relative;
}

.index-mcn {
	width: 100%;
}
.plan{
	width: 100%;
	
}
.index-plana {
	width: 100%;
	background-color: #f2f6f7;
	/* background: url(../images/plana-bg.png) no-repeat;
	background-attachment: fixed; 
	background-size: cover;*/
	/* height: 922px; */
}

.planwidth {
	max-width: 1666px;
	margin: 0px auto;
	position: relative;
}

.renwu {
	width: 100%;
	text-align: center;
}

.pa-box {
	position: absolute;
	right: 0px;
	top: 13vw;
	width: 656px;
	height: 476px;
	padding: 30px 0px;
}

.ip-title {
	font-size: 70px;
	font-weight: bold;
	margin-top: 50px;
	 background-image: -webkit-linear-gradient(left,#e1582e,#d62d2c, #842980, #e1582e, #d62d2c, #842980);
	        -webkit-text-fill-color: transparent;
	        -webkit-background-clip: text;
	        -webkit-background-size: 200% 100%;
	        -webkit-animation: masked-animation 3s infinite linear;
			

}
@-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
    }
.ip-tips {
	font-size: 48px;
	color: #4d4d4d;
	font-weight: bold;
}

hr.iphr {
	width: 72px;
	height: 2px;
	background-color: #4d4d4d;
	margin: 30px 0px;
}

.ip-desc {
	font-size: 38px;
	color: #4d4d4d;
	font-weight: 100;
}

.index-join {
	/* background: url(../images/form-bg.png) #000000 no-repeat; */
	background-position: left top;
	background-size: contain;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	/* height: 835px; */
	width: 100%;
	padding-top: 180px;
	padding-bottom: 100px;
}

.white {
	color: #FFFFFF !important;
}

.jxw {
	text-align: right;
}

.ij-title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	margin-top: 60px;
}

.ij-desc {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 100;
}

.ij-form {
	margin-top: 50px;
}

.forminput {
	display: flex;
	color: #FFFFFF;

}
.forminput select{
	background: none;
}
.form-group {
	margin-top: 20px;
	margin-right: 30px;
}

.form-group label {
	font-weight: normal;
	font-size: 16px;
	padding-left: 10px;
}

.form-group .form-control {
	border-radius: 20px;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	border: 0;
}

.btn1 {
	background: url(../images/more_hover.png);
	width: 164px;
	height: 43px;
	border: 0px;
	margin-top: 50px;
}
.btn2 {
	background: url(../images/more_tj.png);
	width: 164px;
	height: 40px;
	border: 0px;
	margin-top: 50px;
}
.btn1:focus,.btn2:focus{
	outline: none;
}

.footer {
	width: 100%;
	background: #292929;
	padding: 40px 0px;
}

.f-bottom {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 15px;
}

.f-middle {
	border-bottom: 1px #FFFFFF solid;
	padding: 25px 0px;
}

.fmright,
.fmleft,
.ft-right {
	color: #FFFFFF;
	font-size: 14px;
}

.fmright a {
	color: #FFFFFF;
	margin: 0px 5px;
}

.fmleft span {
	margin-right: 40px;
}

.ft-right a {
	margin: 0px 3px;
}

.ft-right a:hover img {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
	opacity: 0.5;
}

.index-honor {
	padding: 190px 0px;
	background: url(../images/honor.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 925px;
}

.ih-more {
	margin-top: 250px;
}

.hlist {
	margin-top: 80px;
}

.hlist img {
	margin-right: 70px;
}

/*搜索*/
.sb-search {
	position: absolute;
	right: 0px;
	width: 0%;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 16px;
	color: #fff;


}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: none;
}

.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	background: none;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 16px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}



/* Open state */
.sb-search-open .sb-search-input {
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(left, #e1582e, #d62d2c, #842980);
}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
	background-image: -webkit-linear-gradient(left, #e1582e, #d62d2c, #842980);
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*banner*/
.apple-banner {
	width: 100%;
	overflow: hidden;
}

.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;

}

.swiper-button-prev,
.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.swiper-button-next span {
	background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
	left: auto;
	right: 20px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
	opacity: .6;
}

/*分页器*/
.apple-banner{
	position: relative;
}
.apple-banner .swiper-slide img,.apple-banner .swiper-slide video{
		height: 100vh;
		object-fit: cover;
		}
.apple-banner .swiper-slide .title{
	position:absolute;
	transform:rotate(90deg);
	transform-origin:left top;
	left:-3px;
	font-size:11px;
	color: rgb(102, 102, 102);}	
.apple-banner .swiper-button-applenext{
	width:43px;
	height:43px;
	top: 45%;
	outline:none;
	position: absolute;
	z-index: 20;
	left: 87px;
	cursor: pointer;
	}
 .apple-banner  .swiper-button-appleprev{
	width:43px;
	height:43px;
	top: 45%;
	outline:none;
	position: absolute;
	z-index: 20;
	right: 87px;
	left: auto;
	cursor: pointer;
	}
.apple-banner .swiper-button-applenext{
	background-image:url(../images/cursor-prev.png);}
.apple-banner .swiper-button-appleprev{
	background-image:url(../images/cursor-next.png);}	
.apple-banner .swiper-pagination{
	bottom: 50px;
}
.apple-banner .swiper-pagination-bullet{
	background:none;
	opacity:1;
	margin:0 6px !important;
	width:12px;
	height:12px;
	position:relative;
	outline:none;
	vertical-align:middle;}
.apple-banner .swiper-pagination-bullet span{
	width:12px;
	height:12px;
	border: 1px #fff solid;
	display:block;
	border-radius:50%;
	margin-top:3px;
	margin-left:3px;
}
.apple-banner .swiper-pagination-bullet i{
	background:#fff;
	height:1px;
	width:25px;
	position:absolute;
	top:8px;
	transform:scaleX(0);
	transform-origin:left;
	z-index:3;
	transition-timing-function:linear;
	}
.apple-banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
	width:16px;
	height:16px;
	margin-top:0;
	margin-left:0;
	background:#fff;
	position:relative;
	z-index:1;
	}
.apple-banner .swiper-pagination-bullet-active i{
	animation:middle 10s;
	}
.apple-banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
	animation:first 10s;
	}
.apple-banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
	animation:last 10s;
	}				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-2px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-2px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}	

/*内容样式*/

.slide1 { position:relative;}
.slide1 .txt{
	position: absolute;
	top: 20%;
	left: 200px;
	font-size: 100px;
	text-transform: uppercase;
	font-family: CAI053;
	background-image: -webkit-linear-gradient(left,#ffd9ff,#ffbfff, #fff0ff, #ffd9ff, #ffbfff, #fff0ff);
	    -webkit-text-fill-color: transparent;
	    -webkit-background-clip: text;
	    -webkit-background-size: 200% 100%;
	    -webkit-animation: masked-animation 3s infinite linear;
}
.slide1 .txt1{
	position: absolute;
	top: 30%;
	left: 200px;
	font-size: 160px;
	text-transform: uppercase;
	font-family: CAI079;
	background-image: -webkit-linear-gradient(left,#ffd9ff,#ffbfff, #fff0ff, #ffd9ff, #ffbfff, #fff0ff);
	    -webkit-text-fill-color: transparent;
	    -webkit-background-clip: text;
	    -webkit-background-size: 200% 100%;
	    -webkit-animation: masked-animation 2s infinite linear;
}
.slide1 .txt2{
	position: absolute;
	top: 53%;
	left: 200px;
	font-size: 40px;
	color: #FFFFFF;
	font-style: italic;
}
.slide1 .txt3{
	position: absolute;
	top: 60%;
	left: 200px;
}
.slide1 .txt3 img{
	width: auto;
	height: auto;
}
.slide1 .txt4{
	position: absolute;
	top: 70%;
	left: 200px;
	font-size: 160px;
	font-size: 30px;
	color: #FFFFFF;
}
.index-planb {
	padding: 100px 0px 100px 100px;
	position: relative;
	z-index: 100;
	background-color: #000000;
}

.index-news {
	position: relative;
	background-color: #f2f6f7;
	padding: 150px 0px;
	overflow-x: hidden;
}

/**mcn业务**/
.shortvideo{
	background-color: #F2F6F7;
	padding: 80px 0px;
}
.nbanner img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.mcn-title{
	text-align: center;
	position: relative;
}
.mcn-title h1{
	color: #333333;
	font-size: 40px;
}
.mcn-title em{
	font-family:CAI079;
	font-size: 24px;
	color: #666666;
	font-style: normal;
	text-transform: uppercase;
}
.mt110{
	margin-top: 80px;
}
.mb110{
	margin-bottom: 80px;
}
.mcn-title .itright{
	top: 50px;
}
.mcn-advideo{
	background: #111111;
	padding: 80px 0px;
}
.mcn-jingji{
	background: #f2f6f7;
	padding: 80px 0px;
}
.videotext{
	background-color: #FFFFFF;
	padding: 25px;
}
.videotext .vt-title{
	color: #333333;
	font-size: 22px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
.vt-desc{
	display: flex;
	margin-top: 10px;
}
.vt-desc .vd-box{
	margin-right: 26px;
}
.vt-desc .vd-box span{
	background-image: -webkit-linear-gradient(left,#e1582e, #d62d2c, #842980);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-family: CAI079;
	font-size: 24px;
	font-weight: bold;
}
.vt-desc .vd-box i{
	background-image: -webkit-linear-gradient(left,#e1582e, #d62d2c, #842980);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 20px;
	font-style: normal;
	font-family: CAI079;
	font-weight: bold;
}
.vt-desc .vd-box img{
	margin-right: 5px;
	margin-top: -7px;
	width: 20px;
}
.vt-desc .vd-box sup{
	background: none;
	background-image: -webkit-linear-gradient(left,#e1582e, #d62d2c, #842980);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 26px;
}
.vt-desc .vd-box em{
	font-size: 16px;
	color: #666666;
	-webkit-text-fill-color: #666666;
	-webkit-background-clip: text;
	font-style: normal;
	font-weight: normal;
}

.advideo-list{
	width: 100%;
	margin-top: 50px;
	border-radius: 15px;
	overflow: hidden;
}
.advideo-list ul li{
	width: 25%;
	height: 500px;
	max-height: 500px;
	box-shadow: 3px 2px 30px rgba(0,0,0,.1);
	float: left;
	text-align: center;
	display: flex;
	position: relative;
	/*-webkit-transition: all ease-in .3s;*/
	/*	    transition: all ease-in .3s;*/
}
.advideo-list ul li .advideo-text{
	width: 50%;
	display: none;
	padding: 78px 52px 0 40px;
}
.advideo-list ul li h3{
	padding-top: 30px;
	color: #333;
	font-size: 26px;
}

.advideo-list ul li span{
	font-size: 26px;
	color: #333333;
}
.advideo-list ul li p{
	margin-top: 50px;
	color: #666;
	font-size: 14px;
	line-height: 23px;
}
.advideo-list ul li .videoMod{
	max-width: 320px;
	height: 100%;
	width: 100%;

}

.advideo-list ul li .videoMod video{
	max-height: 500px;

}

.advideo-list ul .on{
	width: 50%;
	height: 500px;
	max-height: 500px;
	background-color: #ffffff;
	text-align: left;
	/*-webkit-transition: all ease-in .3s;*/
	/*	    transition: all ease-in .3s;*/
}
.advideo-list ul .on .advideo-text{
	display: block;
}
.advideo-list ul .on h3{
	color: #333;
}
.advideo-list ul .on p{
	color: #333;
}


.multipleColumn{ overflow:hidden; position:relative; width:100%;margin: 0px auto; margin-top: 50px !important; }
.multipleColumn .bd::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	z-index: 10;
}
.multipleColumn .bd::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	background:linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.8),rgba(255,255,255,1));
	z-index: 10;
}
.multipleColumn .bd{ padding:10px; overflow:hidden; position: relative; }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:284px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.multipleColumn .bd ul li .pic{ text-align:center; }
.multipleColumn .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.multipleColumn .bd ul li .pic a:hover img{ border-color:#999;  }
.multipleColumn .bd ul li .title{ line-height:24px;   }
		
		
.videoMod{
	max-width: 458px;
	height: 500px;
	position: relative;
	
}
.videoMod video{
}
.play-icon{
	background: url(../images/play-icon.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	z-index: 100;
	cursor: pointer;
}
.play-icon:hover{
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: url(../images/play-icon-hover.png) no-repeat center center;
}
.mcn-lb{
	margin-top: 50px;
}

/*video::-webkit-media-controls-fullscreen-button {*/
/*    display: none;*/
/*}*/

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display{
    display: none;            
}

video::-webkit-media-controls-time-remaining-display {
    display: none;            
}

video::-webkit-media-controls-mute-button {
    display: none;            
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;            
}

video::-webkit-media-controls-volume-slider {
    display: none;            
}

video::-webkit-media-controls-enclosure{ 
    display: none;
}
video{
width: 100%;
height: 100%;
object-fit: cover;
}
video:focus {
outline:none;
}

.mcn-jj{
	margin-top: 50px;
}
.mcn-jj figure{
	max-width: 669px;
	max-height: 726px;
	overflow: hidden;
	padding: 0;
	border-radius: 15px;
}
.mcn-jj figcaption{
	left: 0;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.mcn-jj figure.effect-bubba {
	background: #000;
	position: relative;
}

.mcn-jj figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 1.85s, -webkit-transform 1.85s;
	transition: opacity 1.85s, transform 1.85s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mcn-jj figure.effect-bubba:hover img {
	opacity: 0.35;
	-webkit-transition: opacity 1.85s, -webkit-transform 1.85s;
	transition: opacity 1.85s, transform 1.85s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}




.mcn-jj figure.effect-bubba h2 {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	font-size: 38px;
	font-weight: bold;
}
.mcn-jj figure.effect-bubba .desc {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	font-size: 1.068vw;
	font-family: DINEngschriftStd;
}


.mcn-jj figure.effect-bubba:hover h2,.mcn-jj figure.effect-bubba:hover .desc{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}

.mcn-jj figure.effect-bubba:hover h2 {
	font-size: 1.668vw;
}

.mcn-jj figure.effect-bubba:hover .icon img {
	transform: translate3d(0, 20px, 0);
	animation-name: back;
	/* 为动画设置名称 */
	animation-duration: 3s;
	/* 动画时长 */
	animation-delay: 0s;
	/* 动画等待1s后开始 */
	animation-iteration-count: infinite;
	/* 动画无限重复 */

}

.mcn-jj figure.effect-bubba:hover img {
	opacity: 0.35;
	-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
	transition: opacity 0.85s, transform 0.85s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.swiper-horizontal&gt;.swiper-scrollbar{
 width: 60%;
 left: 20%;

}

nav.pages{
	text-align: center;
	margin-top: 120px;
}
nav.pages .pagination&gt;.active&gt;a,nav.pages .pagination&gt;.active&gt;a:focus,nav.pages .pagination&gt;.active&gt;a:hover,nav.pages .pagination&gt;.active&gt;span,nav.pages .pagination&gt;.active&gt;span:focus,nav.pages .pagination&gt;.active&gt;span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-image: -webkit-linear-gradient(left,#e1582e, #d62d2c, #842980);
}
nav.pages .pagination&gt;li&gt;a,nav.pages  .pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 9px 15px;
    margin: 0px 5px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
nav.pages .pagination&gt;li:last-child&gt;a,nav.pages .pagination&gt;li:last-child&gt;span{
	border-radius: 50%;
}

@media (min-width:1200px) and (max-width:1440px) {
    .vt-desc .vd-box span{
        font-size: 20px;
    }
    .joinaddress ul li{
        font-size: 12px;
    }
	.slide1 .txt{
		top: 20%;
		font-size: 60px;
	}
	.slide1 .txt1{
		top: 30%;
		font-size: 100px;
	}
	.slide1 .txt2{
		top: 55%;
		font-size: 26px;
	}
	.slide1 .txt3{
		position: absolute;
		top: 60%;
	}
	.slide1 .txt3 img{
		max-height: 50px !important;
	}
	.slide1 .txt4{
		top: 67%;
		font-size: 20px;
	}
	.container{
		width: 1200px !important;
	}
	.ia-h1{
		font-size: 50px;
	}
	.cnfont,.ij-title{
		font-size:26px ;
	}
	.enfont{
		font-size: 40px;
	}
	.numCount ul li .numCX{
		font-size: 40px;
	}
	.numCount li .numU .unitC{
		font-size: 26px;
	}
	.numCount ul li .item .ind,.ij-desc{
		font-size: 18px;
	}
	.itt-list p,.news__title{
		font-size: 20px !important;
	}
	.itt-list span{
		font-size: 16px;
	}
	.itp-img{
		height: auto;
	}
	.ip-title{
		font-size: 50px;
	}
	.ip-tips{
		font-size: 36px;
	}
	.ip-desc{
		font-size: 28px;
	}
	.pa-box{
		padding-top: 70px;
	}
	.date{
		left: 12px;
	}
	figcaption{
		left: 45px;
	}
	.form-group .form-control{
		width: 240px;
	}
	.vt-desc .vd-box{
		font-size: 28px;
	}
	.vt-desc .vd-box em{
		font-size: 14px;
	}
	.index-honor{
		height: 800px;
	}
	.videoMod{
		height: 500px;
	}
	.mcn-lb3 .videoMod video{
		height: 500px !important;
	}
	.advideo-list ul li,.advideo-list ul .on{
		height: 500px;
	   max-height: 500px;
	}
	.advideo-list ul li h3{
		font-size: 20px;
	}
	.mcn-jj figure.effect-bubba img{
		max-height: 560px;
		object-fit: cover;
	}
	.videoMod img{
		max-height: 460px;
		width: 100%;
		object-fit: cover;
	}
	.shortvideo,.mcn-jingji,.mcn-advideo,.shortvideo1{
		padding: 80px 0px !important;
	}
	.mcn-lb2,.mcn-lb3{
		padding-top: 50px !important;
		padding-bottom: 0 !important;;
	}
	.mcn-lb,.advideo-list,.multipleColumn,.mcn-jj{
		margin-top: 50px !important;
	}
	.mb110 {
	    margin-bottom: 80px !important;
	}
	.mt110 {
	    margin-top: 80px !important;
	}
	.index-about{
		padding-top: 160px;
		padding-bottom: 80px;
	}
	.index-talent,.index-news,.index-join{
		padding: 100px 0px;
	}
	.jxw img{
		max-height: 650px;
	}
}</pre></body></html>