body {
	font-size: 16px;
	color: #333;
}

.w84 {
	width: 84%;
	max-width: 1600px;
	margin: 0 auto;
}

.w90 {
	width: 90%;
	max-width: 1720px;
	margin: 0 auto;
}

.logo {
	height: 64px;
}

nav {
	font-size: 18px;
	line-height: 100px;
}

nav li {
	position: relative;
	padding: 0 40px;
}

nav li dl {
	position: absolute;
	text-align: center;
	min-width: 100%;
	width: auto;
	top: 100px;
	left: 50%;
	background: #fff;
	-webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

nav li dl dd {
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

nav li dl dd:last-child {
	border-bottom: 0
}

nav li dl dd a {
	padding: 0 10px;
	font-size: 14px;
	color: #333 !important;
	font-weight: normal !important;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	display: block
}

nav li dl dd:hover {
	background: #00519c
}

nav li dl dd:hover a {
	color: #fff !important;
}

nav li dl:before {
	content: "";
	position: absolute;
	border-width: 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent #fff;
	top: -9px;
	left: 50%;
	margin-left: -9px
}

nav li dl {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	-o-transform: translateX(-50%) translateY(20px);
	-webkit-transform: translateX(-50%) translateY(20px);
	-moz-transform: translateX(-50%) translateY(20px);
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

nav li:hover dl {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

nav li>a:hover:after {
	top: 0
}

nav li>a:hover span {
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%)
}



.h_nav {
	display: none;
}

.h_nav {
	height: 60px;
	width: 60px;
	background-color: #00519c;
	padding: 18px 8px;
	align-items: flex-end;
	flex-direction: column;
	justify-content: space-between;
	display: none;
}

.h_nav .burger {
	width: 100%;
	height: 1px;
	background: #fff;
	transition: .8s;
	display: inline-block;
}

.h_nav .burger:first-child {
	animation: long 2s linear infinite;
}

.h_nav .burger:nth-of-type(2) {
	width: 50%;
}

.h_nav .burger:nth-of-type(3) {
	animation: long 3s linear infinite;
	-webkit-animation: long 3s linear infinite;
}

.h_nav.close .burger:first-child {
	display: none;
}

.h_nav.close .burger:nth-of-type(3) {
	display: none;
}

.h_nav.close .burger:nth-of-type(2) {
	position: relative;
	z-index: 1;
	width: 80%;
}

.h_nav.close .burger:nth-of-type(2):before,
.h_nav.close .burger:nth-of-type(2):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 1;
}

.h_nav.close .burger:nth-of-type(2) {
	background: transparent;
	transform: rotate(-180deg);
}

.h_nav.close .burger:nth-of-type(2):before,
.h_nav.close .burger:nth-of-type(2):after {
	opacity: 1;
	transition: all .3s;
}

.h_nav.close .burger:nth-of-type(2):before {
	transform: rotate(45deg);
}

.h_nav .burger:nth-of-type(2):after {
	transform: rotate(-45deg);
}

.erji {
	position: absolute;
	height: 60px;
	width: 60px;
	z-index: 10;
	color: #333;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	right: 0;
	top: 0;
	display: none;
}

nav li.on {
	color: #00519c;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.banner {
	margin-top: 90px;
}

.banner img {
	width: 100%;
	height: calc(100vh - 90px);
	object-fit: cover;
}

.banBtn {
	position: absolute;
	left: 8vw;
	bottom: 50px;
	z-index: 10;
	display: flex;
}

.banBtn .prev,
.banBtn .next {
	cursor: pointer;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.banBtn .prev:hover,
.banBtn .next:hover {
	background-color: #00519c;
	color: #fff;
}

.idxPro {
	background: #f2f3f5;
}

.idxTitle .f80 {
	opacity: 0.08;
}

.idxTitle .f50 {
	margin-top: -65px;
}

.line-height1-6 {
	line-height: 1.6;
}

.idxProUl li {
	width: 49.3%;
	margin-right: 1.4%;
	margin-bottom: 30px;
}

.idxProUl li:nth-child(2n) {
	margin-right: 0;
}

.idxProUl li .img {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	/* max-height: 270px; */
	max-width: 48%;
}

.idxProUl li .txt {
	position: relative;
	z-index: 2;
	width: 45%;
}

.ljgd,
.ljzx {
	width: 120px;
	height: 34px;
	border-radius: 22px;
	border: 1px solid #a8aeba;
	transition: all .36s;
}

.ljgd {
	background-color: #a8aeba;
	color: #fff;
}

.idxProUl li:hover {
	box-shadow: 0 0 0 10px rgba(0, 84, 174, 1);
	color: #00519c;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.ljgd:hover,
.ljzx:hover {
	background-color: #00519c;
	color: #fff;
	transform: translateY(-8px);
}

.idxAbout {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

.idxAbout .idxTitle .f80 {
	opacity: 0.3;
}

.idxAbout .con {
	width: 70%;
	margin: 0 auto 160px;
}

.playBtn {
	z-index: 5;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1);
	animation: ripple-wave1 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	-webkit-animation: ripple-wave1 1s linear infinite;
}

.numUl .tip {
	background: #FFF;
	position: absolute;
	width: 25PX;
	height: 25px;
	border-radius: 50%;
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
}

.waves {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.newtabTit span {
	cursor: pointer;
}

.newtabTit span.on {
	color: #00519c;
	border-bottom: 1px solid #00519c;
}

.dis-flex-end {
	display: flex;
	align-items: flex-end;
}

.line-height1 {
	line-height: 1;
}

.idxNewsItem .more {
	width: 225px;
	height: 65px;
}

.idxNewsItem .desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.idxNewsItem img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	position: relative;
	z-index: 2;
	transform: translateY(-100%);
}

.idxNewsItem .more {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}

.idxNewsItem .more::before {
	width: 100%;
	height: 0;
	/* background-color: #00519c; */
	transition: all .36s;
	display: block;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
}

.idxNewsItem .more i {
	z-index: 5;
}

.idxNewsItem:hover img {
	transform: translateY(0);
}

.idxNewsItem:hover .more {
	background-color: #00519c;
	color: #fff;
	border-color: #00519c;
}

.idxNewsItem:hover .more::before {
	height: 100%;
}

.idxNewsItem:hover .time {
	color: #00519c;
}

.caselist .idxNewsItem img {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.caselist .idxNewsItem .more {
	background-color: #00519c;
	color: #fff;
	border-color: #00519c;
}

.caselist .idxNewsItem .more::before {
	height: 100%;
}

.caselist .idxNewsItem:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media screen and (min-width:750px) {
	.idxNewsItem.swiper-slide-active img {
		/* transform: translateY(0); */
	}

	.idxNewsItem.swiper-slide-active .more {
		/* background-color: #00519c;
		color: #fff;
		border-color: #00519c; */
	}

	.idxNewsItem.swiper-slide-active .more::before {
		height: 100%;
	}

	.idxNewsItem.swiper-slide-active .time {
		/* color: #00519c; */
	}
}


.idxNewscon figure {
	display: none;
}

.idxNewscon figure.on {
	display: block;
}

.idxVideo {
	background-color: #f2f3f5;
}

.commonlink {
	width: 240px;
	line-height: 70px;
	display: block;
	perspective: 500;
	-webkit-perspective: 500;
}

.commonlink .w {
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}

.commonlink .f {
	background: #00519c;
	color: #fff;
}

.commonlink .t {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	color: #02020d;
	top: -70px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.commonlink:hover .w {
	-webkit-transform: translateY(35px) translateZ(-35px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(35px) translateZ(-35px) rotate3d(1, 0, 0, -90deg);
}

.VideoItem img.pic {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.VideoItem .txt {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	/* padding-top: 25%; */
}

.VideoItem:hover .txt {
	background-color: transparent;
}

.VideoItem:hover .color-white .f24 {
	display: none;
}

.VideoItem .play {
	border: 2px solid #fff;
	border-radius: 50%;
	width: 84px;
	height: 84px;
}

.VideoItem .play .iconfont {
	font-size: 40px;
	z-index: 5;
}

.VideoItem .play::before {
	width: 120%;
	height: 120%;
	position: absolute;
	content: '';
	z-index: 1;
	display: block;
	top: -10%;
	left: -10%;
	transition: all .36s;
	border-radius: 50%;
	transform: scale(0);
	background-color: rgba(255, 255, 255, 0.6);
}

.VideoItem:hover .play::before {
	transform: scale(1);
}

.VideoItem:hover .play {
	color: #00519c;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.VideoItem:hover img {
	transform: scale(1.1);
}

.idxPar {
	background: #fff url(../images/partner.jpg) no-repeat center/cover;
}

.pst-rel {
	position: relative;
}

.rect-60 {
	padding-bottom: 60%;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

.ind_parent {
	margin-top: 40px;
}

.ind_parent ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ind_parent ul li {
	width: 15%;
	margin-right: 2%;
	padding: 2%;
	transition: all 0.3s;
}

.ind_parent ul li:nth-child(6n) {
	margin-right: 0;
}

.ind_parent ul li:hover {
	transform: translateY(-10px);
}

.ind_parent ul li a {
	display: block;
}


footer {
	background-color: #1e1d1d;
	color: rgba(255, 255, 255, 0.4);
}

.footEwm img {
	width: 140px;
	margin-bottom: 15px;
}

footer dt {
	color: #fff;
	margin-bottom: 10px;
}

footer dd {
	font-size: 14px;
	line-height: 2.4;
}

footer a:hover {
	color: #fff;
}

footer .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footnav {
	width: 45VW;
}


div.video-play {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	display: none
}

div.video-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1001;
	background: #0b0b0b;
	opacity: .8
}

div.video-wrap {
	z-index: 1002;
	position: fixed;
	top: 52%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -52%, 0);
	transform: translate3d(-50%, -52%, 0);
	width: 1000px;
	height: 570px;
}

div.video-wrap #video {
	width: 100%;
	height: 60vh
}

div.close-btn {
	cursor: pointer;
	transition: all .36s;
	text-align: center;
	line-height: 40px;
	z-index: 9999;
	position: absolute;
	background: #000;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.5;
	right: -20px;
	top: -25px;
}

div.close-btn:hover {
	transform: rotate(180deg);
	opacity: 1;
}



.page-aside {
	position: fixed;
	right: -6px;
	bottom: 180px;
	transform: translateX(100%);
	z-index: 25;
	opacity: 0;
	transition: transform .3s, opacity .3s;
	-webkit-transition: transform .3s, opacity .3s;
	-moz-transition: transform .3s, opacity .3s;
	-ms-transition: transform .3s, opacity .3s;
	-o-transition: transform .3s, opacity .3s;
}

.page-aside.show {
	transform: translateX(0);
	opacity: 1
}

.page-aside .img {
	max-width: 100%
}

.page-aside-item {
	width: 54px;
	text-align: center;
	height: 50px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	margin: 4px 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-right: 6px;
	transition: transform .3s;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-aside-item .icon {
	width: 24px
}

#toolbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	display: none;
}

#toolbar a {
	width: 25%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#toolbar img {
	height: 20px;
	margin-bottom: 5px;
}

.neiban {
	margin-top: 90px;
}

.neiban .txt {
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	padding-left: 5vw;
}

.neiban .txt .line {
	width: 50px;
	height: 3px;
	margin-top: 50px;
}

.introduction {
	background: url(../images/bg2.jpg) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 180px;
}

.introduction .line {
	width: 30%;
}

.introduction .con {
	width: 76%;
	margin: 0 auto;
}

.introduction .numUl {
	width: 84%;
	left: 8%;
	bottom: 0;
	transform: translateY(50%);
	position: absolute;
	z-index: 30;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.introduction .numUl li {
	width: 25%;
	text-align: center;
}

/*  */

/* 产品列表 s */

#n_main {
	padding: 80px 0;
}

.sortnav_view {
	width: 28%;
	background-color: white;
	padding: 30px 40px;
}

.sortnav_view .tit {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}

.cat_page_title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 25px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 16px;
	line-height: 1.3;
	color: #212121;
	text-transform: capitalize;
}

.sortnav_view .tit::after {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #215FAC;
}

.sortnav_view>ul>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #4C4C4C;
	padding: 16px 42px 12px 12px;
	border-bottom: 1px solid #F2F2F2;
}

.sortnav_view>ul>li>a>i {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border: 1px solid #F2F2F2;
	color: #000;
	font-weight: normal;
}

.sortnav_view>ul>li>a>i::before {
	font-family: "iconfonts";
	content: "\e606";
}

.sortnav_view>ul>li.active>a>i::before {
	font-family: "iconfonts";
	content: "\e729";
}

.sortnav_view>ul>li>ul {
	padding: 18px 12px 18px 18px;
	display: none;
}

.sortnav_view>ul>li>ul>li {}

.sortnav_view>ul>li>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #3c3c3c;
	padding: 10px 0;
}

.sortnav_view>ul>li>ul>li:first-child>a {
	padding-top: 0;
}

.sortnav_view>ul>li>ul>li:last-child>a {
	padding-bottom: 0;
}

.sortnav_view ul li a:hover,
.sortnav_view ul li.active>a,
.sortnav_view ul li a:hover i,
.sortnav_view ul li.active>a i {
	color: #215FAC !important;
}

.xg_view {
	margin-top: 35px;
}

.xg_view .tit {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.xg_view .tit::after {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #215FAC;
}

.xg_view ul {}

.xg_view ul li:not(:last-child) {
	margin-bottom: 12px;
}

.xg_view ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.xg_view ul li .pic {
	width: 35%;
	border: 1px solid #f0f0f0;
}

.xg_view ul li .pic img {}

.xg_view ul li p {
	margin-left: 4%;
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	width: 56%;
}

.n_productlist {
	width: 70%;
}

.n_productlist ul {}

.n_productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 35px;
	background-color: white;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_productlist ul li:nth-child(3n) {
	margin-right: 0;
}

.n_productlist ul li a {
	display: block;
}

.n_productlist ul li .pic {}

.n_productlist ul li .info {
	color: #3b3b3b;
	padding: 20px;
}

.n_productlist ul li:hover .info {
	color: #fff;
	background-color: #215FAC;
}

.n_productlist ul li .info h4 {
	font-size: 18px;
	line-height: 1.5;
	height: 3em;
}

.n_productlist ul li .info p {
	font-size: 14px;
	line-height: 1.5;
	height: 3em;
}

.n_productlist ul li .info .more {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	margin-top: 15px;
	font-size: 14px;
	color: #8c8c8c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_productlist ul li .info .more i {
	font-size: 14px;
	margin-left: 4px;
}

.n_productlist ul li:hover .info .more {
	color: white;
}

/* 产品列表 e */


.sendNav {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.sendNav a {
	flex: 1;
	line-height: 90px;
	text-align: center;
}

.sendNav a.on {
	background-color: #00519c;
	color: #fff;
}

.proLIst {
	width: 70%;
}

.search .proLIst{
    width:100%;
}

.proLIst li {
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 35px;
	transition: all .36s;
}

.proLIst li:nth-child(3n) {
	margin-right: 0;
}

.proLIst li .pro_tit {
	transition: all .3s;
}

.proLIst li:hover .pro_tit {
	color: #00519c;
}

.videoList li {
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 35px;
	transition: all .36s;
}

.videoList li:nth-child(3n) {
	margin-right: 0;
}

.proLIst li span {
	color: #00519c !important;
}


.proLIst li .img {
	height: 395.5px;
	width: 100%;
}

.proLIst li .img img {
	max-width: 90%;
	max-height: 100%;
}

.proLIst li:hover {
	box-shadow: 0 0 10px rgba(0, 84, 174, 0.3);
	transform: translateY(-10px);
}


.location a:hover {
	color: #00519c;
}

.proDesc .img {
	height: auto;
}

.proDesc .img img {
	max-height: 100%;
	max-width: 100%;
}

.lxwm,
.ljzx2 {
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	transition: all .36s;
}

.lxwm {
	background-color: #00519c;
	color: #fff;
	border-color: #00519c;
}

.lxwm:hover,
.ljzx2:hover {
	transform: translateY(-8px);
	box-shadow: 0 0 10px rgba(0, 84, 174, 0.5);
}

#content .left {
	width: 225px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

#content .left a {
	position: relative;
	margin-bottom: 40px;
	cursor: pointer;
	display: block;
}

#content .left a::after {
	width: 1px;
	background-color: #dedede;
	height: 60px;
	top: 50%;
	display: block;
	content: '';
	position: absolute;
	left: 4px;
	z-index: -1;
}

#content .left a:last-child:after {
	display: none;
}

#content .left a.on {
	color: #00519c;
}

#content .left a.on span {
	color: #00519c;
}

#content .right {
	width: calc(100% - 280px);
}

.zahnwei {
	padding-top: 100px;
	margin-top: -100px;
}

.newswiper .swiper-container {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	border-radius: 30px;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.newswiper .swiper-slide {
	border-radius: 30px;
}

.newswiper .swiper-slide .img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.newswiper .swiper-slide .img img {
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.newswiper .swiper-slide .txt .line {
	width: 0;
	margin-right: 10px;
	height: 2px;
	background-color: #00519c;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.newswiper .swiper-slide:hover .line {
	width: 50px;
}

.newswiper .swiper-slide:hover {
	color: #00519c;
}

.newswiper .swiper-slide .tit span {
	/*text-decoration: underline;
     */
	background-image: linear-gradient(currentColor 0, currentColor 0);
	background-image: linear-gradient(currentColor 0 0);
	background-position: 0 calc(100% - 1px);
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}



.newswiper .swiper-slide:hover .tit span {
	background-position: 100% calc(100% - 1px);
	background-size: 100% 1px
}

.newswiper .next,
.newswiper .prev {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
}

.newswiper .next {
	right: -100px;
}

.newswiper .prev {
	left: -100px;
}

.newswiper .next:hover,
.newswiper .prev:hover {
	color: #fff;
	background-color: #00519c;
}

.newslist li {
	width: 28.1%;
	margin-right: 7.85%;
	margin-bottom: 70px;
}

.newslist li:nth-child(3n) {
	margin-right: 0;
}

.newsLeft {
	width: 64%;
}

.newsLeft img {
	margin: 5px auto;
}

.newsRight {
	width: 31.5%;
}

.newsRight .title {
	border-left: 3px solid #00519c;
}

.newsRight li .img {
	width: 185px;
	height: 115px;
	object-fit: cover;
}

.newsRight li .txt {
	width: calc(100% - 210px);
}

.newsRight li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsRight li:hover {
	color: #00519c;
}



.joinlistUl a {
	width: 47.5%;
	margin-bottom: 60px;
	margin-right: 5%;
	display: flex;
	background-color: #fff;
}

.joinlistUl a:nth-child(2n) {
	margin-right: 0;
}

.joinlistUl a img.userimg {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.joinlistUl a .txt .more {
	width: 150px;
	height: 45px;
	border: 1px solid #737373;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.joinlistUl a:hover .more {
	background-color: #00519c;
	color: #fff;
}

.g5boxaa .txt {
	width: calc(100% - 220px);
}


.joinlistUl a .bar {
	position: absolute;
	background-color: #00519c;
	transition: background-color 0.2s, top 1s cubic-bezier(0.630, 0, 0.355, 1), left 1s cubic-bezier(0.630, 0, 0.355, 1), bottom 1s cubic-bezier(0.630, 0, 0.355, 1), right 1s cubic-bezier(0.630, 0, 0.355, 1);
}

.joinlistUl a .bar.top {
	left: -1px;
	right: 100%;
	height: 1px;
	top: -1px;
}

.joinlistUl a .bar.left {
	top: 100%;
	bottom: -1px;
	width: 1px;
	left: -1px;
}

.joinlistUl a .bar.right {
	top: -1px;
	bottom: 100%;
	width: 1px;
	right: 0px;
}

.joinlistUl a .bar.bottom {
	left: 100%;
	right: -1px;
	height: 1px;
	bottom: 0px;
}

.joinlistUl a .ball {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #00519c;
	border-radius: 100%;
	transition: background-color 0.2s, top 1s cubic-bezier(0.630, 0, 0.355, 1), left 1s cubic-bezier(0.630, 0, 0.355, 1), bottom 1s cubic-bezier(0.630, 0, 0.355, 1), right 1s cubic-bezier(0.630, 0, 0.355, 1);
	opacity: 0;
	z-index: 333;
}

.joinlistUl a .ball.tl {
	top: 100%;
	left: -3px;
}

.joinlistUl a .ball.tr {
	top: -3px;
	right: 100%;
}

.joinlistUl a .ball.bl {
	bottom: -3px;
	left: 100%;
}

.joinlistUl a .ball.br {
	bottom: 100%;
	right: -3px;
}

.joinlistUl a:hover .bar.top {
	right: -1px;
}

.joinlistUl a:hover .bar.left {
	top: -1px
}

.joinlistUl a:hover .bar.right {
	bottom: -1px;
}

.joinlistUl a:hover .bar.bottom {
	left: -1px;
}

.joinlistUl a:hover .ball.tl {
	top: -5px;
}

.joinlistUl a:hover .ball.tr {
	right: -5px;
}

.joinlistUl a:hover .ball.bl {
	left: -5px;
}

.joinlistUl a:hover .ball.br {
	bottom: -5px;
}

.joinlistUl a:hover .ball {
	opacity: 1;
}

/*弹窗*/
.g5liebiao {
	width: 100%;
	margin: 0 -8px;
	margin-top: 50px;
}

.g5abt h2 {
	display: inline-block;
	color: #555555;
	font-size: 22px;
	width: 265px;
	overflow: hidden;
}

.g5listita a {
	width: 170px;
	height: 45px;
	line-height: 45px;
	display: block;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.g5listita a p {
	color: #3c276e;
	padding-left: 35px;
	line-height: 45px;
}

.g5listita a p::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 13px;
	background: url(../images/sanjiaoa.png) no-repeat center;
	right: 56px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	color: #3c276e;
}

.g5tan {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.tancoiii {
	margin-top: 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eeeeee;
}

.tancoiii h4 {
	font-weight: bold;
	font-size: 18px;
}

.tancoiii p {
	color: #666666;
	font-size: 14px;
}

.tancon {
	max-width: 1200px;
	width: 65%;
	position: absolute;
	padding: 0 73px 0;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.g5lianjie {
	width: 100%;
	height: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.g5lianjie p {
	display: block;
	width: 100%;
	height: 100%;
	color: #274fa1;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 16px;
}

.tanright {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.tanright img {
	width: 100%;
}

.tancoiiiab {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.tancoiii2 {
	color: #666666;
	font-size: 14px;
	line-height: 35px;
}

.tancoiiiab .t1 {
	display: inline-block;
	width: 24%;
	color: #666666;
	font-size: 14px;
}

.tancoiiiab .t1 b {
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

.rc-popscroll {
	max-height: 450px;
	overflow-y: scroll;
	padding-right: 60px;
	margin-top: 30px;
}

.rc-popscroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
}

.rc-popscroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #00519c;
	width: 5px;
}

.rc-popscroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #f2f5f9;
	width: 5px;
}

.job-description .swiper-container {
	width: 100%;
	height: 300PX;
}

.job-description .swiper-container .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g5lianjie ul {
	font-size: 16px;
	color: #000;
	font-weight: initial;
}

.g5lianjie ul li {
	line-height: 30px;
}

.contactOne .img {
	width: 39%;
}

.contactOne .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contactOne .txt {
	width: 100%;
}

.contactOne .txt .line {
	width: 50px;
	height: 3px;
	background-color: #595959;
}

.contactOne .icon {
	overflow: hidden;
	position: relative;
	width: 98px;
	height: 98px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.contactOne .icon img {
	position: relative;
	z-index: 5;
}

.contactOne .icon::before {
	transform: scale(0, 0);
	transition: all .36s;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00519c;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.contactOne li:hover .icon::before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.contactOne li:hover .icon img {
	filter: grayscale(100%) brightness(500%);
}

.map {
	width: 100%;
	height: 600px;
}

.map img {
	max-width: none;
}

.Online .input {
	width: 100%;
	display: block;
	padding: 22px 22px 22px 56px;
	border: 1px solid #e5e5e5;
}

.Online .name {
	background: url(../images/input_name.png) no-repeat center left 20px #fff;
}

.Online .tel {
	background: url(../images/input_tel.png) no-repeat center left 20px #fff;
}

.Online .email {
	background: url(../images/input_email.png) no-repeat center left 20px #fff;
}

.Online .add {
	background: url(../images/input_add.png) no-repeat center left 20px #fff;
}

.Online .textarea {
	width: 100%;
	display: block;
	padding: 22px 22px 22px 56px;
	border: 1px solid #e5e5e5;
}

.Online .conten {
	background: url(../images/input_conten.png) no-repeat top 20px left 20px #fff;
}



.serachTop .input {
	width: 85%;
	height: 76px;

	padding-left: 70px;
	background: url(../images/searchbg.png) no-repeat left 20px center #f7f8f9;

}

.serachTop .submit {
	width: 15.6%;
	height: 76px;
	color: #fff;
}

.searchList li::after {
	position: absolute;
	content: '';
	left: 0;

	bottom: 0;
	height: 1px;
	background: #0097da;
	transition: all 0.5s;
	width: 0;
}

.searchList li:hover {
	color: #0097da;
}

.searchList li:hover::after {
	width: 100%;
}

.btn {
	cursor: pointer;
}

/* transition:all .6s ; */
.bg-0 {
	background: #fff;
}

.posi {
	position: relative;
}

.about_video_logo {
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	position: sticky;
	top: 0;
	width: 100%;
	height: 900px;
	z-index: 10;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

/* .about_video_ht{width:100%;height:900px;} */

.about_video .con {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.about_video .con::-webkit-media-controls-enclosure {
	display: none;
}

.about_video_ht {
	height: 250px;
}

.f134 {
	font-size: 134px;
	letter-spacing: 80px;
	opacity: 0.15;
	margin-bottom: -100px;
}

.honor .swiper-container .img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.honor .swiper-container .img img {
	max-height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.honorBtn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.honorLeft,
.honorRight {
	background-color: #f7f7f7;
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 10;
	transition: all .36s;
	cursor: pointer;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.honorLeft:hover,
.honorRight:hover {
	background-color: #00519c;
	color: #fff;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.serviceTitle {
	background: url(../images/bg5.png) repeat-y top left;
	border-left: 3px solid #00519c;
}

.serviceCon .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-ee {
	background: #eee;
}

.serviceCon .DIN {
	color: #cbcbcb;
	font-size: 120px;
	position: absolute;
	bottom: -50px;
	right: 60px;
}

.serviceCon .hidden:hover .DIN {
	bottom: 0;
	color: #00519c;
}

.banner .swiper-pagination-bullet {
	border-radius: 2px !important;
	width: 24px;
	height: 3px;
}

.newsPage {
	border-top: 3px solid #f1f1f1;
}

.newsPage a {
	width: 40%;
}

#float {}

#float .one {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	transform: translate3d(0px, -50%, 0);
}

#float .one .con {
	position: relative;
}

#float .one .con .ites {
	width: 80px;
	margin-right: 20px;
}

#float .one .con .ites .shutdown {
	width: 100%;
	cursor: pointer;
	border: 1px solid #00519c;
	border-radius: 50px 0 0 0;
	padding: 8px 0;
}

#float .one .con .ites .slide {
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #00519c;
	position: relative;
	padding-top: 12px;
	margin-top: 2px;
}

#float .one .con .ites .slide .icon {
	width: 30px;
}

#float .one .con .ites .slide .txt {
	line-height: 1;
	color: #666;
	margin-top: 8px;
}

#float .one .con .ites .slide .tel {
	width: auto;
	white-space: nowrap;
	text-align: left;
	display: none;
	background: #00519c;
	position: absolute;
	right: 104%;
	top: 0;
	z-index: 2;
	padding: 12px 24px;
}

#float .one .con .ites .slide .tel .txt1 {
	color: #fff;
	margin-bottom: 10px;
}

#float .one .con .ites .slide .tel .txt2 {
	color: #fff;
}

#float .one .con .ites .slide .qr-code {
	width: 120px;
	display: none;
	background: #fff;
	border: 1px solid #00519c;
	position: absolute;
	right: 104%;
	top: 0;
	z-index: 2;
}

#float .one .con .ites .slide:hover .tel {
	display: block;
}

#float .one .con .ites .slide:hover .qr-code {
	display: block;
}

#float .one .con .ites .slide.cur {
	background: #00519c;
}

#float .one .con .ites .slide.cur .txt {
	color: #fff;
	margin-top: 0;
}

#float .one .con .ites .slide:nth-child(1) {
	margin-top: 0;
}

#float .one .con .show {
	background: #00519c;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 25px 0 0 25px;
	position: absolute;
	top: 50%;
	right: -30px;
	z-index: 2;
	padding: 30px 8px;
	margin: auto;
	transform: translate3d(0px, -50%, 0);
}

#float .one .con .show .txt {
	width: 14px;
	line-height: 2;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

#float .one.cur .con .ites {
	margin-right: -100px;
}

#float .one.cur .con .show {
	right: 0;
}

.gotop {
	display: none;
}

.gotop.show2 {
	display: block;
}

.fz0 {
	font-size: 0;
}

.block {
	display: block;
}

.inline-block,
[inline-block] {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.serviceCon1 table tbody tr:first-child {
	background-color: #00519c;
}

.serviceCon1 table tbody tr:first-child td {
	color: #fff;
}

/*tc_search s */

.tool .search i {
	position: relative;
	font-size: 24px;
	cursor: pointer;
}

.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 960px;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 70px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 70px;
	font-size: 34px;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 70px;
	border: 0;
	line-height: 70px;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 48px;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */