@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body,
html {
	font-family: "微软雅黑";
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

button {
	border: none;
	background: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font-bold {
	font-weight: bold;
}
p {
    margin-top: 0;
    /* margin-bottom: 0; */
}
[v-cloak] {
	display: none;
}


/*头部样式开始*/
.m-header {
	width: 100%;
	/* background:  no-repeat center; */
	background-size: cover;
	background-position: 60% 0;
	height: 580px;
	color: #fff;
	display: flex;
	align-items: flex-end;
	margin-top: 44px;
	overflow: hidden;
}

.m-header .u-ps {
	font-size: 40px;
	line-height: 40px;
	width: max-content;
	margin: 0 auto;
	padding: 5%;
}

.m-header .u-ps span {
	color: #E9E916;
	font-size: 40px !important;
}

.m-header .u-tp {
	font-size: 56px;
	line-height: 64px;
	max-width: 1000px;
}

.m-header .u-ps-pc {
	display: none;
	margin-left: 20%;
}

.navBox {
	position: relative;
	padding: 0 24px;
	height: 44px;
	line-height: 44px;
	width: 100%;
	background: #fff;
	color: #fff;
	position: fixed;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	max-width: 1920px;
}

.navBox .u-logo .logo-m {
	width: 120px;
	height: 25px;
}

.navBox .u-logo .logo {
	display: none;
}

.navBox .u-menu {
	font-size: 22px;
	color: #004B77;
	cursor: pointer;
}

.navBox .navbar-nav {
	display: none;
}

.navBox .navbar-nav ul li {
	margin-left: 3vw;
}

.navBox .navbar-nav ul li:last-child {
	display: none;
}

.navBox .navbar-nav ul li .active,
.navBox .navbar-nav ul li a:hover {
	color: #E9E916;
}

/*头部样式结束*/

/*移动端菜单开始*/
.m-menu-box {
	width: 100%;
	background: #fff;
	height: 100%;
	position: fixed;
	top: 44px;
	left: 0;
	display: none;
	z-index: 9;
	border-top: 1px solid #DDD;
}

.m-menu-box .menu-list {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #DDD;
	color: #246698;
	font-size: 16px;
}

.m-menu-box .menu-list-open {
	cursor: pointer;
}

.m-menu-box .menu-list i {
	line-height: 44px;
	cursor: pointer;
}

.m-menu-box .menu-list-hidden {
	display: none;
}

.m-menu-box .menu-list-hidden .td {
	height: 44px;
	line-height: 44px;
	color: #246698;
	font-size: 14px;
}
.m-menu-box .menu-list-open .td {
	height: 44px;
	line-height: 44px;
	color: #246698;
	font-size: 14px;
}
.menuInDown {
	-webkit-animation: menuInDown 0.2s;
	animation: menuInDown 0.2s;
}

@-webkit-keyframes menuInDown {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes menuInDown {
	0% {
		-webkit-transform: translateY(-1000px);
		-ms-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.menuInOut {
	-webkit-animation: menuInOut 0.2s;
	animation: menuInOut 0.2s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes menuInOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	99% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
}

@keyframes menuInOut {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	99% {
		-webkit-transform: translateY(-1000px);
		-ms-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-1000px);
		-ms-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

/*移动端菜单结束*/

/*面包屑开始*/
.m-crumb {
	color: #114A76;
	font-size: 14px;
	margin-top: 32px;
	display: none;
}

/*面包屑结束*/

/*相关产品开始*/
.m-related-product,
.m-partners {
	margin-top: 80px;
}

.m-related-product .related-title,
.m-partners .u-title {
	color: #004B77;
	font-size: 28px;
	margin-bottom: 40px;
}

.m-related-product .list {
	margin-bottom: 50px;
	color: #004B77;
	cursor: pointer;
}

.m-related-product .list .u-img {
	margin-bottom: 20px;
}

.m-related-product .list .u-img img {
	width: 100%;
}

.m-related-product .list .u-title {
	font-size: 24px;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m-related-product .list .u-tp {
	margin-top: 5px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 95px;
}

.m-related-product .list .u-detail {
	margin-top: 15px;
	font-size: 12px;
	cursor: pointer;
}

/*相关产品结束*/


/*留言开始*/
.m-message {
	margin-top: 120px;
}

.m-message .u-title {
	font-size: 56px;
	color: #004B77;
	line-height: 64px;
}

.m-message .u-img {
	margin-top: 20px;
}

.m-message .container {
	position: relative;
}

.m-message .u-img-pc {
	display: none;
}

.m-message .box {
	margin: 35px 0 100px 0;
}

.m-message .box label {
	color: #114A76;
}

.m-message .box .btn {
	width: 160px;
	height: 48px;
	line-height: 34px;
	background: #114A76;
	margin-top: 40px;
}

/*留言结束*/

/*合作伙伴开始*/
.m-partners {
	margin: 120px 0 60px 0;
}

.m-partners .u-img img {
	width: 100%;
}

/*合作伙伴结束*/

footer {
	background: #246598;
	padding: 48px 0;
}

footer .u-logo {
	width: 128px;
	height: 25px;
}

footer .foot-nav {
	color: #fff;
	font-size: 12px;
	margin-top: 35px;
}

footer .foot-nav a {
	margin: 0 1%;
}

footer .u-share {
	margin-top: 45px;
}

footer .u-contact,
footer .u-contact-pc {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	transform: scale(0.8);
}

footer .u-contact-pc {
	display: none;
	margin-top: 20px;
	transform: scale(1);

}

@media (min-width: 867px) {
	.m-header {
		margin: 0;
	}
	.pageNumCon{
		display: inline-block !important;
	}
	.page-bar ul li.allPage{
		display: inline-block !important;
	}
	.navBox {
		background: none;
		height: 100px;
		line-height: 100px;
		position: absolute;
	}

	.navBox .u-logo .logo-m {
		display: none;
	}

	.navBox .u-logo .logo {
		display: block;
	}

	.navBox .u-menu {
		display: none;
	}

	.navBox .navbar-nav {
		display: block;
	}

	.m-header .u-ps {
		font-size: 40px;
		line-height: 40px;
		padding: 0;
	}
	.m-header .u-ps span {
		font-size: 40px !important;
	}
	.m-header .u-tp {
		font-size: 70px;
		line-height: 67px;
	}

	.m-message .u-title {
		display: none;
	}

	.m-message .u-img {
		display: none;
	}

	.m-message .u-img-pc {
		display: block;
		position: absolute;
		bottom: 0px;
	}

	.m-message .box {
		background: rgba(255, 255, 255, 0.56);
		border: 1px solid rgba(87, 87, 87, 0.48);
		padding: 105px 0;
		box-sizing: border-box;
	}

	.m-partners {
		margin-top: 180px;
	}

	footer .u-logo {
		width: 211px;
		height: 42px;
	}

	footer .foot-nav {
		margin-top: 70px;
	}

	footer .u-share {
		margin-top: 66px;
	}
}

@media (min-width: 1025px) {
	.m-header .u-ps {
		display: none;
		margin-left: 20%;
		padding: 0;
	}

	.m-header .u-ps-pc {
		display: block;
		width: max-content;
		font-size: 40px;
		line-height: 40px;
	}
	.m-header .u-ps-pc span {
		font-size: 40px !important;
	}
	footer .u-contact {
		display: none;
	}

	footer .u-contact-pc {
		display: block;
	}

	.navBox .navbar-nav ul li:last-child {
		display: block;
	}
}

@media (min-width: 1200px) {
	.m-header .u-ps-pc {
		font-size: 40px;
		line-height: 40px;
	}
	.m-header .u-ps-pc span {
		font-size: 40px !important;
	}
	.g-index .m-header{
		width: 100%;
	}
	.navBox .navbar-nav ul li:last-child {
		display: block;
	}
	
}

#changeLan {
	background-color: transparent;
	border: 0;
	width: 88px;
	color: #fff;
}

#changeLan option {
	color: #000000;
}

.twoMenu {
	position: absolute;
	width: 220px;
	top: 65%;
	left: 0%;
	display: none;
}
.twoMenu.active1{
	width: 220px;
}
.twoMenu ul {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.twoMenu li {
	line-height: 30px;
	margin-left: 0 !important;
	cursor: pointer;
}

.twoMenu li:hover {
	color: #E9E916;
}

.twoMenu li:last-child {
	display: block !important;
}

.proHover:hover .twoMenu {
	display: block;
}

.page-bar {
	height: 38px;
	text-align: center;
}
.page-bar ul{
	height: 38px;
	display: inline-block;
}
.page-bar ul li{
	display: inline-block;
	cursor: pointer;
}
.page-bar li:first-child>a {
	margin-left: 0px
}

.page-bar a {
	border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    padding: 5px 10px;
    line-height: 1.42857143;
    color: #5D6062;
    cursor: pointer;
}

.page-bar a:hover {
	background-color: #eee;
}

.page-bar a.banclick {
	cursor: not-allowed;
}
.page-bar .active a {
	color: #fff;
	background-color: #114A76;
	border-color: #114A76;
}

.page-bar i {
	font-style: normal;
	color: #114A76;
	margin: 0px 4px;
	font-size: 12px;
}
.page-bar ul li.pageNumCon{
	display: none;
}
.page-bar ul li.allPage{
	display: none;
}
.slh{
	font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
	line-height: 22px;
}