@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'MyLocalFont';
	src: url("../font/SourceHanSerifCN-SemiBold.otf") format('truetype');
}

@font-face {
	font-family: 'MyboldFont';
	src: url("../font/Songti.ttc") format('truetype');
}

* {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	/* font-family: 'MyLocalFont', sans-serif; */
	/* font-family:  '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei; */
	margin: 0;
	padding: 0;

}


li {
	list-style-type: none;

}

a {
	text-decoration: none;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* header */
.header nav.menu ul li a {
	color: #85858C;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	display: block;
	text-decoration: none;
}

.nav-en nav.menu ul li a {
	font-size: 16px !important;
}

.header nav.menu ul li:hover>a {
	color: #ddd;
}

.header nav.menu ul .on a {
	color: #ffffff;
}

.header .logo {
	margin-left: 16px;
	margin-top: 16px;
	float: left;
}

.header .logo a {
	display: inline-block;
	box-shadow: 0px 0px 10px 0 rgba(124, 162, 248, 0.3);
}

.header .logo img {
	width: 42px;
	height: 42px;
	box-shadow: 0px 0px 50px 0 rgba(124, 162, 248, 0.6);
}

.header .slide-mumu {
	float: right;
	width: 76px;
	height: 68px;
	margin-right: 0;
	position: relative;
}

.header .trigger-menu-icon {
	width: 68px;
	display: inline-block;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 68px;
	line-height: 68px;
	overflow: hidden;

}

.header .trigger-menu-icon span {
	display: block;
	height: 64px;
	background: url("../images/menu.png") no-repeat center center;
	margin: 8px 0;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.header .trigger-menu-icon.is-active span {
	background: url("../images/menu-close.png") no-repeat center center;
	visibility: hidden;
	opacity: 0;
}

.header .trigger-menu-icon.is-active span:first-child {
	background: url("../images/menu-close.png") no-repeat center center;
	visibility: visible;
	opacity: 1;
	margin-bottom: -9px;
}

.header .trigger-menu-icon.is-active span:last-child {
	visibility: visible;
	opacity: 1;
	background: url("../images/menu-close.png") no-repeat center center;
	margin-top: -8px;
}





/* Header Style 2 */

.header-style-2 {
	height: 76px;
}

.header-style-2 nav.menu ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	white-space: nowrap;
	padding-right: 8px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);

	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;

	-webkit-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-moz-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-ms-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	-o-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
	transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;

	visibility: hidden;
	opacity: 0;
	background: url("../images/menu-bg.png") no-repeat;
	background-size: 100% 100%;
}

.menu-xuxian {
	height: 32px;
	width: 68px;
	background: url("../images/nav-xuxian.png")no-repeat center;
	display: inline-block;
}

.yuyan-en {
	height: 68px;
	width: 68px;
	background: url("../images/xzxxyq.png")no-repeat center;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 64px;
	right: 8px;
}

.yuyan-en img {
	margin-top: 13px;
}

.header-style-2 nav.menu ul .on {
	background: url("../images/yuandian.png") no-repeat center right;

}

.header-style-2 nav.menu ul li {
	display: block;
	padding: 0 16px;
}

.header-style-2 nav.menu ul li:first-child {
	padding: 0 16px;
}

.header-style-2 nav.menu ul li:last-child {
	padding: 0 16px;
}

.header-style-2 nav.menu ul li a {
	padding: 0;
	color: #aaa;
	font-family: MyboldFont;
}

.header-style-2.color-theme nav.menu ul li:hover a {
	color: #fff;
}

.header-style-2 .slide-menu-wrapper {
	display: inline-block;
}

.header-style-2 .slide-menu-inner {
	position: absolute;
	right: 0;
	top: 48px;
	width: 144px;
	text-align: right;
	z-index: 999;
}

.header-style-2 .slide-menu-inner.is-visible ul {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	z-index: 999;
	padding-right: 8px;
	padding-bottom: 136px;
	padding-top: 32px;
	background: url("../images/menu-bg.png") no-repeat;
	background-size: 100% 100%;
}

.header-style-2.transparent-header {
	padding-top: 0px;
}

.header-style-2.is-sticky {
	padding: 18px 0;
}


/* Header Style 3 */
.header-style-3 nav.menu ul li a {
	padding: 45px 0;
}

.header-style-3.is-sticky .header-top-area {
	visibility: hidden;
	max-height: 0px;
	padding: 0;
	border: none;
}

.top {
	width: 100%;
	height: 76px;
}


.con-box {
	width: 1200px;
	margin: 0 auto;

}

.con-box-max {
	width: 1504px;
	margin: 0 auto;

}

@media screen and (max-width: 1279px) {
	.con-box {
		width: auto;
		margin: 0 16px;
	}
}

.con-title {
	color: #fff;
	font-size: 28px;
	line-height: 72px;
	text-shadow: 0 0 8px #FFB833;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	animation: title-yd 2s ease 5.5s backwards;

}

@keyframes title-yd {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}

	100% {
		transform: scaleX(1);
		opacity: 1;
	}

}

.con-title p {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-left: 10px;
	margin-right: 235px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.T-icon {
	background: url("../images/T-icon.png") no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	margin-left: -16px;
	animation: biaoti-yd 2s ease 3s backwards;
}

.biaoti {
	animation: biaoti-yd 2s ease 3s backwards;
	display: inline-block;
	font-family: MyboldFont;
}

@keyframes biaoti-yd {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}

}

.con-title-r {
	background: url("../images/titleR.png") no-repeat;
	width: 235px;
	height: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.con-title-l {
	background: url("../images/title-l.png") no-repeat;
	width: 32px;
	height: 7px;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.T-R-dian {
	position: absolute;
	right: 0;
	bottom: -1px;
}

.T-R-lingxing {
	position: absolute;
	right: 82px;
	bottom: 5px;
}

.menu-3 {
	position: absolute;
	right: 0;
	bottom: 6px;
	animation: biaoti-yd 1.5s ease 4s backwards;
}

.menu-3 a {
	display: inline-block;
	line-height: 28px;
	padding: 0 15px;
	border: 4px solid;
	border-image: url(../images/menu3-bg.png) 4;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.menu-3 a:hover {
	background-color: rgba(255, 255, 255, 0.15);
	text-decoration: none;
	transform: translateY(-5px);
}

.menu-3 .on {
	border-image: url(../images/menu3-bg-on.png) 4;
	color: #FFB833;
}

.menu-3 .on:hover {
	background-color: rgba(255, 184, 51, 0);
	color: #FFB833;
}

.btn-group {
	display: none;
}

.about-box {
	margin: 48px auto;
	padding: 0 0 0 32px;
	text-align: left;
	position: relative;

}

.about-box .wenzi {
	margin-right: 0;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: calc(100vh - 340px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 420px;
}

.fone14 {
	font-size: 14px !important;
	line-height: 24px !important;
}

.about-box P {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 1px;

}

.about-box .about-img {
	position: absolute;
	width: 235px;
	height: 336px;
	right: 36px;
	top: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	padding-top: 8px;
	animation: img-yd 2s ease 5.5s backwards;
}

.about-box .service-img {
	width: 256px !important;
}

.contect-box {
	margin-top: 80px;
}

.contect-box .wenzi {
	padding: 12px 0 0 460px;
}

.about-box .contect-img {
	width: 380px !important;
	left: 36px;
	height: 290px !important;
}

.about-box .contect-img img {
	width: 360px;
}

.about-box h3 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 20px;
	width: 100%;

}

.text-list {
	margin: 48px auto;
	text-align: left;
	height: calc(100vh - 340px);
	overflow-x: hidden;
	overflow-y: auto;
}

.text-list ul {
	padding: 0 16px;
}

.text-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 48px;
	border-bottom: 1px dotted rgba(255, 255, 255, .3);
	color: #fff;
	font-size: 16px;
	background: url(../images/jiantou.png) no-repeat 0;
	padding-left: 40px;
}

.text-list li a:hover {
	color: #FFB833;
}

.text-list li button {
	float: right;
	display: flex;
	align-items: center;
	background-color: rgba(255, 184, 51, .6);
	border: 1px solid #FFB833;
	vertical-align: middle;
	font-size: 14px;
}

.text-list li button:hover {
	background-color: rgba(255, 184, 51, .7);
	border: 1px solid #FFB833;
}

@keyframes img-yd {
	0% {
		transform: translateX(80px);
		opacity: 0;

	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

.sale-img {
	text-align: center;
	position: relative;

}

.sale-img img {
	width: 90%;
	height: auto;
	animation: sale 2s ease 6.5s backwards;
}

@keyframes sale {
	0% {
		transform: scale(0);
		opacity: 0;

	}

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

}
.map-link1{
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 38%;
	top: 42%
}
@media screen and (max-width: 767px) {
	.about-box {
		margin: 16px auto;
		padding: 0 16px;
		height: calc(100vh - 248px);
		overflow-y;
		: hidden;
		overflow-x: hidden;
	}

	.about-box .wenzi {
		margin-right: 0;
		padding-right: 0;
		height: auto;
	}

	.contect-box .wenzi {
		padding: 0;
	}

	.about-box .about-img {
		position: static;
		margin: 24px auto;
		animation: img-yd-m 2s ease 1.5s backwards;
	}

	.about-box P {
		font-size: 14px;
		line-height: 30px;
	}

	.con-box .con-title {
		font-size: 26px;
		line-height: 60px;
	}

	.header .logo img {
		width: 32px;
		height: 32px;
	}

	.about-box .contect-img {
		width: 320px !important;
		height: 240px !important;
	}

	.about-box .contect-img img {
		width: 300px;
	}
	.text-list{
		margin: 16px auto;
		padding: 0 16px;
		height: calc(100vh - 248px);
	}

}

@keyframes img-yd-m {
	0% {
		transform: translateY(80px);
		opacity: 0;

	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}

}

.zilanmu {
	position: fixed;
	bottom: 24px;
	width: 100%;
}

.zilanmu ul {
	display: flex;
	align-items: center;
	padding: 0;
}

.zilanmu .zhuangshi {
	width: 40px;
	height: 88px;
	background: url(../images/submenus-side.png) 0 30px no-repeat;
	display: inline-block;

}

.zilanmu .xian {
	height: 1px;
	width: 100px;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	flex: 1;

}

.zilanmu ul li a {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;

}

.zlm-en ul li a {
	width: 96px;
	height: 96px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 48px;

}

.font11 {
	font-size: 12px !important;
	line-height: 12px !important;
}

.font11 ul li p {
	margin-top: 4px;
}

.zilanmu ul li a:hover {
	text-decoration: none;
	animation: zilanmu 0.8s ease;
}

.zilanmu ul li .on {
	width: 100px;
	height: 100px;
	background: url(../images/sub-bj-sec.png) -1px -1px no-repeat;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	border-radius: 50px;
	color: #FFB833;
}

.zlm-en ul li .on {
	width: 116px;
	height: 116px;
	background-size: 116px 116px;
	border-radius: 58px;
}

@keyframes zilanmu {
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(0);
	}
}

.zilanmu ul li span {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	margin: 4px auto 0;
}

.zilanmu ul li .icon-about {
	background-image: url(../images/icon/icon-about.png);

}

.zilanmu ul .on .icon-about {
	background-image: url(../images/icon/icon-about-on.png);

}

.zilanmu ul li .icon-honor {
	background-image: url(../images/icon/icon-honor.png);
}

.zilanmu ul .on .icon-honor {
	background-image: url(../images/icon/icon-honor-on.png);
}

.zilanmu ul li .icon-culture {
	background-image: url(../images/icon/icon-culture.png);
}

.zilanmu ul .on .icon-culture {
	background-image: url(../images/icon/icon-culture-on.png);
}

.zilanmu ul li .icon-yinxiang {
	background-image: url(../images/icon/icon-yinxiang.png);
}

.zilanmu ul .on .icon-yinxiang {
	background-image: url(../images/icon/icon-yinxiang-on.png);
}

.zilanmu ul li .icon-gongfang {
	background-image: url(../images/icon/icon-gongfang.png);
}

.zilanmu ul .on .icon-gongfang {
	background-image: url(../images/icon/icon-gongfang-on.png);
}

.zilanmu ul li .icon-zhoubian {
	background-image: url(../images/icon/icon-zhoubian.png);
}

.zilanmu ul .on .icon-zhoubian {
	background-image: url(../images/icon/icon-zhoubian-on.png);
}

.zilanmu ul li .icon-peijian {
	background-image: url(../images/icon/icon-peijian.png);
}

.zilanmu ul .on .icon-peijian {
	background-image: url(../images/icon/icon-peijian-on.png);
}

.zilanmu ul li .icon-news-hy {
	background-image: url(../images/icon/icon-news-hy.png);
}

.zilanmu ul .on .icon-news-hy {
	background-image: url(../images/icon/icon-news-hy-on.png);
}

.zilanmu ul li .icon-news-gs {
	background-image: url(../images/icon/icon-news-gs.png);
}

.zilanmu ul .on .icon-news-gs {
	background-image: url(../images/icon/icon-news-gs-on.png);
}

.zilanmu ul li .icon-yule {
	background-image: url(../images/icon/icon-yule.png);
}

.zilanmu ul .on .icon-yule {
	background-image: url(../images/icon/icon-yule-on.png);
}

.zilanmu ul li .icon-zhengfu {
	background-image: url(../images/icon/icon-zhengfu.png);
}

.zilanmu ul .on .icon-zhengfu {
	background-image: url(../images/icon/icon-zhengfu-on.png);
}

.zilanmu ul li .icon-jiudian {
	background-image: url(../images/icon/icon-jiudian.png);
}

.zilanmu ul .on .icon-jiudian {
	background-image: url(../images/icon/icon-jiudian-on.png);
}

.zilanmu ul li .icon-yanchu {
	background-image: url(../images/icon/icon-yanchu.png);
}

.zilanmu ul .on .icon-yanchu {
	background-image: url(../images/icon/icon-yanchun-on.png);
}

.zilanmu ul li .icon-bieshu {
	background-image: url(../images/icon/icon-bieshu.png);
}

.zilanmu ul .on .icon-bieshu {
	background-image: url(../images/icon/icon-bieshu-on.png);
}

.zilanmu ul li .icon-kefu {
	background-image: url(../images/icon/icon-kefu.png);
}

.zilanmu ul .on .icon-kefu {
	background-image: url(../images/icon/icon-kefu-on.png);
}

.zilanmu ul li .icon-ziliao {
	background-image: url(../images/icon/icon-ziliao.png);
}

.zilanmu ul .on .icon-ziliao {
	background-image: url(../images/icon/icon-ziliao-on.png);
}

/* 图片滚动效果 */
.swiper {
	border: 1px solid #000;
	padding: 10px;
}

.swiper-wrapper {
	background-color: #85858C;
}

.swiper-slide {
	background-color: #FFB833;
	width: 300px;
}

/* 全局动画 */
.clip-a-z {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.5s 5.5s ease-in-out;
	transition: -webkit-transform 0.5s 5.5s ease-in-out;
	transition: transform 0.5s 5.5s ease-in-out;
	transition: transform 0.5s 5.5s ease-in-out, -webkit-transform 0.5s 5.5s ease-in-out;
	-webkit-animation: clip-a-z 2s ease 5.5s backwards;
	animation: clip-a-z 2s ease 5.5s backwards;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes clip-a-z {
	0% {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.move-down {
	animation: move-down 2s ease 6s backwards;
}

@keyframes move-down {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.move-up {
	animation: move-up 2s ease 6.5s backwards;
}

@keyframes move-up {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.move-right {
	animation: move-right 2s ease 1.5s backwards;
}

@keyframes move-right {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.move-left {
	animation: move-left 2s ease 1.5s backwards;
}

@keyframes move-left {
	0% {
		transform: translateX(50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

/* 图片列表滚动样式 */
.sliderbox {
	width: 1680px;
	height: calc(100vh - 275px);
	overflow: auto;
	padding: 0 88px;
	margin: 0 auto;
	position: relative;
}

.arrow-btn {
	margin: 35px 0 0 0;
	display: inline;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 45%;
	margin-top: -20px;
}

.arrow-btn:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

#btn-left {
	margin-left: 12px;
	background-position: 0 0;
	background: url(../images/arrow-left.png) center center no-repeat;
	left: 24px;
}

#btn-left:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#btn-left.dasabled {
	opacity: 0.2;
	background-color: rgba(255, 255, 255, 0);
}

#btn-right {
	cursor: pointer;
	background-position: 0 0;
	background: url(../images/arrow-right.png) center center no-repeat;
	right: 24px;
}

#btn-right:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#btn-right.dasabled {
	opacity: 0.2;
	background-color: rgba(255, 255, 255, 0);
}

.slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 354px;
	float: left;
	top: 45%;
	margin-top: -152px;
	animation: move-right 2s ease 1.5s backwards;
}

.slider ul {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 1800px;
	list-style: none;
	padding: 0;
}

.slider li {
	float: left;
	width: 300px;
	height: auto;
}

.slider li .libox:hover {
	border: 1px solid rgba(255, 184, 51, 0.8);
	transform: scale(110%);

}

.slider li .libox {
	width: 276px;
	height: 306px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	transition: transform 0.5s ease;
}

.slider li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;


}

.slider li:hover a {
	color: #FFB833;
}

.slider li .img {
	width: 256px;
	height: 256px;
	overflow: hidden;
}

.slider li .name {
	height: 40px;
	line-height: 40px;
}

.slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block !important;
	transition: transform 0.5s ease;
}

.slider img:hover {
	transform: scale(115%);
	
}

/* 新闻列表样式 */
.news {
	height: 400px;
	margin-top: -187px;
}

.news li .libox {
	width: 270px;
	height: auto;
}

.slider li .libox:hover {
	transform: scale(105%);
}

.news li .img {
	width: 250px;
	height: 188px;
	margin-top: 10px;
}

.news li .name {
	height: 144px;
	margin-top: 10px;
	border-top: 1px dashed rgba(255, 255, 255, .3);
	width: 250px;
	padding: 10px 0;
}

.news li .name h4 {
	line-height: 24px;
	height: 24px;
	font-size: 15px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.date {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 24px;
	height: 24px;
	padding: 0;
	margin: 0 0 2px 0;
	font-style: normal;
	text-align: center;
}

.news li p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	line-height: 22px;
	font-weight: lighter;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    overflow: hidden;
}

@media screen and (min-width: 1680px) {
	.news li {
		width: 300px;
	}
}

@media screen and (max-width: 1679px) {
	.con-box-max {
		width: auto;
		margin: 0 88px;

	}
	.slider{
		height: calc(20vw - 24px);
		margin-top: calc(-10vw + 12px);
	}

	.sliderbox {
		width: auto;
		margin: 0 64px;
	}

	.slider li {
		width: calc(20vw - 60px);
	}

	.slider li .libox {
		width: calc(20vw - 84px);
		height: auto;
	}

	.slider li .img {
		width: calc(20vw - 104px);
		height: calc(20vw - 104px);
		margin: 8px 0 0;
	}

	.slider li img {
		width: 100%;
	}

	.slider li .libox:hover {
		transform: scale(105%);
	}

	.news {
		height: calc(26vw);
		margin-top: calc(-13vw + 12px);
	}

	.news li {
		
	}

	.news li .libox {
		width: calc(20vw - 76px);
	}

	.news li .img {
		width: calc(20vw - 96px);
		height: calc(15vw - 72px);
		margin-top: 8px;
	}

	.news li .name {
		width: calc(20vw - 96px);
	}

}

@media screen and (max-width: 1199px) {
	.con-box-max {
		width: auto;
		margin: 0 16px;

	}

	.sliderbox {
		width: auto;
		margin: 0;
	}
	.slider{
		height: calc(22vw);
		margin-top: calc(-11vw);
	}

	.slider li {
		width: calc(20vw - 35px);
	}

	.slider li .libox {
		width: calc(20vw - 49px);
	}

	.slider li .img {
		width: calc(20vw - 65px);
		height: calc(20vw - 65px);
	}

	.slider li img {
		width: 100%;
	}

	.slider li .libox:hover {
		transform: scale(105%);
	}

	.news {
		height: calc(29vw);
		margin-top: calc(-14vw);
	}

	.news li {
		
	}

	.news li .libox {
		width: calc(20vw - 49px);
	}

	.news li .img {
		width: calc(20vw - 65px);
		height: calc(15vw - 48px);
		margin-top: 8px;
	}

	.news li .name {
		width: calc(20vw - 65px);
	}

}

@media screen and (max-width: 991px) {
	.header .logo {
		margin-left: 20px;
		margin-top: 22px;
	}

	.con-title {
		line-height: 56px;
		font-size: 26px;
	}

	.con-box-max {
		width: auto;
		margin: 0 16px;

	}

	.sliderbox {
		width: auto;
		height: calc(100vh - 248px);
		padding: 0 16px;
		overflow-x: hidden;

	}

	.slider {
		position: static;
		height: auto;
		margin-top: 0;
		animation: none;

	}

	.slider ul {
		width: 100% !important;
		height: auto;
		left: 16px;
	}

	.slider li {
		width: calc(33vw - 11px);
		height: auto;

	}

	.slider li .libox {
		width: calc(33vw - 35px);
		height: calc(30vw - 10px);
		margin-bottom: 16px;
	}

	.slider li .img {
		width: calc(33vw - 55px);
		height: calc(33vw - 55px);
	}

	.slider li img {
		width: 100%;
	}

	.slider li .libox:hover {
		transform: scale(105%);
	}

	.menu-3 {
		display: none;
	}

	.btn-group {
		position: absolute;
		right: 0;
		bottom: 12px;
		animation: biaoti-yd 1.5s ease 4s backwards;
		z-index: 99999;
		display: block;
	}

	#btn-left,
	#btn-right {
		display: none;
	}

	.dropdown-menu {
		right: 0;
		left: auto;
		background-color: rgba(0, 0, 0, .8);
		border: 1px solid rgba(255, 255, 255, .2);
		min-width: auto;
		animation: move-down 0.5s ease 0s backwards;
	}

	.dropdown-menu>li>a {
		color: #FFF;
		text-shadow: none;
		text-align: right;
		padding: 8px 28px;
	}

	.btn-default,
	.btn-default.active.focus,
	.btn-default.active:focus,
	.btn-default.active:hover,
	.btn-default:active.focus,
	.btn-default:active:focus,
	.btn-default:active:hover,
	.btn-default:hover,
	.btn-default.active,
	.btn-default:active,
	.open>.dropdown-toggle.btn-default,
	.open>.dropdown-toggle.btn-default.focus,
	.open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
		background-color: rgba(0, 0, 0, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.3);
		color: #FFF;
	}

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background-color: rgba(255, 184, 51, 0.1);
		color: #FFB833;
	}

	.btn .caret {
		margin-left: 8px;
	}

	.zilanmu {
		bottom: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.zilanmu .xian,
	.zilanmu .zhuangshi {
		display: none;
	}

	.zilanmu ul li a {
		border: none;
	}

	.zilanmu ul li .on {
		background: none;
		border: none;
		width: 80px;
		height: 80px;
	}

	.zilanmu ul {
		justify-content: space-around;
		margin: 0;
	}

	.header .trigger-menu-icon {
		transform: scale(0.85)
	}

	.header .trigger-menu-icon span {
		margin: 4px 0;
	}

	.news li .libox {
		height: auto;
	}

	.news li .name {
		width: calc(33vw - 55px);
		height: auto;
	}

	.news li .img {
		height: calc(25vw - 42px);
	}
	.modal-dialog{
		width: 98%;
	}
}

@media screen and (max-width: 639px) {
	.header .logo {
		margin-left: 20px;
		margin-top: 22px;
	}

	.con-title {
		line-height: 56px;
		font-size: 24px;
	}

	.con-box-max {
		width: auto;
		margin: 0 16px;

	}

	.sliderbox {
		width: auto;
		height: calc(100vh - 248px);
		padding: 0 16px;
		overflow-x: hidden;

	}

	.slider {
		position: static;
		height: auto;
		margin-top: 0;
		animation: none;

	}

	.slider ul {
		width: 100% !important;
		height: auto;
		left: 16px;
	}

	.slider li {
		width: calc(50vw - 16px);
		height: auto;

	}

	.slider li .libox {
		width: calc(50vw - 38px);
		height: calc(50vw - 6px);
		margin-bottom: 16px;
	}

	.slider li .img {
		width: calc(50vw - 58px);
		height: calc(50vw - 58px);
	}

	.slider li img {
		width: 100%;
	}

	.slider li .libox:hover {
		transform: scale(105%);
	}

	.menu-3 {
		display: none;
	}

	.btn-group {
		position: absolute;
		right: 0;
		bottom: 12px;
		animation: biaoti-yd 1.5s ease 4s backwards;
		z-index: 99999;
		display: block;
	}

	#btn-left,
	#btn-right {
		display: none;
	}

	.dropdown-menu {
		right: 0;
		left: auto;
		background-color: rgba(0, 0, 0, .8);
		border: 1px solid rgba(255, 255, 255, .2);
		min-width: auto;
		animation: move-down 0.5s ease 0s backwards;
	}

	.dropdown-menu>li>a {
		color: #FFF;
		text-shadow: none;
		text-align: right;
		padding: 8px 28px;
	}

	.btn-default,
	.btn-default.active.focus,
	.btn-default.active:focus,
	.btn-default.active:hover,
	.btn-default:active.focus,
	.btn-default:active:focus,
	.btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus,
	.open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
		background-color: rgba(0, 0, 0, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.3);
		color: #FFF;
	}

	.btn .caret {
		margin-left: 8px;
	}

	.zilanmu {
		bottom: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.zilanmu .xian,
	.zilanmu .zhuangshi {
		display: none;
	}

	.zilanmu ul li a {
		border: none;
	}

	.zilanmu ul li .on {
		background: none;
		border: none;
		width: 80px;
		height: 80px;
	}

	.zilanmu ul {
		justify-content: space-around;
		margin: 0;
	}

	.header .trigger-menu-icon {
		transform: scale(0.85)
	}

	.header .trigger-menu-icon span {
		margin: 4px 0;
	}

	.news li .libox {
		height: auto;
	}

	.news li .name {
		width: calc(50vw - 58px);
		height: auto;
	}

	.news li .img {
		height: calc(38vw - 44px);
	}
	.modal-dialog{
		width: 95%;
	}

}

/* 模态框样式 */
.modal-content {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 0 16px;

}

.modal-header {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	padding: 15px 0;
}

.modal-title {
	color: #FFB833;
	text-align: center;
	height: 40px;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	margin-bottom: 10px;
}

.close {
	color: #fff;
	opacity: 1;
}

button.close {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2px;
	position: absolute;
	top: 10px;
	right: 10px;

}

button.close:hover {
	background-color: rgba(255, 142, 20, 0.25);
	border: 1px solid #FFB833;
	color: #FFB833;
	opacity: 1;
	text-shadow: 0 1px 0 #FFB833
}

button.close span {
	margin-top: 2px;
}

.modal-body {
	padding: 15px 0;
}

.modal-dialog {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 1px;
}

.modal-open .modal {
	display: flex;
	align-items: center;
	z-index: 99999;
}

/* 产品弹窗样式 */
.pro-in-box {
	color: #ddd;
	font-size: 14px;
	line-height: 28px;
	height: calc(100vh - 80px);
	overflow: auto;
	text-align: left;
	padding: 0 12px;
	
}

.pro-in-box P {
	text-align: left;
	animation: move-up 2s ease 0.5s backwards;
}

.pro-in-box img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-animation: clip-a-z 2s ease 1.5s backwards;
	animation: clip-a-z 2s ease 0.2s backwards;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	margin: 16px auto;
	display: block;
}
.mapTC{
	position: relative;
}
.mapTC a{
	position: absolute;
	width: 40px;
	height: 40px;
}
.wlmq{
	top:18%;
	left: 28%;
}
.btn:active:focus, .btn:focus{
	outline:0;
}
.xining{
	top:42%;
	left: 42%;
}
.hhht{
	top:35%;
	left: 58%;
}
.beijing{
	top:32%;
	left: 66%;
}
.haerbin{
	top:21%;
	left: 80%;
}
.xian{
	top:50%;
	left: 55%;
}
.zhengzhou{
	top:48%;
	left: 62%;
}
.lasa{
	top:59%;
	left: 26%;
}
.chengdu{
	top:59%;
	left: 47%;
}
.kunming{
	top:72%;
	left: 45%;
}
.changsha{
	top:65%;
	left: 60%;
}
.wuhan{
	top:58%;
	left: 63%;
}
.nanjing{
	top:53%;
	left: 70%;
}
.shanghai{
	top:53%;
	left: 75%;
}
.hangzhou{
	top:59%;
	left: 73%;
}
.guangzhou{
	top:73%;
	left: 61%;
}
.shenzhen{
	top:76%;
	left: 66%;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 2px;
	/*对垂直流动条有效*/
	height: 10px;
	/*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	background-color: rgba(255, 255, 255, .15);
	border-radius: 1px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #FFB833;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
	background-color: cyan;
	display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
	background: khaki;
}

.iframe-music {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 16px;
	right: 24px;
}