@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
caption,
tbody,
tfoot,
thead,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

html {
	overflow-x: hidden;
}

p {
	line-height: initial;
}

.header {
	border-bottom: 1px solid rgb(230, 230, 230);
}

/* always display scrollbars */
body {
	font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Arial, 黑体, 宋体;
	;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

input,
select,
button {
	vertical-align: middle;
	outline: none;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong,
i,
em,
b {
	font-style: normal;
	font-weight: normal;
}

img {
	border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
}

::-moz-selection {
	background: #ebb112;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ebb112;
	color: #fff;
	text-shadow: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,


.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	display: block;
}

input,
button,
table,
tr,
td,
textarea {
	font-family: Microsoft yahei, Arial;
}

.w1500 {
	max-width: 1500px;
	margin: auto;
}

/*nav*/
p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

@font-face {
	font-family: TIN;
	src: url("../fonts/tungsten.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: BIN;
	src: url("../fonts/BrownStd-Regular.woff.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: SIN;
	src: url("../fonts/Times New Roman.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: AIN;
	src: url("../fonts/AslinaBold.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CIN;
	src: url("../fonts/CgFuturaMaxiBd.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN;
	src: url("../fonts/DIN-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: MIN;
	src: url("../fonts/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

header {
	height: 85px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d8d8d8;
}

header .logo img {
	display: block;
	height: 70px;
}

.nav {
	width: 68%;
	margin-left: 10%;
	display: flex;
	justify-content: flex-end;
}
.comp4 p{
	font-size: 16px;
	line-height: 35px;
	color: #262626;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.nav li {
	width: 13.5%;
	float: left;
	line-height: 85px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.nav li a {
	color: #242424;
}

.nav li a:hover {
	color: #0c76a8;
}

.nav li .show {
	position: absolute;
	display: none;
	top: 85px;
	left: -15%;
	width: 130%;
	text-align: center;
	overflow: hidden;
	padding: 6px 0;
	background: #fff;
	z-index: 999;
}

.nav li:hover .show {
	display: block;
}

.nav li .show a {
	line-height: 36px;
	position: relative;
	font-size: 14px;
	color: #000;
	display: block;
}

.nav li .show a:hover {
	color: #3279e6;
}


.menubox.solid {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 85px;
	line-height: 85px;
	background: #ffffff;
	border-bottom: none;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.menubox.solid a:hover {
	color: #de5727;
}


@-webkit-keyframes bgscale {

	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes bgscale {

	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@-webkit-keyframes bgscale2 {

	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

}

@keyframes bgscale2 {

	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}



@-moz-keyframes jello {

	from,
	11.1%,
	to {
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}



@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

/* 手机端menu按钮 */

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0px;
	width: 28px;
	height: 3px;
	background-color: #0c76a8;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::after,
.menu-handler span::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0px;
	background-color: #0c76a8;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::before {
	top: -9px;
	transition-property: top, transform;
}

.menu-handler span::after {
	bottom: -9px;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	transition-delay: 0s, 0s;
}

.menu-handler.active span::after,
.menu-handler.active span::before {
	transition-delay: 0s, 0.3s;
}

.menu-handler.active span::before {
	top: 0px;
	transform: rotate(45deg);
}

.menu-handler.active span::after {
	bottom: 0px;
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: rgb(255, 255, 255);
}

.menuBox a:active,
.menuBox a:hover {
	color: rgb(255, 255, 255);
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgb(255, 255, 255);
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100vh;
	overflow: hidden auto;
	transform: translateX(100%);
	width: 400px;
	z-index: 980;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.menuMoblie {
	padding: 80px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 10px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid rgb(219, 219, 219);
	border-bottom: 1px solid rgb(219, 219, 219);
	background-color: rgb(232, 232, 232);
}

.menuMoblie .cur .nav-link {
	color: #0c76a8;
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: rgb(51, 51, 51);
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	opacity: 1;
}

.menuOpen .menuBox {
	transform: translateX(0px);
}

.header {
	display: flex;
	padding-left: 5vw;
	padding-right: 5vw;
	align-items: center;
	justify-content: space-between;
}

.rightFlex {
	display: flex;
	align-items: center;
	height: 85px;
	justify-content: flex-end;
}

.nav a,
.comp5 {
	transition: all 0.3s;
}

.nav a:hover {
	color: #0c76a8 !important;
}

.nav .on a {
	color: #0c76a8 !important;
}

.telIcon {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	font-family: DIN;
	height: 85px;
	width: 7em;
}

.telIcon img {
	margin-right: 5px;
}

.index-input {
	background: rgb(245, 245, 245);
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
}

/* banner */
.banner {
	overflow: hidden;
	width: 100%;
}

.banner img {
	float: left;
	width: 100%;
}


/* 关于我们 */
.About {
	display: flex;
}

.Company {
	width: 50%;
}

.aboutPic {
	width: 50%;
	margin-left: 3%;
	overflow: hidden;
}

.aboutPic img {
	float: left;
	width: 100%;
}

.comp1 {
	font-size: 44px;
	color: #262626;
	margin-top: 10px;
	font-weight: 600;
}

.comp2 {
	margin: 25px 0;
}

.comp3 {
	font-size: 30px;
	color: #262626;
	font-weight: 600;
}

.comp4 {
	font-size: 16px;
	line-height: 35px;
	color: #262626;
	margin-top: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.About {
	margin-top: 80px;
}

.comp5 {
	display: inline-block;
	width: 230px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgb(11, 118, 168);
	color: #fff;
	margin-top: 50px;
	transition: all 0.5s;
}

.comp5:hover {
	border-radius: 20px 0;
	color: #fff;
	transform: translateX(15px);
	box-shadow: 1px 1px 10px 1px rgba(11, 118, 168, 0.5);
}

.comp5 img {
	margin-left: 20px;
}

.aboutPic img {
	height: 500px;
}

.Adv {
	display: flex;
	margin-top: 75px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 100px;
}

.advPart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.num {
	font-size: 65px;
	color: #0c76a8;
	font-family: DIN;
}

.year {
	font-size: 18px;
	color: #333;
	position: relative;
	top: -2px;
}

.advName {
	border-bottom: 1px solid rgb(224, 224, 224);
	padding-bottom: 15px;
}

.adv1 {
	font-size: 20px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
}

.adv2 {
	text-transform: uppercase;
	font-size: 12px;
	color: #aaaaaa;
	font-family: arial;
}

/* 业务领域 */
.Business {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 75px;
}

.Wis {
	display: flex;
}

.wisFlex {
	width: 42%;
}

.Wis .gallery-top {
	width: 58%;
}

.busTit {
	padding: 55px 0;
}

.busTit>p:nth-child(1) {
	font-size: 40px;
	color: #262626;
	margin-bottom: 10px;
	font-weight: 600;
}

.busTit>p:nth-child(2) {
	font-size: 18px;
	color: #888888;
	font-family: MIN;
	text-transform: uppercase;
}

.Wis {
	background: #fff;
}

.wisFlex {
	padding: 0 28px;
}

.wisTit {
	padding: 40px 0;
	font-size: 32px;
	color: #333;
	text-align: center;
	word-spacing: 20px;
	font-weight: 600;
}

.Wis .gallery-thumbs .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.Wis .gallery-thumbs .swiper-slide {
	width: 49% !important;
	background: rgb(246, 246, 246);
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 0 0;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Wis .gallery-thumbs .swiper-slide:nth-child(2n) {
	margin-right: 0;
	border-right: none;
}

.wideIcon {
	display: flex;
	margin-right: 10px;
}

.wideIcon .ico1 {
	display: flex;
	position: relative;
	z-index: 99;
}

.wideIcon .ico2 {
	position: absolute;
}

.Wis {
	padding-bottom: 40px;
}

.wideWord {
	position: absolute;
}

.Wis .gallery-top .swiper-slide {
	position: relative;
}

.Normal {
	background: #fff;
	padding: 0 35px;
	border-top: 1px solid rgb(240, 240, 240);
	padding-bottom: 15px;
}

.norFlex {
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.norTit {
	font-size: 24px;
	color: #000;
}

.mask-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.bgg:hover .mask-white {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.buPart:hover .mask-white {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.buPic img,
.buTit {
	transition: all 0.5s;
}

.buPic {
	position: relative;
}


.buPart:hover .buTit {
	color: #0c76a8;
}

.norMore {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	transition: all 0.4s;
}

.norMore:hover {
	color: #0c76a8 !important;
	transform: translateX(10px);
}

.norMore:hover img {
	transform: translateX(-5px);
}

.norMore img {
	margin-left: 10px;
}

.casePic {
	overflow: hidden;
	transition: all 0.5s;
}

.casePart {
	transition: all 0.5s;
}

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

.casePart:hover .caseWord {
	color: rgb(11, 118, 168);
}

.casePic img {
	float: left;
	width: 100%;
	transition: all 0.5s;
}

.caseWord {
	text-align: center;
	font-size: 18px;
	padding: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

/* 荣誉资质 */
.ho1 {
	overflow: hidden;
	/* height: 375px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.ho1 img {
	box-shadow: 0 0px 27px 1px rgb(200,200,200);
	width: 68%;
}

.Honor {
	background: url(../images/hobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	margin-top: -5px;
	position: relative;
}
.Honor .swiper-wrapper{
	    display: flex;
	    align-items: flex-end;
}
.hoTit {
	padding: 65px 0 65px 0;
}

.hoTit>p:nth-child(1) {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}

.hoTit>p:nth-child(2) {
	font-size: 18px;
	color: #fff;
	font-family: MIN;
	text-transform: uppercase;
}

.Honor .swiper-slide {
	position: relative;
	padding-bottom: 75px;
}

.ho1 {
	position: relative;
	z-index: 99;
	padding-bottom: 20px;
}

.hoBg {
	background: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 85px 15px 30px 15px;
}

.Honor .swiper-button-next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	right: 30px;
}

.Honor .swiper-button-prev {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	left: 30px;
}

.Honor .swiper-button-next::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.Honor .swiper-button-prev::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.newFlex {
	display: flex;
}

.newBox {
	width: 35%;
	border: 1px solid rgb(236, 236, 236);
	overflow: hidden;
}

.newBox>a:last-child {
	border-bottom: none;
}

.newPart {
	border-bottom: 1px solid rgb(236, 236, 236);
	padding: 30px;
	display: block;
	transition: all 0.5s;
}

.newPart:hover {
	transform: scale(1.05);
}

.newPart:hover .n1 {
	color: #0c76a8;
}

.newPart:hover .n3 {
	color: #0c76a8;
}

.newPart:hover .n2 {
	color: #0c76a8;
}

.Art {
	width: 65%;
}

.n1 {
	font-size: 18px;
	color: #262626;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.n2 {
	font-size: 14px;
	color: #888888;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	line-height: 26px;
	transition: all 0.5s;
}

.n3 {
	font-size: 14px;
	color: #888888;
	font-family: MIN;
	transition: all 0.5s;
}

.artPart {
	display: flex;
}

.artDesc {
	padding-top: 83px;
	width: 50%;
}

.artPic {
	width: 50%;
	overflow: hidden;
}

.artPic img {
	float: left;
	width: 100%;
	height: 588px;
}

.Art {
	border: 1px solid rgb(236, 236, 236);
	border-left: none;
	position: relative;
}

.artDesc {
	padding: 35px;
	padding-top: 150px;
}

.ar1 {
	font-size: 14px;
	color: #888888;
	font-family: MIN;
	margin-bottom: 40px;
}

.ar2 {
	font-size: 22px;
	color: #0c76a8;
	line-height: 32px;
	margin-bottom: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ar3 {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	margin-bottom: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ar4 {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #0c76a8;
}

.ar4 img {
	margin-left: 8px;
}


.Art .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Art .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
}


.News {
	position: relative;
	padding-bottom: 120px;
}

.News .w1500 {
	position: relative;
	z-index: 99;
}

.newBg {
	position: absolute;
	bottom: 60px;
}

/* footer */
footer {
	background: rgb(20, 29, 44);
}

.footer {
	padding: 65px 0 70px 0;
	display: flex;
	justify-content: space-between;
}

.footLeft {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.footLink p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 28px;
}

.footA a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-bottom: 20px;
	transition: all 0.2s;
}

.footA a:hover {
	color: #0c76a8;
}

.footRight {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.footNow {
	display: flex;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	justify-content: flex-end;
	width: 100%;
}

.footNow a {
	display: inline-block;
	width: 190px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	transition: all 0.3s;
	position: relative;
}

.footNow a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	top: 0;
	background: #0c76a8;
	opacity: 0.6;
	transition: all 0.3s;
}

.footNow a:hover::after {
	height: 100%;
}

.footNow a:hover {
	color: #fff;
}

.footDesc1 {
	color: #fff;
	text-align: right;
	font-size: 16px;
	margin-bottom: 18px;
}

.rw {
	position: relative;
	z-index: 99;
	color: #fff;
}
header{
	background: #fff;
}
.footDesc2 {
	color: #fff;
	text-align: right;
	font-size: 30px;
	font-family: 'DIN';
	margin-bottom: 25px;
}

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

.footIcon p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

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

.foEnd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}

.foEnd p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.brSame {
	padding: 45px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(218, 218, 218);
	transition: all 0.5s;
	position: relative;
}

.brSame::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	bottom: 0;
	background: #0c76a8;
	transition: all 0.8s;
	width: 0;
}

.brSame:hover::after {
	width: 100%;
}

.brDesc {
	padding: 8px 0;
	width: 63%;
	padding-right: 10%;
	transition: all 0.5s;
}

.brPic {
	width: 37%;
	overflow: hidden;
}

.brSame:hover .brPic img {
	transform: scale(1.05);
}

.brSame:hover .br4 {
	background: #0c76a8;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
}

.brPic img {
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.brSame:hover .brDesc {
	transform: translateX(15px);
}

.br1 {
	font-size: 20px;
	color: #888888;
	font-family: arial;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.br2 {
	font-size: 26px;
	color: #000;
	margin-bottom: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-weight: 600;
}

.br3 {
	font-size: 14px;
	line-height: 38px;
	color: #888888;
	font-family: arial;
	margin-bottom: 70px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.br4 {
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
	display: inline;
}

.br4 span {
	margin-left: 12px;
}

.changePage {
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.changePage p {
	margin-right: 12px;
	font-size: 15px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
}

.changePage a {
	padding: 8px 13px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-right: 16px;
	transition: all 0.4s ease 0s;
	background: rgb(255, 255, 255);
	border-radius: 50%;
}

.changePage a:hover {
	background: #0c76a8;
	color: rgb(255, 255, 255);
}

.pageEnter input {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	padding: 8px 0px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 25px;
	width: 65px;
	text-align: center;
	background: rgb(255, 255, 255);
}

.changePage>a:last-child {
	margin-right: 0px;
	padding: 8px 20px;
	border-radius: 25px !important;
}

.changePage .on {
	color: rgb(255, 255, 255);
	border: 1px solid #0c76a8;
	background: #0c76a8;
}

.prevpage,
.nextpage {
	border-radius: 25px !important;
}

.Brand {
	margin-bottom: 80px;
}

.bannerTop {
	position: relative;
}

.sideWord {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

 @keyframes topFloat {
        from {
            transform: translateY(-20px);
            opacity: 0;
        }
    
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }


.sideWord>p:nth-child(1) {
	font-size: 58px;
	color: #fff;
	margin-bottom: 25px;
	letter-spacing: 6px;
}

.sideWord>p:nth-child(2) {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.localBox {
	background: rgba(0, 0, 0, 0.4);
	height: 85px;
	margin-top: -85px;
	position: relative;
	z-index: 99;
}

.localAt {
	display: flex;
	align-items: center;
}

.localAt a {
	font-size: 18px;
	height: 85px;
	line-height: 85px;
	margin-right: 10vw;
	color: #fff;
}

.localAt a:last-child {
	margin-right: 0;
}

.localAt .on {
	color: #0c76a8;
}

.proRight {
	height: 452px;
	overflow-y: auto;
	width: 74%;
	padding-left: 5%;
	overflow-y: auto;
	overflow-x: hidden;
	direction: rtl;
	unicode-bidi: bidi-override;
}

.proRight {
	overflow-x: hidden;
	overflow-y: auto;
}

.proRight p {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	margin-bottom: 25px;
		direction: ltr;
	        unicode-bidi: bidi-override;
}

.proRight p:last-child {
	margin-bottom: 0;
}

.proRight::-webkit-scrollbar {
	width: 4px;
}

.proRight::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #0c76a8;
	background: #0c76a8;
}

.proRight::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(220, 220, 220, 0.8);
	border-radius: 0;
	background: rgba(220, 220, 220, 0.8);

}

.Profile {
	display: flex;
	margin-top: 90px;
}

.proLeft {
	width: 26%;
}

.Hope {
	background: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

.Hope>div:nth-child(3) {
	border-right: none;
}

.hopePart {
	width: 33.3%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 220px 0;
	transition: all 0.6s;
	position: relative;
	cursor: pointer;
}

.hopePart::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	background: #0c76a8;
	opacity: 0.5;
	transition: all 0.6s;
}

.hopePart:hover::after {
	height: 100%;
}

.hope1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}

.hope2 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin-bottom: 50px;
	font-family: MIN;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}

.hope3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	z-index: 99;
}

.bgg {
	padding: 75px 0;
	background: rgb(250, 251, 252);
}

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

.withPic {
	overflow: hidden;
	width: 50%;
	position: relative;
}

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

.withPic img {
	float: left;
	width: 100%;
	transition: all 0.5s;
}

.withDesc {
	width: 50%;
	padding-left: 5%;
	margin-bottom: 50px;
}

.with1 {
	font-size: 40px;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 25px;
}

.withBox {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 42px;
	color: #0c76a8;
}

.withWord p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.Work {
	background: url(../images/with.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
}

.workTit {
	font-size: 44px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 70px 0 60px 0;
}

.devideApply {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.devideApply input {
	padding: 15px 0;
	width: 90%;
	font-size: 16px;
	color: #fff;
}

.devideApply {
	position: relative;
}

.hidePro {
	overflow-y: auto;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 52px;
	border-bottom: none;
	border-top: none;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
	box-sizing: border-box;
	border-left: 1px solid rgb(100, 100, 100);
	border-right: 1px solid rgb(100, 100, 100);
	display: none;

	z-index: 999;
}

.hidePro a {
	padding: 14px 20px;
	font-size: 14px;
	border-bottom: 1px solid rgb(100, 100, 100);
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}

.hidePro a:hover {
	color: #0c76a8;
}

.workForm {
	display: flex;
}

.workForm>div {
	width: 25%;
	margin-right: 3%;
}

.workForm button {
	width: 20%;
	margin-right: 0;
	background: rgb(11, 118, 168);
	text-align: center;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #fff;
}

.Contact {
	padding: 70px 0;
}

.con1 {
	font-size: 42px;
	color: #333333;
}

.con2 {
	font-size: 22px;
	color: #888;
	margin-bottom: 20px;
}

.Address {
	display: flex;
	padding-bottom: 20px;
}

.addPart {
	width: 33.3%;
	border: 1px solid rgb(202, 202, 202);
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 30px;
}

.Address>div:nth-child(3) {
	margin-right: 0;
}

.add2 {
	color: #000;
	font-size: 22px;
	font-family: MIN;
	margin-top: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.addPart {
	transition: all 0.5s;
}

.addPart:hover {
	box-shadow: 1px 1px 10px 1px rgb(0, 118, 168, 0.4);
	transform: translateY(-10px);
	cursor: pointer;
}

.addPart .add1 {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.addPart:hover .add1 img {
	animation: jello 1.2s;
	-webkit-animation: jello 1.2s;
}

.addPart .add1 i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #0c76a8;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0
}

.addPart .add1 i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #0c76a8;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0
}

.addPart:hover .add1 i:before {
	animation: serv_one_border .9s 0s ease 1;
}

.addPart:hover .add1 i:after {
	animation: serv_one_border 1.5s 0s ease 1;
}


@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}



@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}

.add3 {
	font-size: 20px;
	text-align: center;
	line-height: 34px;
}

.add4 {
	font-size: 22px;
	text-align: center;
	line-height: 34px;
}

.add5 {
	font-size: 24px;
	font-weight: 600;
	font-family: MIN;
}

.Online {
	padding-bottom: 100px;
	background: url(../images/grey.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
}

.onlineFlex {
	display: flex;
}

.Message {
	width: 50%;
}

.Map {
	width: 47%;
	margin-left: 3%;
}

.bgw {
	background: rgb(250, 251, 252);
}

.messPut {
	display: flex;
	align-items: center;
}

.messPut>input:nth-child(2) {
	margin-right: 0;
}

.messPut input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 48%;
	margin-right: 4%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
}

.wholePut input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 100%;
	margin-right: 0%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
}

.textarea input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 100%;
	margin-right: 0%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
	padding-bottom: 100px;
}

.giveUp {
	font-size: 18px;
	background-image: linear-gradient(to right, rgb(61, 157, 202) 0, #005aab 51%, rgb(14, 120, 170) 100%);
	background-size: 200% auto;
	color: #fff;
	width: 300px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-color: rgb(61, 157, 202);
	color: #fff;
	cursor: pointer;
	margin-top: 60px;
	box-shadow: 1px 1px 10px 1px rgb(190, 190, 190);
}

.giveUp:hover {
	background-color: rgb(14, 120, 170);
	background-position: right center;
}

.zoomImgBox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.zoomImgBox>div:nth-child(3n) {
	margin-right: 0;
}

.horFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.horTit {
	display: flex;
	align-items: center;
}

.hor1 {
	font-size: 16px;
	color: #0c76a8;
	padding: 5px 14px;
	border: 2px solid #0c76a8;
	border-radius: 25px;
}

.hor2 {
	font-size: 16px;
	color: #000;
	font-family: arial;
	font-weight: 600;
	margin-left: 15px;
}

.bg-grey {
	background: rgb(242, 242, 242);
	padding-top: 70px;
}

.zoomBox {
	width: 31.3%;
	margin-right: 3%;
	display: inline-block;
	background: #fff;
	padding: 35px;
	margin-bottom: 3%;
	cursor: pointer;
	transition: all 0.5s;
}

.zoomImg,
.hor3 {
	transition: all 0.5s;
}

.zoomBox:hover {
	box-shadow: 1px 1px 10px 1px rgb(210, 210, 210);
	transform: translateY(-10px);
}

.zoomBox:hover .zoomImg {
	transform: scale(1.05);
}

.zoomBox:hover .hor3 {
	transform: rotateZ(360deg);
}

.horWord {
	 
	line-height: 38px;
	margin-top: 25px;
	margin-bottom: 30px;
	 height: 3em;
}

.horPic {
	width: 65%;
	overflow: hidden;
}

.horPic img {
	float: left;
	width: 100%;
}

.signPart {
	display: flex;
	align-items: center;
	padding: 70px 0 58px 0;
	border-bottom: 1px solid rgb(230, 230, 230);
	position: relative;
	transition: all 0.5s;
}

.signPart:hover {
	border-bottom: 1px solid #0c76a8;
}

.signPart:hover .si1 {
	color: #0c76a8;
	;
}

.signMore {
	position: relative;
}

.signPart::after {
	content: '';
	position: absolute;
	left: 77%;
	top: 0;
	width: 0%;
	height: 100%;
	right: 0;
	transition: all 0.5s;
	background: #0c76a8;
	bottom: 0;
}

.signPart:hover::after {
	width: 23%;
}

.signPart:hover .sd1 {
	color: #fff;
}

.signPart:hover .sd2 {
	color: #fff;
}

.signTit {
	width: 77%;
	padding-right: 8%;
}

.si1 {
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.si2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #888;
	line-height: 34px;
}

.signMore {
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 5%;
	border-left: 1px solid rgb(230, 230, 230);
}

.sd1 {
	font-family: MIN;
	color: #888888;
	font-size: 34px;
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.sd2 {
	font-size: 20px;
	color: #888888;
	font-family: MIN;

	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.signPart:hover .signArr {
	width: 26px;
	height: 8px;
	background: url(../images/arrr.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.signArr {
	width: 26px;
	height: 8px;
	background: url(../images/arg.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.Sign {
	margin-bottom: 70px;
}

.bgv {
	background: rgb(250, 251, 252);
	padding-top: 70px;
}

.Experience {
	position: relative;
}

.View {
	display: flex;
}

.viewDesc {
	width: 50%;
	background: #fff;
	padding: 55px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vi1 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #888;
}

.vi1 img {
	margin-right: 10px;
}

.vi2 {
	font-size: 22px;
	color: #0c76a8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 34px;
}

.vi3 {
	color: #666;
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
}

.vi4 {
	font-size: 20px;
	color: #0c76a8;
}

.viewPic {
	width: 50%;
	overflow: hidden;
	border-radius: 25px;
}

.viewPic img {
	float: left;
	width: 100%;
}

.Experience .swiper-slide:hover .viewPic img {
	transform: scale(1.1);
}

.Experience .swiper-slide {
	background: #fff;
}

.Experience {
	border-radius: 15px;
}

.Build {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.Build>a:nth-child(3n) {
	margin-right: 0;
}

.buPart {
	display: inline-block;
	padding: 45px 28px 35px 28px;
	margin-right: 2%;
	width: 32%;
	margin-bottom: 3%;
	border-top: 1px solid rgb(230, 230, 230);
	transition: all 0.5s;
}

.buPart:hover {
	border-top: 1px solid #fff;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	border-radius: 10px;
}

.buPic {
	overflow: hidden;
}

.buPic img {
	float: left;
	width: 100%;
	border-radius: 10px;
}

.buTit {
	margin-top: 20px;
	margin-bottom: 32px;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.buDown {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buMore {
	font-size: 16px;
	color: #666;
}

.buDate {
	display: flex;
	align-items: baseline;
}

.bu1 {
	font-size: 22px;
	color: #000;
	font-family: MIN;
	margin-right: 6px;
	font-weight: 600;
}

.bu2 {
	font-family: MIN;
	font-size: 16px;
	color: #888;
	margin-left: 6px;
	font-weight: 600;
}


.Experience .swiper-button-next {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	right: -75px;
	background: rgb(241, 241, 241);
}

.Experience .swiper-button-prev {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	left: -70px;
	background: #0c76a8;
}

.Experience .swiper-button-next::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.Experience .swiper-button-prev::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
	color: #fff;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}


.workList li {
	width: 49%;
	margin-right: 2%;
	border: 1px solid rgb(227, 227, 227);
}

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

.workList li img {
	width: 185px;
	height: 185px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.workList li .txt {
	align-items: flex-start;
	width: calc(100% - 230px);
}

.workList li .txt .more em {
	position: relative;
	z-index: 5;
}

.workList li .txt .more {
	border: 1px solid rgb(115, 115, 115);
	width: 135px;
	height: 45px;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	font-size: 14px;
}

.workList li:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.workList li:hover .more {
	color: #fff;
}

.workList li .more::after {
	background-color: #0c76a8;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.workList li:hover .more::after {
	width: 100%;
}


.artButton {
	border-bottom: 1px solid rgb(236, 236, 236);
	position: absolute;
	top: 0;
	width: 50%;
	left: 0;
	right: 0;
	height: 75px;
}

.artButton .swiper-button-next {
	border-right: 1px solid rgb(236, 236, 236);
	transition: all 0.5s;
}

.artButton .swiper-button-prev {
	border-left: 1px solid rgb(236, 236, 236);
	transition: all 0.5s;
}

.artButton .swiper-button-next:after {
	background-image: ;
	background-repeat: no-repeat;
	background-size: cover;
	content: url(../images/right.png);
	width: 35px;
	transition: all 0.5s;
}

.artButton .swiper-button-prev:after {
	background-image: ;
	background-repeat: no-repeat;
	background-size: cover;
	content: url(../images/left.png);
	width: 35px;
	transition: all 0.5s;
}

.artButton .swiper-button-prev:hover::after {
	transform: translateX(-15px);
}

.artButton .swiper-button-next:hover::after {
	transform: translateX(15px);
}

.ar4 {
	transition: all 0.5s;
	display: inline;
	padding: 8px 0;
}

.ar4:hover {
	background: #0c76a8;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
}

.ar4:hover img {
	display: none;
}

.widePic {
	overflow: hidden;
	position: relative;

}

.widePic img {
	width: 100%;
	float: left;
}

.wideWord {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 90px;
}

.wi1 {
	background: rgb(113, 149, 175);
}

.wi2 {
	background: rgb(11, 118, 168);
}

.wideWord {
	font-size: 20px;
	color: #fff;
}

.wideWord img {
	margin-right: 10px;
}

.wideWord>p {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.devideApply input::-webkit-input-placeholder,
.devideApply textarea::-webkit-input-placeholder {
	color: #fff;
}


.widePic img {
	height: 482px;
}

.workPut {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.workPut input:focus {
	color: #fff;
	font-size: 16px;
}

.workPut input::-webkit-input-placeholder,
.workPut textarea::-webkit-input-placeholder {
	color: #fff;
}

.workList {
	margin-top: -420px;
	position: relative;
	z-index: 99;
}

.workList li {
	background: #fff;
}

.workList .color-666 {
	font-size: 16px;
	line-height: 26px;
}

.workList {
	background: #fff;
	padding: 55px;
}

/*弹窗*/
/*弹窗*/
.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;
	/* font-weight:lighter; */
	line-height: 28px;
}

.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;
	font-weight: lighter;
	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; */
	padding-bottom: 30px;
}

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

.rc-popscroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #0469b3;
	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 {}

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

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

.indAbout .bottom li:last-child:after {
	display: none;
}

.wideIcon {
	display: flex;
	align-items: center;
}

.wide {
	display: flex;
	align-items: center;
}

.Wis .gallery-thumbs .swiper-slide {
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.Wis .gallery-thumbs .swiper-slide::after {
	transition: all 0.5s;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	background: #0c76a8;
}

.Wis .gallery-thumbs .wideMore {
	transition: all 0.5s;
	position: relative;
	z-index: 99;
	font-size: 18px;
}

.Wis .swiper-slide-thumb-active::after {
	width: 100%!important;
}

.Wis .swiper-slide-thumb-active  .ico2 {
	z-index: 999;
}

.Wis .swiper-slide-thumb-active  .wideMore {
	color: #fff;
}

.Wis .gallery-thumbs .swiper-slide:hover::after {
	width: 100%;
}

.Wis .gallery-thumbs .swiper-slide:hover .ico2 {
	z-index: 999;
}

.Wis .gallery-thumbs .swiper-slide:hover .wideMore {
	color: #fff;
}

.Art .swiper-button-prev {
	left: 20%;
	border-right: none;
	border-left: none;
}

.Art .swiper-button-next {
	right: 20%;
	border-right: none;
	border-left: none;
}

.artDesc {
	position: relative;
}

.artDesc::after {
	transition: all 0.5s;
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	height: 75px;
	top: 0;
	width: 1px;
	background: rgb(236, 236, 236);
}

a:hover {}

.artTit {
	border-bottom: 1px solid rgb(229, 229, 229);
	width: 64%;
}

.Article {
	display: flex;
}

.artTit>p:nth-child(1) {
	font-size: 30px;
	color: #333333;
	margin-bottom: 30px;
}

.artTit>p:nth-child(2) {
	display: flex;
	align-items: center;
	padding: 0px 0 35px 0;
}

.artTit>p:nth-child(2) span {
	font-size: 14px;
	color: #666666;
	margin-right: 30px;
	font-family: arial;
}

.artBox p {
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	line-height: 36px;
	margin-bottom: 10px;
}
.artBox{
	margin-bottom: 80px;
}
.artLink {
	padding: 28px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #666666;
	border-top: 1px solid rgb(230, 230, 230);
}

.artLink a {
	font-size: 15px;
	color: #666666;
	width: 33.3%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.artLink a:hover {
	color: #0c76a8;
}

.artLink a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.artLink a:nth-child(2) {
	margin: 0 15px;
}

.artLink a:nth-child(1) p {
	width: 94%;
}

.artLink a:nth-child(3) p {
	width: 94%;
}

.link1 span {
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-right: 10px;
	background: url(../images/left11.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.link2 span {
	display: inline-block;
	width: 15px;
	height: 17px;
	margin-right: 10px;
	background: url(../images/midd1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.link3 span {
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-left: 10px;
	background: url(../images/right11.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.artLeft {
	width: 72%;
	padding-right: 8%;
	margin-top: 40px;
}

.artRight {
	width: 28%;
	padding-left: 0;
	margin-top: -30px;
}



.recoTit {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #888888;
	margin-bottom: 30px;
}

.recoTit span {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #0c76a8;
	margin-right: 15px;
}

.recoImg {
	overflow: hidden;
	width: 33%;
	margin-right: 2%;
}

.recoDesc {
	width: 65%;
	padding-left: 2%;
}

.recoImg img {
	float: left;
	width: 100%;
	transition: all 0.45s;
}

.recoPart {
	display: flex;
	align-items: center;
}

.ro1 {
	transition: all 0.4s;
}

.recoPart:hover .ro1 {
	color: #0c76a8;
}

.recoPart:hover img {
	transform: scale(1.1);
	border-radius: 30px;
}

.recoPart {
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(229, 229, 229);
	margin-bottom: 25px;
}

.ro1 {
	font-family: arial;
	font-size: 16px;
	color: #333333;
	margin-bottom: 1vw;
	transition: all 0.4s;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recoPart:hover .ro2 {
	color: #0c76a8;
}

.ro2 {
	transition: all 0.4s;
	font-size: 14px;
	color: #aaaaaa;

}
.Newsflex{
	display: flex;
	flex-wrap: wrap;
}
.Newsflex .casePart{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	
}
.Newsflex>a:nth-child(3n){
	margin-right: 0;
}
.artBox table tbody tr td{
	padding: 12px ;
}
.artBox table tbody>tr:first-child{
	background: none;
} 
.artBox table tbody>tr:first-child td strong{
	font-weight: 600;
}
.artBox table tbody>tr:nth-child(even){
	background: rgba(12,118,168,0.2) ;

}
.artBox table tbody>tr:nth-child(even) td{
}
.artBox table tbody>tr:nth-child(odd){
	background: rgb(245,245,245);
}

.newslist{ display: grid; grid-gap: 2vw; grid-template-columns: repeat(3,1fr); margin-bottom: 4vw;}
.newslist li{ transition: all .36s; position: relative;}
.newslist li a { padding: 2vw; display: block; position: relative;}
.line-height1{ list-style: 1;}
.font-weight{ font-weight: bold;}.wmax{ width: 100%;}
.font20 {font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);}
.font50 {font-size: clamp(1.125rem, 0.725rem + 2vw, 3.125rem);}
.iblock{ display: inline-block;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.border-top{ border-top: 1px solid #e5e5e5;}
.flex{ display: flex;}
.justify-end{ justify-content: flex-end;}

.newslist li .tit{ height: 4em; margin-top: 2em;}

.newslist li:hover{ color: #0c76a8; box-shadow: 0 0 15px rgba(30,31,64,.2); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } 
.newsBack:hover{ background: #0c76a8; color: #fff;}

@media screen and (max-width:1100px) {.newslist{ display: grid; grid-gap: 2vw; grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width:700px) {.newslist{   grid-gap: 15px; grid-template-columns: repeat(1,1fr);}
.newslist li a{ padding: 15px;}
.newslist li .tit{ margin-top: 1em;}

}

li {min-width:0}
.caselist{ display: grid; grid-gap: 2vw; grid-template-columns: repeat(3,1fr); margin-bottom: 4vw;}