* {

	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;

}



.bg_grey {

	background: rgb(239,239,239);

}



.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
}



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: 1440px;

	margin: 0px auto;

	padding-left: 15px;

	padding-right: 15px;

}



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: #fff;

	border-bottom: 3px solid #263c8f;

}

.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 {


	width: 100%;

}



.banner .swiper-container {

	width: 100%;


}



.banner .swiper-slide {

	background-size: cover;

	position: relative;

}



.banner .swiper-slide {
	width: 100% !important;

}

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

.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-bot {

	width: 400px;

	height: 10vh;

	position: absolute;

	z-index: 5;

	background: #f5f5f5;

	bottom: 0;

	right: 0;

}



.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: 30px;

}



.banner-bot .swiper-button-prev {

	left: 30px;

}



.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 {

	right: 40px;

	top: 50%;

	transform: translate3d(0px, -50%, 0);

	bottom: auto !important;

	left: auto !important;

	width: auto !important;

}



.banner .you-pagination .swiper-pagination-bullet {

	display: block;

	margin: 12px 0 !important;

	width: 13px;

	height: 13px;

}



/*header*/

.index-header {



	border-bottom: 1px solid rgba(255, 255, 255, .2);

	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: 30px;

}





.index-nav-right {

	width: 85%;

	display: flex;

	align-items: center;

	justify-content: flex-end;

}



.index-header-right {

	width: 14%;

	display: flex;

	justify-content: center;

	justify-content: flex-end;

}



.index-nav-con {

	width: 75%;

	display: flex;

	justify-content: flex-end;

}



.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, 97, 174);

	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;

}



.index-header-right .erweima {

	margin-right: 30px;

	background: url(../images/icon2.png) no-repeat left center;

	width: 22px;

	height: 30px;

	position: relative;

}



.index-header-right .showNav {

	background: url(../images/icon3.png) no-repeat left center;

	width: 22px;

	height: 30px;

	position: relative;

}



.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;

}



.search-btn {

	background: url(../images/icon1.png) no-repeat left center;

	text-indent: 30px;

	width: 20px;

	height: 30px;

	margin-right: 30px;

}



.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;

}



.search_field form input {

	width: 100%;

	height: 66px;

	background-color: #e5e5e5;

	color: #262626;

	font-size: 17px;

	padding: 0 30px;

	border: 0;

	box-sizing: border-box;

	border-radius: 5px;

}



.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: 18px;
	letter-spacing: 1px;

}



.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;

}



.scoll-top {

	background-color: #fff;

	border-bottom: 3px solid #263c8f;

}



@-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.top a:link,

.scoll-top.top a:visited {

	color: #333333;

}





.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 .search-btn {

	background: url(../images/i1.png) center no-repeat;

}



.scoll-top .index-header-right .erweima {

	background: url(../images/i2.png) center no-repeat;

}



.scoll-top .index-header-right .showNav {

	background: url(../images/i3.png) no-repeat left center;

	width: 22px;

	height: 30px;

	position: relative;

}



.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: 999999999999;

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	border-bottom: 1px solid rgba(220, 220, 220, 0.4);

	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: rgb(0, 97, 174);

	-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: rgb(0, 97, 174);

	-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 {

	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-loading .slick-list {

	background: #fff url(../images/loader.gif) center center no-repeat;

}



.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;

}



/*main*/

.index .height {

	height: 100vh;

}



@keyframes xia {

	0% {

		top: 30%;

	}



	100% {

		top: 70%;

	}

}





/*.index .section2 .conn2_right .items:hover:after{

	animation: xian1 2s linear infinite;

	animation-delay: 5s;

}*/



@keyframes xian1 {

	0% {

		transform: translateX(0);

	}



	100% {

		transform: translateX(300%);

	}

}



@keyframes xian2 {

	0% {

		width: 20%;

	}



	100% {

		width: 0%;

	}

}







/*业务*/

.i-wrap3 .inliner-list,

.i-wrap3 .inliner-bg {

	width: 666px;

	height: 666px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -333px 0 0 -333px;

	z-index: 5;

	background: url(../images/wel15.png) no-repeat center;

	background-size: 100% 100%;

	transform: scale(0);

}



.i-wrap3 .inliner-bg {

	transform: scale(0);

	background: none;

}



.i-wrap3 .inliner-bg span {

	width: 100%;

	height: 100%;

	display: block;

	position: absolute;

	top: 0px;

	left: 41px;

}



.i-wrap3 .inliner-bg span.one {

	background: url(../images/wel23.png) no-repeat center;

	background-size: 100% 100%;

	-webkit-animation: inlinerbg 1.2s infinite linear;

	animation: inlinerbg 1.2s infinite linear;

}



.i-wrap3 .inliner-bg span.two {

	background: url(../images/wel24.png) no-repeat center;

	background-size: 100% 100%;

	-webkit-animation: inlinerbgo 1.2s infinite linear;

	animation: inlinerbgo 1.2s infinite linear;

}



@-webkit-keyframes inlinerbg {

	0% {

		-webkit-transform: translate(5px, -9px);

		transform: translate(5px, -9px);

	}



	50% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}



	100% {

		-webkit-transform: translate(5px, -9px);

		transform: translate(5px, -9px);

	}

}



@keyframes inlinerbg {

	0% {

		-webkit-transform: translate(5px, -9px);

		transform: translate(5px, -9px);

	}



	50% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}



	100% {

		-webkit-transform: translate(5px, -9px);

		transform: translate(5px, -9px);

	}

}



@-webkit-keyframes inlinerbgo {

	0% {

		-webkit-transform: translate(-5px, 9px);

		transform: translate(-5px, 9px);

	}



	50% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}



	100% {

		-webkit-transform: translate(-5px, 9px);

		transform: translate(-5px, 9px);

	}

}



@keyframes inlinerbgo {

	0% {

		-webkit-transform: translate(-5px, 9px);

		transform: translate(-5px, 9px);

	}



	50% {

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

	}



	100% {

		-webkit-transform: translate(-5px, 9px);

		transform: translate(-5px, 9px);

	}

}



.i-wrap3 .inliner-list .bg {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.i-wrap3 .inliner-list .bg:nth-child(1) {

	width: 0;

	background: url(../images/wel17.png) no-repeat top left;

}



.i-wrap3 .inliner-list .bg:nth-child(2) {

	height: 0;

	background: url(../images/wel18.png) no-repeat top left;

}



.i-wrap3 .inliner-list .bg:nth-child(3) {

	height: 0;

	top: auto;

	bottom: 0;

	background: url(../images/wel19.png) no-repeat bottom left;

}



.i-wrap3 .inliner-list .bg:nth-child(4) {

	height: 0;

	top: auto;

	bottom: 0;

	background: url(../images/wel20.png) no-repeat bottom left;

}



.i-wrap3 .inliner-list li {

	width: 8px;

	height: 8px;

	position: absolute;

	background: url(../images/wel16.png) no-repeat center;

	transition: all 0.3s;

	background-size: 100% 100%;

	z-index: 10;

	cursor: pointer;

}



.i-wrap3 .inliner-list li.li0 {

	top: -4px;

	left: 50%;

}



.i-wrap3 .inliner-list li.li1 {

	top: 50%;

	left: 99.4%;

}



.i-wrap3 .inliner-list li.li2 {

	top: 99.4%;

	left: 50%;

}



.i-wrap3 .inliner-list li.li3 {

	top: 50%;

	left: -4px;

}



.i-wrap3 .inliner-list li.on {

	background: url(../images/wel16_h.png) no-repeat center;

	background-size: 100% 100%;

}





.inliner-banner li.into .con,

.inliner-banner-con li.into .con {

	transform: scale(1);

}



.i-wrap3 .inliner-list,

.i-wrap3 .inliner-bg {

	transform: scale(1);

}





.i-wrap3 {

	position: relative;

}



.svg-box {

	width: 668px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -334px 0 0 -334px;

	z-index: 5;

}



.inliner-banner,

.inliner-banner-con {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	background: #000;

	z-index: 5;

}



.inliner-banner-con {

	background: none;

}



.inliner-banner ul,

.inliner-banner-con ul {

	width: 100%;

	height: 100%;

}



.inliner-banner li,

.inliner-banner-con li {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 100%;

	text-align: center;

	transform: scale(0.8);

	z-index: 1;

}



.inliner-banner li.index,

.inliner-banner-con li.index {

	z-index: 2;

}



.inliner-banner li:first-child,

.inliner-banner-con li:first-child {

	left: 0;

	transform: scale(1);

}



.inliner-banner li a,

.inliner-banner-con li a {

	display: block;

	width: 100%;

	height: 100%;

}



.inliner-banner li .con,

.inliner-banner-con li .con {

	display: block;

	width: 606px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -145px 0 0 -303px;

	transform: scale(0);

}



.inliner-banner li h3,

.inliner-banner-con li h3 {

	font-size: 24px;

	color: #ffffff;

	line-height: 40px;

}



.inliner-banner li h2,

.inliner-banner-con li h2 {

	font-size: 30px;

	color: #fff;

	line-height: 51px;

}



.inliner-banner li i,

.inliner-banner-con li i {

	width: 28px;

	height: 2px;

	margin: 18px auto 23px;

	display: block;

	background: #798994;

}



.inliner-banner li .font,

.inliner-banner-con li .font {

	font-size: 15px;

	color: #fff;

	line-height: 25px;

	width: 72%;

	margin: 0 auto;

}



.inliner-banner li .more,

.inliner-banner-con li .more {

	width: 178px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	background: rgb(8, 65, 57);

	color: #fff;

	font-size: 14px;

	margin: 60px auto 0;

}



.ibox-inner-box {

	border-bottom: 1px solid #e5e5e5;

}



.index-title {

	padding: 80px 0;

}



.index-title .t1 {

	font-size: 56px;

	font-family: arial;

	margin-bottom: 30px;

	color: #333333;

}



.index-title .t2 {

	font-size: 26px;

	color: #333333;

}



.nav-box {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	box-sizing: border-box;

	padding: .75rem;

	z-index: 299990;

	display: none;

}



/* .nav-box:before{

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	transform: translateX(-100%);

	background-color: #fff;

	transition: all .3s ease-in-out;

} */

.nav-box .line-box .line {

	position: absolute;

	background-color: #0c0513;

	/* z-index: 3; */

}



.nav-box .line-box .line:nth-child(1),

.nav-box .line-box .line:nth-child(3) {

	width: 0;

	height: .75rem;

}



.nav-box .line-box .line:nth-child(2),

.nav-box .line-box .line:nth-child(4) {

	width: .75rem;

	height: 0;

}



.nav-box .line-box .line:nth-child(1) {

	top: 0;

	left: 0;

}



.nav-box .line-box .line:nth-child(2) {

	top: 0;

	right: 0;

}



.nav-box .line-box .line:nth-child(3) {

	bottom: 0;

	right: 0;

}



.nav-box .line-box .line:nth-child(4) {

	bottom: 0;

	left: 0;

}



.nav-box .nav-wrap {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	padding: .75rem;

	box-sizing: border-box;

	/* background-color: #11142e; */

}



.nav-box .nav-wrap:before,

.nav-box .nav-wrap:after {

	content: "";

	position: absolute;

	width: 0;

	height: 50%;

	background-color: rgb(0, 97, 174);

	transition: all 1s ease-in-out;

}



.nav-box .nav-wrap:before {

	left: 0;

	top: 0;

}



.nav-box .nav-wrap:after {

	right: 0;

	bottom: 0;

}



.nav-box .top-box {

	height: 140px;

	position: relative;

	z-index: 3;

	border-bottom: 1px solid rgba(255, 255, 255, .05);

	opacity: 0;

	filter: alpha(opacity=0);

	transition: opacity .3s;

}



.nav-box .top-box .nav-logo {

	float: left;

	width: 260px;

	line-height: 140px;

	text-align: center;

	border-right: 1px solid rgba(255, 255, 255, .05);

	display: flex;

	height: 140px;

	align-items: center;

	justify-content: center;

}



.nav-box .top-box .nav-logo img {

	width: 80%;

}



.nav-box .top-box .nav-close {

	float: right;

	width: 200px;

	height: 140px;

	position: relative;

	/* border-left: 1px solid rgba(255,255,255,.05); */

}



.nav-box .top-box .nav-close img {

	width: 30px;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	transition: all .3s;

}



.nav-box .top-box .nav-close:hover {

	transform: rotate(-90deg);

}



.nav-box .nav {

	position: absolute;

	left: 0;

	top: 50%;

	width: 100%;

	transform: translateY(-50%);

	font-size: 0;

	text-align: center;

	z-index: 3;

}



.nav-box .nav li {

	display: inline-block;

	*display: inline;

	zoom: 1;

	margin: 0 2.5%;

	width: 150px;

	/* transform: scale(0); */

	opacity: 0;

	filter: alpha(opacity=0);

	transition: opacity .3s;

	perspective: 650px;

	-webkit-perspective: 650px;

	box-sizing: border-box;

	/* height: 60px; */

}



.nav-box .nav li a.tit {

	display: block;

	position: relative;



	background-color: transparent;

	transform-style: preserve-3d;

	-webkit-transform-style: preserve-3d;

	width: 100%;

	height: 60px;

	line-height: 60px;

	transform: translate3d(0, 0, 0);

	transition: transform .25s;

	box-sizing: border-box;



}



.nav-box .nav li .face {

	position: absolute;

	width: 100%;

	height: 100%;

	line-height: 60px;

	box-sizing: border-box;

	z-index: 3;

}



.nav-box .nav li a.tit .en {

	font-size: 16px;

	color: #fff;

	height: 100%;

	transition: background-color .3s;

	font-family: arial;

	border: 2px solid #fff;

	transform: translate3d(0, 0, 30px);

	-webkit-transform: translate3d(0, 0, 30px);

}



.nav-box .nav li .red {

	font-size: 40px;

	line-height: 50px;

	color: #e60012;

	text-transform: uppercase;



}



.nav-box .nav li .cn {

	/* color: #e60012; */

	color: #fff;

	font-size: 24px;

	background-color: #e60012;

	transform: rotateX(90deg) translate3d(0, 0, 30px);

	-webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);

}



.nav-box .nav li .hover .red {

	color: #fff;

}



.nav-box .nav li:nth-child(1) {

	display: none;

}



.nav-box .nav li:hover .hover span:nth-child(2) {

	-webkit-transition-delay: .045s;

	transition-delay: .045s
}



.nav-box .nav li:hover .hover span:nth-child(3) {

	-webkit-transition-delay: .09s;

	transition-delay: .09s
}



.nav-box .nav li:hover .hover span:nth-child(4) {

	-webkit-transition-delay: .135s;

	transition-delay: .135s
}



.nav-box .nav li:hover .hover span:nth-child(5) {

	-webkit-transition-delay: .18s;

	transition-delay: .18s
}



.nav-box .nav li:hover .hover span:nth-child(6) {

	-webkit-transition-delay: .225s;

	transition-delay: .225s
}



.nav-box .nav li:hover .hover span:nth-child(7) {

	-webkit-transition-delay: .27s;

	transition-delay: .27s
}



.nav-box .nav li:hover .hover span:nth-child(8) {

	-webkit-transition-delay: .315s;

	transition-delay: .315s
}



.nav-box .nav li:hover .hover span:nth-child(9) {

	-webkit-transition-delay: .36s;

	transition-delay: .36s
}



.nav-box .nav li:hover .hover span:nth-child(10) {

	-webkit-transition-delay: .405s;

	transition-delay: .405s
}



.nav-box .nav li:hover .hover span:nth-child(11) {

	-webkit-transition-delay: .45s;

	transition-delay: .45s
}



.nav-box .nav li:hover .hover span:nth-child(12) {

	-webkit-transition-delay: .5s;

	transition-delay: .5s
}



.nav-bottom {

	position: absolute;

	left: 0;

	bottom: 8.3%;

	width: 100%;

	padding: 0 2.5rem;

	box-sizing: border-box;

	z-index: 3;

	opacity: 0;

	filter: alpha(opacity=0);

	transition: opacity .3s;

}



.nav-bottom .left {

	float: left;

	font-size: .6rem;

	line-height: 1.25rem;

	color: #fff;

}



.nav-bottom .left .tel {

	padding-left: .625rem;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url('../img/nav-tel.png');

	background-size: .325rem;

	font-family: arial;

}



.nav-bottom .message-btn {

	position: relative;

	float: right;

	width: 9rem;

	font-size: .4rem;

	line-height: .5rem;

	/* padding-bottom: 1.125rem; */

	padding: .8rem;

	background-repeat: no-repeat;

	background-position: 92% center;

	background-image: url('../img/nav-message.png');

	background-size: .2rem;

	color: #fff;

	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);

}



.nav-bottom .message-btn:before,

.nav-bottom .message-btn:after {

	content: '';

	position: absolute;

	-webkit-transition: inherit;

	transition: inherit;

	z-index: -1;

	top: 0;

	width: 0;

	height: 100%;

	box-sizing: border-box;



}



.nav-bottom .message-btn:before {

	right: 0;

	border: 1px solid #fff;

	border-left: 0;

	border-right: 0;



}



.nav-bottom .message-btn:after {

	left: 0;

}





/* .nav-bottom .message-btn .line{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background-color: rgba(255,255,255,.5);

	overflow: hidden;

}

.nav-bottom .message-btn .line:before{

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 1px;

	background-color: #e60013;

	transform: scaleX(0);

	transform-origin: bottom right;

	transition: all .3s;

} */

.nav-box.animate .line-box .line:nth-child(1),

.nav-box.animate .line-box .line:nth-child(3) {

	width: 100%;

}



.nav-box.animate .line-box .line:nth-child(2),

.nav-box.animate .line-box .line:nth-child(4) {

	height: 100%;

}





.nav-box.animate .nav-wrap:before,

.nav-box.animate .nav-wrap:after {

	width: 100%;

}



.nav-box.animate .nav li {

	/* transform: scale(1); */

	opacity: 1;

	filter: alpha(opacity=100);

}



.nav-box.animate .nav li {

	transition-delay: 1s;

}



.nav-box.animate .top-box {

	opacity: 1;

	filter: alpha(opacity=100);

	transition-delay: 1s;

}



.nav-box.animate .nav-bottom {

	opacity: 1;

	filter: alpha(opacity=100);

	transition-delay: 1s;

}



.hideNav {

	opacity: 0;

	position: absolute;

	left: 0;

	top: 50%;

	width: 80%;

	left: 10%;

	transform: translateY(-50%);

	text-align: center;

	z-index: 20000090;

	color: #fff;

	display: flex;

	justify-content: space-between;

	transition-delay: 1s;

}



.nav-box.animate .hideNav {

	opacity: 1;

	filter: alpha(opacity=100);

	transition-delay: 1s;

}



.hideNav_common {

	text-align: center;

}



.hideNav_common p {

	margin-bottom: 55px;

	letter-spacing: 2px;

	font-size: 24px;

}



.hideNav_common a {

	letter-spacing: 1px;

	margin-bottom: 25px;

	display: block;

	font-size: 16px;

	color: #fff;

	opacity: 0.7;

}



.index-header>div {

	width: 100%;

}



/* 公司介绍 */

.intro {

	position: relative;

}



.introPic {

	position: absolute;

	left: 0;

	top: 96%;

	height: 175px;

	overflow: hidden;
	opacity: 0.6;

}



.introCon {

	display: flex;

}



.intro_left {

	width: 55%;

	padding: 60px 60px 60px 0;

}



.intro_right {

	width: 45%;

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	height: 785px;

	z-index: 2;

}



.intro_right img {
	width: 100%;

	height: 100%;

}



.introParh1 {

	font-size: 38px;

	color: #000;

	letter-spacing: 3px;

	font-weight: bold;

	margin-bottom: 25px;

}



.introParh2 {

	display: inline-block;

	background: rgb(0, 97, 174);

	width: 40px;

	height: 3px;

	margin-bottom: 30px;

}



.introParh3 {

	font-size: 15px;

	color: rgb(51, 51, 51);

	line-height: 45px;

}



.intro_more {

	margin-top: 40px;

	font-family: 'DIN';

	color: rgb(0, 97, 174);

}



.intro_more>p:nth-child(1) {

	font-size: 24px;

}



.intro_more>p:nth-child(2) {

	height: 1px;

	background: rgb(220, 220, 220);

	width: 100%;

	position: relative;

	margin-top: 5px;

}



.intro_more>p:nth-child(2)::before {

	position: absolute;

	height: 3px;

	content: '';

	background: rgb(0, 97, 174);

	width: 75px;

	top: -1px;

}



.techAbout {

	border-radius: 50px 0 0 0;

	bottom: 0;

	width: 100%;

	z-index: 2;

	position: relative;

}



.compAdv_con {

	display: flex;

	margin-top: 50px;

}



.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: 16px;

	color: #000;

	letter-spacing: 1px;

}



.compAdv_common>p:nth-child(1) span {

	font-weight: 600;

	font-size: 54px;

	color: #000;

	margin-right: 10px;

	font-family: 'DIN';

	letter-spacing: 2px;

}



.compAdv_common>p:nth-child(1) {

	font-size: 18px;

	color: #000;

	margin-bottom: 8px;

}



/* 工程案例 */

.commonTitle {

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 60px 0 45px 0;

}



.titleWord>p:nth-child(1) {

	font-size: 38px;

	letter-spacing: 1px;

}



.titleWord>p:nth-child(2) {

	height: 3px;

	width: 40px;

	background: rgb(0, 97, 174);

	margin-top: 30px;

}

.commonTitle_w {

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 60px 0 0 0;

}

.titleWord_w>p:nth-child(1) {

	font-size: 38px;

	letter-spacing: 1px;

	color: #fff;

}



.titleWord_w>p:nth-child(2) {

	height: 3px;

	width: 40px;

	background: #fff;

	margin-top: 30px;

}

.titleLink {

	display: inline-block;

	font-size: 16px;

	color: #000;

	padding: 15px 45px;

	border: 1px solid rgb(0, 97, 174);

	transition: all 1s;

	word-spacing: 8px;

	border-radius: 5px;

	letter-spacing: 1px;

	position: relative;

}



.titleLink:after {

	content: "";

	width: 0%;

	height: 100%;

	position: absolute;

	background: rgb(0, 97, 174);

	top: 0%;

	left: 0%;

	transition: all 1s;

	z-index: 0;

}



.titleLink:hover {

	color: #fff;

}



.titleLink:hover:after {

	width: 100%;

	right: 0;



}



.titleLink>span:nth-child(1) {

	position: relative;

	z-index: 1;

}



.caseAll {

	display: flex;

}



.caseAll>a:nth-child(3) {

	margin-right: 0;

}



.caseCommon {

	width: 100%;

	display: inline-block;

	position: relative;

	margin-right: 30px;

	margin-bottom: 55px;

	transition: all 0.8s;

}



.casePic {

	overflow: hidden;

}



.caseCommon:hover .caseWord {

	transform: translateY(20px);

}



.caseCommon:hover .casePic img {

	transform: scale(1.05);

}



.caseCommon:hover .caseWord_parh1 {

	color: rgb(0, 97, 174);

}



.casePic img {

	max-width: 100%;

	transition: all 0.8s;

}



.caseWord {

	transition: all 0.8s;

	position: relative;

	left: 5%;

	margin-top: -140px;

	padding: 25px;

	width: 90%;

	background: #fff;

	box-shadow:

		0 2px 10px -1px rgb(220, 220, 220);

}



.caseWord_parh1 {

	font-size: 18px;

	letter-spacing: 1px;

	color: #000;

	margin-bottom: 20px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;

	transition: all 0.8s;

}



.caseWord_parh2 {

	font-size: 15px;

	color: rgb(102, 102, 102);

	line-height: 33px;

	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;

}



.caseWord_parh3 {

	font-size: 14px;

	color: #000;

	letter-spacing: 1px;

}



.caseWord_parh3 span {

	margin-left: 8px;

}



.swiperCase .swiper-slide {

	width: 32% !important;

}



.swiperCase .swiper-button-next {

	color: rgb(53, 53, 53);

	width: 15px;

	height: 15px;

	top: 101%;

}



.swiperCase .swiper-button-prev {

	color: rgb(94, 94, 94);

	width: 15px;

	height: 15px;

	top: 101%;

	right: 180px !important;

}



.swiperCase .swiper-button-prev {

	left: auto;

}



.swiperCase .swiper-button-prev:after,

.swiperCase .swiper-button-next:after {

	font-family: swiper-icons;

	font-size: 18px;

	text-transform: none !important;

	letter-spacing: 0;

	text-transform: none;

	font-variant: initial;

	line-height: 1;

	font-weight: bold;

}



.swiperCase .swiper-pagination-fraction {

	left: auto;

	right: 40px;

	width: auto;

	font-size: 20px;

	font-family: 'DIN';

	color: #000;

	position: relative;

	display: flex;

	justify-content: flex-end;

	letter-spacing: 3px;

	bottom: -5px;

}



.swiperCase .swiper-pagination-fraction span::before {

	position: absolute;

	content: '';

	width: 45px;

	height: 1px;

	background: rgb(200, 200, 200);

	margin-left: -85px;

	top: 12px;

}



.Case {

	padding-bottom: 60px;

}



/* 新闻资讯 */

.newsBo {

	display: flex;

	flex-wrap: wrap;

}

.newsBoside {

	padding-top: 60px;

	padding-bottom: 60px;

}

.newsBoside a {

	margin-bottom: 30px;

}

.newsBo>a:nth-child(3n+3) {

	margin-right: 0;

}



.newsCommon {

	display: inline-block;
	width: 32%;
	margin-right: 2%;
	border: 1px solid rgb(220, 220, 220);
	transition: all 0.8s;

}



.newsPic {

	overflow: hidden;

}



.newsPic img {

	height: 300px;

	width: 100%;

	float: left;

	transition: all 0.8s;

}



.newsWord {

	padding: 20px;

}



.newsWord_parh1 {

	font-size: 18px;

	letter-spacing: 1px;

	color: rgb(51, 51, 51);


	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;
	margin-bottom: 18px;

}



.newsWord_parh2 {

	font-size: 15px;

	color: rgb(136, 136, 136);

	line-height: 33px;

	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: 18px;
}

.tl {
	margin-bottom: 0 !important;
	text-align: center !important;
}

.newsWord_date {

	display: flex;

	justify-content: space-between;

	font-size: 16px;

	font-family: 'DIN';

	color: rgb(102, 102, 102);

}



.newsWord_date>p:nth-child(2) {

	color: rgb(51, 51, 51);

}



.newsCommon:hover {

	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);

}



.newsCommon:hover .newsPic img {

	transform: scale(1.1);

}



.newsCommon:hover .newsWord_parh1 {

	color: rgb(0, 97, 174);

}



.News {

	margin-bottom: 70px;

}



/* footer */

footer {

	padding-top: 70px;

	background: rgb(36, 36, 36);

}



.footer {

	display: flex;

	justify-content: space-between;

}



.footerLeft {

	width: 23%;

}



.footerLogo {

	overflow: hidden;

	margin-bottom: 50px;

}



.footerForm p {

	font-size: 15px;

	color: #fff;

	line-height: 32px;

	margin-bottom: 45px;

	letter-spacing: 1px;

}



.footerForm input {

	font-size: 15px;

	letter-spacing: 1px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.4);

	padding: 5px 0;

	margin-bottom: 30px;

	color: rgb(143, 143, 143);

	width: 100%;

}



.tijiao {

	width: 200px;

	height: 46px;

	line-height: 46px;

	text-align: center;

	font-size: 15px;

	letter-spacing: 1px;

	color: #fff;

	background-color: rgb(58, 58, 58);

}



.footerContact {

	width: 40%;

}



.footerContact_title {

	font-size: 18px;

	letter-spacing: 1px;

	color: rgb(143, 143, 143);

	margin-bottom: 50px;

}



.footerType {

	display: flex;

	align-items: center;

	margin-bottom: 40px;

}



.footerType_common {

	width: 50%;

}



.footerType_common>p:nth-child(1) {

	font-size: 15px;

	color: rgb(143, 143, 143);

	margin-bottom: 10px;

	letter-spacing: 1px;

}



.footerType_common>p:nth-child(2) {

	font-size: 16px;

	color: #fff;

	font-family: 'DIN';

	letter-spacing: 1px;

}



.footerAddress>p:nth-child(1) {

	font-size: 15px;

	color: rgb(143, 143, 143);

	margin-bottom: 10px;

	letter-spacing: 1px;

}



.footerAddress>p:nth-child(2) {

	font-size: 15px;

	color: #fff;

	letter-spacing: 1px;

}



.footerEwm {

	width: 10%;

}



.footerEwm>p:nth-child(1) {

	font-size: 18px;

	color: rgb(143, 143, 143);

	letter-spacing: 1px;

	margin-bottom: 20px;

}



.footerEwm>img {

	margin-bottom: 10px;

}



.footerEwm>p:nth-child(3) {

	font-size: 15px;

	letter-spacing: 1px;

	color: rgb(143, 143, 143);

	text-align: center;

}



.footerBottomcon {

	margin-top: 45px;

	border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.footerBottom {

	display: flex;

	justify-content: space-between;

	padding: 20px 15px;

}



.footerBottom {

	word-spacing: 5px;

	color: rgb(143, 143, 143);

	letter-spacing: 1px;

	font-size: 14px;

}



/* 案例 */

.insideWord {

	width: 100%;

	position: absolute;

}

.banner .swiper-slide {
	background: none;
	display: flex;
	align-items: center;
}

.insideWord>p:nth-child(1) {

	font-size: 80px;

	color: rgb(255, 255, 255);

	font-family: 'DIN';

	text-align: center;

}



.insideWord>p:nth-child(2) {

	font-size: 45px;

	color: rgb(255, 255, 255);

	font-family: 'DIN';

	margin-top: 20px;

	letter-spacing: 4px;

	text-align: center;

}



/* 案例 */

.sideNav {

	display: flex;

	border-bottom: 1px solid rgb(220, 220, 220);

}



.sideNav a {

	width: 50%;

	display: inline-block;

	padding: 28px 0;

	text-align: center;

	font-size: 20px;

	color: #000;

	letter-spacing: 1px;

}



.sideNav_special a {

	width: 20% !important;

	display: inline-block;

	padding: 28px 0;

	text-align: center;

	font-size: 20px;

	color: #000;

	letter-spacing: 1px;

}



.sideAbout a {

	width: 33.3% !important;

}



.bg_blue {

	background: rgb(0, 97, 174) !important;

	color: #fff !important;

}



.casesAll {

	display: flex;

	flex-wrap: wrap;

	margin-top: 50px;

	margin-bottom: 50px;

}



.casesAll>a:nth-child(3n+3) {

	margin-right: 0;

}



.casesCommon {

	width: 31.9%;

	display: inline-block;

	position: relative;

	margin-right: 2%;

	margin-bottom: 45px;

	transition: all 0.8s;

}



.casesPic {

	overflow: hidden;

}



.casesCommon:hover .casesWord {

	transform: translateY(20px);

}



.casesCommon:hover .casesPic img {

	transform: scale(1.05);

}



.casesCommon:hover .casesWord_parh1 {

	color: rgb(0, 97, 174);

}



.casesPic img {

	max-width: 100%;

	transition: all 0.8s;

}



.casesWord {

	transition: all 0.8s;

	position: relative;

	left: 5%;

	margin-top: -140px;

	padding: 25px;

	width: 90%;

	background: #fff;

	box-shadow:

		0 2px 10px -1px rgb(220, 220, 220);

}



.casesWord_parh1 {

	font-size: 18px;

	letter-spacing: 1px;

	color: #000;

	margin-bottom: 20px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;

	transition: all 0.8s;

}



.casesWord_parh2 {

	font-size: 15px;

	color: rgb(102, 102, 102);

	line-height: 33px;

	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;

}



.casesWord_parh3 {

	font-size: 14px;

	color: #000;

	letter-spacing: 1px;

}



.casesWord_parh3 span {

	margin-left: 8px;

}



.lightTypecon {

	padding: 35px 0 20px 0;

	background: rgb(245, 245, 245);

}



.lightType {

	display: flex;

	flex-wrap: wrap;

}



.lightType a {

	display: inline-block;

	padding: 8px 30px;

	border-radius: 4px;

	color: #000;

	font-size: 16px;

	letter-spacing: 1px;

	margin-bottom: 15px;

}



.sign {

	display: flex;

	flex-wrap: wrap;

	margin-top: 40px;

	padding-bottom: 40px;

}



.sign>a:nth-child(4n+4) {

	margin-right: 0;

}

.signSpecial {

	margin-top: 0 !important;
	    display: flex;
	    float: none;
	    left: auto;
	    display: flex;
	    position: relative;
	    width: 100%;
	    white-space: nowrap;
	    box-sizing: border-box;

}

.signCommon {

	width: 24.2%;

	margin-right: 1%;

	text-align: center;

	border: 5px solid rgb(245, 245, 245);

	margin-bottom: 30px;

	transition: all 0.8s;

	background: #fff;

	display: inline-block;

}



.signWord {

	padding: 0 40px 40px 40px;

}



.signWord>p:nth-child(1) {

	letter-spacing: 1px;

	font-size: 18px;
	line-height: 30px;

	color: #000;

	margin-bottom: 30px;

	margin-top: 20px;

}



.signWord>p:nth-child(2) {

	width: 50px;

	height: 3px;

	background: rgb(0, 97, 174);

	margin: auto;

	margin-bottom: 35px;

}



.signLink {

	width: 160px;

	margin: auto;

	height: 44px;

	line-height: 44px;

	text-align: center;

	border-radius: 4px;

	color: #000;

	border: 1px solid rgb(220, 220, 220);

	transition: all 0.8s;

	position: relative;

}



.signLink::before {

	position: absolute;

	width: 100%;

	height: 0;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	content: '';

	background: rgb(0, 97, 174);

	transition: all 0.4s;
	border-radius: 4px;

}



.signCommon:hover {

	border: 5px solid rgb(0, 97, 174);

}



.signCommon:hover .signLink::before {

	height: 100%;

}



.signCommon:hover .signLink span {

	color: #fff;

	z-index: 1;

	position: relative;

}

/* 2 */
.compContainer .swiper-container {
	overflow: inherit !important;
}

.topCommon {

	width: 100%;

	text-align: center;

	border: 5px solid rgb(245, 245, 245);

	margin-bottom: 30px;

	transition: all 0.8s;

	background: #fff;

	display: inline-block;
	position: relative;
	top: 0;

}

.topCommon:hover {
	position: relative;
	top: -20px;
}


.topWord {

	padding: 0 40px 40px 40px;

}

.newsBdul{
float: none;
    left: auto;
    display: flex;
    position: relative;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}
.newsBdul ul{
	max-width: 1440px;
}

.topWord>p:nth-child(1) {

	letter-spacing: 1px;

	font-size: 22px;

	color: #000;

	margin-bottom: 30px;

	margin-top: 20px;
	   overflow: hidden;
	white-space: nowrap;
	 text-overflow: ellipsis;

}



.topWord>p:nth-child(2) {

	width: 50px;

	height: 3px;

	background: rgb(0, 97, 174);

	margin: auto;

	margin-bottom: 35px;

}



.topLink {

	width: 160px;

	margin: auto;

	height: 44px;

	line-height: 44px;

	text-align: center;

	border-radius: 4px;

	color: #000;

	border: 1px solid rgb(220, 220, 220);

	transition: all 0.8s;

	position: relative;

}



.topLink::before {

	position: absolute;

	width: 100%;

	height: 0;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	content: '';

	background: rgb(0, 97, 174);

	transition: all 0.4s;
	border-radius: 4px;

}



.topCommon:hover {

	border: 5px solid rgb(0, 97, 174);

}



.topCommon:hover .topLink::before {

	height: 100%;

}



.topCommon:hover .topLink span {

	color: #fff;

	z-index: 1;

	position: relative;

}





/* 产品中心 */

.signDetail {

	margin-top: 40px;

	display: flex;

}



.signDetail_pic {

	width: 40%;

	overflow: hidden;

	margin-right: 1%;

}



.signDetail_word {

	width: 58%;

	padding-bottom: 35px;

	background: rgb(245, 245, 245);

}



.detailParh1 {

	font-size: 24px;

	color: rgb(0, 97, 174);

	font-weight: bold;

	padding: 25px 0;

	border-bottom: 1px solid rgb(220, 220, 220);

	text-indent: 40px;

}



.detailParh2 {

	margin-left: 40px;

	padding: 25px 0;

	color: #000;

	font-weight: bold;

	font-size: 18px;

}



.detailParh3 {

	border-bottom: 1px solid rgb(220, 220, 220);

	padding-bottom: 10px;

}



.detailParh3 p {

	margin-left: 40px;

	margin-bottom: 15px;

	color: rgb(102, 102, 102);

	font-size: 15px;
	line-height: 30px;

}



.detailTel {

	margin-left: 40px;

	margin-top: 30px;

	margin-bottom: 30px;

	font-weight: bold;

	color: rgb(0, 97, 174);

	font-size: 18px;

	font-family: 'DIN';
	display: inline-block;

}



.detailOrder {

	display: flex;

	margin-left: 40px;

}



.detailOrder a {

	display: inline-block;

	width: 160px;

	height: 50px;

	line-height: 50px;

	letter-spacing: 1px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	margin-right: 35px;

	font-size: 18px;

}



.order1 {

	background: rgb(0, 97, 174);

	transition: all 1s;

}

.order1:hover {

	box-shadow: 1px 1px 10px 1px rgba(0, 97, 174, 0.6);

	transform: translateY(5px);

}

.order2 {

	background: rgb(250, 95, 32);

	transition: all 1s;

}

.order2:hover {

	box-shadow: 1px 1px 10px 1px rgba(250, 95, 32, 0.6);

	transform: translateY(5px);

}



/* 产品详情 */

.proMore {

	margin-top: 50px;

}



.proMore_title {

	background: rgb(245, 245, 245);

	position: relative;

	padding: 35px 0;

}



.proMore_title p {

	background: rgb(0, 97, 174);

	width: 220px;

	background: rgb(0, 97, 174);

	font-size: 18px;

	color: #fff;

	text-align: center;

	font-weight: bold;

	letter-spacing: 1px;

	position: absolute;

	top: 0;

	bottom: 0;

	display: flex;

	align-items: center;

	justify-content: center;

}



.proMore_common {

	margin-top: 50px;

	margin-bottom: 100px;
	line-height: 30px;

}



.proCommon_title {

	color: #000;

	font-weight: bold;

	font-size: 16px;

	margin-bottom: 18px;

}



.proParh p {

	color: rgb(102, 102, 102);

	font-size: 15px;

	margin-bottom: 7px;

	line-height: 32px;

}

.proParh>p:last-child {

	margin-bottom: 0;

}

/* 换页 */

.changePage {

	padding: 40px 15px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-top: 1px solid rgb(220, 220, 220);

}



.changeLeft {

	display: flex;

	flex-direction: column;

}



.changeLeft a {

	color: rgb(102, 102, 102);

	font-size: 15px;

	display: inline-block;

	margin-bottom: 25px;

}



.changeLeft a:nth-child(2) {

	margin-bottom: 0;

}



.backList {

	width: 170px;

	height: 44px;

	line-height: 44px;

	background: rgb(0, 97, 174);

	border-radius: 4px;

	color: #fff !important;

	font-size: 15px;

	letter-spacing: 1px;

	text-align: center;

	transition: all 0.8s;

}

.backList:hover {

	transform: translateY(5px);

	box-shadow: 1px 1px 10px 1px rgba(0, 97, 174, 0.6);

}

/* 热门推荐 */

.hotAdvcon {

	background: rgb(245, 245, 245);

	margin-top: 20px;

}



.hotAdv_title {

	padding: 50px 0;

	font-size: 28px;

	color: #000;

	text-align: center;

	font-weight: bold;

}



.hotAdv {

	display: flex;

	flex-wrap: wrap;

}



.hotAdv>a:nth-child(4n+4) {

	margin-right: 0;

}



.hotAdv_common {

	width: 100%;

	margin-right: 2%;

	text-align: center;

	transition: all 0.8s;

	margin-bottom: 50px;

	display: inline-block;

}



.hotAdv_pic {

	overflow: hidden;

}

.hotAdv>div:last-child {

	margin-right: 0 !important;

}

.swiperCase1 .swiper-slide {

	width: 23% !important;

}

.hotAdv_pic img {

	transition: all 0.8s;

}



.hotAdv_word {

	margin-top: 15px;

	font-size: 18px;

	color: #000;

	letter-spacing: 1px;

	transition: all 0.8s;

}



.hotAdv_common:hover .hotAdv_pic img {

	transform: scale(1.1);

}



.hotAdv_common:hover .hotAdv_word {

	color: rgb(0, 97, 174);

}



/* 关于我们 */

.introParh4 {

	font-size: 15px;

	color: rgb(51, 51, 51);

	line-height: 40px;

}



.About {

	position: relative;

}



.abooutPic {

	position: absolute;

	left: 0;

	bottom: 0;

	z-index: -1;

	height: 190px;
	opacity: 0.6;

}



.aboutUs {

	display: flex;

}



.aboutUs_left {

	width: 66%;

	margin-right: 4%;

	position: relative;

	padding-top: 80px;

	padding-bottom: 155px;

}



.aboutUs_right {

	width: 30%;

	background: url(../images/abg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	display: flex;

	flex-direction: column;

	align-content: center;

	justify-content: center;

}



.pt40 {

	padding-bottom: 20px;

}



.aboutUs_right>div:nth-child(3) {

	margin-bottom: 0 !important;

}



.aboutUs_normal {

	position: relative;

	z-index: 9;

	margin-bottom: 105px;

	padding-left: 80px;

}



.aboutUs_normal>p:nth-child(1) span {

	font-weight: 600;

	font-size: 54px;

	color: #fff;

	margin-right: 10px;

	font-family: 'DIN';

	letter-spacing: 2px;

}



.aboutUs_normal>p:nth-child(1) {

	font-size: 18px;

	color: #fff;

	margin-bottom: 8px;

}





.aboutUs_normal>p:nth-child(2) {

	font-size: 16px;

	color: #fff;

	letter-spacing: 1px;

}



.aboutUs_left_word {

	font-size: 158px;

	color: rgb(245, 245, 245);

	font-family: 'DIN';

	position: absolute;

	z-index: -1;

	top: 0%;

	left: 0%;

	font-weight: 600;

	letter-spacing: 15px;

}



.metalThinkcon {

	background: url(../images/ab1.jpg);

	background-repeat: no-repeat;

	background-size: 100% 100%;

	background-attachment: fixed;

	padding: 120px 0;

}



.metalThink {

	width: 540px;

	background: #fff;

	padding: 50px 40px;

	display: flex;

	align-content: center;

	flex-direction: column;

	position: relative;

	top: 160px;

	z-index: 1;

}



.metalThink>div:nth-child(2)>div:nth-child(1) {

	position: relative;

	top: -5px;

}



.metalThink>div:nth-child(1) {

	padding-bottom: 50px;

}



.metalThink_common {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.metalThink_pic {

	width: 25%;

	overflow: hidden;

}



.metalThink_pic img {

	width: 65px;

	height: 65px;

}



.metalThink_word {

	width: 80%;

}



.metalThink_word>p:nth-child(1) {

	font-size: 26px;

	letter-spacing: 1px;

	color: #000;

	margin-bottom: 10px;

	font-weight: bold;

}



.metalThink_word>p:nth-child(1) {

	font-size: 18px;

	letter-spacing: 1px;

	color: #000;

}



/* 地图 */

.common-map-box {

	position: relative;

	margin-bottom: -5px;

}

.common-map-box img {
	width: 100%;
}



.common-map-box .rect-5133 {

	padding-bottom: 51.33%;

}



.common-map-box .dot_box {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

}



.common-map-box .dot_box .dot {

	position: absolute;

}



.common-map-box .dot_box .dot .dot_circle {

	display: block;

	width: 7px;

	height: 7px;

	background: rgb(6, 118, 101);

	position: relative;

	z-index: 3;

	border-radius: 50%;

}



.common-map-box .dot:after,

.common-map-box .dot:before {

	content: "";

	position: absolute;

	border-radius: 50%;

	top: 50%;

	left: 50%;

	z-index: 1;

}



.common-map-box .dot:before {

	width: 18px;

	height: 18px;

	background: transparent;

	background: rgba(8, 65, 57, 0.2);

	margin-top: -9px;

	margin-left: -9px;

	-webkit-animation: warn 2s linear 0.4s infinite;

	-moz-animation: warn 2s linear 0.4s infinite;

	animation: warn 2s linear 0.4s infinite;

	opacity: 0;

}



.common-map-box .dot:after {

	width: 24px;

	height: 24px;

	background: transparent;

	/*background:#7e9ec3;*/

	background: rgba(8, 65, 57, 0.2);

	margin-left: -12px;

	margin-top: -12px;

	-webkit-animation: warn 2s linear 0s infinite;

	-moz-animation: warn 2s linear 0s infinite;

	animation: warn 2s linear 0s infinite;

	opacity: 0;

}



.common-map-box .dot_box .dot2 .dot_circle {

	display: block;

	width: 10px;

	height: 10px;

	background: rgb(83, 219, 241);

	position: relative;

	z-index: 3;

	border-radius: 50%;

}



.common-map-box .dot2:before {

	width: 24px;

	height: 24px;

	background: rgb(78, 162, 209);

	margin-top: -12px;

	margin-left: -12px;

	-webkit-animation: warn 2s linear 0.4s infinite;

	-moz-animation: warn 2s linear 0.4s infinite;

	animation: warn 2s linear 0.4s infinite;

	opacity: 0;

}



.common-map-box .dot2:after {

	width: 44px;

	height: 44px;

	/*background:#7e9ec3;*/

	background: rgb(78, 162, 209);

	margin-left: -22px;

	margin-top: -22px;

	-webkit-animation: warn 2s linear 0s infinite;

	-moz-animation: warn 2s linear 0s infinite;

	animation: warn 2s linear 0s infinite;

	opacity: 0;

}





@keyframes warn {



	0% {



		transform: scale(0.5);



		opacity: 0;



	}



	25% {



		transform: scale(1);



		opacity: 0.4;



	}



	50% {



		transform: scale(1.2);



		opacity: 0.8;



	}



	75% {



		transform: scale(1.3);



		opacity: 0.4;



	}



	100% {



		transform: scale(1.4);



		opacity: 0;



	}



}


/* 联系我们 */

.contactUs {

	display: flex;

	align-items: center;

	justify-content: space-between;

}

.contactLeft {

	color: rgb(51, 51, 51);

	font-size: 28px;

	letter-spacing: 1px;

}

.contactRight {

	display: flex;

	align-items: center;

}

.contactMore>p:nth-child(1) {

	font-size: 18px;

	color: rgb(51, 51, 51);

	margin-bottom: 13px;

}

.contactMore>p:nth-child(1) {

	color: rgb(51, 51, 51);

	font-family: 'DIN';

}

.contactPic {

	overflow: hidden;

	margin-left: 15px;

	width: 140px;

	height: 140px;

}

.contactPic img {

	width: 140px;

	height: 140px;

}

.Conatct {

	padding: 35px 0;

	background: rgb(239, 246, 259);

}

.contype {

	display: flex;

	padding: 70px 0 0px 0px;

}

.contype_common {

	width: 25%;

	text-align: center;

	transition: all 0.8s;

	cursor: pointer;

}

.contype_common:hover .contype_pic img {

	animation: jello 1s;

}

.contype_pic img {

	transition: all 0.8s;

}

.contype_pic {

	margin-bottom: 25px;

	height: 45px;

}

.contype_common>p:nth-child(2) {

	font-size: 20px;

	font-family: 'DIN';

	color: rgb(102, 102, 102);

	margin-bottom: 16px;

}

.contype_common>p:nth-child(3) {

	font-size: 16px;

	font-family: 'DIN';

	color: rgb(102, 102, 102);

	line-height: 26px;

	width: 80%;

	margin: auto;

}

/* 在线留言 */
.onlineMess_con {
	padding: 60px;
	background: #fff;
	margin-top: 60px;
}

.onlineMess_title {
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

.onlineMess {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.onlineMess input {
	width: 48%;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
	padding: 25px 0;
	border-bottom: 1px solid rgb(170, 170, 170);
}

.onlineMess>input:nth-child(1) {
	margin-right: 4%;
}

.onlineMess_area {
	margin-top: 20px;
}

.onlineMess_area input {
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
	padding: 55px 0;
	border-bottom: 1px solid rgb(170, 170, 170);
}

.onlineMess_yzm {
	padding: 30px 0;
	border-bottom: 1px solid rgb(170, 170, 170);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.onlineMess_yzm>p:nth-child(1) input {
	font-size: 16px;
}

.onlineMess_yzm>p:nth-child(2) img {
	width: 103px;
	height: 36px;
}

.onlineMess_submit {
	display: flex;
	margin-top: 60px;
	display: flex;
}

.onlineMess_submit p {
	width: 48%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
	border: 1px solid rgb(220, 220, 220);
	padding: 22px 0;
	transition: all 0.8s;
	cursor: pointer;
}

.set {
	background: rgb(44, 101, 189) !important;
	color: #fff !important;
}

.onlineMess_submit p:hover {
	background: rgb(44, 101, 189);
	color: #fff;
}

.onlineMess_submit p:nth-child(1) {
	margin-right: 4%;
}



/* 换页 */

.swtichPage_con {

	padding-bottom: 100px;

}



.swtichPage {

	display: flex;

	align-items: center;

	justify-content: center;

}



.swtichPage a {

	margin-right: 35px;

	padding: 8px 14px;

	border-radius: 10px;

	font-size: 16px;

	transition: all 0.6s;

	color: rgb(85, 85, 85);

	box-sizing: border-box;

	display: inline-block;

	transition: all 0.8s;

}



.swtichPage>a:last-child {

	margin-right: 0;

	border: none;

}



.swtichPage>a:first-child {

	border: none;

}



.swtichPage a:hover {

	background: rgb(0, 97, 174);

	color: #fff;

	border: none;

	border: none;

}

.cy {

	background: rgb(0, 97, 174) !important;

	color: #fff !important;

}

/* 新闻页 */



.articleTitle {

	padding: 50px 0px 30px;

	border-bottom: 1px solid rgb(220, 220, 220);

}



.articleTitle>p:nth-child(1) {

	font-size: 24px;

	font-weight: 600;

	margin-bottom: 25px;

	color: #000;

	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: 14px;

	letter-spacing: 1px;

}



.article_word {

	font-size: 14px;

	margin-top: 30px;

	line-height: 38px;

	color: rgb(102, 102, 102);

}
.article_word table{
	width: 90%!important;
	margin: auto;
	margin-bottom: 70px;
}


.article_pic {

	width: 1000px;

	overflow: hidden;

	margin-top: 30px;

}



.article_pic img {

	width: 100%;

	transition: all 1.4s;

}



.article_pic img:hover {

	transform: scale(1.2);

}



.article_link {

	margin-top: 65px;

	padding-bottom: 120px;

	display: flex;

}



.article_link a {

	width: 48%;

	padding: 18px 0;

	background: rgb(223, 223, 223);

	font-size: 16px;

	color: rgb(51, 51, 51);

	text-align: center;

	transition: all 0.8s;

	display: inline-block;

	border-radius: 5px;

}



.article_link a:nth-child(1) {

	margin-right: 4%;

}



.article_link a:hover {

	transform: translateY(15px);

	background: rgb(0, 97, 174);

	color: #fff;

}

/* 公共位置 */
.nowLocal_container {
	position: relative;
}

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

.nowLocal_left {
	height: 90px;
	line-height: 90px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	font-size: 15px;
}

.nowLocal_left>img:nth-child(1) {
	width: 18px;
	height: 24px;
	margin-right: 12px;
}

.nowLocal_left>p:nth-child(2) {
	color: rgb(102, 102, 102);
	margin-right: 20px;
}

.nowLocal_left>a:nth-child(3) {
	color: rgb(102, 102, 102);
	cursor: pointer;
}

.nowLocal_left>a:nth-child(3):hover {
	color: rgb(200, 40, 45);
}

.nowLocal_left>p:nth-child(4) {
	color: rgb(102, 102, 102);
	margin: 0 20px;
}

.nowLocal_left>a:nth-child(5) {
	color: rgb(102, 102, 102);
	cursor: pointer;
}

.nowLocal_left>a:nth-child(5):hover {
	color: rgb(200, 40, 45);
}

.nowLocal_right {

	font-size: 14px;

	color: rgb(102, 102, 102);

	letter-spacing: 1px;

	cursor: pointer;

	padding: 10px;

	border-radius: 15px;

	background: transparent;

	transition: all 0.8s;

}

.nowLocal_right img {

	margin-right: 12px;

	position: relative;
	top: 2px;

}

.nowLocal_right:hover {

	background: rgb(0, 97, 174);

	color: #fff;

}

/* z招贤纳士 */

.join {

	margin-top: 60px;

	margin-bottom: 100px;

}

.joinUs {

	display: flex;

	border: 1px solid rgb(220, 220, 220);

	align-items: center;

	border-top: none;

}

.joinUs_left {
	width: 250px;

	padding: 55px 50px;

	text-align: center;

	font-size: 20px;

	color: rgb(102, 102, 102);

	border-right: 1px solid rgb(220, 220, 220);

}

.joinUs_right {

	width: 80%;

	display: flex;

}

.joinNeed {

	display: flex;

	flex-wrap: wrap;

	padding-left: 6%;

	width: 77%;

}

.joinNeed p {

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-bottom: 23px;


	width: 33.3%;

}

.joinNeed>p:nth-child(4),

.joinNeed>p:nth-child(5),

.joinNeed>p:nth-child(6) {

	margin-bottom: 0;

}

.joinOpen {

	width: 13%;
	/* padding: 10px; */
	background: rgb(240, 240, 240);
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(102, 102, 102);
	height: 43px;
	border-radius: 4px;
	margin-left: 7%;
	position: relative;
	top: 10px;
	cursor: pointer;
	line-height: 43px;
}

.joinOpen img {

	margin-left: 5px;

}



.jobDetail {

	padding: 50px;

	border: 1px solid rgb(220, 220, 220);

	border-top: none;

	padding-top: 10px;

	display: none;
	line-height: 33px;

}



.jobDuty_name {

	font-size: 20px;

	letter-spacing: 1px;

	margin-bottom: 30px;

	margin-top: 40px;

}



.jobDuty_word p {

	color: rgb(102, 102, 102);

	font-size: 15px;

	letter-spacing: 1px;

	margin-bottom: 22px;

}



.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;

}

.joinCommonTop>div:nth-child(1) {

	border-top: 1px solid rgb(220, 220, 220);

}

/* 新闻资讯 */
.img-container{
	text-align: center;
}
.slide_news {
	position: relative;
}

.slide_news .hd {
	position: absolute;
	top: -65px;
	right: 15px;
}

.slide_news .hd ul {
	display: flex;
}

.slide_news .hd ul li {
	margin-right: 3vw;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
	transition: all 0.8s;
	color: #fff;
	position: relative;
	padding: 0 5px;
	z-index: 2;
}

.slide_news .hd ul li span {
	width: 0;
	height: 4px;
	position: absolute;
	background: rgba(0, 97, 174, 0.8);
	top: 50%;
	right: 50%;
	transition: all 1s;
	z-index: -1;
}

.slide_news .hd ul li:last-child {

	margin-right: 0;

}

.bold {
	font-weight: 600 !important;
}

.titleOn {
	width: 100% !important;
	right: 0 !important;
}

/* 产品展示 */

.product {

	background: url(../images/pro.jpg);

	background-size: cover;

	background-repeat: no-repeat;

	margin-top: 154px;

}

.compContainer .swiper-slide {
	flex-shrink: 0;
	width: 24.2% !important;
	height: 100%;
	position: relative;
	transition-property: transform;
	margin-right: 1%;
	padding-top: 45px;
}

.compContainer {

	padding-bottom: 10px;

}

.compContainer .swiper-slide:last-child {

	margin-right: 0 !important;

}

.fourTypecon {

	background: rgb(0, 97, 174);

}

.fourType {

	display: flex;

}

.fourType_common {

	position: relative;

}

.fourType_common {

	width: 25%;

	padding: 30px 40px 110px 40px;

	text-align: center;

	display: flex;

	align-items: center;

	align-content: center;

	flex-direction: column;

	border-left: 1px solid rgba(255, 255, 255, 0.2);

	position: relative;

}

.fourType_common::before {

	position: absolute;

	content: '';

	top: 0;

	left: -2px;

	width: 3px;

	height: 20px;

	background: #fff;

}

.fourNum {

	font-size: 90px;

	color: rgba(255, 255, 255, 0.2);

	font-family: 'DIN';

	position: absolute;

	letter-spacing: 1px;

}

.fourParh1 {

	color: #fff;

	font-weight: bold;

	font-size: 22px;

	position: relative;

	top: 43px;

	letter-spacing: 1px;

}

.fourParh2 {

	font-size: 15px;

	color: #fff;

	line-height: 32px;

	letter-spacing: 1px;

	position: relative;

	top: 60px;

	width: 100%;

}

.header-right-special {

	width: 19% !important;

}

/* 右侧nav */

.m_nav {

	z-index: 9999999;

	position: fixed;

	background: #3c4854;

	width: 550px;

	height: 100vh;

	left: -550px;

	top: 0;

	overflow: hidden;

	pointer-events: none;

	transition: all 0.7s ease-out;

	-webkit-transition: all 0.7s ease-out;

	-moz-transition: all 0.7s ease-out;

	-o-transition: all 0.7s ease-out;

	-ms-transition: all 0.7s ease-out;

	text-align: center;

	visibility: hidden;

	opacity: 0;

}


.m_nav .header {
	margin-bottom: 100px;
}

.m_nav.act {
	pointer-events: auto;
	left: 0;
	top: 0;
	visibility: visible;
	opacity: .95;
}

.m_nav>ul {
	display: block;
	width: 100%;
	height: calc(100vh - 90px);
}

.m_nav>ul>li {
	overflow: hidden;
	float: left;
	display: inline-block;
	width: 50%;
	height: 25%;
	color: #fff;
	position: relative;
	z-index: 0;
}

.m_nav>ul>li a {
	display: block;
	height: 100%;
	padding-left: 40px;
	border-right: 1px solid #505b65;
	border-top: 1px solid #505b65;
	border-right: 1px solid rgba(255, 255, 255, .1);
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.m_nav>ul>li.title:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e1af56;
	transition: .5s;
	z-index: -1;
}

.m_nav>ul>li.title:hover:before {
	bottom: auto;
	top: 0;
	height: 100%;
}

.m_nav li span {
	font-size: 15px;
	color: #fff;
	color: rgba(255, 255, 255, .4);
	position: absolute;
	top: 30px;
	right: 40px;
	transition: .3s;
}

.m_nav li font img {}

.m_nav li font {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 85px;
	left: 40px;
}

.m_nav li:hover font {
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}

.m_nav li h3 {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	padding: 0;
	font-size: 15px;
}

.m_nav>ul>li:hover span {
	color: rgba(255, 255, 255, 1);
}

.m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

.m_nav li .list {
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
	top: 20px;
}

.m_nav li .list span {
	background: none;
}

.m_nav li .list span a:hover,
.m_nav li .list span.on a {
	color: #acce22;
}

.m_nav li .list a {
	display: block;
	font-size: 1rem;
	color: #3d3d3d;
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
	transition: .3s;
}





.nav_close {
	position: absolute;
	width: 23px;
	height: 90px;
	z-index: 99;
	right: 40px;
	top: 0;
	cursor: pointer;
	font-size: 30px;
	line-height: 95px;
}

.nav_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .55);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.nav_mask.act {
	opacity: 1;
	visibility: visible;
}

.ovhd {
	overflow: hidden;
}



.tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

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

.tc-box {

	width: 60rem;
	padding-top: 40px;

	max-width: 80%;

	margin: 0 auto;
	margin-top: -80px;

	box-sizing: border-box;

	/* background:#fff; */

	display: block;

	position: relative;

	z-index: 1;

	-webkit-animation-duration: 1.2s;

	animation-duration: 1.2s;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	overflow: hidden;

}

.tc.act .tc-box {
	-webkit-animation-name: anim-open-2;
	animation-name: anim-open-2;
	transform: scale(1);
}

.close {
	position: absolute;
	cursor: pointer;
	color: #e13a39;
	font-size: 30px;
	right: 30px;
	top: 30px;
}

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

.tc_txt {
	height: 470px;
	overflow-y: auto;
	padding-right: 30px;
}


.nav_top {
	height: 90px;
	padding-left: 42px;
	position: relative;
	z-index: 999;
}

.nav_top .ewm_box {
	line-height: 95px;
	height: 100%;
	color: #fff;
	font-size: 14px;
	margin-right: 44px;
	cursor: pointer;
}

.nav_top .ewm_box .dd {
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 0;
	background: transparent;
	top: 90px;
	transition: .5s;

	display: none;
	z-index: 999;
}


.nav_top .ewm_box .dd.act {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.nav_top .ewm_box .dd img {
	width: 100px;
	height: 100px;
}

.nav_top .yuyan2 {
	height: 100%;
	color: #fff;
	font-size: 14px;
}

.nav_top .yuyan2 a {
	color: #fff;
}

.nav_top .yuyan2 a:hover {
	color: #e1af56;
}

.nav_top .yuyan2 i {
	margin: 0 9px;
}

.nav_top .ico {
	margin-right: 13px;
	position: relative;
	top: 5px;
}





.m_nav_list {
	display: inline-block;
	overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

.listMore {
	padding-top: 30px;
	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: 17px;
	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, 97, 174);
}

.listCommon:hover span {
	color: rgb(0, 97, 174);
}

.loadMore {
	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;
}

.loadMore img {
	margin-right: 18px;
}

.loadMore:hover {
	background: rgb(0, 97, 174);
	color: #fff;
}

/* 侧边悬浮框 */
.float-bar {
	position: fixed;
	right: 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: 5px;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 97, 174, 0.6);
	float: right;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.float-bar li .ico {
	display: block;
	height:55px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.float-bar .tel {
	position: relative;
}

.float-bar .tel-con {
	position: absolute;
	right:90px;
	top: 0;
	width: 0px;
	height: 60px;
	text-align: center;
	line-height:25px;
	padding-top: 18px;
	background: rgba(0, 97, 174, .6);
	overflow: hidden;
	opacity: 0;
}

.float-bar .tel-con p {
	font-size: 22px;
	color: #fff;
	opacity: 0;
	transition: .5s;
	font-family: 'DIN';
}

.float-bar li h4 {
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	position: relative;
	top: 0px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.float-bar .tel .ico {
	background-image: url(../images/ico-17.png);
}

.float-bar .shang .ico {
	background-image: url(../images/ico-18.png);
}

.float-bar .weix .ico {
	background-image: url(../images/ico-19.png);
}

.float-bar .top1 .ico {
	background-image: url(../images/ico-20.png);
}

.float-bar li:hover {
	background-color: rgba(0, 97, 174, 0.6);
}

.float-bar .tel:hover,
.float-bar .shang:hover,
.float-bar .weix:hover {
	width: 80px;
	height: 80px;
}

.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;
	right: 90px;
	bottom: 58px;
	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;
	}
}


@-webkit-keyframes swipeRight {
	0% {}

	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0)
	}
}

@keyframes swipeRight {
	0% {}

	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes fadeIn-left1 {
	0% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

@-moz-keyframes fadeIn-left1 {
	0% {
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-moz-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

@keyframes fadeIn-left1 {
	0% {
		-webkit-transform: translate(-10px, 0);
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		-moz-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-webkit-transform: translate(-10px, 0);
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

.fadeIn-left1 {
	-webkit-animation-name: fadeIn-left1;
	-moz-animation-name: fadeIn-left1;
	animation-name: fadeIn-left1;
}



@-moz-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@-ms-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}
.footerIcon{
	display: none;
}
.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%;
}
.footerIcon a{
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    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;
}