[v-cloak] {
	opacity: 0;
}

*:hover {
	transition: all 0.3s;
}

a {
	background-color: transparent
}

a:hover {
	color: #2dbbe9;
	text-decoration: none
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}


/* custom */

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

a:focus {
	outline: none;
}

body,
h3,
h4,
p,
ol,
ul,
li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	outline: 0px;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.header .header-l {
	flex-shrink: 0;
	margin-right: 120px;
	height: 64px;
	overflow: hidden;
}

.header .header-l img {
	width: 170px;
	margin-top: -10px;
}

.header .header-r {
	flex-grow: 1;
	font-size: 16px !important;
}

.header .header-r .nav {}

.header .header-r .nav>.item {
	height: 63px;
	line-height: 63px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	margin-right: 35px;
}

.header .header-r .nav>.item .title {
	color: #ffffff;
}

.header .header-r .nav>.item .down {}

.header .header-r .nav>.item .down img {
	width: 11px;
	height: 8px;
	margin-left: 5px;
}

.header .header-r .nav .pro {
	width: 750px;
	flex-wrap: wrap;
	border-radius: 4px;
	box-shadow: 0 1px 1px #f2f2f2;
	padding: 20px;
	background-color: #fff;
}

.header .header-r .nav .pro::before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: 1px;
	right: 50%;
	transform: translateX(8px);
}

.header .header-r .nav .pro .item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 10px 20px;
	background-color: #fff;
}

.header .header-r .nav .pro .item:hover {
	background-color: #f4f6f9;
}

.header .header-r .nav .pro .item .top {
	line-height: 40px;
}

.header .header-r .nav .pro .item .top img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.header .header-r .nav .pro .item .top span {
	font-size: 14px;
}

.header .header-r .nav .pro .item .btm {
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.header .header-r .consult {
	width: 100px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #40A0CA;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
}

.header .header-r .nav .active::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.header .header-r .nav>.item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .header-r .nav>.item:hover::after {
	transform: scaleX(1);
}

.scroll {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	z-index: 100;
}

.scroll .header-l {
	flex-shrink: 0;
	margin-right: 120px;
	height: 64px;
	overflow: hidden;
}

.scroll .header-l img {
	width: 170px;
	margin-top: -10px;
}

.scroll .header-r {
	flex-grow: 1;
	font-size: 16px !important;
}

.scroll .header-r .nav {}

.scroll .header-r .nav>.item {
	height: 63px;
	line-height: 63px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	margin-right: 35px;
}

.scroll .header-r .nav>.item:last-child {
	margin-right: 0;
}

.scroll .header-r .nav>.item .title {
	color: #333;
}

.scroll .header-r .nav>.item .down {}

.scroll .header-r .nav>.item .down img {
	width: 11px;
	height: 8px;
	margin-left: 5px;
}

.scroll .header-r .nav .pro {
	width: 750px;
	flex-wrap: wrap;
	border-radius: 4px;
	box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
	padding: 20px;
	background: #fff;
}

.scroll .header-r .nav .pro::before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: 1px;
	right: 50%;
	transform: translateX(8px);
}

.scroll .header-r .nav .pro .item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 10px 20px;
	background-color: #fff;
}

.scroll .header-r .nav .pro .item:hover {
	background-color: #f4f6f9;
}

.scroll .header-r .nav .pro .item .top {
	line-height: 40px;
}

.scroll .header-r .nav .pro .item .top img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.scroll .header-r .nav .pro .item .top span {
	font-size: 14px;
}

.scroll .header-r .nav .pro .item .btm {
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.scroll .header-r .consult {
	width: 100px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	background-color: #40A0CA;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}

.scroll .header-r .nav .active .title {
	color: #40A0CA;
}

.scroll .header-r .nav .active::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #40A0CA;
}

.scroll .header-r .nav>.item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #40A0CA;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.scroll .header-r .nav>.item:hover .title {
	color: #40A0CA;
}

.scroll .header-r .nav>.item:hover::after {
	transform: scaleX(1);
}

.banner {
	height: 720px;
	position: relative;
	z-index: 98;
}

.banner .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner .item img {
	width: 100%;
	height: 100%;
}

.banner .item .des {
	margin-top: -535px;
	position: relative;
}

.banner .item-f .des h3 {
	font-size: 60px;
	line-height: 84px;
	color: #fff;
}

.banner .item-f .des p {
	color: #fff;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	line-height: 42px;
	margin-top: 25px;
}

.banner .item-f .des div {
	color: #fff;
	background-color: #383944;
	border-radius: 2px;
	width: 160px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-top: 50px;
	cursor: pointer;
}

.banner .item-s .des h3 {
	font-size: 60px;
	line-height: 84px;
	color: #ffe1c6;
}

.banner .item-s .des p {
	color: #cbbaaa;
	font-size: 26px;
	text-align: left;
	font-weight: 500;
	line-height: 42px;
	margin-top: 25px;
}

.banner .item-s .des div {
	color: #333;
	background-color: #fdd083;
	border-radius: 2px;
	width: 160px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-top: 50px;
	cursor: pointer;
}

.bannert-enter,
.bannert-leave-to {
	opacity: 0;
	transition: all 1.5s ease;
}

.bannert-enter-to,
.bannert-leave {
	opacity: 1;
	transition: all 1.5s ease;
}

.bannert-active,
.bannert-leave-active {}

.container {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


/*backTop*/

.backTop {
	z-index: 6;
	position: fixed;
	right: 15px;
	bottom: 100px;
	width: 94px;
	height: 94px;
	display: block;
	display: none;
	background: url('../../images/newIcon.png') no-repeat -760px -1170px;
}


/*.container {
	margin:0 auto;
	position: relative;
	z-index: 9;
}*/

.row-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.row-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.row-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wxspan {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	margin-left: 6px;
}

.imgsize {
	width: 22px;
	height: 22px;
}

.wx_module {
	width: 260px;
	background-color: #FFFFFF;
	padding: 25px 0px;
	border-radius: 0px 4px 4px 0px;
}

.wxkf {
	width: 72px;
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 18px;
	margin: 5px 0px 30px 40px;
}

.wx_title {
	margin: 0px 0px 20px 40px;
}

.pro-wrapper {
	display: none;
}

.nav>.item:hover .pro-wrapper {
	display: flex;
}

@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

@media (min-width:1440px) {
	.container {
		/*width: 1400px*/
	}
}

.header .header-l img {
	width: 150px;
	margin-top: 6px;
}

.scroll .header-l img {
	width: 150px;
	margin-top: 6px;
}