html,
body {
	background: #eeeff1;
	user-select: none
}

body {
	position: relative
}

p {
	margin: 0;
	padding: 0
}

.containe {
	width: 1300px;
	margin: 0 auto
}

.con-left {
	width: 100%
}

.con-right {
	width: 390px;
	margin-top: 10px
}

.con-left::-webkit-scrollbar {
	display: none
}

.con-right::-webkit-scrollbar {
	display: none
}

.con-info {
	width: 100%;
	height: 90px;
	background: #eeeff1
}

.con-info-inner {
	width: 100%;
	margin: 14px auto
}

.con-info-title {
	font-size: 20px;
	color: #63686e;
	line-height: 58px
}

.con-info-inner p {
	font-size: 16px;
	color: #373737
}

.introduce {
	width: 1300px;
	margin: 30px auto;
	height: 780px;
	background: #fff;
	padding-top: 32px;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 20px solid #eeeff1;
}

.introduce-title {
	font-size: 28px;
	text-align: center;
	line-height: 50px
}
.title-info{
	width: 100%;
}

.fenge {
	width: 92px;
	height: 3px;
	background: #ffbe4c;
	margin: 0 auto 20px
}

.introduce p {
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	color:#112553;
	letter-spacing: 0.2em;
}

.in-warp {
	display: flex;
	justify-content: space-around
}

.introduce-section {
	margin-top: 28px;
	width: 286px;
	height: 500px;
	box-sizing: border-box;
	padding: 6px 14px 0;
	border: 2px solid #bbb;
	border-radius: 4px
}

.introduce-section:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -4px, 0);
	border-color: #ffbe4c
}

.introduce-section:hover .introduce-section-icon {
	background-color: #ffbe4c
}

.introduce-section-icon {
	width: 150px;
	height: 150px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-left: 50px
}

.se-reg {
	background: url(../img/reg.png) no-repeat center center
}

.se-hd {
	background: url(../img/h=icon.png) no-repeat center center
}

.se-sj {
	background: url(../img/sj.png) no-repeat center center
}

.se-qd {
	background: url(../img/qicon.png) no-repeat center center
}

.active {
	background-color: #ffbe4c
}

.introduce-section-title {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px
}

.introduce-list {
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin-top: 10px
}

.introduce-list li:hover {
	background: #eee;
	cursor: pointer
}

.anli {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 28px;
	box-shadow: 0 0 10px #fff
}

.anli .swiper-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6)
}

.title {
	line-height: 50px;
	font-size: 27px
}

.xiahua {
	width: 24px;
	height: 4px;
	background: #ffbe4c
}

.anli .more {
	display: block;
	margin: 30px auto;
	width: 200px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background: #ffbe4c;
	box-shadow: 2px 2px 7px #373737
}

.anli-item:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -4px, 0);
	transition: all .3s linear
}

.anli-list-warp {
	height: 820px;
	overflow: hidden
}

.anli-list {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.anli-item {
	width: 394px;
	height: 360px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 44px;
	margin-left: 17px;
	transition: all .3s linear
}

.anli-item-logo,
.anli-item-logo img {
	width: 100%;
	height: 219px;
	border-radius: 4px 4px 0 0
}

.anli-item-info,
.anli-item-label {
	padding: 0 10px;
	text-align: left;
	/* user-select: all; */
}

.anli-item-info {
	margin-top: 10px
}

.anli-item-title {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
}

.anli-item-js {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #f3f3f5
}

.anli-item-label {
	margin-top: 4px;
	font-size: 14px
}

.label-icon {
	background: url(../img/label-icon.png) no-repeat left center;
	padding: 5px 16px;
	text-align: left;
	margin-left: 8px
}

.label-item {
	display: inline-block;
	height: 17px;
	padding: 2px 8px;
	text-align: center;
	line-height: 17px;
	background: #f3f3f5;
	margin-right: 4px;
	user-select: all;
}

.loading {
	width: 150px;
	height: 4px;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
	background: lightgreen;
	-webkit-animation: changeBgColor 1.04s ease-in infinite alternate
}

.loading span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: lightgreen;
	position: absolute;
	margin-top: -7px;
	margin-left: -8px;
	-webkit-animation: changePosition 1.04s ease-in infinite alternate
}

@-webkit-keyframes changeBgColor {
	0% {
		background: lightgreen
	}
	100% {
		background: lightblue
	}
}

@-webkit-keyframes changePosition {
	0% {
		background: lightgreen
	}
	100% {
		margin-left: 142px;
		background: lightblue
	}
}

.num-warp {
	width: 100%;
	height: 172px;
	background: url(../img/data.jpg) no-repeat;
	background-size: cover
}

.number {
	width: 100%;
	height: 172px;
	box-sizing: border-box;
	padding: 27px 160px;
	font-size: 14px;
	display: flex;
	justify-content: space-around
}

.number-item {
	float: left
}

.num-one {
	width: 104px;
	height: 108px;
	padding-top: 68px;
	background: url(../img/hezuo.png) no-repeat center top;
	text-align: center
}

.num-t {
	width: 104px;
	height: 108px;
	padding-top: 68px;
	background: url(../img/jiangbei.png) no-repeat center top;
	text-align: center;
	margin-left: 144px
}

.num-s {
	width: 104px;
	height: 108px;
	padding-top: 68px;
	background: url(../img/renyuan.png) no-repeat center top;
	text-align: center;
	margin-left: 130px
}

.num {
	font-size: 20px;
	color: #ffbe4c;
	font-style: normal
}

.num-info {
	color: #fff;
	margin-top: 4px
}

.kehu {
	width: 100%;
	height: 310px;
	box-sizing: border-box;
	padding: 16px 28px 0;
	position: relative;
	background: #fff
}

.kehu .title {
	height: 60px;
	width: 100%;
	position: relative
}

.kehu h2 {
	position: absolute;
	left: 0;
	font-size: 27px
}

.kehu .xiahua {
	position: absolute;
	bottom: 0
}

.kslider-warp {
	width: 1050px;
	height: 100px;
	margin-top: 74px;
	overflow: hidden;
	position: relative;
	margin: 74px auto 0;
	box-sizing: border-box
}

.kslider-inner {
	width: 5000px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0
}

.kslider-list {
	height: 100%;
	width: 1050px;
	float: left
}

.kslider-item {
	width: 190px;
	height: 100px;
	float: left;
	margin-right: 14px
}

.kslider-item img {
	width: 100%
}

.kslider-inner .last-item {
	margin-right: 0
}

.btn {
	position: absolute;
	font-size: 22px;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26;
	text-align: center;
	color: #ffbe4c;
	top: 176px
}

.btn-prev {
	left: 28px;
	background: url(../img/btn-prev.jpg) no-repeat
}

.btn-next {
	right: 28px;
	background: url(../img/btn-next.jpg) no-repeat
}

.hot-title {
	height: 54px;
	width: 100%;
	background: #000;
	box-sizing: border-box;
	padding: 0 13px;
	position: relative;
	margin-bottom: 24px
}

.hot-title h2 {
	background: url(../img/hot.png) no-repeat left center;
	height: 54px;
	line-height: 54px;
	padding-left: 50px;
	color: #ffbe4c
}

.hot-title a {
	display: block;
	width: 80px;
	height: 18px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	position: absolute;
	right: 13px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	top: 17px
}

.hot-item {
	width: 366px;
	height: 184px;
	box-sizing: border-box;
	padding: 6px;
	background: #fff;
	margin: 0 auto 20px
}

.hot-item-img>img:hover {
	transform: scale3d(1.2, 1.2, 5);
	overflow: hidden;
	transition: all .5s linear
}

.hot-item-img {
	width: 352px;
	height: 115px;
	overflow: hidden;
	position: relative
}

.hot-item-img img {
	width: 100%;
	height: 100%;
	transition: all .7s linear
}

.hot-item-info {
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	line-height: 26px;
	padding: 0 14px;
	box-sizing: border-box
}

.hot-item-info a {
	color: #ffbe4c;
	font-size: 14px;
	font-weight: bold
}

.hot-m {
	width: 12px;
	height: 12px;
	border: 1px solid #604c3a;
	line-height: 12px;
	text-align: center;
	margin-top: 5px
}

.hot-footer {
	width: 100%;
	height: 57px;
	box-sizing: border-box;
	padding: 6px 0
}

.hot-logo {
	width: 122px;
	height: 100%;
	border-right: 1px solid #d9d9d9
}

.hot-logo img {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto
}

.location {
	width: 228px;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: left
}

.hot-t,
.hot-la {
	font-size: 14px;
	padding-left: 18px;
	margin-bottom: 8px
}

.hot-t {
	background: url(../img/timer.png) no-repeat left center
}

.hot-la {
	background: url(../img/la.png) no-repeat 2px center
}

.footer {
	width: 100%;
	margin-top: 30px;
	height: 230px;
	box-sizing: border-box;
	background: rgb(80, 109, 172);
	min-width: 1300px;
	/* max-width: 2000px */
}

.ft-in {
	width: 1300px;
	height: 180px;
	margin: 0 auto
}

.footer-lianxi {
	width: 510px;
	height: 100%;
	box-sizing: border-box;
	padding: 28px 0 20px;
	color: #fff;
}

.tel,
.email {
	font-size: 18px
}

.email {
	margin-top: 14px
}

.yl {
	margin-top: 26px;
	font-size: 16px;
	font-weight: bold
}

.ylone {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	border: 2px solid #ffbe4c;
	border-radius: 20px;
	height: 16px;
	line-height: 16px;
	padding: 2px 8px
}
.ylone a{
	color: #fff;
}
.lianjie {
	margin-top: 18px;
	display: flex;
	align-items: center;
}

.lianjie a {
	/* color: #a8a8a8; */
	font-size: 14px;
	display: inline-block;
	margin-right: 12px
}

.lianjie a:last-child {
	margin-right: 0
}

.zhywx,
.xdwx {
	color: #fff;
	padding-top: 28px;
	font-size: 16px;
	font-weight: bold
}

.zhywx p,
.xdwx p {
	font-size: 18px;
	text-align: center
}

.zhywx img,
.xdwx img {
	width: 120px;
	height: 120px
}

.zhywx {
	margin-right: 80px
}

.zhywx p,
.xdwx p {
	margin-bottom: 8px
}

.copy {
	width: 100%;
	height: 50px;
	background: #000;
	min-width: 1300px;
}

.copy p {
	color: #eeeff1;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold
}


.lhwInfoTit{
	display: block;
	width: 910px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #313f66;
	font-weight: normal;
}
.lhwLcWarp{
	margin-top: 90px;
}
.lhwLcImgList{
	width: 1070px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lhwLcImgList>li img{
	display: block;
	width: 190px;
	margin: 0 auto;
}
.lhwLcwordList{
	width: 1070px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.wordWarp{
	width: 150px;
	margin: 0 auto;
	border: 2px solid #4f6baa;
	border-radius: 5px;
	padding-bottom: 10px;
	
}
.wordWarp h1{
	display: block;
	width: 130px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	color: #313f66;
	line-height: 40px;
	border-bottom: 1px solid #112553;
	margin-bottom: 12px;
	user-select: all;
}
.wordWarp h6{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #112553;
	line-height: 22px;
	user-select: all;
	/* font-weight: normal; */
}