@charset "utf-8";
/* ============================================ 公共模块 ==============================================*/
/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul,
li {
	list-style: none;
}
capation,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: " ";
}
abbr,
acronym {
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear {
	zoom: 1;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #e03236;
}
html {
	position: relative;
	width: 100%;
}
body {
	font-family: "PingFangSC-Regular", "Microsoft YaHei", "Hiragino Sans GB", "STHeiti", "SimSun", "Arial";
	font-size: 12px;
	width: 100%;
	min-width: 1200px;
	color: #303030;
}
input,
button,
select {
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "STHeiti", "SimSun", "Arial";
}
input::-webkit-input-placeholder {
	color: #9b9b9b;
}
.inner {
	width: 1188px;
	margin: 0 auto;
}

/*公用头部*/
.header {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	transition: all 0.3s ease-in-out;
}
.header.transparent {
	position: absolute;
	background: transparent;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
}
.header .logo {
	width: 106px;
	height: 48px;
	margin-top: 4px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_red.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_red.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_red@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.transparent .logo {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_white.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_white.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/logo_white@2x.png) 2x);
}
.header .menu-nav {
	float: right;
	padding: 7px 0;
}
.header .menu-nav li {
	float: left;
	position: relative;
	margin-left: 2px;
}
.header .main-nav,
.header .link-nav {
	display: inline-block;
	height: 36px;
	padding: 0 24px;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	-webview-transition: all 0.2s;
	transition: all 0.2s;
}
.header li:hover .link-nav {
	color: #e03236;
}
.header li.on .main-nav,
.header li:hover .main-nav,
.header li.on .link-nav,
.header li.on:hover .link-nav {
	color: #ffffff;
	background-color: #e03236;
}
.header .menu-nav .sub-nav {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #ffffff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	-webview-transition: height 0.2s;
	transition: height 0.2s;
	overflow: hidden;
}
.menu-nav li:hover .sub-nav {
	padding: 4px 0;
}
.menu-nav li:hover .sub-nav2{
	height:76px;
}
.menu-nav li:hover .sub-nav3{
	height:114px;
}
.menu-nav li:hover .sub-nav4{
	height:114px;
}

.header .sub-nav a {
	display: block;
	padding: 9px 0;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.header .sub-nav a:hover {
	color: #e03236;
}
.header.transparent .main-nav,
.header.transparent .link-nav {
	font-weight: bold;
	color: #ffffff;
}
.common-banner {
	width: 100%;
	height: 520px;
	background-color: #fcfcfc;
	background-position: center top;
	background-repeat: no-repeat;
}
.common-banner h1 {
	padding-top: 170px;
	font-size: 48px;
	color: #333;
	line-height: 65px;
	text-indent: 16px;
}
.common-banner p{
	margin-top:6px;
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	text-indent: 16px;
	letter-spacing: 4px;
}
.container {
	padding: 80px 0 110px;
}
/* 通用模块标题 */
.mod-tit {
	position: relative;
	text-align: center;
}
.mod-tit-b {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
}
.mod-tit-b .text {
	display: inline-block;
	position: relative;
	padding: 0 40px;
}
.mod-tit-b .text:before {
	content: "";
	position: absolute;
	top: 13px;
	left: -170px;
	width: 170px;
	height: 24px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_left.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_left.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_left@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
}
.mod-tit-b .text:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 100%;
	width: 170px;
	height: 24px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_right.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_right.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/pic_title_right@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
}
.mod-tit-b {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
}
.mod-tit-p {
	margin-top: 6px;
	font-size: 16px;
	color: #999999;
	line-height: 22px;
}
.mod-tit.white .mod-tit-b{
	color: #fff;
}
.mod-tit.white .mod-tit-p{
	color:#bfbfbf;
}
/* 子页面导航 */
.page-tab {
	height: 60px;
	background: #fcfcfc;
	border-bottom: 1px solid #f1f1f1;
}
.page-tab a {
	float: left;
	margin-right: 68px;
	font-size: 18px;
	color: #666;
	line-height: 60px;
	position: relative;
}
.page-tab a.on,
.page-tab a:hover {
	color: #e03236;
}
.page-tab a.on:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 2px;
	background: #e03236;
}
/* 底部 */
.footer {
	width: 100%;
	background: #2e3137;
}
.footer-col {
	float: left;
	padding-top: 75px;
	padding-bottom: 48px;
}
.footer-col1 {
	width: 594px;
}
.footer-col2 {
	width: 402px;
}
.footer-col-tit {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
}
.footer-col-p,
.footer-col-p a {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.footer-col-p a:hover{
	color: #e03236;
}
.footer-col-wechat {
	width: 110px;
	height: 110px;
	margin-top: 26px;
}
.footer-col-wechat img {
	width: 100%;
}
.footer .copyright {
	box-sizing: border-box;
	height: 70px;
	padding: 24px 0 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.footer-scrolltop {
	display: none;
	position: fixed;
	right: 100px;
	bottom: 70px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid #f3f3f3;
	z-index: 9999;
}
.footer-scrolltop .icon-scrolltop {
	display: block;
	width: 36px;
	height: 36px;
	margin: 6px auto;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/icon_scrolltop.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/icon_scrolltop.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/icon_scrolltop@2x.png) 2x);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.2s;
}
.footer-scrolltop:hover .icon-scrolltop {
	background-position: 0 -36px;
}

/* ============================================= 首页 =============================================*/
/* 首页banner */
.index-banner {
	width: 100%;
	height: 660px;
	position: relative;
	background: #f8f8f8 url(https://front.leyoujia.com/website-leyoujia/v2/images/index/index_banner.png?v=2) no-repeat top center;
	overflow: hidden;
}
.index-banner .index-video{
	width: 1960px;
	height: 660px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -980px;
}
.index-banner .banner-bg {
	position: absolute;
	top: 0;
	left:50%;
	width: 1960px;
	height: 660px;
	margin-left: -980px;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.index-banner .banner-slogen {
	position: absolute;
	width: 100%;
	height: 84px;
	top: 300px;
	left: 0;
	font-size: 60px;
	font-weight: 500;
	color: #ffffff;
	line-height: 84px;
	text-align: center;
}
.index-banner video {
	object-fit: fill;
}

/* 首页新闻列表 */
.news-box {
	padding: 80px 0;
	background: #f8f8f8;
}
.news-body {
	margin-top: 60px;
}
.news-item {
	float: left;
	width: 376px;
	height: 480px;
	margin-right: 30px;
	background: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.news-item.last {
	margin-right: 0;
}
.news-item:last-child {
	margin-right: 0;
}
.news-item:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	box-shadow: 0px 10px 20px 0px #e1e1e1;
	-webkit-box-shadow: 0px 10px 20px 0px #e1e1e1;
	-moz-box-shadow: 0px 10px 20px 0px #e1e1e1;
}
.news-img-box {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.news-img-box .news-img {
	width: 100%;
	/*height: 100%;*/
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.news-item:hover .news-img-box .news-img {
	transform: scale(1.2);
	transform-origin: center center;
}
.news-img-box .news-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 28px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/index/pic_title_red.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/index/pic_title_red.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/index/pic_title_red@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
}
.news-img-box .news-title {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 53px;
	bottom: 0;
	left: 0;
	padding: 9px 20px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item-list {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
.news-item-list ul {
	box-sizing: border-box;
	height: 200px;
	padding: 19px 0;
	border-bottom: 1px solid #ececec;
}
.news-item-list li {
	margin-top: 16px;
}
.news-item-list li:first-child {
	margin-top: 0;
}
.news-item-list .news-item-time {
	float: left;
	box-sizing: border-box;
	width: 84px;
	height: 44px;
	padding-left: 12px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	position: relative;
}
.news-item-list .news-item-time:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ececec;
}
.news-item-title {
	float: left;
	width: 252px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item-list a:hover .news-item-time,
.news-item-list a:hover .news-item-title {
	color: #e03236;
}
.news-item-list .more {
	padding: 16px 0;
	text-align: right;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.news-item-list .more i {
	margin-left: 4px;
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/index/news_more.png?v=2);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/index/news_more.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/index/news_more@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: -24px 0;
	transition: all 0.2s;
}
.news-item-list .more:hover {
	color: #e03236;
}
.news-item-list .more:hover i {
	background-position: 0 0;
}

/* 我们的服务 */
.service-banner {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 240px;
	padding-top: 80px;
	background: #f8f8f8 url(https://front.leyoujia.com/website-leyoujia/v2/images/index/home_bg1.png) no-repeat top center;
}
.service-banner-bg {
	position: absolute;
	top: 0;
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	background-color: rgba(0, 0, 0, 0.5);
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}
.service-box {
	background-color: #ffffff;
}
.service-box.gray {
	background-color: #f8f8f8;
}
.service-item {
	padding: 80px 0;
}

.service-item-img {
	width: 480px;
	height: 320px;
}
.service-item-info {
	width: 605px;
}
.service-item-info h3 {
	margin-top: 20px;
	height: 140px;
	position: relative;
}
.service-item-info h3 em {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	font-weight: 600;
	color: #f7f7f7;
	line-height: 140px;
}
.service-box.gray .service-item-info h3 em {
	color: #f0f0f0;
}
.service-item-info h3 span {
	display: block;
	padding-top: 54px;
	padding-bottom: 40px;
	position: relative;
	font-size: 28px;
	font-weight: 600;
	color: #333333;
	line-height: 40px;
}
.service-item-info h3 span:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 24px;
	height: 3px;
	background: #e03236;
}
.service-item-info p {
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: justify;
}

/* ==================================================== 关于我们 ============================================== */
/* banner */
.about-banner {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/banner1.png);
}
.profile-intro {
	margin-top: 60px;
}
.profile-intro .profile-img {
	margin-top: 5px;
}
.profile-intro .profile-info {
	width: 692px;
}
.profile-info p {
	margin-bottom: 30px;
	font-size: 17px;
	color: #333333;
	line-height: 34px;
	text-align: justify;
}
.profile-info p:last-child {
	margin-bottom: 0;
}
.profile-nums {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.profile-nums-item {
	float: left;
	margin-right: 104px;
}
.profile-nums-item:last-child {
	margin-right: 0;
}
.profile-nums-item b {
	display: block;
	font-size: 44px;
	font-weight: bold;
	color: #e03236;
	line-height: 62px;
}
.profile-nums-item b em {
	font-size: 32px;
	font-weight: 600;
	color: #e03236;
	line-height: 45px;
	position: relative;
	top: -4px;
	margin-left: 6px;
}
.profile-nums-item p {
	margin-top: 8px;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}
/* 发展大事记 */
.develop-box {
	margin-top: 46px;
	position: relative;
	overflow: hidden;
}
.develop-box:after {
	content: "";
	position: absolute;
	top: 27px;
	left: 160px;
	width: 2px;
	height: 100%;
	background-color: rgba(216, 216, 216, 0.3);
}
.develop-year {
	padding-left: 160px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.develop-year:last-child {
	margin-bottom: 0;
}
.develop-year:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 154px;
	width: 6px;
	height: 6px;
	background-color: #e03236;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #e03236;
	border-radius: 50%;
}
.develop-year .year-text {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 56px;
}
.develop-year ul {
	padding-top: 10px;
	padding-left: 78px;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
}
.develop-year li {
	padding-left: 80px;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	position: relative;
}
.develop-year li span {
	position: absolute;
	top: 0;
	left: 0;
}
/* 战略布局 */
.layout-map-box {
	width: 1180px;
	height: 800px;
	margin-top:60px;
}
.layout-bottom {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	background:url(https://front.leyoujia.com/website-leyoujia/v2/images/about/layout_bg.png?v=2) no-repeat center top;
}
.layout-bottom .layout-bg {
	position: absolute;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}
.layout-bottom .layout-slogan {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	line-height: 59px;
}
/* 集团视频 */
.video-container {
	margin-top: 60px;
}
.video-container .video-img {
	position: relative;
	width: 100%;
	height: 620px;
	cursor: pointer;
	background: #f8f8f8;
}
.video-main .front-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-main .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.video-main .icon-video-big {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
}
.video-main .icon-video-big:hover {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel@2x.png) 2x);
}
.video-container .video-title {
	padding: 20px 30px;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	background: #f8f8f8;
	cursor: pointer;
}
.video-container .video-title:hover {
	color: #e03236;
}
.video-else {
	margin-top: 60px;
	position: relative;
}
.video-else .video-scroll {
	width: 100%;
	height: 228px;
	overflow: hidden;
	position: relative;
}
.video-else ul {
	position: absolute;
	left: 0;
	top: 0;
	transition: left 0.2s;
}
.video-else li {
	float:left;
	width: 275px;
	height: 228px;
	margin-right: 30px;
	background: #f8f8f8;
}
.video-else li .video-img {
	width: 100%;
	height: 158px;
}
.video-else li .front-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-else li .video-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.video-else .icon-video-small {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_play_small.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_play_small.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_play_small@2x.png) 2x);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.video-else li .video-title {
	padding: 14px;
	height: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.video-else li:hover .video-bg,
.video-else li:hover .icon-video-small {
	display: block;
}
.video-else li:hover .video-title {
	color: #e03236;
}
.video-else .icon-arrow {
	position: absolute;
	top: 83px;
	width: 28px;
	height: 60px;
}

.video-else .icon-prev {
	left: -58px;
}
.video-else .icon-next {
	right: -54px;
}
.video-else .icon-arrow i {
	display: block;
	margin: 10px auto;
	width: 21px;
	height: 37px;
}
.video-else .icon-arrow.icon-prev i{
	background-image: url(https://front.leyoujia.com/website-leyoujia/images/swiper-prev.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/images/swiper-prev.png) 1x, url(https://front.leyoujia.com/website-leyoujia/images/swiper-prev.png) 2x);
	background-repeat: no-repeat;
	background-size:21px 37px;
}
.video-else .icon-arrow.icon-next i{
	background-image: url(https://front.leyoujia.com/website-leyoujia/images/swiper-next.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/images/swiper-next.png) 1x, url(https://front.leyoujia.com/website-leyoujia/images/swiper-next.png) 2x);
	background-repeat: no-repeat;
	background-size:21px 37px;
}
.video-else .icon-arrow.icon-prev:hover i{
	background-image: url(https://front.leyoujia.com/website-leyoujia/images/swiper-prev-active.png);
	background-repeat: no-repeat;
	background-size:21px 37px;
}
.video-else .icon-arrow.icon-next:hover i{
	background-image: url(https://front.leyoujia.com/website-leyoujia/images/swiper-next-active.png);
	background-repeat: no-repeat;
	background-size:21px 37px;
}
/*  */
.video-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 10000;
	display: none;
}
.video-dialog video{
	object-fit: cover;
}
.video-dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -594px;
	margin-top: -350px;
	width: 1188px;
	height: 700px;
	background-color: #000;
}
.video-dialog-main {
	width: 100%;
	height: 620px;
	overflow: hidden;
}
.video-dialog-title {
	padding: 20px 30px;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	line-height: 40px;
}
.video-js {
	width: 100%;
	height: 100%;
}
.video-dialog .close {
	position: absolute;
	top: -54px;
	right: -64px;
	width: 40px;
	height: 40px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_close.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_close.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_close@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
}
.video-dialog .close:hover {
	opacity: 0.7;
}
/* ==================================================== 新闻中心 ============================================== */
/* banner */
.news-banner {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/news/banner2.png);
}
.news-list-page {
	margin-top: 60px;
}
.news-main .img,
.news-main .img img {
	display: block;
	width: 100%;
	height: 454px;
}
.news-main h2 {
	margin-top: 24px;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;

	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-main p {
	margin-top: 10px;
	font-size: 18px;
	color: #666666;
	line-height: 34px;

	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-list-page ul {
	padding-top: 32px;
}
.news-list-page li {
	margin-top: 40px;
}
.news-list-page li .img{
	display: block;
	width: 320px;
	height: 200px;
	overflow: hidden;
}
.news-list-page li img {
	display: block;
	width: 100%;
}
.news-list-page li .info {
	width: 790px;
}
.news-list-page li h2 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list-page li .time {
	margin-top: 14px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.news-list-page li p {
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;

	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-page-more {
	margin-top: 80px;
	text-align: center;
}
.news-page-more .news-more-btn {
	display: inline-block;
	width: 160px;
	height: 40px;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}
.news-page-more .news-more-btn:hover{
	color: #E03236;
	border: 1px solid #E03236;
}
.news-page-more .news-more-btn.disabled {
	opacity: 0.5;
}
/* 新闻详情返回列表 */
.news-detail-back {
	width: 100%;
	height: 60px;
	margin-top: 80px;
	background: #f8f8f8;
	border-top: 1px solid #ececec;
}
.news-detail-back .link {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}
.news-detail-back .link i {
	float: left;
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-right: 5px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/news/icon_back.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/news/icon_back.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/news/icon_back@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: all 0.2s;
}
.news-detail-back .link:hover {
	color: #e03236;
}
.news-detail-back .link:hover i {
	background-position: -24px 0;
}
.news-detail-page {
	margin-top: 50px;
	padding-bottom: 110px;
}
.news-detail-main {
	width: 800px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.news-detail-main > h1 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-detail-main > .article-info {
	margin-top: 16px;
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
.article-content {
	padding: 30px 0;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	line-height: 200%;
	color: #333;
}
.article-content * {
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "STHeiti", "SimSun", "Arial" !important;
}
.article-content p {
	margin-bottom: 30px;
}
.article-content img {
	max-width: 100%;
}
.article-content strong,
.article-content b {
	font-weight: bold;
}

.article-copyright {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
}
.lastest-news {
	width: 324px;
	padding-top: 7px;
}
.lastest-news h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}
.lastest-news li {
	position: relative;
	margin-top: 20px;
	padding-left: 12px;
}
.lastest-news li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #e03236;
	border-radius: 80%;
}
.lastest-news li a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.lastest-news li a:hover {
	color: #e03236;
}
.lastest-news li .time {
	margin-top: 6px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

/* ==================================================== 品牌荣誉 ============================================== */
/* banner */
.brand-banner {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/brand/banner3.png);
}
.brand-intro-page {
	margin-top: 60px;
}
.brand-item-img,
.brand-item-info {
	width: 594px;
	height: 340px;
}
.brand-item-info {
	text-align: center;
}
.brand-item-info .brand-icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-top: 82px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/brand/icon.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/brand/icon.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/brand/icon@2x.png) 2x);
	background-repeat: no-repeat;
}
.brand-item-info .brand-icon1 {
	background-position: 0 0;
}
.brand-item-info .brand-icon2 {
	background-position: 0 -64px;
}
.brand-item-info .brand-icon3 {
	background-position: 0 -128px;
}
.brand-item-info .brand-icon4 {
	background-position: 0 -192px;
}
.brand-item-info h3 {
	margin-top: 15px;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
	position: relative;
}
.brand-item-info h3:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 3px;
	background: #e4e4e4;
}
.brand-item-info p {
	margin-top: 26px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
/* 荣耀 */
.honor-page {
	padding-top: 30px;
}
.honor-page li {
	float: left;
	width: 282px;
	background: #f5f5f5;
	margin-right: 20px;
	margin-top: 30px;
}
.honor-page li:nth-child(4n) {
	margin-right: 0;
}
.honor-page li img {
	width: 100%;
	height: auto;
}
.honor-page li p {
	height: 80px;
	padding: 0 20px;
}
.honor-page li .pic-title {
	display: block;
	padding-top: 18px;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

/* ==================================================== 企业文化 ============================================== */
/* banner */
.culture-banner {
	background-color:#ffffff;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/culture/culture_banner.png);
}
.culture-page {
	margin-top: 60px;
}
.culture-page .culture-img {
	width: 579px;
	height: 340px;
}
.culture-page li {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 376px;
	height: 180px;
	padding: 35px 36px 35px 30px;
	margin-top: 30px;
	margin-right: 30px;
	background: #f8f8f8;
}
.culture-page li:nth-child(3n) {
	margin-right: 0;
}
.culture-page li .tit {
	font-size: 20px;
	font-weight: bold;
	color: #e03236;
	line-height: 28px;
}
.culture-page li .cont {
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.culture-page li .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/culture/icons.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/culture/icons.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/culture/icons@2x.png) 2x);
	background-repeat: no-repeat;
}
.culture-page li .icon1 {
	background-position: 0 0;
}
.culture-page li .icon2 {
	background-position: 0 -140px;
}
.culture-page li .icon3 {
	background-position: 0 -280px;
}
.culture-page li .icon4 {
	background-position: 0 -420px;
}
.culture-page li .icon5 {
	background-position: 0 -560px;
}
.culture-page li .icon6 {
	background-position: 0 -700px;
}
.culture-page li .icon7 {
	background-position: 0 -840px;
}
.culture-page li .icon8 {
	background-position: 0 -980px;
}
.culture-page li .icon9 {
	background-position: 0 -1120px;
}

/* ==================================================== 联系我们 ============================================== */
/* banner */
.contact-banner {
	background-color:#ffffff;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/contact/banner5.png);
}
.contact-page {
	margin-top: 60px;
}
.contact-page .contact-pic {
	width: 440px;
	height: 609px;
}

.contact-page .contact-pic img {
	width: 100%;
}
.contact-page .contact-info {
	width: 646px;
}
.contact-info .address-box {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	background: #f8f8f8;
	position: relative;
	padding: 35px 27px 20px;
}
.contact-info .address-box h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
}
.contact-info .address-box p {
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.contact-info .address-box i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/contact/icon_local.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/contact/icon_local.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/contact/icon_local@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact-info .contact-list {
	padding-top: 10px;
}
.contact-list .contact-item {
	float: left;
	margin-top: 70px;
}
.contact-list .contact-item:nth-child(2n + 1) {
	width: 62.8%;
}
.contact-list .contact-item:nth-child(2n) {
	width: 37.2%;
}
.contact-list .contact-item h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
}
.contact-list .contact-item p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	white-space: nowrap;
}
.contact-list .contact-item p a{
	color: #666666;
}
.contact-list .contact-item p a:hover{
	color: #E03236;
}
.contact-list .contact-item .tip {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 17px;
}
.contact-box .contact-ewm {
	width: 124px;
	margin-right: 36px;
}
.contact-box .contact-ewm .ewm-img {
	width: 124px;
	height: 124px;
}
.contact-box .contact-ewm p {
	margin-top: 14px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.video-else .icon-prev {
		left: 0;
		z-index: 99;
	}
	.video-else .icon-next {
		right: 0;
		z-index: 99;
	}
}
/* 低版本浏览器提示 */
.lowBrowser {
	position: fixed;
	width: 100%;
	height: 66px;
	bottom: 0;
	background: #333;
	z-index: 99999999;
	text-align: center;
}
.lowBrowser p {
	font-size: 14px;
	color: #dddddd;
	line-height: 66px;
}
.lowBrowser p a {
	color: #dddddd;
	border-bottom: 1px solid #dddddd;
}
.lowBrowser .close {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 20px;
	right: 30px;
	background: url("https://front.leyoujia.com/website-leyoujia/v2/images/close.png") no-repeat center center;
}

/* reset videojs */
.video-js .vjs-big-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	background-color: transparent !important;
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_nor@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
.video-js .vjs-big-play-button:hover {
	background-image: url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel.png);
	background-image: -webkit-image-set(url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel.png) 1x, url(https://front.leyoujia.com/website-leyoujia/v2/images/about/icon_big_play_sel@2x.png) 2x);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
	opacity: 0;
	color: transparent;
}
.video-js .vjs-control-bar{
	height:30px;
}
.vjs-button>.vjs-icon-placeholder:before{
	line-height:30px;
}
