article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 首页banner */
.lunbo .swiper-container {
	width: 100%;
	height: 420px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	color: #e1e1e1;
}

.lunbo .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-button-next {
	right: 160px;
}

.swiper-button-prev {
	left: 160px;
}

.bankuai-box {
	width: 1080px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}

.fangkuai {
	position: absolute;
	top: -28px;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.fangkuai img {
	width: 65px;
	height: 60px;
}

.bankuai-con {
	padding-top: 94px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bankuai {
	width: 250px;
	height: 373px;
	transform: skewY(6deg);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.bankuai:nth-child(2n) {
	padding-top: 24px;
	transform: skewY(-6deg);
}

.bankuai .bankuai-bg,
.bankuai img {
	width: 100%;
	border-radius: 15px;
}

.bankuai .bankuai-icon {
	position: absolute;
	top: 0;
	overflow: hidden;
}

.bankuai:hover .bankuai-bg {
	box-shadow: 5px 5px 15px rgba(174, 108, 75, .45);
}

.bankuai .bankuai-icon img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	height: 373px;
}

.bankuai:hover .bankuai-icon img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.bankuai-name {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shipin-box {
	width: 1280px;
	margin: 80px auto;
	color: #fff;
}

.shipin-title {
	text-align: center;
	margin-bottom: 40px;
}

.shipin-con {
	display: flex;
	height: 360px;
	position: relative;
}

.shipin-tu {
	width: 640px;
}

.shipin-tu img {
	width: 100%;
	height: 100%;
}

.shipin-name-con {
	width: 320px;
	background-color: #ffae3d;
	position: relative;
	padding: 0 26px;
	color: #fff;
}

.shipin-name {
	font-size: 30px;
	padding-top: 90px;
}

.shipin-desc {
	font-size: 20px;
	padding-top: 18px;
}

.shipin-btn {
	position: absolute;
	right: 35px;
	bottom: 37px;
}

.shipin-btn-active {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: none;
}

.shipin-line {
	position: absolute;
	top: 42px;
	left: -45px;
	width: 150px;
	height: 11px;
	background-color: #ffeb99;
	transition: all 1s ease;
}

.shipin-line1 {
	position: absolute;
	top: 42px;
	left: auto;
	right: -45px;
	width: 150px;
	height: 11px;
	background-color: #ffeb99;
}

.shipin-con-null {
	width: 320px;
	background-color: #ebeef0;
}

.shipin-con:hover .shipin-btn {
	display: none;
}

.shipin-con:hover .shipin-btn-active {
	display: block;
}

.shipin-con:hover .shipin-line {
	transform: translate(45px);
	width: 110px;
}

.shipin-con:hover .shipin-line1 {
	transform: translate(-45px);
	width: 110px;
}

/* 企业历程 */
@keyframes fangda {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1);
		transform: scale3d(.1, .1, .1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.fangda {
	-webkit-animation-name: fangda;
	animation-name: fangda;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.big_case .swiper-container {

	width: 100%;
	height: 660px;
}

.flag_father {
	position: absolute;
	width: 1280px;
	height: 100%;
	top: 210px;
	left: 50%;
	transform: translate(-50%);
}

.flag_father li {
	width: 210px;
	font-size: 24px;
	color: #fff;
	display: inline-block;
}

.flag_father li .date_center {
	text-align: center;
}

.date_center.time {
	font-size: 36px;
}

.white-circle {
	margin: 59px auto 0;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}

.white-circle span:before,
.white-circle span::after {
	content: "";
	height: 1px;
	width: 120px;
	background-color: #fff;
	position: absolute;
	top: 12px;
	right: 0;
}

.white-circle span::after {
	left: 0;
}

.logo-circle {
	position: relative;
	width: 88px;
	height: 88px;
	margin: 26px auto 0;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/logo-circle.png);
}

.logo-circle span:before,
.logo-circle span::after {
	content: "";
	height: 1px;
	width: 55px;
	background-color: #fff;
	position: absolute;
	top: 41px;
	right: 95px;
}

.logo-circle span::after {
	left: 95px;
}

.flag_father li .hide_big {
	display: none;
	position: absolute;
	left: 0;
	margin-top: 30px;
	z-index: 10;
	color: #fff;
	font-size: 18px;
	width: 100%;
}

.flag_father li .hide_big .text {
	padding: 20px 0;
	text-align: justify;
	line-height: 32px;
	letter-spacing: 2px;
}

.flag_father li .hide_big .title {
	font-size: 38px;
	color: #fff;
	text-align: center;
	width: 130px;
	margin: 0 auto;
	position: relative;
	height: 76px;
}

.year {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
}

.line {
	display: inline-block;
	position: absolute;
	left: 85px;
	width: 2px;
	height: 76px;
	background-color: #fff;
	transform: rotate(25deg);
}

.month {
	display: inline-block;
	position: absolute;
	top: 32px;
	right: 0;
}

/* 侧边盒子 */
.cebian-box {
	position: relative;
	z-index: 999;
}

.cebian-add {
	position: fixed;
	right: 0;
	top: 50%;
}

.cebian-add li {
	margin-bottom: 8px;
}

.cebian-add li img {
	width: 36px;
	height: 36px;
}

.cebian-add li:hover .tanchu {
	display: block;
}

.cebian-add .tanchu {
	padding: 8px 14px;
	color: #f18e3b;
	background-color: #fff;
	position: absolute;
	right: 41px;
	top: 0;
	white-space: nowrap;
	display: none;
}

.cebian-add .tanchu p:nth-child(2n-1) {
	color: #666;
	line-height: 35px;
}



/* 新闻列表页 */
/*朗朗动态*/
.dt {
	width: 100%;
	background: #f6f6f6;
	border-bottom: 2px solid #dadada;
	padding-top: 20px;
}

.dt-main {
	width: 1280px;
	margin: 0 auto;
}

.dt-bo {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.dt-bo-l {
	float: left;
	width: 920px;
}

.dt-bo-l .lieb {
	width: 100%;
}

.dt-bo-l .lieb li {
	width: 100%;
	height: 205px;
	background: #fff;
	margin-bottom: 15px;
}

.dt-bo-l li dt {
	float: left;
	width: 240px;
	height: 155px;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 18px;
}

.dt-bo-l li .lb-tit {
	margin-top: 35px;
	font-size: 18px;
	font-weight: 600;
}

.dt-bo-l li .lb-tit a {
	color: #333;
}

.dt-bo-l li dd {
	float: left;
	width: 452px;
	margin-left: 25px;
	color: #837c7c;
	font-size: 16px;
}

.dt-bo-l li .sl {
	padding-top: 19px;
}

.dt-bo-l .sl span {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.sl .time {
	padding-left: 20px;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/tb.png) -121px -14px;
}

.sl .autor {
	padding-left: 23px;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/tb.png) -121px -42px;
}

.dt-bo-l li .xj {
	padding-top: 20px;
}

.dt-bo-r {
	float: right;
	width: 329px;
	height: 390px;
	background: #fff;
	font-size: 14px;
}

.dt-bo-r .bo-r-w {
	padding: 15px 20px
}

.bo-r-tit {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 2px solid #ebeaea;
}

.bo-r-tit span {
	font-size: 16px;
	color: #333;
	border-bottom: 2px solid #f6ab00;
	padding-bottom: 8px;
}

.bo-r-lb {
	padding-top: 27px;
	padding-right: 5px;
}

.bo-r-lb li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 18px;
}

.bo-r-lb li span {
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	color: #fff
}

.bo-r-lb li .lb-f {
	background: #f6ab00;
}

.bo-r-lb li .lb-b {
	background: #c1c1c1;
}

.bo-r-lb li a {
	color: #555;
}

.bo-r-lb li a:hover {
	color: #f6ab00;
	text-decoration: underline;
}

.page {
	margin: 35px 0;
	height: 30px;
	width: 100%;
	color: #666;
	font-size: 14px;
}

.page li {
	display: inline;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 6px;
}

.page li a {
	color: #666;
	font-size: 15px;
}

.page li.active {
	background: #f6ab00;
	color: #fff;
	border: 1px solid #f6ab00;
}

.page li.active a {
	color: #fff;
}

input {
	width: 35px;
	border-radius: 5px;
	height: 18px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: -6px 8px;
	background: #f6f6f6;
	font-size: 14px;
}

/*guyulanglang*/
/*gongsijianjie*/
.gsjj {
	position: relative;
	width: 100%;
}

.gsjj-ba {
	position: relative;
	width: 100%;
	height: auto;
}

.gsjj-main {
	position: relative;
	width: 1140px;
	padding: 43px 0;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
}

.con .con-l {
	float: left;
	width: 200px;
}

.con-l ul {
	width: 100%;
}

.con-l li {
	padding-bottom: 46px;
}

.con-l li span {
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e9e9e9;
	margin: 8px 15px 0 0;
}

.con-l li a {
	color: #666;
}

.con-l li a:hover {
	color: #f6ab00;
}

.con-l li.active a {
	color: #f6ab00;
}

.con .con-r {
	float: left;
	width: 940px;
	color: #868686;
}

.con-r .con-r-js {
	width: 100%;
	position: relative;
	border-top: 2px solid #eaeaea;
}

.js-xj-t {
	position: relative;
	/* font-size: 18px; */
	font-size: 16px;
}

.js-xj-t ul li {
	float: left;
	padding-top: 12px;
	width: 25%;
	color: #666;
}

.tab-nav {
	cursor: pointer;
}

.tab-nav span {
	padding-top: 11px;
	padding: 14px 30%;
}

.tab-nav-action span {
	color: #f6ab00;
	border-top: 2px solid #f6ab00;
	padding: 14px 30%;
}

.js-xj-b {
	position: relative;
	float: left;
	padding-top: 30px;
}

.tabs-body div {
	padding: 20px;
}

.js-xj-b .jianj p {
	text-align: justify;
	text-indent: 2em;
	line-height: 2;
	font-size: 14px;
}

.js-xj-b .gslc {
	font-size: 14px;
	color: #868686;
	width: 100%;
	position: relative;
	padding: 0;
	border-left: 1px solid #ececec;
}

.gslc .gslc-tit {
	width: 100%;
	padding: 15px 0 0 17px;
	line-height: 1.8;
}

.gslc .gslc-tit p:first-child {
	color: #666;
	font-weight: 600;
}

.gslc .gslc-tit p span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: -23px;
	margin-top: 8px;
	float: left;
	background: #f6ab00;
}

/*shouhoufuwu*/
.con-r-sh {
	width: 100%;
	position: relative;
}

.sh-tit {
	color: #f6ab00;
	font-size: 36px;
	text-align: center;
	padding: 20px 0 48px;
}

.sh-xj {
	color: #666;
	font-size: 20px;
	text-align: justify;
	padding-bottom: 55px;
}

.sh-tel {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-right: 0;
	text-align: center;
	height: 175px;
	box-sizing: border-box;
}

.sh-tel div {
	width: 33.2%;
	height: 175px;
	float: left;
	border-right: 1px solid #e3e3e3;
}

.sh-tel dl {
	padding-left: 50px;
	line-height: 2;
	padding-top: 40px;
}

.sh-tel dt {
	width: 38px;
	height: 80px;
	float: left;
	padding-top: 23px;
}

/*jiarulanglang*/
.zhaopin {
	width: 100%;
	color: #666;
}

.zhaopin li {
	display: inline-block;
	width: 24%;
	text-align: center;
}

.zhaopin-t {
	padding-bottom: 50px;
}

.zhaopin-t li span {
	padding: 5px 30px;
	background: #f6ab00;
	color: #fff;
	border-radius: 20px;
}

.zhaopin-zw {
	padding: 35px 0;
	border-bottom: 1px dashed #d6d6d6;
}

.zhaopin-zw .new {
	font-size: 14px;
	color: #e31818;
	padding-left: 6px;
}

.zhaopin-zw li a {
	color: #666;
	text-decoration: underline;
}

/*lianxilanglang*/
.lxfs {
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 25px;
}

.zongbu {
	padding-bottom: 19px;
	border-bottom: 1px dashed #d6d6d6;
}

.zongbu p:first-child {
	font-size: 18px;
	color: #f6ab00;
}

.fenbu {
	padding-top: 35px;
}

.fenbu p:first-child {
	font-size: 18px;
}

/*jishuzhichi*/
.g-mn {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
}

.main-page {
	width: 100%;
	height: 720px;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.main-page .left {
	position: relative;
	background: #ececec;
	border-top: 2px solid #d7d7d7;
}

.main-page .nav-back {
	width: 100%;
	height: 54px;
	background: #ececec;
}

.main-page .nav {
	position: relative;
	text-align: center;
	margin-top: -56px;
	color: #666;
}

.main-page .nav div {
	float: left;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	padding: 0 12px;
}

.main-page .nav div:last-child {
	padding-right: 15px;
}

.main-page .nav div.on {
	background: #fff;
	color: #f6ab00;
	border-top: 3px solid #f6ab00;
}

.main-page .right {
	width: 100%;
	height: 790px;
}

.main-page .content {
	position: relative;
	width: 100%;
	height: 790px;
	overflow: hidden;
}

.main-page .content .page {
	width: 100%;
	height: 750px;
	background: #fff;
	padding-top: 10px;
	font-size: 16px;
	color: #404040;
}

.main-page .content .page div,
.main-page .content .pagef .mnc div div {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0 20px;
}

.main-page .content .page div p,
.main-page .content .pagef .mnc div div p {
	width: 90%;
	padding-left: 25px;
}

.main-page .content .page div a,
.main-page .content .pagef .mnc div div a {
	float: right;
	color: #f6ab00;
	padding-right: 310px;
}

.main-page .content .page div span,
.main-page .content .pagef .mnc div div span {
	padding-right: 25px;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/jszc.png) 7px 7px no-repeat;
}

.main-page .content .pagef {
	width: 100%;
	height: 780px;
}

.main-page .content .pagef .mnc {
	height: 630px;
	overflow: auto;
}

.main-page .content .pagef .btn {
	float: right;
	width: 25%;
	font-size: 16px;
	text-align: center;
	color: #6a6868;
	margin-top: 10px;
}

.main-page .content .pagef .btn .crt {
	float: left;
	width: 87px;
	height: 29px;
	padding-top: 3px;
	border-radius: 20px;
	background-color: #fff;
	margin-right: 25px;
	cursor: pointer;
	border: 1px solid #eee;
}

.main-page .content .pagef .btn .act {
	background-color: #f6ab00;
	color: #fff;
}

.video-txt {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	font-size: 20px;
	color: #666;
}

.video {
	float: left;
	margin-top: 40px;
}

.video .v-tt {
	font-size: 18px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.video .v-tt .v-crt {
	float: left;
	width: 170px;
	height: 40px;
	background-color: #fff;
	color: #6b6b6b;
	cursor: pointer;
	border: 1px solid #c5c5c5;
	margin-right: 10px;
}

.video .v-tt .v-sel {
	background-color: #f6ab00;
	border-color: #f6ab00;
	color: #fff;
}

.support {
	font-size: 14px;
	float: left;
	margin-top: 10px;
}

.support p {
	margin-bottom: 5px;
	text-indent: 2em;
	color: #5c5c5c;
}

.zhu {
	font-size: 14px;
	padding-top: 50px;
	color: #5c5c5c;
}

.tel {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}

.tel-l {
	float: left;
	width: 65%;
	margin-top: 40px;
}

.tel-l-b {
	width: 100%;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	height: 150px;
}

.tel-b-l {
	width: 50%;
	float: left;
	padding-top: 30px;
	line-height: 3
}

.tel-b-l p {
	margin-left: 45px;
}

.tel-b-l p span {
	padding-left: 49px;
	padding-top: 15px;
}

.tel-txt {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.tel-r {
	float: right;
	width: 32%;
	height: 150px;
	margin-top: 40px;
}

.tel-r div {
	width: 99%;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	height: 150px;
}

.tel-r div p {
	padding-top: 30px;
	margin-left: 45px;
	line-height: 2;
}

.tel-r div p span {
	padding-left: 49px;
	padding-top: 15px;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/gy-tab.png) -2px -45px no-repeat;
}

/*hezuo*/
.hz-main {
	width: 100%;
	margin-bottom: 30px;
}

.hz-main img {
	width: 100%;
}

.hz-jmsq {
	width: 100%;
	height: 790px;
}

.bt {
	width: 296px;
	height: 78px;
	color: #fff;
	font-size: 33px;
	text-align: center;
	padding-top: 5px;
	background: #ff8a00;
	border-radius: 40px;
	margin: 0 auto;
}

.bt-e {
	display: block;
	font-size: 19px;
}

.dian-l {
	background: #fff;
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 6px;
	margin: 23px 0 0 -20px;
}

.dian-r {
	background: #fff;
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 6px;
	margin: 23px 0 0 9px;
}

.hz-sq {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

.hz-sq p {
	margin-top: 50px;
	margin-bottom: 60px;
	font-size: 43px;
	font-weight: bold;
	font-family: ARXinYiGB UL;
	text-align: center;
}

.hz-bd {
	color: #404040;
	font-size: 27px;
	width: 1200px;
	margin: 0 auto;
}

.hz-bd table {
	margin-top: 27px;
}

td {
	height: 60px;
}

td div {
	width: 200px;
}

td input {
	width: 366px;
	height: 50px;
	border: 2px solid #c8c8c8;
	font-size: 27px;
	padding: 0;
	background: #fff;
	border-radius: 0
}

textarea {
	width: 366px;
	height: 180px;
	border: 2px solid #c8c8c8;
	font-size: 27px;
}

.btn {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.btn-s {
	background: #ff8a00;
	border: 2px solid #ff8a00;
	color: #fff;
	font-size: 23px;
	text-align: left;
	padding-left: 30px;
}

.shubiao {
	position: absolute;
	margin-left: -65px;
	margin-top: -2px;
}

/*  */
/*xinwenzhengwen*/
.zw {
	width: 100%;
	position: relative;
	padding-top: 67px;
}

.zw-con {
	width: 100%;
	color: #666;
	font-size: 16px;
	text-align: justify;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.zw-con-main {
	padding-top: 10px;
	width: 100%;
}

.zw-fx {
	padding-top: 10px;
}

.zw-nr {
	padding: 12px 16px;
	line-height: 28px;
	color: #333;
}

.zw-sm {
	padding-top: 20px;
}

.zw-wx {
	padding: 20px 0 50px;
	overflow: hidden;
}

.zw-wx img {
	float: left;
}

.zw-wx p {
	float: left;
	width: 308px;
	padding-left: 10px;
	line-height: 1.8;
}

.zw-con-tit {
	font-size: 26px;
	color: #2b2b2b;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px
}

.zw-con-tit span {
	font-size: 14px;
	color: #818181;
	padding-right: 20px;
}

.zw .dt-bo-r {
	height: auto;
	padding-top: 39px;
}

.zw .bo-r-tit {
	border-width: 1px;
	padding-bottom: 10px;
}

.zw .bo-r-tit span {
	border-width: 1px;
	padding-bottom: 10px;
}

.zw .bo-r-lb {
	padding-top: 20px;
	padding-right: 10px;
}

.zw .bo-r-lb a {
	color: #888;
}

.zw .bo-r-lb .lb-s {
	width: 5px;
	height: 5px;
	background: #d1d1d1;
	margin: 7px 7px 0px 0;
}

.zw .dt-bo-r .ye {
	padding-top: 60px;
}

/*jiangshifengcai*/
.jsfc {
	padding: 40px 0 60px;
}

.jsfc-m {
	width: 91%;
	margin: 0 auto;
}

.jsfc-m p {
	text-indent: 2em;
	text-align: justify;
	font-size: 18px;
	line-height: 1.7;
	padding-bottom: 5px;
}

.tjh {
	padding-top: 80px;
	overflow: hidden;
}

.tjh p {
	float: left;
	width: 33%;
}

.tjh img {
	float: left;
	padding-left: 15px;
}

.yk {
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 20px;
}

.yk p {
	width: 40%;
	float: left;
}

.yk img {
	float: left;
	padding-right: 15px;
}

/* 投资者关系 */
.tianjia {
	width: 100%;
	margin-top: 10px;
}

.tianjia div {
	display: flex;
	width: 100%;
	align-items: center;
	padding-top: 45px;
}

.tianjia div img {
	width: 24px;
}

.tianjia div p {
	padding-left: 15px;
}

/* 课件试玩 */
.ullist {
	text-align: center;
	margin: 100px 0 350px 280px;
}

.ullist li {
	display: inline;
	float: left;
	margin: 0 20px;
}

/* 首页 */
.swiper-slide {
	background-position: center;
	background-size: cover;
}

.gaikuo-box {
	position: relative;
	width: 100%;
	background: #f0f0f0\9;
	background: rgba(240, 240, 240, .5);
	height: 146px;
}

.gaikuo {
	width: 1280px;
	padding: 28px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.gaikuo-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 25%;
	text-align: center;
}

.gaikuo-txt {
	color: #666;
	font-size: 18px;
	padding-left: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.gaikuo-txt-jc {
	color: #333;
	font-size: 28px;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-box {
	width: 1280px;
	margin: 0 auto;
	height: 816px\9;
	padding: 82px 0 162px 0;
}

.news-title {
	text-align: center;
}

.news-titl-txt {
	font-size: 28px;
	color: #222;
	font-weight: 600;
	margin-top: -15px;
	color: black;
	letter-spacing: 4px;
}

.news-con {
	padding-top: 54px;
	display: flex;
}

.news-con-box {
	padding: 24px;
	box-sizing: border-box;
	width: 420px;
	border-radius: 16px;
	float: left;
	height: 463px\9;
	overflow: hidden;
}

.news-con-box:hover {
	border: 1px solid #eee\9;
	box-shadow: 0px 0px 14px 0px rgba(191, 191, 191, 0.43);
	border-radius: 16px\9;
}

.news-con-tit {
	color: #4E4E4E;
	font-size: 22px;
	padding: 12px 0;
}

.news-con-time {
	font-size: 16px;
	color: #999;
}

.news-con-desc {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	text-align: justify;
	padding-bottom: 8px;
	box-sizing: border-box;
}

.guanyu-box {
	clear: both;
	width: 100%;
	height: 641px;
	position: relative;
	background-image: url(https://file.langlang.net.cn/guanwang/lljy/img/guanyu-bg.png)\9;
	background-size: 100%\9;
	background: url(https://file.langlang.net.cn/guanwang/lljy/img/guanyu-bg.png) no-repeat center center/cover;
	padding: 88px 0 132px;
}

.guanyu {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.guanyu .left {
	top: -30px;
	width: 600px;
	height: 415px;
	margin-right: 60px;
	float: left;
}

.guanyu .left img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.guanyu .left img:hover {
	box-shadow: 0px 0px 14px 0px rgba(191, 191, 191, 0.43);
}

.guanyu .left img.yuan1 {
	width: 120px;
	height: 120px;
}

.guanyu .left img.yuan2 {
	width: 110px;
	height: 110px;
}

.guanyu .right {
	width: 580px;
	float: left;
	display: inline-block;
}

.guanyu-desc {
	color: #666;
	font-size: 18px;
	padding: 83px 0;
	line-height: 40px;
	text-align: justify;
}

.guanyu-more {
	text-decoration: underline;
	color: #F5AB00;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 2px;
}

.guanyu-more:hover {
	text-decoration: underline;
	color: #F5AB00;
}

.licheng-box {
	padding: 80px 0 96px;
	clear: both;
}

.licheng {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	height: 426px;
}

.licheng .swiper-container {
	height: 290px;
	padding-top: 44px;
	box-sizing: border-box;
}

.licheng .swiper-slide {
	width: 100%;
	height: 250px;
	padding: 0 60px;
	box-sizing: border-box;
}

.licheng .swiper-slide-con {
	background-color: #fff;
	border-radius: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 240px;
	box-shadow: 0px 0px 14px 0px rgba(191, 191, 191, 0.43);
}

.licheng-year {
	color: #F5AB00;
	font-size: 48px;
	padding: 0 60px;
	float: left;
	line-height: 240px;
	display: inline-block;
}

.licheng-con {
	color: #444;
	font-size: 18px;
	line-height: 40px;
	width: 680px;
	float: left;
	padding: 14px 0;
	display: inline-block;
}

.licheng-more {
	text-align: center;
	width: 220px;
	height: 240px;
	background-color: #F5AB00;
	border-radius: 0px 32px 32px 0px;
	border-radius: 0px 32px 32px 0px\9;
	float: right;
	display: inline-block;
}

.licheng-more p {
	font-size: 16px;
	color: #666;
	padding: 98px 0 10px 0;
}

.licheng .swiper-pagination {
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1080px;
	height: 42px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-size: 16px;
	z-index: 1;
}

.licheng .swiper-pagination::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 43px;
	width: 100%;
	height: 3px;
	background-color: #f5f5f5;
}

.licheng .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: transparent;
	color: #999999;
	opacity: 1;
	float: left;
}

.licheng .swiper-pagination-bullets .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 10px 10px;
	background-image: url(https://file.langlang.net.cn/guanwang/lljy/img/icon-yuan.png)
}

.licheng .swiper-pagination-bullets .swiper-pagination-bullet-active {
	color: #f69533;
}

.licheng .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
	background-image: url(https://file.langlang.net.cn/guanwang/lljy/img/dingwei.png);
	background-size: cover;
}

.licheng .licheng-prev,
.licheng .licheng-next {
	width: 42px;
	background-size: 42px;
	top: auto;
	bottom: 24px;
}

.licheng .licheng-prev {
	left: 10px;
	background-image: url(https://file.langlang.net.cn/guanwang/lljy/img/icon-l.png);
}

.licheng .licheng-next {
	right: 10px;
	background-image: url(https://file.langlang.net.cn/guanwang/lljy/img/icon-r.png);
}

.shipin {
	width: 100%;
	background: #f0f0f0\9;
	background: rgba(240, 240, 240, .5);
}

.shipin-box {
	padding: 80px 0;
	margin: 0 auto;
}

.shipin-tu {
	float: left;
	height: 360px;
	display: inline-block;
}

.shipin-name-con {
	float: left;
	height: 360px;
	display: inline-block;
}

.shipin-con-null {
	float: left;
	height: 360px;
	display: inline-block;
}