* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
}

.pd50 {
	padding-top: 60px;
	overflow: hidden;
    padding-bottom: 50px;
}

.pt50 {
	padding-bottom: 50px;
}

.pt100 {
	padding-bottom: 240px !important;
}

.bg_grey {
	background: rgb(23, 23, 23);
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0px;
}

.clear10 {
	height: 10px;
	overflow: hidden;
	clear: both;
}

.clear20 {
	height: 20px;
	overflow: hidden;
	clear: both;
}

.clear17 {
	height: 17px;
	overflow: hidden;
	clear: both;
}

.clear40 {
	height: 40px;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

ol,
ul,
li {
	list-style: none outside none;
}

a {
	color: #333;
	text-decoration: none
}

a img {
	border: 0 none;
}

a:hover {
	color: #105697
}

.pt55 {
	padding-top: 55px;
}

table,
tr,
td,
th {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

input,
textarea,
button {
	padding: 0 2px;
	resize: none;
	-webkit-appearance: none !important;
	outline: none;
	border: none;
	background: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

@font-face {
	font-family: 'DIN';
	/*字体名称*/
	src: url('../font/DIN-Medium.ttf');
	/*字体源文件*/

	src:
		url('../font/DIN-Medium.eot?#font-spider') format('embedded-opentype'),
		url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('../font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@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)
	}

}

.inner {
	max-width: 1520px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.w1520 {
	max-width: 1520px;
	margin: 0px auto;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.padding {
	padding: 10px;
}

.info {
	line-height: 2;
	text-align: left;
}

.color {
	color: #105697;
	font-size: 16px;
	font-weight: normal;
}

.dis-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scoll-top {
	background-color: rgba(0,0,0,0.5);
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}


/*分页样式*/
.pglist {
	padding: 50px 0 75px 0;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 18px;
}

.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 10px;
	border-radius: 3px;
}

.pglist a.close {
	background: #f2f2f2 !important;
}

.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #105697;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/* 变色 */


header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 99px;
	z-index: 9;
	color: #fff;
	box-shadow: 0 2px 10px -1px rgb(220, 220, 220);
}

.top {
	position: fixed;
	right: 0;
	top: 0;
	height: 99px;
}

header .m1440 {
	display: flex;
	align-items: center;
	height: 100%;
}

header .img-w {
	display: none;
}

header a {
	color: #fff;
}
.banner img{
	float: left;
}
.outBanner{
	z-index: 999;
    top: 32%;
	position: absolute;
	top: 30%;
}
.outBanner>p:nth-child(1){
	color: #fff;
	letter-spacing: 3px;
	font-size: 3.5vw;
	margin-bottom: 2vw;
}
.outBanner>p:nth-child(2){
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.8vw;
	margin-bottom: 7vw;
}
.outMore{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 200px;
	height: 50px;
	line-height:50px;
	text-align: center;
	background: rgb(0,88,196);
	border-radius: 5px;
	letter-spacing: 1px;
}
.banner {
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
}

.banner .swiper-slide {
	background-size: cover;
	position: relative;
}


.bantxt {
	width: 1400px;
	margin: 0px auto;
	height: 100%;
	display: flex;
	color: #fff;
	align-items: center;
}

.bantxt h2 {
	font-size: 34px;
	font-weight: 300;
}

.bantxt h1 {
	font-size: 48px;
	margin: 25px 0;
}

.bantxt h5 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 380;
}

.banner .swiper-pagination {
	position: inherit !important;
}

.banner-bot {
	width: 150px;
	z-index: 5;
}

.banner-bot .swiper-button-prev:after,
.banner-bot .swiper-button-next:after {
	font-size: 18px !important;
	font-weight: 1000;
}

.swiper-num {
	height: 10vh;
	line-height: 10vh;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: 'DIN';
}

.banner-bot .swiper-button-next {
	right: 15px;
}

.banner-bot .swiper-button-prev {
	right: 80px;
	left: auto;
}

.banner-bot .swiper-button-prev:hover:after,
.banner-bot .swiper-button-next:hover:after {
	color: #105596;
}

.banner .swiper-pagination-bullet {
	border: 2px solid #fff;
	background: none;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.banner .you-pagination {
	transform: translate3d(0px, -50%, 0);
	bottom: auto !important;
	left: auto !important;
	width: auto !important;
	position: relative;
	top: 20px;
}

.banner .you-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}

.banner .you-pagination span {
	margin-right: 20px;
}

/*header*/
.index-header {

	padding: 0 15px;

	height: 96px;

	transition: all 1s ease;

	position: absolute;

	z-index: 99;

	width: 100%;
	box-sizing: border-box;
}

.index-logo {
	width: 15%;
	display: flex;
}

.index-logo img {
	width: 90%;
	margin-top: 24px;
}
.index-logo .img3 {
	display: none;
}

.index-nav-right {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-nav-con {
	width: 75%;
	display: flex;
	justify-content: flex-end;
}

.telCall {
	display: flex;
	align-items: center;
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 30px;
}

.telCall img {
	margin-right: 5px;
}

.telCall span {
	color: #fff;
	font-family: 'DIN';
	font-size: 20px;
}

.index-nav {
	width: 90%;
}

.showNav {
	cursor: pointer;
}

.index-nav li {
	transition: all 1s;
	float: left;
	width: calc(100%/6);
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
}

.index-nav li a {
	color: #ffffff;
	display: inline-block;
	position: relative;
	transition: all 1s;
}

.index-nav li:hover {}

.index-nav li a:after {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	background: rgb(0, 88,196);
	top: 75%;
	right: 50%;
	transition: all 1s;
	z-index: -1;
}


.index-nav li a:hover:after {
	width: 100%;
	right: 0;

}

.index-nav li a:hover {
	font-weight: bold;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}



.erweima-pic {
	position: absolute;
	top: 38px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}


.la-close {
	font-family: sans-serif;
	font-size: 35px;
}

.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.enterS{
	width: 100%;
	height: 66px;
	background-color: #e5e5e5;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.enterS input,.enterS span{
   color: #262626;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0 30px;
	
}
.enterS span{
    font-size: 18px;
    cursor: pointer;
    padding-left: 30px;
    border-left: 1px solid rgb(50,50,50);
    letter-spacing: 3px;
}
.search_field form button {
	position: absolute;
	top: 24px;
	right: 24px;
	background-color: inherit;
	border: 0;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}

.erweima-pic img {
	height: 120px;
	width: 120px;
}

.index-nav li {
	position: relative;
	line-height: 95px;
}

.index-nav li a {
	font-size: 16px;
}

.index-nav li .show {
	position: absolute;
	display: none;
	top: 95px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.6);

}

.index-nav li:hover .show {
	display: block;

}

.index-nav li .show p {
	line-height: 36px;
}

.index-nav li .show a {
	line-height: 36px;
	position: relative;
	font-size: 14px;
	color: #000;
	transition: all 1s;
}

.index-nav li .show a:hover {
	font-weight: 600;
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}

@-webkit-keyframes fadedown {

	from {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}

}

@keyframes fadedown {

	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}

}

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}
.scoll-top .logo .img3 {
	display: none;
}
.scoll-top.top a:link,
.scoll-top.top a:visited {
	color: #fff;
}


.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color: rgb(8, 65, 57);
}

.scoll-top .nav>li>a:before {
	border-top: 5px solid rgb(8, 65, 57);
}


.scoll-top .erweima-pic {
	position: absolute;
	top: 40px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.scoll-top .erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.top a:link,
.top a:visited {
	color: #fff;
}

.top a:active,
.top a:hover {
	color: #fff;
}

.top {
	z-index: 999!important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0;
	width: 28px;
	height: 3px;
	background-color:#000;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,

.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0;

	background-color:#000;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -9px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -9px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;

	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #fff;
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
    z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	width: 400px;
	z-index: 980;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 60px 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 #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #e8e8e8;
}

.menuMoblie .cur .nav-link {
	color: rgb(8, 65, 57);
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: #333333;
	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;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	filter: alpha(enabled=false);
	opacity: 1;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

/* banner文字 */
.slideTop img {
	float: left;
}

.bannerWord {
	position: absolute;
	top: 32%;
	left: 15%;
	z-index: 99;
	color: #fff;
	opacity: 0.85;
}

.bannerWord>p:nth-child(1) {
	font-size: 48px;
	margin-bottom: 6vh;
	letter-spacing: 1px;
}

.bannerWord>p:nth-child(2) {
	height: 8vh;
	width: 2px;
	background: #FFF;
	margin-bottom: 6vh;
	margin-left: 10px;
	opacity: 0.8;
}

.bannerWord>p:nth-child(3) {
	font-size: 64px;
	margin-bottom: 6vh;
	letter-spacing: 1px;
	word-spacing: 10px;
}

.bannerWord>p:nth-child(4) {
	font-size: 28px;
	font-family: 'DIN';
}

/* 2 */
.sideWord {
	position: absolute;
	top: 31%;
	left: 15%;
	z-index: 99;
	color: #fff;
	opacity: 0.85;
}

.sideWord>p:nth-child(1) {
	font-size: 4.8vw;
	margin-bottom: 7vh;
	font-family: 'DIN';
	letter-spacing: 1px;
	position: relative;
}

.sideWord>p:nth-child(1) img {
	position: absolute;
	width: 80px;
	left: -20px;
	z-index: -1;
	top: -30px;
}

.sideWord>p:nth-child(2) {
	font-size: 2.2vw;
	margin-bottom: 12vh;
	letter-spacing: 1px;
}

.sideWord>p:nth-child(3) {
	font-size: 2.6vw;
	margin-bottom: 6vh;
	letter-spacing: 1px;
	word-spacing: 10px;
}

/* Slider */

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

@-webkit-keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}



/*main style end*/

/*index style*/

.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}

.transXT50 {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT20 {
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT50 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXT100 {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transYT50,
.action.transYT20 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transXT50,
.action.transXT100 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}

.dly_2 {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

.dly_3 {
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.dly_4 {
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}

.dly_5 {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}

.dly_6 {
	transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}

.dly_7 {
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.dly_8 {
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}

.dly_9 {
	transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
}

.dly_10 {
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.dly_11 {
	transition-delay: 1100ms;
	-webkit-transition-delay: 1100ms;
}

.banner a:link,
.banner a:visited {
	color: #fff;
}

.banner a:active,
.banner a:hover {
	color: #fff;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #efefef;
}

.banner .img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.banner .pimg {
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
	object-fit: cover;
}

.banner .bimg {
	display: none;
	width: 100%;
	position: relative;
}

.banner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .yy {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: url(../images/yy.png) repeat-x scroll left bottom;

	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));

	background: -webkit-gradient(linear, 0% 40%, 0% 100%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.banner .binbox {
	position: absolute;
	width: 1400px;
	overflow: hidden;
	left: 50%;
	margin-left: -700px;
	top: 0;
	height: 100%;
	display: table;
	color: #fff;
}

.banner .binbox .by {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 3px;
}

.banner .binbox .zh {
	font-size: 30px;
	line-height: 1.5;
	margin-top: 23px;
}

.banner .binbox .en {
	font-size: 16px;
	font-family: "PF Din Light";
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 30px;
}

/*.banner .binbox .line{ width: 2px; height: 42px; display: block; margin: 20px 0; background-color: #fff;}*/

.banner .binbox a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin-top: 100px;
	background: #ffffff;
	text-align: center;
	display: block;
	color: #141418;
}

.banner .slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .slick-active .bimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .slick-dots {
	bottom: 20px;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 6px;
	width: 28px;
	height: 8px;
	padding: 0px;
	cursor: pointer;
}

.banner .slick-dots li a {
	height: 2px;
	width: 100%;
	line-height: 8px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border-radius: 0%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active a {
	height: 8px;
	top: 0;
}

@-webkit-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@-ms-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@-o-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}



.ibox-inner {
	width: 90%;
	margin: 0px auto;
	max-width: 1600px;
}



.conn_banner {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: fixed;
}

.switchTab {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 50px;
    display: flex;
    align-items: center;
}

/* 产品中心 */
.sameTitle {
	padding-bottom: 50px;
	text-align: center;
}

.sameTitle>p:nth-child(1) {
	font-size: 36px;
	letter-spacing: 3px;
	color: #fff;
}

.sameTitle>p:nth-child(2) {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 15px;
	opacity: 0.9;
}

.product {
	display: flex;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.sameduct {
	width: calc(100% / 8);
	text-align: center;
	letter-spacing: 1px;
	padding: 24px 0;
}

.sameduct a {
	color: rgba(255, 255, 255);
	font-size: 16px;
	opacity: 0.4;
}

.dustBox {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}

.dustBox_common{
	width: 31%;
	margin-right: 3.5%;
	overflow: hidden;
	margin-bottom: 60px;
	display: inline-block;
	position: relative;
	transition: all 0.8s;
	cursor: pointer;
}
.dustBox_word:before{
   position: absolute;
    content: '';
    left: 10%;
    right: 10%;
    top: 10%;
    border: 1px solid rgba(255,255,255,0.4);
    opacity: 0;
    width: 80%;
    height: 80%;
    z-index: 99;
    bottom: 10%;
}
.dustBox_common:hover .dustBox_word:before{
    opacity: 1;
}
.dustBox_word{
	position: absolute;
	left: 0;
	top:0 ;
	bottom:0 ;
	right: 0;
	background: rgba(0,88,196,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: scale(0,0);
	transition: all 0.8s;
}
.dustBox_word>p:nth-child(1){
	color: #fff;
	letter-spacing: 2px;
	font-size: 28px;
	margin-bottom: 30px;
}
.dustBox_common:hover .dustBox_word{
	transform: scale(1,1);
}
.dustBox_common img {
	float: left;
}

.dustBox>a:nth-child(3n+3) {
	margin-right: 0;
}

.op1 {
	opacity: 1 !important;
}

.sameduct a {
	position: relative;
	padding: 24px 0;
}

.sameduct span {
	position: absolute;
	left: 37%;
	bottom: 0;
	width: 26%;
	height: 2px;
	background: #fff;
	opacity: 0;
}

.spanon {
	opacity: 1 !important;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.search-btn {
	background: url(../images/icon1.png) no-repeat left center;
	text-indent: 30px;
	width: 28px;
	height: 30px;
	margin-right: 30px;
}

.telCall>span:nth-child(1) {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-right: 6px;
	background: url(../images/tel.png);
}

.scoll-top .search-btn {
	background: url(../images/icon1.png) center no-repeat;
}

.scoll-top .telCall>span:nth-child(1) {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/tel.png);
}

.scoll-top .telCall>span:nth-child(2) {
	color:#fff;
}

.scoll-top .telCall {
	border: 1px solid #fff;
}

/* 精品工程 */
.case {
	position: relative;
	overflow: hidden;
}

.lineBack {
	height: 28em;
	width: 100%;
	background: rgb(35, 35, 35);
	position: absolute;
	top: 23%;
}

.caseBg {
	position: absolute;
	z-index: -1;
}

.bouti {
	display: flex;
}

.boutiNull {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.boutiAll {
	padding: 20px 0 65px 0;
	position: relative;
}


.boutiDesc {
	display: flex;
}

.boutiRight {
	width: 55%;
	padding-left: 5%;
	padding-top: 7em;
}


.boutiParh1 {
	font-size: 34px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.boutiParh2 {
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	line-height: 35px;
	margin-bottom: 60px;
}

.boutiMore {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 14px 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	transition: all 1s;
	word-spacing: 8px;
	border-radius: 35px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 0;
	width: 165px;
	text-align: center;
}

.boutiMore:after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	background: rgba(0, 88, 196);
	top: 0%;
	left: 0%;
	transition: all 1s;
	z-index: 0;
	border-radius: 35px;
}



.boutiMore span {
	position: relative;
	z-index: 1;
}

.poPic {
	width: 45%;
}

.poPic img {
	border-radius: 8px;
}

/* 首页切换 */
.slideBox {
	position: relative;
	height: 605px;
}

.slideBox .next {
	position: absolute;
	top: 75%;
	z-index: 99;
	margin-top: 0;
	right: 48%;
	cursor: pointer;
}

.slideBox .prev {
	position: absolute;
	top: 75%;
	margin-top: 0;
	z-index: 99;
	right: 0;
	cursor: pointer;
}

.parHd {
	width: 42%;
	position: absolute;
	bottom: 10%;
	right: 5%;
	z-index: 99;
}

.parHdul {
	display: flex;
	/* width: 87%; */
	margin: auto;
}

.parHdul div:last-child {
	margin-right: 0;
}

.parHdul div {
	margin-right: 20px;
}

/* swiper */
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	width: 100%;
}

.gallery-thumbs {
	  height: 34%;
    width: 40%;
    box-sizing: border-box;
    padding: 10px 0;
    float: right;
    margin-top: -20em;
    left: -82px;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide {
	background-size: 100% 100%;
}
/* 我们的优势 */
.adv {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0;
    background-attachment: fixed;
    position: relative;
}
.adv:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.advTitle {
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
	z-index: 9;
}

.advTitle>p:nth-child(1) {
	width: 25%;
	font-size: 40px;
	color: #fff;
	letter-spacing: 2px;
}

.advTitle>p:nth-child(2) {
	width: 70%;
	font-size: 17px;
	color: #fff;
	opacity: 0.7;
	line-height: 36px;
	letter-spacing: 1px;
}

.advFor {
	margin-top: 300px;
	display: flex;
	margin-bottom: 30px;
		position: relative;
	z-index: 9;
}

.advFor_common {
	text-align: center;
	width: 25%;
	transition: all 1s;
	cursor: pointer;
}

.advFor_common img {
	width: 63px;
	height: 70px;
	margin-bottom: 40px;
}
.advFor_common:hover p{
	color: rgb(0,88,196);
}
.advFor_common:hover img{
	animation: jello 1.2s;
}
.advFor_common p {
	color: #fff;
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
	transition: all 0.5s;
}

/* 公司介绍 */
.company {
	background: url(../images/wan.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.comp {
	padding-top: 95px;
}

.compLeft {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.compName {
	width: 50%;
	font-size: 36px;
	color: #fff;
	letter-spacing: 3px;
	position: relative;
}

.compName p {
	position: relative;
	display: inline;
}

.compCircle {
	position: absolute;
	top: 6px;
	right: -15px;
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 2px solid rgb(0, 88, 196);
	border-radius: 50%;
}

.compWord p {
	font-size: 17px;
	color: #fff;
	opacity: 0.75;
	line-height: 40px;
	letter-spacing: 1px;
}

.compWord p span {
	color: rgba(255, 255, 255, 0.4);
	padding-left: 40px;
}

.compRight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}

.compDesc {
	width: 50%;
	font-size: 14px;
	color: rgb(255, 255, 255);
	opacity: 0.4;
	line-height: 35px;
	letter-spacing: 1px;
}

.compMore {
	position: relative;
	width: 50%;
	transition: all 0.8s;
}
.compMore:hover{
	transform: translateX(20px);
}
.compMore>span:nth-child(1) {
	width: 27px;
	height: 27px;
	background: rgb(0, 88, 196);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
}

.compMore>span:nth-child(2) {
	font-family: 'DIN';
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	z-index: 2;
	left: 20px;
	top: 2px;
}

/*视频*/
.video-box {
	position: relative;
}

.item-video .tu {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-video .tu img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.item-video a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 67px;
	height: 67px;
}

.item-video a::before {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	content: '';
	display: block;
	border: 3px dashed #fff;
	border-radius: 100%;
	transition: all 0.6s;
	transform: scale(0);
	animation: ro 15s infinite linear;
	opacity: 0;
}

.item-video a:hover::before {
	opacity: 0.6;
	transform: scale(1);
	top: -10px;
	right: -10px;
	left: -10px;
	bottom: -10px;
}

.video-popwrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 36663;
	border-radius: 5px;
	border: 10px solid #fff;
}

.popbg {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index:9999;
}

.popclose {
	position: absolute;
	top: -60px;
	right: -85px;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 43px;
	font-size: 58px;
	z-index: 33333;
}

.tj-indexPart3-list {
	margin-bottom: 50px;
}

.tj-indexPart3-list li {
	width: 48%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	transition: all 0.6s;
	padding: 10px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #ffffff;
	box-sizing: border-box;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.tj-indexPart3-list li .left .number .day {
	color: #141418;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tj-indexPart3-list li .left .number .year {
	font-size: 14px;
	color: #141418;
	position: relative;
	margin-bottom: 20px;
}

.tj-indexPart3-list li .left .number .year span {
	display: inline-block;
	position: absolute;
	right: 0;
}

.tj-indexPart3-list li .left .details span {
	display: inline-block;
	color: #333333;
	font-weight: bold;
	font-family: arial;
	margin-right: 10px;
}

.tj-indexPart3-list li .left .details {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #141418;
}

.tj-indexPart3-list li:nth-child(2n) {
	float: right;
}

.tj-indexPart3-list li .left .left .more {
	margin-top: 30px;
	margin-bottom: 20px;
}

.tj-indexPart3-list li:hover {
	transform: translateX(15px);
}

.tj-indexPart3-list li:nth-child(3n+1) {
	margin-left: 0;
}

.tj-indexPart3-list li .left .t1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	display: none;
}


.conn2_right {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.conn2_right>.img {
	width: 100%;
	margin: auto;
	background: url(../images/desc2.jpg)center no-repeat;
	background-size: cover;
}

.conn2_right>.img>img {
    float: left;
}

.conn2_right .items {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(24, 61, 137, .95);
	width: 100%;
	height: 50%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.conn2_right .items .conn2_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
}

.conn2_right .item {
	display: inline-block;
	width: 48%;
}

.conn2_right .item .img {
	width: 100%;
	margin: 0 auto;
}



.conn2_right .items h3 {
	font-size: 60px;
	font-family: impact;
	color: #FFFFFF;
}

.conn2_right .items p {
	font-size: 18px;
	padding-top: 30px;
	color: #FFFFFF;
}

.conn2_right .items i.xian {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -100%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}

.conn2_right .items .xian {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	height: 1px;
	overflow: hidden;
}

.conn2_right .items .xian1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	height: 1px;
	overflow: hidden;
	left: 80%;
}

.conn2_right .items .xian span {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #FFFFFF;
}

.conn2_right .items .xian1 span {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #FFFFFF;
}

.conn2_right .items:hover .xian span {
	animation: xian1 1.5s infinite linear;
}

.conn2_right .items:hover .xian1 span {
	animation: xian1 1.5s infinite linear;
	animation-delay: 1s;
}

.conn2_right .items .xian span:nth-of-type(1) {
	left: -100%;
}

.conn2_right .items .xian span:nth-of-type(2) {
	left: -200%;
	display: none;
}

.conn2_right .items .xian1 span:nth-of-type(1) {
	left: -100%;
}

.conn2_right .items .xian1 span:nth-of-type(2) {
	left: -200%;
	display: none;
}

.descPlay {
	display: flex;
	margin-top: 70px;
	padding-bottom: 65px;
}

.descPlay_left {
	margin-right: 2%;
}

.descPlay_left img {
	width: 100%;
}

/* 新闻资讯 */
.newsBo {
	display: flex;
	flex-wrap: wrap;
}

.newsBo>a:nth-child(4n+4) {
	margin-right: 0;
}

.newsCommon {
	display: inline-block;
	width: 23.2%;
	margin-right: 2.3%;
	transition: all 0.8s;
}

.newsPic {
	overflow: hidden;
}

.newsPic img {
	width: 100%;
	float: left;
	transition: all 0.8s;
}

.newsWord {
	padding: 20px;
	background: rgb(35, 35, 35);
}

.newsWord_parh1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	letter-spacing: 1px;
}

.newsWord_parh2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	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;
	margin-bottom: 30px;

}

.newsWord_date {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: 'DIN';
	color: rgb(102, 102, 102);
}

.newsWord_date>p:nth-child(2) {
	color: rgb(0, 88, 196);
	text-decoration: underline;
	letter-spacing: 1px;
}


.newsCommon:hover .newsPic img {
	transform: scale(1.1);
}
.newsWord{
	transition: all 0.6s;
}
.cw{
	transition: all 0.6s;
}
.newsCommon:hover .newsWord{
	background: #fff;
}
.newsCommon:hover .cw{
	color: rgb(0,88,196);
}
/* 轮播 */
.picMarquee-left {
	overflow: hidden;
	position: relative;
	padding-top: 75px;
	padding-bottom: 40px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width: 280px !important;
}

.pic_bottom {
	overflow: hidden;
}

.pic_bottom img {
	width: 280px;

}
.pic img{
    transition: all 1s;
}
.pic_bottom:hover img{
	transform: scale(1.15);
}
.pic:hover img{
	transform: scale(1.15);
}
/* footer */
footer {
	background: rgb(0, 0, 0);
	padding-top: 60px;
}

.footer {
	display: flex;
	padding-bottom: 25px;
}

.footer_left {
	width: 40%;
	display: flex;
	justify-content: space-between;
}

.footer_type {
	overflow: hidden;
}

.footer_type>p:nth-child(1) {
	color: rgb(247, 247, 247);
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footer_type>img {
	width: 73px;
	height: 1px;
}

.footer_address_common {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	transition: all 0.8s;
	cursor: pointer;
}

.footer_address_common:hover {
	transform: translateX(10px);
}

.footer_address_common img {

	margin-right: 15px;
}

.footer_address_common span {
	font-family: 'DIN';
	color: #808080;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
}

.footer_right {
	width: 50%;
	display: flex;
	margin-right: 10%;
}

.footer_right a {
	display: block;
}

.footer_link {
	width: 25%;
	text-align: left;
	letter-spacing: 1px;
	margin-right: 50px;
}

.footer_right>div:last-child {
	margin-right: 0;
}

.footer_link_belong {
	overflow: hidden;
}

.footer_link_belong>p:nth-child(1) {
	color: rgb(247, 247, 247);
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footer_link_belong>img {
	width: 73px;
	height: 1px;
}

.footer_link_con {
	margin-top: 30px;
}

.footer_link_con a {
	margin-bottom: 22px;
	color: rgb(255, 255, 255);
	opacity: 0.5;
	font-size: 15px;
	transition: all 0.8s;
	position: relative;
}

.footer_link_con a:hover {
	color: rgb(0,88,196);
	opacity: 1;
}

.footer_pic {
	margin-top: 30px;
	overflow: hidden;
	width: 123px;
	height: 123px;
	border-radius: 5px;
}

.footer_pic img {
	width: 123px;
	height: 123px;
}

.footer_support {
	padding: 25px 0;
	border-top: 1px solid rgba(247, 247, 247, 0.1);
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	font-family: 'DIN';
	word-spacing: 8px;
}

.footer_support_con {
	display: flex;
	justify-content: space-between;
}

.footerEwm {
	text-align: center;
}

.footerEwm img {}

.footerEwm p {
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
	margin-top: 12px;
}

.lyLink {
	display: flex;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.lyLink a,
.lyLink p {
	margin-bottom: 8px;
	margin-right: 14px;
	color: #fff;
	opacity: 0.5;
	transition: all 0.4s;
}

.lyLink a:hover {
	opacity: 1;
	color: rgb(0,88,194);
}

/* 产品中心 */
.insideWord {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	top: 0;
}

.insideWord>p:nth-child(1) {
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

.insideWord>p:nth-child(2) {
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-top: 25px;
	text-align: center;
	letter-spacing: 1px;
}

.sideBanner img {
	float: left;
}

/* 产品中心 */
.proCenter {
	overflow: hidden;
	position: relative;
}

.proCenter_left {
	width: 23%;
	float: left;
}

.proCenter_right_con {
	width: 75%;
	padding: 40px 35px;
	float: right;
	background: rgb(23, 23, 23);

}

.proCenter_right_con::before {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	right: 0;
	bottom: 0;
	background: rgb(23, 23, 23);
	z-index: -1;
}

.h1600 {
	height: 1600px;
	overflow-y: auto;
}

.proCenter_left::before {
	content: '';
	position: absolute;
	left: 0%;
	right:77%;
	top: 0;
	bottom: 0;
	background: rgb(35,35,35);
	z-index: -1;
	height: 100%;
	width: 25%;
}

.ductType {
	overflow: hidden;
}

.ductTitle {
	display: flex;
	align-items: center;
	padding: 28px 0;
	background: rgb(47, 47, 47);
	padding-left: 50px;
}

.ductTitle img {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	position: relative;
	top: 2px;
}

.ductTitle p {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
}

.centerPro {
	/* padding: 40px 0; */
	background: rgb(35, 35, 35);
	padding: 20px 0;
}

.centerPro>a:last-child {
	margin-bottom: 0;
}

.centerPro_common {
	display: flex;
	/* margin-bottom: 40px; */
	padding: 20px 0;
	transition: all 0.8s;
	width: 80%;
	margin-bottom: 10px;
	border-radius: 0 30px 30px 0;
}

.prow {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	opacity: 0.4;
	padding-left: 50px;
	transition: all 0.8s;
}

.pim1 {
	position: relative;
	top: 2px;
}

.pim1,
.pim2 {
	opacity: 0;
	transition: all 0.8s;
}

.centerPro_common:hover {
	background: rgb(0, 88, 196);
	width: 80%;
	border-radius: 0 30px 30px 0;
}
.transBg{
	background: rgb(0, 88, 196);
	width: 80%;
	border-radius: 0 30px 30px 0;
}
.tran1{
	opacity: 1;
	transform: translateX(30px);
}
.tran2{
	opacity: 1;
	transform: translateX(30px);
}
.tran3{
	opacity: 1;
	transform: translateX(45px);
}
.centerPro_common:hover .prow {
	opacity: 1;
	transform: translateX(30px);
}

.centerPro_common:hover .pim1 {
	opacity: 1;
	transform: translateX(45px);
}

.centerPro_common:hover .pim2 {
	opacity: 1;
	transform: translateX(80px);
}

.ductType {
	background: rgb(35, 35, 35);
}

.findColor {
	background: url(../images/colorbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	width: 80%;
	height: 80px;
	border-radius: 5px;
	margin: auto;
	line-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
	margin-top: 10px;
	cursor: pointer;
}

.findColor img {
	margin-right: 10px;
}

.proCenter_right {
	display: flex;
	flex-wrap: wrap;
}

.proCenter_right>a:nth-child(3n+3) {
	margin-right: 0;
}

.toolEach {
	display: inline-block;
	width: 31.8%;
	margin-right: 2.2%;
	margin-bottom: 2.2%;
	position: relative;
}
.toolBox_word{
	position: absolute;
	left: 0;
	top:0 ;
	bottom:0 ;
	right: 0;
	background: rgba(0,88,196,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: scale(0,0);
	transition: all 0.8s;
}
.toolBox_word>p:nth-child(1){
	color: #fff;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 30px;
}
.toolEach:hover .toolBox_word{
	transform: scale(1,1);
}
.toolBox_word:before{
   position: absolute;
    content: '';
    left: 10%;
    right: 10%;
    top: 10%;
    border: 1px solid rgba(255,255,255,0.4);
    opacity: 0;
    width: 80%;
    height: 80%;
    z-index: 99;
    bottom: 10%;
}
.toolEach:hover .toolBox_word:before{
    opacity: 1;
}
/* 新闻资讯 */
.newsLink {
	padding: 40px 50px;
}

.newsLink a {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	transition: all 0.6s;
}
.newsLink a:hover span{
	background: rgb(0,88,196);
}
.newsLink a:hover p{
	color: rgb(0,88,196);
	font-weight: bold;
	opacity: 1;
}
.newsLink a p {
	transition: all 0.6s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 15px;
	color: #fff;
	opacity: 0.4;
	letter-spacing: 1px;
}

.newsLink a:last-child {
	margin-bottom: 0;
}

.newsLink a span {
	transition: all 0.6s;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgb(130, 130, 130);
	margin-right: 20px;
}

.hotWord {
	padding: 40px 50px;
	display: flex;
	flex-wrap: wrap;
}

.hotWord a {
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	letter-spacing: 1px;
	padding: 12px 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-right: 12px;
	margin-bottom: 12px;
	transition: all 0.4s;
}
.hotWord a:hover{
	color: rgb(0,88,196);
	border: 1px solid rgb(0,88,196);
	opacity: 1!important;
}

/* 换页 */
.swtichPage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.swtichPage a {
	margin-right: 28px;
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 17px;
	transition: all 0.6s;
	color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.8s;
	font-family: 'DIN';
	border-radius: 50%;
}

.swtichPage>a:last-child {
	margin-right: 0;
	border: none;
}
.swtichPage>a:last-child:hover{
	background: none;
}
.swtichPage>a:first-child:hover{
	background: none;
}
.swtichPage>a:first-child {
	border: none;
}

.swtichPage a:hover {
	background: rgb(0, 88, 196);
	color: #fff;
	border: none;
}

.cy {
	background: rgb(0, 88, 196) !important;
	color: #fff !important;
}

/* 所在位置 */
.nowLocal_left {
   width: 45%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-size: 15px;
    justify-content: flex-end;
}

.nowLocal_left>img:nth-child(1) {
	width: 16px;
	margin-right: 10px;
}

.nowLocal_left>p:nth-child(2) {
	color: #fff;
	opacity: 0.5;
	margin: 0 !important;
}

.nowLocal_left>p {
	margin: 0 5px;
	color: #fff;
	opacity: 0.5;
}

.nowLocal_left>a {
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.nowLocal_left>a:nth-child(2){
    width: 3em;
}
.nowLocal_left>a:nth-child(4){
    width:8em;
}
.nowLocal_left>a:hover {
	opacity: 1;
}

.proCenter_detail_con {
	width: 77%;
	padding: 0 35px;
	float: right;
	background: rgb(23, 23, 23);

}

.eachDuct {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eachDuct_name {
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	padding: 30px 0;
}

.eachDuct_name span {
	display: inline-block;
	width: 2px;
	height: 18px;
	background: #fff;
	margin-right: 14px;
	position: relative;
	top: 2px;
}

.eachDuct_name::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
}

.board {
	display: flex;
	margin-top: 50px;
}

.boardLeft {
	width: 50%;
	margin-right: 3%;
}

.boardRight {
	width: 46%;
}

.boardName {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.boardNum {
	display: flex;
	align-items: center;
}

.boardNum p {
	margin-right: 40px;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}

.boardNum p img {
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.boardSuit {
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.boardUse {
	    font-size: 16px;
	    letter-spacing: 1px;
	    color: #fff;
	    opacity: 0.5;
	    margin-right: 0;
	    margin-bottom: 10px;
	    width: 6em;
}

.boardPalce {
	    display: flex;
	    flex-wrap: wrap;
	    width: 85%;
}

.boardPalce p {
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	padding: 2px 7px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.boardPrice {
	margin-top: 20px;
	padding: 23px 15px;
	background: rgb(73, 73, 73);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.boardLock {
	display: flex;
	align-items: center;
}

.boardLock span:nth-child(1) {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 10px;
}

.boardLock span:nth-child(3) {
	opacity: 0.5;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.boardLock img {
	margin-right: 20px;
}

.boardNew {
	display: inline-block;
	padding: 8px 15px;
	background: rgb(0, 88, 196);
	letter-spacing: 1px;
	color: #fff;
	font-size: 14px;
	transition: all 0.6s;
}
.boardNew:hover{
	transform: translateX(10px);
	color: #fff;
}
.boardNew img {
	margin-left: 6px;
}

.boardKind {
	display: flex;
	margin-top: 25px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.sKind {
	width: calc(100% / 6);
	text-align: center;
}

.sKind img {
	margin-bottom: 8px;
}

.sKind p {
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.5;
	color: #fff;
}

.boardButton {
	display: flex;
}

.boardButton a {
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'DIN';
	display: flex;
	align-items: center;
	justify-content: center;
}

.boardButton a img {
	margin-right: 12px;
}

.boardButton1 {
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	border: 1px solid rgb(0, 88, 196);
	background: rgb(0, 88, 196);
	width: 49%;
	margin-right: 2%;
	transition: all 0.6s;
}
.boardButton1:hover{
	box-shadow: 1px 1px 10px 1px rgb(0,88,196);
}
.boardButton2 {
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 49%;
	transition: all 0.6s;
}
.boardButton2:hover{
	box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.4)
}
.boardDesign {
	display: flex;
	margin-top: 20px;
}

.boardDesign p {
	display: flex;
	align-items: center;
	width: calc(100% / 4);
}

.boardDesign p img {
	margin-right: 4px;
}

.boardDesign p span {
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}

.moreDetail {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
	background: rgb(50, 50, 50);
	padding: 23px 40px;
	position: relative;
}

.moreDetail_left p {
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
}

.moreDetail_left img {
	position: absolute;
	left: 31px;
	bottom: -5px;
}

.backList {
	display: flex;
	align-items: center;
}

.backList img {
	margin-right: 10px;
}

.backList span {
	font-size: 16px;
	opacity: 0.5;
	color: #fff;
	letter-spacing: 1px;
}

.moreDetail_parh {
	margin-top: 35px;
	margin-bottom: 40px;
}

.moreDetail_parh p {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	line-height: 46px;
}

.morePic {
	overflow: hidden;
	margin-bottom: 60px;
}

.moreLink {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.moreLink a {
	display: inline-block;
	width: 50%;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	padding: 25px 0;
	transition: all 0.5s;
}
.moreLink a:hover{
	color: rgb(0,88,196);
	opacity: 1;
}
.moreCommond {
	margin-top: 45px;
	padding: 30px 35px;
	background: rgb(50, 50, 50);
	margin-bottom: 45px;
}

.moreCommond_title {
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.moreCommond_title span {
	width: 3px;
	height: 20px;
	background: rgb(255, 255, 255);
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.moreEnter {
	display: flex;
	flex-wrap: wrap;
}

.moreEnter>a:nth-child(3n+3) {
	margin-right: 0;
}

.moreEnter_common {
	display: inline-block;
	margin-right: 2.2%;
	width: 31.8%;
	position: relative;
}
.enterBox_word:before{
   position: absolute;
    content: '';
    left: 10%;
    right: 10%;
    top: 10%;
    border: 1px solid rgba(255,255,255,0.4);
    opacity: 0;
    width: 80%;
    height: 80%;
    z-index: 99;
    bottom: 10%;
}
.moreEnter_common:hover .enterBox_word:before{
    opacity: 1;
}
.moreEnter_pic {
	overflow: hidden;
}
.enterBox_word{
	position: absolute;
	left: 0;
	top:0 ;
	bottom:0 ;
	right: 0;
	background: rgba(0,88,196,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: scale(0,0);
	transition: all 0.8s;
}
.enterBox_word>p:nth-child(1){
	color: #fff;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 30px;
}
.moreEnter_common:hover .enterBox_word{
	transform: scale(1,1);
}

.proCenter_detail_con::before {
	position: absolute;
	content: '';
	left: 23%;
	top: 0;
	width: 77%;
	bottom: 0;
	background: rgb(23, 23, 23);
	z-index: -1;
}

/* 成功案例 */
.successCase {
	position: relative;
	margin-bottom: 40px;
	transition: all 0.8s;
	margin:0 5px;
}

.successCase_left {
	display: flex;
	padding: 0 50px;
	position: relative;
}

.successCase_left::before {
    
	transition: all 0.8s;
	content: '';
	position: absolute;
	background: rgb(35, 35, 35);
	left: 0;
	right: 0;
	top: 12%;
	bottom: 12%;
}
.successCase:hover .successCase_left::before{
    box-shadow: 1px 1px 15px 1px rgb(200,200,200);
}
.successCase:hover .boutiMore {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 88, 196);
}

.successCase:hover .boutiMore:after {
	width: 100%;
	right: 0;

}
.boutiMore:hover {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 88, 196);
}
.boutiMore:hover:after {
	width: 100%;
	right: 0;

}
.successCase_pic {
	width: 43%;
	position: relative;
	z-index: 9;
}

.mr3 {
	margin-right: 3.5%;
}

.ml3 {
	margin-left: 3.5% !important;
}

.successCase_pic img {
	border-radius: 15px;
	max-width: inherit;
	width: 25vw;
}

.successCase_pic img {
	border-radius: 15px;
}

.successCase_word {
	width: 64%;
	padding: 45px 0px 45px 0;
	position: relative;
	margin-left: 0%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.suParh1 {
	font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.suParh2 {
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	line-height: 35px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.boutiMore1 {
	margin-top: 30px !important;
}

.m40 {
	margin-left: 40px !important;
}

/* 公共位置 */
.publicCon {
	height: 90px;
	background: rgba(0, 0, 0, 0.7);
	margin-top: -90px;
	z-index: 9;
	position: relative;
	padding-right: 15px;
}

.public {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	height: 90px;
	position: relative;
}

.publicLeft {
	display: flex;
	height: 90px;
	align-items: center;
	width: 85%;
}

.publicLink {
	display: flex;
}

.publicTitle {
	width: 355px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 35px;
	padding-right: 70px;
	background: rgb(0, 88, 196);
	height: 90px;
	display: flex;
	align-items: center;
}

.publicTitle span {
	letter-spacing: 0;
	padding-left: 13px;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.publicLink {
	width: 60%;
	height: 90px;
	display: flex;
	align-items: center;
	
    float: none;
    left: auto;
    display: flex;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
}

.publicLink a {
	width: 180px;
	text-align: center;
	padding-top: 12px;
}

.popword {
	font-size: 17px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 5px;
	opacity: 0.5;
}

.publicLink a>p:nth-child(2) {
	opacity: 0;
}

.pop {
	opacity: 1 !important;
}

/* 新闻页 */

.articleTitle {
	padding: 50px 0px 30px;
	border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.articleTitle>p:nth-child(1) {
	font-size: 34px;
	margin-bottom: 25px;
	color: rgb(230, 230, 230);
	letter-spacing: 1px;
}

.articleTitle>p:nth-child(2) {
	display: flex;
}

.articleTitle>p:nth-child(2) span {
	margin-right: 30px;
	color: rgb(102, 102, 102);
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	font-family: 'DIN';
}

.article_word {
font-size: 15px;
    padding-top: 30px;
    line-height: 38px;
    color: rgba(230,230,230,0.6);
}
.article_word a{
     color: rgba(230,230,230,0.6);
}
.article_pic {
	text-align: center;
	overflow: hidden;
}

.article_pic {
	width: 40%;
	margin: auto;
	margin-top: 30px;
}

.article_pic img {
	width: 100%;
	transition: all 1.4s;
}

.article_pic img:hover {
	transform: scale(1.2);
}

/* 新闻内页 */
.article {
	display: flex;
}

.articleLeft {
	width: 70%;
	padding-right: 15px;
}

.articleLeft::before {
	content: '';
	position: absolute;
	left: 0;
	right: 30%;
	top: 0;
	bottom: 0;
	background: rgb(23, 23, 23);
	z-index: -1;
}

.articleRight {
	width: 30%;
	background: rgb(35, 35, 35);
	left: 70%;
}

.articleRight::before {
	content: '';
	position: absolute;
	left: 70%;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgb(35, 35, 35);
	z-index: -1;
}

.pageArticle {
	position: relative;
}

.aboutArt {
	padding:  45px 45px 0 45px;
}

.aboutArt_title {
	color: rgb(230, 230, 230);
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 35px;
}

.aboutArt_title span {
	width: 3px;
	height: 30px;
	background: rgb(0, 88, 196);
	margin-right: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.aboutIcle_a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	transition: all 0.4s;
}
.cb{
	transition: all 0.4s;
}
.aboutIcle_a:hover .cb{
	color: rgb(0,88,196);
	opacity: 1;
}
.aboutIcle_a>p:nth-child(1) {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
}
.aboutIcle_a>p:nth-child(2) {
	width: 20%;
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	text-align: right;
	font-family: 'DIN';
}
.hotNews {
	display: flex;
	flex-wrap: wrap;
}

.hotNews a {
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	letter-spacing: 1px;
	padding: 12px 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-right: 12px;
	margin-bottom: 12px;
	transition: all 0.4s;
}
.hotNews a:hover{
	color: rgb(0,88,196);
	border: 1px solid rgb(0,88,196);
	opacity: 1;
}
/* 上一篇 */
.prevPage{
	padding: 30px 0;
	margin-top: 80px;
	margin-bottom: 30px;
	border-top:1px solid rgba(255,255,255,0.6) ;
	display: flex;
	justify-content: space-between;
	letter-spacing: 1px;
}
.prevPage a{
	transition: all 0.5s;
}
.prevPage a:hover{
	color: rgb(0,88,196);
	opacity: 1;
}
.page1{
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	display: flex;
	align-items: center;
}
.page1 img{
	margin-right: 10px;
}
.page2{
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	display: flex;
	align-items: center;
}
.page2 img{
	margin-right: 10px;
}
.page3{
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	display: flex;
	align-items: center;
}
.page3 img{
	margin-left: 10px;
}
/* 新闻页 */
.bg_pd{
	padding-top: 30px;
	background: rgb(23,23,23);
}
.perBo {
	display: flex;
	flex-wrap: wrap;
}

.perBo>a:nth-child(3n+3) {
	margin-right: 0;
}

.perCommon {
	display: inline-block;
	width:31.3%;
	margin-right: 3%;
	transition: all 0.8s;
	margin-bottom: 50px;
	cursor: pointer;
}

.perPic {
	overflow: hidden;
}

.perPic img {
	width: 100%;
	float: left;
	transition: all 0.8s;
}

.perWord {
	padding: 20px;
	background: rgb(35, 35, 35);
}

.perWord_parh1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	letter-spacing: 1px;
}

.perWord_parh2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	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;
	margin-bottom: 30px;

}

.perWord_date {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: 'DIN';
	color: rgb(102, 102, 102);
}

.perWord_date>p:nth-child(2) {
	color: rgb(0, 88, 196);
	text-decoration: underline;
	letter-spacing: 1px;
}


.perCommon:hover .newsPic img {
	transform: scale(1.1);
}
.perWord{
	transition: all 0.8s;
}
.cw{
	transition: all 0.6s;
}
.perCommon:hover .perWord{
	background: #fff;
}
.perCommon:hover .cw{
	color: rgb(0,88,196);
}
/* 点击加载更多 */
.loadMore{
	width: 500px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 50px;
	cursor: pointer;
}
.loadMore p{
	font-size: 16px;
	padding: 18px 0;
	letter-spacing: 1px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 40px;
	text-align: center;
	transition: all 0.4s;
}
.loadMore:hover p{
	background: rgb(0,88,196);
	border: 1px solid rgb(0,88,196);
}
/* 荣誉资质 */
.honorContent{
	background: rgb(23,23,23);
	padding-top: 50px;
}
.honorAll{
	display: flex;
	flex-wrap: wrap;
}
.honorAll>div:nth-child(4n+4){
	margin-right: 0;
}
.metalHonor{
	width: 23.3%;
	margin-right: 2.2%;
	margin-bottom: 2.2%;
	padding: 35px 35px;
	background: rgb(50,50,50);
	text-align: center;
	padding-bottom: 48px;
	transition: all 0.7s;
	cursor: pointer;
}
.metalHonor p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	top: 20px;
}
.metalHonor:hover{
	box-shadow: 1px 1px 25px 1px rgb(120,120,120);
}
/* 联系我们 */
.contact{
	display: flex;
}
.contactLeft{
	width: 40%;
	padding: 50px 40px 25px 45px;
	background: rgb(0,88,196);
}
.contactRight{
	width: 60%;
}
.contxt1{
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.contxt2{
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.contxt3{
	width: 60px;
	height: 1px;
	background: #fff;
	margin-bottom: 75px;
}
.contxt4{
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 10px;
}
.contxt5{
	font-size: 44px;
	color: #fff;
	font-family: 'DIN';
	margin-bottom: 60px;
}

.conRess{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	font-family: 'DIN';
}
.conRess img{
	margin-right: 14px;
}
.contactRight{
	padding:40px 120px;
}
.conService{
	font-size: 28px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom:30px ;
	letter-spacing: 2px;
}
.contactRight{
	background: rgb(35,35,35);
}
.serEnter{
	display: flex;
	margin-bottom:40px;align-items: center;
}
.serInput{
	display: flex;
	align-items: center;
	height:52px;
	line-height: 52px;
	border: 1px solid rgba(255,255,255,0.2);
	width: 48%;
	margin-right: 4%;
	font-size: 16px;
	color: rgba(255,255,255,.2);
	padding-left: 20px;
}
.serEnter>p:nth-child(2){
	margin-right: 0;
}
.serInput img{
	margin-right: 15px;
}
.serArea{
	padding-top: 15px;
	padding-left: 20px;
	border: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 80px;
	margin-bottom: 40px;
	width: 100%;
	display: flex;align-items: center;
}
.serArea input{
	font-size: 16px;
	color: rgba(255,255,255,.4);
	letter-spacing: 1px;
}
.serArea img{
	margin-right: 15px;
}
.messUp{
	display: inline-block;
	width: 48%;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	background: rgb(0,88,196);
}
.contactUs_map{
	background: rgb(23,23,23);
}
.contactUs_map iframe{
	padding-top: 55px;
	padding-bottom: 55px;
}
/* 招贤纳士 */
.join{
	padding-top: 50px;
	padding-bottom: 60px;
}
.joinUs{
	display: flex;
	align-items: center;
	background: rgb(50,50,50);
	border-top: 1px solid rgba(220,220,220,0.2);
}
.joinUs_left{
    width: 13em;
	padding: 55px 0px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	border-right: 1px solid rgba(220,220,220,0.2);
}
.joinUs_right{
	width: 80%;
	display: flex;
}
.joinNeed{
	display: flex;
	flex-wrap: wrap;
	padding-left: 6%;
	width: 77%;
}
.joinNeed p{
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 25px;
	letter-spacing: 1px;
	width: 33.3%;
}
.joinNeed>p:nth-child(4),
.joinNeed>p:nth-child(5),
.joinNeed>p:nth-child(6){
	margin-bottom: 0;
}
.joinOpen{
	width: 12%;
	padding: 10px;
	background: rgb(89,89,89);
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	height: 39px;
	border-radius: 4px;
	margin-left: 7%;
	position: relative;
	top:10px;
	cursor: pointer;
}
.joinOpen span{
    opacity: 0.5;
}
.joinOpen img{
	margin-left: 5px;
}

.jobDetail {
	border-top: 1px solid rgba(220,220,220,0.2);
	padding: 50px 50px 25px 50px;
	background: rgb(50,50,50);
	padding-top: 10px;
	display: none;
}

.jobDuty_name {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 40px;
}

.jobDuty_word p {
	color: #fff;
	opacity: 0.5;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 22px;
	line-height: 37px;
	padding-top: 40px;
}

.jobContact {
	margin-top: 80px;
	display: flex;
	margin-bottom: 10px;
}

.jobContact p {
	margin-right: 30px;
	font-size: 20px;
	color: rgb(239, 129, 0);
}
.joinIn a{
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	background: rgb(0,97,174);
	display: inline-block;
	margin-top: 50px;
}
/* 关于我们 */
.aboutUscon{
	background: rgb(23,23,23);
	position: relative;
}
.hair{
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboutUscon::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background: rgb(35,35,35);
}
.aboutUs{
	padding: 65px 0 105px 0;
	background: rgb(35,35,35);
	display: flex;
}
.aboutUs_left{
	padding: 0 55px;
	width: 60%;
}
.ab_parh1{
	font-size: 34px;
	letter-spacing: 2px;
	color: rgb(230,230,230);
	margin-bottom: 20px;
}
.ab_parh2{
	font-size: 40px;
	letter-spacing: 6px;
	color: rgb(255,255,255);
	opacity: 0.5;
	margin-bottom: 50px;
}
.ab_line{
	height: 2px;
	width: 20px;
	background:rgb(0,88,196) ;
}
.aboutp{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	opacity: 0.5;
	margin-top: 35px;
}
.compAdv_con {
	display: flex;
	margin-top: 80px;
}

.techAbout_word {
	font-size: 178px;
	color: rgb(245, 245, 245);
	font-family: 'DIN';
	position: absolute;
	z-index: 1;
	top: -75%;
	left: 0%;
	font-weight: 600;
	letter-spacing: 15px;
}

.compAdv_common {
	width: 33.3%;
	position: relative;
	z-index: 9;
}

.compAdv_common>p:nth-child(2) {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	letter-spacing: 1px;
}

.compAdv_common>p:nth-child(1) span {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	margin-right: 10px;
	font-family: 'DIN';
	letter-spacing: 2px;
}

.compAdv_common>p:nth-child(1) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}
.aboutPlay{
	display: flex;
}
.conn2_about {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
	margin-bottom: 20px;
}
.abTure{
	padding: 0 55px;
	padding-bottom: 30px;
	background: rgb(35,35,35);
}
.abTure_title>p:nth-child(1){
	font-size: 44px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 20px;
}
.abTure_title>p:nth-child(1) span{
	color: rgb(0,88,196);
}
.abTure_title>p:nth-child(2){
	font-size: 6px;
	color: #fff;
	opacity: 0.5;
}
.abComp{
	display: flex;
	margin-top: 50px;
	margin-bottom: 60px;
}
.abComp_pic{
	width: 40%;
	overflow: hidden;
	margin-right: 4%;
}
.abCompAll{
	width: 60%;
}
.abCompAll>p:last-child{
	margin-bottom: 0;
}
.abComp_common{
	display: flex;
	align-items: baseline;
	margin-bottom: 40px;
	margin-top: 10px;
}
.abComp_common>p:nth-child(1){
	width: 16%;
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}
.abComp_common>p:nth-child(2) {
    width: 1px;
    background: rgba(255,255,255,0.4);
    height: 17px;
    position: relative;
    z-index: 9;
	top: 2px;
}
.abComp_common>p:nth-child(3){
	padding-left: 40px;
	color: #fff;
	opacity: 0.5;
	font-size: 16px;
	letter-spacing: 1px;
	width: 93%;
	line-height: 24px;
}
.nei-ban>img:nth-child(1){
	float: left;
}
.left img{
	float: left;
}
.listMore{
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.listMore>a:nth-child(2n+2){
	margin-right: 0;
}
.listCommon{
	display: inline-block;
	width: 48%;
	margin-right:4% ;
	font-size: 16px;
	color: rgb(102,102,102);
	padding: 33px 0;
	border-bottom: 1px solid rgb(220,220,220);
	transition: all 0.8s;
	width:48%;
	   overflow: hidden;
	white-space: nowrap;
	 text-overflow: ellipsis;
}
.listCommon span{
	color: #000;
	font-family: 'DIN';
	font-size: 18px;
	margin-right: 10px;
	transition: all 0.8s;
}
.listCommon:hover{
	color: rgb(0,88,196);
}
.listCommon:hover span{
	color: rgb(0,88,196);
}

/* 加载更多 */
.loadMore1 {
	background: rgb(245, 245, 245);
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
	transition: all 0.2s;
	cursor: pointer;
}

.loadMore1 img {
	margin-right: 18px;
}

.loadMore1:hover {
	background: rgb(0,88,196);
	color: #fff;
}
/*2021/7/8*/
.openCardcon{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.openCard {
   position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 36663;
    border-radius: 5px;
    width: 60%;
    margin: auto;
}
.cardx {
    position: absolute;
    top: 8%;
    right: -65px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    font-size: 58px;
    z-index: 33333;
}
.joinIn{
	display: flex;
	margin-top: 50px;
}
.joinIn_part{
	font-size: 23px;
	color: rgb(0,88,196);
	margin-right: 80px;
	font-family: 'DIN';
}
.footerIcon{
	border-top:1px solid rgb(220,220,220);
	z-index: 999999;
	position: fixed;
	left: 0;
	bottom: 0;
	bottom: 0;
	background: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	display: none;
}
.footerIcon a{
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
    color: rgb(51,51,51);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
	height: 50px;
}
.footerIcon>a:nth-child(2){
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
}
.footerIcon_pic{
	width: 23px;
	height:25px;
	margin-right: 10px;
	overflow: hidden;
}
.navAll{
    position: relative;
}
.aboutUs_right{position: absolute;
    right: 0;
    width: 40%;
}
.conn2_about .img img{
    max-width: inherit!important;
}
.perBoc .perWord_parh1 {
    text-align: center!important;
    margin-bottom: 0!important;
}
.borderN{
    border: none!important;
}
.swiper-button-next,.swiper-button-prev,.swiper-button-white{
	outline: none!important;
}
.bgnone{
    background: none!important;
}
/*色卡切换*/
.slideCard {
	position: relative;
	width: 100%;
}

.slideCard .hd {
    position: absolute;
    bottom: 48%;
    overflow: hidden;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tprev{
    position: relative;
    left: 0;
}
.tnext{
    position: relative;
    right: 0;
}
.slideCard .hd ul {
	overflow: hidden;
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
}

.slideCard .hd ul li {
	border: 1px solid transparent;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	margin-right: 18px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}

.slideCard .hd ul li.on {
	background: rgb(0,88,196);
	border: 1px solid rgb(0,88,196);
}
.cardPic{
    width: 80%;
    margin: auto;
}
.cardPic img{
    border: 2px solid #fff;
}
/* 进入总站 */
.station{
	position: relative;
	height: 160vh;
	background: url(../images/station.jpg);
	background-repeat: no-repeat;
}
.statTitle{
	padding-top: 18vh;
	text-align: center;
}
.statTitle>p:nth-child(1){
	font-size: 54px;
	color: #000;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.statTitle>p:nth-child(1) img{
	margin-left: 20px;
}

.statTitle>p:nth-child(2){
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	color:#000;
}
.statTitle>p:nth-child(2) span{
	margin: 0 7px;
	font-size: 25px;
	font-family: 'DIN';
}
.statArea{
	background: #fff;
	padding: 0 50px;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-top: 50px;
}
.AreaCommon{
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid rgb(220,220,220);
	padding-top: 45px;
	padding-bottom: 0px;
}
.AreaTit{
	width: 8em;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}
.Areapart{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
.Areapart a{
	padding: 0 12px;
	margin-bottom: 45px;
	font-size: 16px;
	letter-spacing: 1px;
	transform: all 0.5s;
}
.Areapart a:hover{
    color: rgb(0,88,196);
}
.statArea {
	height:100vh;
	overflow-y: auto;
}

.statArea {
	overflow-x: hidden;
	overflow-y: auto;
	color: #000;
}

.statArea::-webkit-scrollbar {
	width: 4px;
}

.statArea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,8,196, 0.5);
	background: rgba(0,8,196, 0.5);
}

.statArea::-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);

}

/* 侧边悬浮框 */
.float-bar {
	position: fixed;
	left: 1px;
	top: 50%;
	width: 80px;
	z-index: 105;
	display: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.float-bar li {
	margin-bottom: 2px;
	width: 80px;
	height: 85px;
	background-color: rgba(0,0,0, .8);
	float: right;
	border-radius: 5px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.float-bar li .ico {
    display: block;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 5px;
}

.float-bar .tel {
	position: relative;
}

.float-bar .tel .tel-con {
    position: absolute;
    left: 100px;
    top: 0;
    width: 0px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    padding-top: 0;
    background: rgba(0,0,0, .8);
    overflow: hidden;
    opacity: 0;
}
.float-bar .shang .tel-con {
    position: absolute;
    left: 100px;
    top:88px;
    width: 0px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    padding-top: 0;
    background: rgba(0,0,0, .8);
    overflow: hidden;
    opacity: 0;
}

.float-bar .tel .tel-con p {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.float-bar .shang .tel-con p {
	font-size: 18px;
	color: #fff;
	opacity: 1;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.float-bar li h4 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    opacity: 1;
    position: relative;
    top: -10px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar .ico{
    background-size: 85%!important;
}
.float-bar .tel .ico {
	background-image: url(../images/ico-18.png);
}

.float-bar .shang .ico {
	background-image: url(../images/ico-17.png);
}

.float-bar .weix .ico {
	background-image: url(../images/ico-19.png);
}

.float-bar .pbj .ico {
	background-image: url(../images/ico-20.png);
}

.float-bar li:hover {
	background-color: rgba(0,0,0, 0.8);
}

.float-bar .tel:hover,
.float-bar .pbj:hover,
.float-bar .shang:hover,
.float-bar .weix:hover {
	width: 90px;
	height: 90px;
}

.float-bar li:hover h4 {
	opacity: 1;
}

.float-bar .tel:hover .tel-con,
.float-bar .shang:hover .tel-con,
.float-bar .weix:hover .tel-con {
	width: 200px;
	opacity: 1;
	transition: all 0.5s 0.5s;
}

.float-bar .tel:hover .tel-con p {
	opacity: 1;
}

.float-bar .qr-con {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 105px;
    bottom: -18px;
	background-color: #fff;
	border: 1px solid #dedede;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.float-bar .weix:hover .qr-con {
	visibility: visible;
	opacity: 1;
}

.fd-link {
	border-top: 1px solid #ccc;
}

.fd-tel {
	border-bottom: 0;
}

.btn-down-at {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	transition: all 0.3s ease 0.6s;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 100;
	margin-left: -21px;
	overflow: hidden;
}

.btn-down-at i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ico_16.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.icity{
    width: 128px;
    height: 38px;
    line-height: 38px;
    border: 1px solid rgba(255,255,255,0.5);
    color:rgba(255,255,255,0.5); 
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
}
.icity>img:nth-child(1){
   width: 15px;
    height: 19px;
    margin-right: 8px;
}
.icity>img:nth-child(2){
    width: 12px;
    height: 8px;
    margin-left: 8px;
}
/*侧边悬浮框*/
.service4 {
  width:175px;
  height: 410px;
  position: fixed;
  left: 0px;
  top: 27%;
  background: rgba(72,72,72);
  z-index: 100;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
  box-shadow: 7px 0px 17px rgba(66, 66, 66, 0.47);
}

.service4 p {
      margin-top: 3px;
    margin-bottom: 8px;
}

.service4 .title {
      font-size: 16px;
}

.service4 .mobile {
  font-size: 20px;
}

.service4 .close {
  background: #FFF url(../images/service4_close.png) no-repeat center center;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.service4 .qrcode {
  width: 120px;
  height: 120px;
  margin: 50px 0 10px 0;
}



.service4 .btn {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    color: rgb(0,88,196);
    background-color: #FFF;
    box-shadow: 5px 0px 11px rgb(29 29 29 / 56%);
    border-radius: 10px;
    margin: 6px 0;
    width: 150px;
    letter-spacing: 1px;
    text-indent: 30px;
}

.service4 .btn.tel {
  background: #FFF url(../images/ico-18.png) no-repeat 11px center;background-size: 31%;
}

.service4 .btn.email {
  background: #FFF url(../images/ico-20.png) no-repeat 11px center;background-size: 31%;
}

.service4 .service4-btn {
  position: absolute;
  height: 165px;
  width: 55px;
  top: 50%;
  margin-top: -82.5px;
  left: 190px;
  text-align: center;
}
.hide{
    display: none;
}
.service4 .service4-btn .arrow {
  width: 20px;
  position: relative;
  left: 70px;
}

.service4 .service4-btn .arrow img {
  margin-top: 75px;
  animation: shake 5s infinite;
  -webkit-animation: shake 5s infinite;
}

.service4 .service4-btn .icon-list {
  background: rgba(0,88,196);
  width: 35px;
  height: 165px;
}

.service4 .service4-btn .icon-list img {
  margin-top: 28px;
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
.joinTel{
        color: rgba(255,255,255,0.5);
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'DIN';
}
.joinTel a{
    color: rgb(0,88,196);
     font-size: 26px;
    opacity: 1!important;
}
.dshow{
    display: block;
}
.openOut {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 9999999999999999;
	display: none;
}

.openOutcon {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 60%;
	margin: auto;
}

.openimg {
    width: 60%;
	position: relative;
	text-align: center;
}

.openx {
	color: #fff;
	font-size: 35px;
	right: -45px;
	position: absolute;
	top:0%;
	cursor: pointer;
}