.w1240,
.inner {
	/* padding-left: 250px;
	padding-right: 250px; */
	max-width: auto;
	margin: auto;
	padding-left: 12vw!important;
	padding-right: 12vw !important;

}
.treeLeft{
	padding-left: 12vw!important;
	padding-right: 15px !important;
}

@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;
}

img {
	max-width: 100%;
}

.w50 {
	width: 50%;
}

div:focus {
	cursor: pointer;
}

header {
	height: 84px;
}



header .heardform {
	width: 279px;
	height: 40px;
	border: 1px solid rgb(29,145,194);
	border-radius: 25px;
	border-right: none;
}

header .heardform input:first-child {
	padding: 0 10px;
	width: calc(100% - 40px);
}

header .heardform input:last-child {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: url(../images/search-btn.png) no-repeat center center rgb(29,145,194);
}

.wap-btn {
	display: none;
}

.header-tools {
	display: none;
}

header .header-tools {
	position: relative;
	float: right;
	width: 44px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
	z-index: 1;
	margin-top: 10px;
}

header .header-tools.down {
	background: #cfcfcf;
	transition: all .17s;
}

header .nav-menu {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 30px;
	height: 20px;
	transition: all .3s;
	z-index: 1;
}

header .nav-menu .nm {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	background: rgb(29,145,194);
	transition: all .5s;
}

header .nav-menu .nm3 {
	width: 82%;
}

header .nav-menu .nm1 {
	width: 70%;
}

header .nav-menu .nm2 {
	position: relative;
	z-index: 1;
	width: 100%;
}

header .nav-menu .nm2:before,
header .nav-menu .nm2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(29,145,194);
	opacity: 0;
	z-index: 1;
}

header .nav-menu.show .nm {
	transition: all .5s, opacity .4s .3s;
}

header .nav-menu.show .nm1 {
	opacity: 0;
	visibility: hidden;
	transform: translate(-100%, 6px);
}

header .nav-menu.show .nm2 {
	background: transparent;
	transform: rotate(-180deg);
}

header .nav-menu.show .nm2:before,
header .nav-menu.show .nm2:after {
	opacity: 1;
	transition: all .3s;
}

header .nav-menu.show .nm2:before {
	transform: rotate(45deg);
}

header .nav-menu.show .nm2:after {
	transform: rotate(-45deg);
}

header .nav-menu.show .nm3 {
	opacity: 0;
	visibility: hidden;
	transform: translate(100%, -6px);
}
.navLeft{
	width: 43%;
	display: flex;
}
.navLeft .logo{
	margin-right: 5%;
}
.w70{
	width:57%;
	display: flex;
	justify-content:flex-end;
}
.w70>div,.w70>form{
	margin-left: 2vw;
}

.heardtop.fixed header {
	display: none;
}

nav {
	height: 60px;
	line-height: 60px;
	width: 100%;
}

nav ul {
	width: 60%;
}

nav ul li {
	flex: 1;
	position: relative;
	font-family: 'DIN';
}

.nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.nav li:first-child {}

.nav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'PIN';
}


.nav li dl {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
	background: rgb(247, 247, 247);
	top: 60px;
	left: 0;
	-webkit-box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);
	box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.nav li dl dd {
	height: 50px;
	line-height: 50px;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

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

.nav li dl dd a {
	color: #000 !important;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	display: block
}

.nav li dl dd:hover {
	background: rgb(29,145,194)
}

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

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

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

nav .right {
	width: 33%;
}

nav .right a:first-child {
	background: #0093a7;
	width: 62%;
}

nav .right a:last-child {
	background: #016392;
}

nav .right a {
	perspective: 500;
	-webkit-perspective: 500;
}

nav .right a .w {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}

nav .right a .t {
	position: absolute;
	background-color: rgb(29,145,194);
	width: 100%;
	height: 100%;
	left: 0;
	color: #fff;
	top: -56px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

nav .right a:hover .w {
	-webkit-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg);
}

.wapMenu {
	display: none;
}

.onenav {
	cursor: pointer;
}

.nav ul li {
	cursor: pointer;
}

@font-face {
	font-family: 'PIN';
	src: url('../font/PINGFANG REGULAR.TTF');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'EIN';
	/*å­—ä½“åç§°*/
	src: url('../font/Futura.ttf');
	/*å­—ä½“æºæ–‡ä»¶*/
	src:
		url('../font/Futura.ttf') format('ttf'),
		font-weight: normal;
	font-style: normal;

}

/* banner */
.banner .swiper-slide {
	width: 100%;
}

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

.newsContent {
	display: flex;
}

.newsTitle {
	padding-bottom: 30px;
	font-weight: 600;
}

.newsTitle>p:nth-child(1) {
	font-size: 28px;
	color: rgb(68, 68, 68);
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-align: center;
}

.newsTitle>p:nth-child(2) {
	font-size: 14px;
	color: rgb(153, 153, 153);
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.newsTitle>p:nth-child(3) {
	width: 50px;
	height: 3px;
	background: rgb(30, 136, 229);
	margin: auto;
}

.newsLeft {
	width: 46%;
	margin-right: 2%;
}

.n1 img {
	width: 100%;
}

.Art {
	width: 52%;
}

.newsDesc {
	padding: 35px 25px;
	background: #fff;
}

.News {
	background: rgb(245, 245, 245);
	margin-top: 40px;
}

.newsDesc>p:nth-child(1) {
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 15px;
}

.n1 {
	height: 359px;
}

.n1 img {
	height: 359px;
}

.artSame {
	display: flex;
	padding: 43px 0;
	border-bottom: 1px solid rgb(230, 230, 230);
	transition: all 0.8s ease 0s;
	position: relative;
	background: #fff;
	padding-right: 25px;
}

.artSame::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0px;
	left: 0px;
	bottom: 0px;
	background: rgb(30, 136, 229);
	transition: all 0.8s ease 0s;
}

.art1 {
	transition: all 0.8s ease 0s;
	font-weight: 600;
}

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

.artSame:hover .art1 {
	color: rgb(0, 145, 219);
}

.artDate {
	width: 20%;
	border-right: 1px solid rgb(220, 220, 220);
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.artDesc {
	width: 77%;
}

.artDate>p {
	text-align: center;
}

.date1 {
	color: rgb(100, 100, 100);
	font-size: 40px;
	letter-spacing: 1px;
	font-family: DIN;
}

.date2 {
	color: rgb(100, 100, 100);
	font-size: 16px;
	letter-spacing: 1px;
}

.art1 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: rgb(40, 40, 40);
	margin-bottom: 10px;
}


.art2 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'DIN';
}

.Wis {
	position: relative;
}

/* æ™ºèƒ½è£…å¤‡ */
.topCon {
	height: 130px;
	background: url(../images/serbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.topSearch {
	display: flex;
	align-items: center;
	height: 130px;
}

.sTitle {
	width: 30%;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 2px;
}

.sT1 {
	position: absolute;
	font-size: 90px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.1);
	letter-spacing: 1px;
	font-family: 'DIN';
}

.Equip {
	width: 70%;
}

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

.sr-input {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 15px;
	width: 500px;
	background: #fff;
}

.sr-input img {
	margin-right: 10px;
}

.sr-input input {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
	width: 100%;
}

.sr-btn {
	width: 110px;
	height: 48px;
	line-height: 48px;
	background: rgb(0, 145, 213);
	font-size: 20px;
	letter-spacing: 8px;
	text-align: center;
	color: #fff;
}

.hotSearch {
	display: flex;
	align-items: baseline;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.hot1 {
	width: 7em;
}

.hot2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hotSearch a {
	margin-right: 18px;
}
.index-lan{
	position: relative;
	font-family: 'DIN';
}
.lanAt {
	font-family: 'PIN';
	color: rgb(51, 51, 51);
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 8px 15px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 30px;
font-weight: 600;
    width: 6.4em;
    display: flex;
    justify-content: center;
}

.lanAt img {
	margin-right: 8px;
}

.chooseLan {
	z-index: 99;
	position: absolute;
	right: -0;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
	top: 50px;
	background: #fff;
	border: 1px solid rgb(220, 220, 220);
	display: none;
}

.chooseLan a {
	display: inline-block;
	font-size: 15px;
	text-align: center;
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	transition: all 0.3s;
	width: 100%;
}

.chooseLan a:nth-child(1) {
	border-bottom: 1px solid rgb(220, 220, 220);
}

.chooseLan a:hover {
	background: rgb(29,145,194);
	color: #fff;
	border: 1px solid rgb(29,145,194);
	border-radius: 5px;
}

/* å…³äºŽæˆ‘ä»¬ */
.About {
	padding-top: 60px;
	position: relative;
	padding-bottom: 40px;
}

.aboutBg {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.aboutBox {
	display: flex;
}

.aboutBox .conn2_right {
	width: 48%;
	margin-right: 2%;
}

.aboutBox .conn2_right {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.aboutRight {
	width: 45%;
	    margin-left: 4%;
	    padding-top: 50px;
}

.aboutBox .conn2_right>.img {
	width: 100%;
	margin: auto;
	/*background: url(../images/desc2.jpg)center no-repeat;*/
	background-size: cover;
}

.aboutBox .conn2_right>.img>img {
	width: 100%;
	min-height: 650px;
}

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

.aboutBox .conn2_right .items .conn2_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
}

.aboutBox .conn2_right .item {
	display: inline-block;
	width: 48%;
}

.aboutBox .conn2_right .item .img {
	width: 100%;
	margin: 0 auto;
}

.parh1 {
	color: #000;
	font-size: 60px;
	margin-bottom: 7px;
	font-family: 'EIN';
	font-weight: 600;
	letter-spacing: 1px;
}

.parh2 {
	letter-spacing: 1px;
	font-size: 30px;
	color: #000;
	margin-bottom: 40px;
}

.parh3 {
	font-size: 16px;
	line-height: 40px;
	color: rgb(102, 102, 102);
	margin-bottom: 90px;
	font-family: 'DIN';
}

.aLink {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.lspan {
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(../images/arr.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.advCess {
	display: flex;
	margin-top: 40px;
}

.cessCommon {
	width: 33.3%;
}

.cessCommon>p:nth-child(1) {
	position: relative;
	margin-bottom: 8px;
	display: inline;
}

.cess1 {
	letter-spacing: 2px;
	color: rgb(29, 145, 194);
	font-size: 80px;
	font-family: 'EIN';
}

.cess2 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	position: absolute;
	right: -30px;
}

.cessCommon>p:nth-child(2) {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
}

.withPart {
	margin-top: -25px;
}

.partTitle {
	text-align: center;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	font-size: 40px;
	margin-bottom: 35px;
	font-family: 'DIN';
}

.withBox {
	display: flex;
	flex-wrap: wrap;
}

.withBox p:nth-child(6n+6) {
	margin-right: 0;
}

.withBox p {
	overflow: hidden;
	width: 15.4%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	padding: 20px;
	background: #FFF;
	border: 1px solid rgb(220, 220, 220);
	cursor: pointer;
	transition: all 0.6s;
}
.withBox p img{
	transition: all 0.6s;
}
.withBox p:hover{
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
}
.withBox p:hover img{
	transform: rotateY(180deg);
}
.pubTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 35px;
}

.pub1 {
	font-size: 40px;
	color: #000;
	margin-bottom: 10px;
	font-family: 'DIN';
}

.pub1 span {
	margin-left: 15px;
	color: rgb(29,145,194);
}

.pub2 {
	position: relative;
	color: rgb(221, 221, 221);
	letter-spacing: 1px;
	font-size: 43px;
	position: relative;
	font-family: 'EIN';
}

.pub2 span {
	padding-left: 26px;
}

.pub2::after {
	position: absolute;
	content: '';
	left: 0;
	top: 36%;
	bottom: 38%;
	height: 36%;
	width: 40px;
	background: rgb(29, 145, 194);
}

.pubRight {
	display: inline-block;
	width: 170px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
	position: relative;
	border: 1px solid rgb(29,145,194);
	transition: all 0.5s;
	background: rgb(29,145,194);
}
.pubRight::after{
	border-radius: 30px;
	content: '';
	position: absolute;
	left: 0;
    right: 0;
	top: 0;
	bottom: 0;
	height: 0%;
	transition: all 0.5s;
}
.pubRight:hover::after{
	height: 100%;
	background: rgb(29,145,194);
}
.pubRight img {
	margin-left: 10px;
}
.pubRight p{
	position: relative;
	z-index: 9;
}
.ductBox {
	display: flex;
	flex-wrap: wrap;
}

.ductBox>a:nth-child(5n+5) {
	margin-right: 0;
}

.ductSame {
	width: 18.4%;
	margin-right: 2%;
	display: inline-block;
	margin-bottom: 2%;
	position: relative;
}
.ductPic{
	position: relative;
}
.ductPic::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.5s;
}

.ductSame .line {
	position: absolute;
	z-index: 990;
	background: #FFF;
	opacity: 0.9;
	transition: all 0.5s;
}

.ductSame .line1 {
	left: 20px;
	bottom: 20px;
	width: 1px;
	height: 0;
}

.ductSame .line2 {
	left: 20px;
	top: 20px;
	width: 0;
	height: 1px;
}

.ductSame .line3 {
	right:20px;
	top: 20px;
	width: 1px;
	height: 0;
}

.ductSame .line4 {
	right: 20px;
	bottom: 20px;
	width: 0;
	height: 1px;
}
.ductSame{
	transition: all 0.6s;
}
.ductSame:hover {
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
}
.ductSame:hover .ductPic::after {
	opacity: 1;
}

.ductSame:hover .recoHide {
	opacity: 1;
}

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

.ductSame:hover .line1 {
	height: calc(100% - 40px);
}

.ductSame:hover .line2 {
	width: calc(100% - 40px);
}

.ductSame:hover .line3 {
	height: calc(100% - 40px);
}

.ductSame:hover .line4 {
	width: calc(100% - 40px);
}

.ductPic {
	overflow: hidden;
}

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

.ductWord {
	border: 1px solid rgb(220, 220, 220);
	font-size: 16px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	padding: 18px 10px;
	background: rgb(246, 251, 255);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-family: 'DIN';
}

/* å·¥ç¨‹æ¡ˆä¾‹ */
.wb {
	color: #fff !important;
}

.Case {
	background: url(../images/casebg.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	margin-top: 30px;
}

.caseSwiper {
	position: relative;
}

.caseSwiper .swiper-slide {
	padding-bottom: 5px;
	position: relative;
	transition: all 0.6s;
}
.casePic img{
	transition: all 0.8s;
}
.a2{
	width: 11px;
	height: 13px;
	background: url(../images/tri.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.caseSwiper .swiper-slide:hover img{
	transform: scale(1.1);
}
.caseSwiper .swiper-slide::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom:4px;
	height: 2px;
	width: 0;
	background: rgb(29,145,194);
	transition: all 0.6s;
}
.caseSwiper .swiper-slide:hover::after{
	width: 100%;
}
.caseSwiper .swiper-slide {
	width: 23.5% !important;
	margin-right: 2%;
}

.caseSwiper .swiper-button-next {
	right: -65px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all 0.6s;
}

.caseSwiper .swiper-button-next:hover {
	background: rgb(29,145,194);
}

.caseSwiper .swiper-button-next:hover::after {
	color: #fff;
}

.caseSwiper .swiper-button-prev:hover {
	background: rgb(29,145,194);
}

.caseSwiper .swiper-button-prev:hover::after {
	color: #fff;
}
.a1,.a2{
	transition: all 0.6s;
}
.caseSwiper .swiper-slide:hover .a1{
	color: rgb(29,145,194);
}
.caseSwiper .swiper-slide:hover .a2{
	    width: 11px;
	    height: 13px;
	    background: url(../images/tri1.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	}
.caseSwiper .swiper-button-next::after {
	font-size: 18px;
	color: rgb(178, 178, 178);
	font-weight: 600;
	transition: all 0.6s;
}

.caseSwiper .swiper-button-prev::after {
	font-size: 18px;
	color: rgb(178, 178, 178);
	transition: all 0.6s;
	font-weight: 600;
}

.caseSwiper .swiper-button-prev {
	transition: all 0.6s;
	left: -65px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.casePic {
	overflow: hidden;
	border-radius: 16px;
}

.casePic img {
	width: 100%;
}

.caseDesc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #fff;
}

.caseDesc::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
}

.caseDesc p {
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
}

/* è£èª‰èµ„è´¨ */
.Honor {
	display: flex;
	margin-bottom: 60px;
}

.hoLeft {
	width: 26%;
	margin-right: 4%;
}

.hotTitle {
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 35px;
	justify-content: space-between;
}

.hotTitle>p:nth-child(1) {
	letter-spacing: 1px;
	font-size: 34px;
	color: #000;
	font-weight: 600;
}

.hotTitle>a:nth-child(2) {
	color: rgb(136, 136, 136);
	font-family: 'DIN';
	font-size: 16px;
	transition: all 0.6s;
	cursor: pointer;
}
.hotTitle>a:nth-child(2):hover{
	color: rgb(29,145,194);
}
.hoLeft .swiper-slide {
	padding: 40px;
	background: rgb(246, 254, 255);
	cursor: pointer;
}

.hoPic {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.hoWord {
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-weight: 600;
}

.horight {
	width: 70%;
}

.Act {
	display: flex;
}

.actBox {
	width: 34%;
	margin-right: 3%;
}

.Fase {
	width: 63%;
}

.actSame {}

.actPic {
	overflow: hidden;
}
.actPic img{
}
.actDesc {
	margin-top: 20px;
}

.act1 {
	font-size:20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.act2 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	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: 35px;
	font-family: 'DIN';
}

.act3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 1px;
}

.act3 p {
	font-size: 14px;
	color: #000;
}

.faseCommon {
	display: flex;
	width: 100%;
	margin-bottom: 3%;
	padding:13px 20px;
	border: 1px solid rgb(229, 229, 2229);
	position: relative;
	transition: all 0.5s;
}
.faseCommon:hover img{
	border-radius: 0 15px 0 0;
}
.faseCommon:hover .fase1{
	color: rgb(29,145,194);
}
.fase1{
	transition: all 0.5s;
}
.faseCommon:hover .recoHide {
	opacity: 1;
}
.faseCommon .line {
	position: absolute;
	z-index: 990;
	background: rgb(29,145,194);
	opacity: 0.9;
	transition: all 0.5s;
}

.faseCommon .line1 {
	left: 0px;
	bottom: 0px;
	width: 1px;
	height: 0;
}

.faseCommon .line2 {
	left: 0px;
	top: 0px;
	width: 0;
	height: 1px;
}

.faseCommon .line3 {
	right:0px;
	top: 0px;
	width: 1px;
	height: 0;
}

.faseCommon .line4 {
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 1px;
}
.faseCommon:hover .line1 {
	height: calc(100% - 0%);
}

.faseCommon:hover .line2 {
	width: calc(100% - 0%);
}

.faseCommon:hover .line3 {
	height: calc(100% - 0%);
}

.faseCommon:hover .line4 {
	width: calc(100% - 0%);
}

.Fase>a:last-child {
	margin-bottom: 0;
}
.fasePic img{
	transition: all 0.6s;
}
.fasePic {
	width: 25%;
	margin-right: 3%;
	overflow: hidden;
}

.faseDesc {
	width: 72%;
}

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

.fase2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 23px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'DIN';
}

.fase2 span {
	color: #2dafba;
}

/* footer */
footer {
	background: url(../images/bottom.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.footTop {
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.footLogo {
	width: 25%;
	margin-right: 5%;
}

.footRess {
	width: 30%;
	margin-right: 8%;
}

.ressCommon {
	display: flex;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.6s;
	cursor: pointer;
}
.ressCommon:hover{
	transform: translateX(15px);
	color: #fff;
}
.ressCommon>p:nth-child(1) {
	width: 4.5em;
}

.ressCommon>p:nth-child(2) {
	width: 90%;
}

.footEwm {
	display: flex;
	justify-content: flex-end;
}

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

.ewmSame {
	width: 55%;
	margin-right: 20px;
}

.ewmSame>p:nth-child(1) {
	overflow: hidden;
	margin-bottom: 10px;
}

.ewmSame>p:nth-child(2) {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}
.ewmSame img{
	width: 180px;
	/* height: 120px; */
}
.footLink {
	padding-top: 20px;
	    display: flex;
	    align-items: baseline;
	    padding-bottom: 20px;
	    margin: auto;
}

.footNice {
	width: 6em;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
}

.niceLink {
	display: flex;
	width: 92%;
	flex-wrap: wrap;
}

.niceLink a {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 0 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.6s;
}
.niceLink a:hover{
	color: #fff;
}
.niceLink a:last-child {
	border-right: 0;
}

.footBottom {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px 15px;
	background: #000;
	text-align: center;
}

/*è§†é¢‘*/
.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: 233;
}

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

/* å†…é¡µ-äº§å“ä¸­å¿ƒ */
.sidePro {
	padding-top: 40px;
	display: flex;
}

.sideContainer {
	position: relative;
	padding-bottom: 30px;
}

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

.proCenter {
	width: 23%;
	margin-right: 2%;
}

.centerTitle {
	height: 70px;
	display: flex;
	align-items: center;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 12px;
	background: rgb(29,145,194);
}

.centerTitle img {
	margin-right: 12px;
}

.kindMachCon {
	border-left: 12px solid rgb(29,145,194);
	padding: 0 5px 0 5px;
	border-right: 2px solid rgb(238, 238, 238);
	border-bottom: 2px solid rgb(238, 238, 238);
	padding-bottom: 25px;
	padding-top: 10px;
}

.kindMach {
	padding-top: 15px;
}
.bgg{
	padding: 9px 15px 9px 15px!important;
}
.kindMach_up {
	display: flex;
	align-items: center;
	padding: 9px 7px 9px 9px;
	border-radius: 25px;
	font-size: 17px;
	font-weight: 600;
	justify-content: space-between;
	transition: all 0.6s;
}
.kindMach_up a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.allMach {
	padding: 5px 0 0 0;
	display: none;
}

.kindMach {
	cursor: pointer;
}

.kindMach_down {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 40px;
	color: rgb(51, 51, 51);
	transition: all 0.8s;
	cursor: pointer;
}

.mach1,
.mach2,
.mach3,
.dnone,
.op1,
.op3 {
	transition: all 0.8s;
}

.op2 {
	transition: all 0.5s;
}

.kindMach_down:hover .dnone {
	opacity: 1;
}

.kindMach_down:hover .mach1 {
	transform: translateX(10px);
}

.kindMach_down:hover .mach2 {
	transform: translateX(10px);
}

.kindMach_down:hover .op2 {
	color: rgb(29,145,194) !important;
	font-weight: 600;
}

.kindMach_down:hover .op1 {
	display: block;
}

.kindMach_down:hover .op3 {
	opacity: 1;
}

.op3 {
	opacity: 1 !important;
}

.kindMach_down:hover .mach3 {
	transform: translateX(10px);
	opacity: 1;
}

.op1 {
	opacity: 1 !important;
}

.tactTel {
	margin-top: 35px;
}

.bgg {
	background: rgb(29,145,194);
	color: #fff !important;
	transition: all 0.6s;
	transform: translateX(25px);
}

.kindMach_down>p:nth-child(1) {
	display: flex;
	align-items: center;
}

.kindMach_down>p:nth-child(1) img {
	position: relative;
	top: 1px;
	margin-right: 15px;
	opacity: 0;
}

.kindMach_down>p:nth-child(1) span {
	font-size: 15px;
	color: rgb(85, 85, 85);
	font-weight: 600;
}

.kindMach_down>p:nth-child(2) {
	opacity: 0;
}

.mach2 {
	color: rgb(29,145,194) !important;
}



/* è”ç³»ç”µè¯ */
.tactTel {
	background: url(../images/inter.jpg);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 60px 0;
}

.tel1 {
	margin-bottom: 25px;
}

.telParh1 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-align: center;
}

.telParh2 {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'DIN';
}

.tel2 {
	margin-bottom: 6px;
}

.telParh3 {
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
}

/* å³ä¾§ */
.proCenter_right {
	width: 73%;
	margin-left: 2%;
}

.eachDuct {
	display: flex;
	flex-wrap: wrap;
}

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

.eachDuct_common {
	display: inline-block;
	width: 31.6%;
	margin-right: 2.5%;
	text-align: center;
	margin-bottom: 2.5%;
	transition: all 0.5s;
	border: 1px solid rgb(229, 229, 229);
}

.eachDuct_common:hover {
	box-shadow: 1px 1px 10px 1px rgb(170, 170, 170);
}

.eachDuct_pic {
	overflow: hidden;
	position: relative;
}

.eachDuct_pic img {
	width: 100%;
	float: left;
	transition: all 0.6s;
}

.eachDuct_pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.eachDuct_common:hover .eachDuct_pic::before {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.eachDuct_common:hover .eachDuct_pic img {
	transform: scale(1.05);
}
.ductParh1 {
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	padding: 15px ;
	background: rgb(246, 251, 255);
	font-family: 'DIN';
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.6s;
}


/* ç¿»é¡µ */
.changePage {
	padding-top: 50px;
	padding-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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



.changePage a {
	padding: 10px 16px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-right: 12px;
	transition: all 0.5s;
	background: #fff;
	font-family: 'DIN';
}

.changePage a:hover {
	background: rgb(29,145,194);
	color: #fff;
}

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

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

/* äº§å“ä¸­å¿ƒè¯¦æƒ…é¡µ */
.proDetail {
	display: flex;
}

.detailPic {
	width: 56%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detailPic img {
	float: left;
}

.detailWord {
	width: 44%;
	padding: 45px 35px;
	background: rgb(247, 247, 247);
	position: relative;
}

.de1 {
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	font-size: 30px;
	margin-bottom: 35px;
}

.de2 {
	width: 40px;
	height: 4px;
	background: rgb(29, 145, 194);
	margin-bottom: 40px;
}

.de3 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
}

.de3 span {
	color: rgb(29, 145, 194);
	font-size: 22px;
	font-weight: 600;
}

.de4 {
	position: absolute;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	background: rgb(29, 145, 194);
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	bottom: 45px;
	left: 35px;
	right: 35px;
	text-align: center;
}

.mationCon {
	margin-top: 40px;
	border: 1px solid rgb(238, 238, 238);
}

.mation_title {
	border-bottom: 1px solid rgb(238, 238, 238);
	background: rgb(245, 245, 245);
	height: 60px;
	line-height: 60px;
}

.mation_title p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	width: 23%;
	text-align: center;
	background: rgb(29,145,194);
}

.mation {
	padding: 30px;
}

.mationPic {
	overflow: hidden;
	margin-bottom: 20px;
}

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

.mLink {
	display: flex;
	border-radius: 5px;
	margin: 20px 30px 40px 30px;
}

.mLink a {
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #000;
	padding: 25px 0;
	background: rgb(247, 247, 247);
}

/* ç›¸å…³æŽ¨è */
.ductFlex {
	display: flex;
	flex-wrap: inherit;
}

.ductFlex>a:nth-child(3n+3) {
	margin-right: 2.5%;
}

.ductFlex>a:nth-child(4n+4) {
	margin-right: 0;
}

.ductFlex>a {
	margin-right: 2%;
	margin-bottom: 2%;
}

.logoDesc>p:nth-child(1) {
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(0, 145, 213);
	font-weight: 600;
	margin-bottom: 3px;
}

.logoDesc>p:nth-child(2) {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
	font-family: 'DIN';
}

.logoDesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Around {
	background: rgb(247, 247, 247);
	padding-bottom: 30px;
	margin-top: 30px;
}

.roTit {
	padding-top: 28px;
	padding-bottom: 28px;
	letter-spacing: 1px;
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.roTit p {
	position: relative;
	padding-left: 20px;
}

.roTit p::after {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	top: 22%;
	bottom: 22%;
	height: 56%;
	background: rgb(0, 145, 213);
}

/* å…³äºŽé•¿ç´§ */
.sideNav {
	border-bottom: 1px solid rgb(229, 229, 229);
}

.navFlex {
	display: flex;
	justify-content: space-between;
}

.navAt {
	width: 220px;
	background: url(../images/hand.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
	position: relative;
	z-index: 99;
}

.navOther {
	width: 75%;
	display: flex;
	align-items: center;
	justify-content:flex-end;
}

.navOther .on {
	color: rgb(29,145,194);
}

.navOther a {
	font-size: 16px;
	color: rgb(85, 85, 85);
	letter-spacing: 1px;
	position: relative;
	transition: all 0.6s;
	font-weight: 600;
	margin: 0 25px;
	cursor: pointer;
}
.navOther a:last-child{
	margin-right: 0;
}
.navOther a::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -25px;
	height: 2px;
	background: rgb(29,145,194);
	width: 0;
	transition: all 0.6s;
}
.navOther .on::after{
	width: 100%;
}
.navOther a:hover{
	color: rgb(29,145,194);
}
.navOther a:hover::after {
	width: 100%;
}

.compParh1 {
	font-size: 38px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 64px;
	text-align: center;
	font-weight: 600;
}

.compParh1 span {
	position: relative;
	padding: 0 26px;
}

.compParh1 span::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: 0;
	background-image: url(../images/ic16.png);
}

.compParh1 span::after {
	content: '';
	right: 0;
	bottom: 0;
	background-image: url(../images/ic17.png);
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.introFlex {
	display: flex;
	padding-top: 60px;
}

.compParh1 {
	width: 23%;
	margin-right:2%;
}

.introWord {
	width: 75%;
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 34px;
}

.introWord {
	height: 352px;
	overflow-y: auto;
	padding-right: 70px;
}

.introWord {
	overflow-x: hidden;
	overflow-y: auto;
	color: #000;
}

.introWord::-webkit-scrollbar {
	width: 3px;
	/*height: 4px;*/
}

.introWord::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgb(29, 145, 194);
	background: rgb(29, 145, 194);
}

.introWord::-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);

}

.Intro {
	position: relative;
}

.introBg {
	position: absolute;
	left: 50px;
	top: 200px;
	z-index: -1;
}

/* å…³äºŽé•¿ç´§è§†é¢‘ */
.Build {
	display: flex;
	margin-top: 70px;
}

.Build .conn2_right {
	width: 50%;
}

.Build .conn2_right {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.Build .conn2_right>.img {
	width: 100%;
	margin: auto;
	/*background: url(../images/desc2.jpg)center no-repeat;*/
	background-size: cover;
}

.Build .conn2_right>.img>img {
	width: 100%;
	height: 450px;
}

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

.Build .conn2_right .items .conn2_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
}

.Build .conn2_right .item {
	display: inline-block;
	width: 48%;
}

.Build .conn2_right .item .img {
	width: 100%;
	margin: 0 auto;
}

.buDeve {
	display: flex;
	width: 50%;
	background: url(../images/build.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buCommon {
	width: 28%;
	text-align: center;
}

.buCommon>p:nth-child(1) {
	position: relative;
	margin-bottom: 8px;
	display: inline;
}

.bu1 {
	letter-spacing: 2px;
	color: rgb(29, 145, 194);
	font-size: 80px;
	font-family: 'EIN';
}

.bu2 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	position: absolute;
	right: -30px;
	bottom: 0;
	font-weight: 600;
}

.buCommon>p:nth-child(2) {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

/* ç»„ç»‡æž¶æž„ */
.Organ {
	position: relative;
	padding-bottom: 80px;
}
.orTree{
	position: absolute;
	right: 20px;
	top: 180px;
	bottom:80px;
}
.orTree img{
	max-width: 22vw;
}
.treeImg img{
	max-width: 92%;
}
.orPic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* ä¼ä¸šæ„¿æ™¯ */
.Hope {
	background: url(../images/hope.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	height: 560px;
	background-attachment: fixed;
	position: relative;
}
.Hope::after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.hopeBox {
	width: 40%;
	position: absolute;
	right: 0;
}
.hoSame{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
}
.hopeBox>div:nth-child(1) {
	margin-bottom: 50px;
}
.hopeBox>div:nth-child(2)>p:last-child {
	margin-bottom: 0px;
}
.ho1 {
	font-size: 34px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ho2 {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 13px;
}

/* å‘å±•åŽ†ç¨‹ */

.pubIcle {
	font-size: 38px;
	color: #000;
	letter-spacing: 1px;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
	font-weight: 600;
}

.pubIcle span {
	position: relative;
	padding: 0 26px;
}

.pubIcle span::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: 0;
	background-image: url(../images/ic16.png);
}

.pubIcle span::after {
	content: '';
	right: 0;
	bottom: 0;
	background-image: url(../images/ic17.png);
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/* è”ç³»æˆ‘ä»¬ */
.tactRess {
	display: flex;
	/* border: 1px solid rgb(170,170,170); */
	margin-top: 60px;
}

.tactRess>div:nth-child(1),.tactRess>div:nth-child(2),.tactRess>div:nth-child(3) {
	border-right: none;
}

.lineSame {
	width: 25%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgb(170,170,170);
	transition: all 0.6s;
	cursor: pointer;
}
.lineSame:hover img{
	animation: jello 1.4s;
}

.lineSame>p:nth-child(2) {
	color: rgb(51,51,51);
	font-size: 20px;
	margin-top: 25px;
	font-weight: 600;
	margin-bottom:15px;
}

.lineSame>p:nth-child(3) {
	font-size:30px;
	color: #000;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
	font-family: 'DIN';
}
.linePic{
	height: 75px;
}

.tactRight {
	margin-top: 50px;
}

/* ç•™è¨€å†…å®¹ */
.messTit {
	margin-top: 55px;
	margin-bottom: 45px;
	position: relative;
}

.Message {
	position: relative;
	padding-bottom: 100px;
}

.messTit>p:nth-child(1) {
	text-align: center;
}

.messTit>p:nth-child(2) {
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 40px;
	text-align: center;
	margin-top: -45px;
}

.messVide {
	display: flex;
}

.messVide>div:nth-child(2) {
	margin-right: 0;
}

.messCommon {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.messName {
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}

.messInput {
	padding: 18px 25px;
	background: rgb(249, 249, 249);
	border: 1px solid rgb(220, 220, 220);
}

.messInput input {
	letter-spacing: 1px;
	width: 90%;
}

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

.messTxt {
	padding: 18px 25px;
	background: rgb(249, 249, 249);
	border: 1px solid rgb(220, 220, 220);
	display: flex;
	align-items: baseline;
}

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

.messTxt textarea {
	color: #999;
	letter-spacing: 1px;
	height: 120px;
	width: 90%;
	position: relative;
	top: -3px;
}

.giveUp {
	margin: auto;
	display: inline-block;
	background: rgb(0, 145, 213);
	color: #fff;
	font-size: 20px;
	margin-top: 50px;
	width: 300px;
	padding: 12px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	transition: all 0.6s;
	cursor: pointer;
	border: 1px solid transparent;
}
.giveUp:hover{
	border-radius: 10px;
	border: 1px solid rgb(0,145,213);
	background: #fff;
	color: rgb(0,145,213);
}
.bg_g .ductParh1{
	background: rgb(232,244,249);
}
.bg_g .eachDuct_common{
	border: none;
	box-shadow: 1px 1px 10px 1px rgba(220,220,220,0.3);
	transition: all 0.6s;
}
.bg_g .eachDuct_common:hover{
	box-shadow: 1px 1px 10px 1px rgba(200,200,200);
}
/* åŠ å…¥æˆ‘ä»¬ */
.joinTitle {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.joinTitle>p:nth-child(1) {
	font-size: 34px;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 600;
}

.joinTitle>p:nth-child(2) {
	font-size: 20px;
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
}

/* æ‹›è´¤çº³å£« */
.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 {
	padding: 53px 50px;
	text-align: center;
	font-size: 22px;
	color: rgb(102, 102, 102);
	border-right: 1px solid rgb(220, 220, 220);
	width: 11em;
}

.joinUs_right {
	display: flex;
	width: 77%;
	padding: 0 30px;
	justify-content: space-between;
}

.joinNeed {
	    display: flex;
	    flex-wrap: wrap;
	    width: 70%;
	    margin-left: 8%;
}

.joinNeed p {
	font-size: 15px;
	color: rgb(102, 102, 102);
	margin-bottom: 23px;
	letter-spacing: 1px;
	width: 50%;
}

.joinNeed>p:nth-child(3),
.joinNeed>p:nth-child(4) {
	margin-bottom: 0;
}

.joinOpen {
	padding: 10px 15px;
	background: rgb(240, 240, 240);
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(102, 102, 102);
	height: 40px;
	border-radius: 4px;
	position: relative;
	top: 10px;
	cursor: pointer;
}

.joinOpen img {
	margin-left: 5px;
}

.jobDetail {
	padding: 50px;
	border: 1px solid rgb(220, 220, 220);
	border-top: none;
	padding-top: 30px;
	display: none;
}

.jobDuty_name {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 40px;
}

.jobDuty_word {
	color: rgb(102, 102, 102);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 38px;
}

.jobContact {
	margin-top: 80px;
	display: flex;
	margin-bottom: 10px;
}

.jobContact p {
	margin-right: 30px;
	font-size: 20px;
	color: rgb(29,145,194);
}

.joinIn a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	background: rgb(29,145,194);
	display: inline-block;
	margin-top: 30px;
}

.joinCommonTop>div:nth-child(1) {
	border-top: 1px solid rgb(220, 220, 220);
}

.joinCommonTop {
	padding-bottom: 80px;
	font-family: 'DIN';
}
/* æ–°é—»é¡µ */
.Page{
	margin-top: 40px;
	display: flex;
	margin-bottom: 20px;
}
.Page>a:nth-child(3){
	margin-right: 0;
}
.geSame{
	width:32%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: inline-block;
}
.gePic{
	overflow: hidden;
	position: relative;
}
.gePic img{
	float: left;
}
.gePic::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.5s;
}

.gePic .line {
	position: absolute;
	z-index: 990;
	background: #FFF;
	opacity: 0.9;
	transition: all 0.5s;
}

.gePic .line1 {
	left: 20px;
	bottom: 20px;
	width: 1px;
	height: 0;
}

.gePic .line2 {
	left: 20px;
	top: 20px;
	width: 0;
	height: 1px;
}

.gePic .line3 {
	right:20px;
	top: 20px;
	width: 1px;
	height: 0;
}

.gePic .line4 {
	right: 20px;
	bottom: 20px;
	width: 0;
	height: 1px;
}
.geSame,.gePic img,.ge1,.geDate,.geRead,.r1{
	transition: all 0.6s;
}
.geSame:hover .ge1,.geSame:hover .geDate,.geSame:hover .geRead{
	color: rgb(29,145,194);
}
.geSame:hover{
	transform: scale(0.98);
}
.geSame:hover .r1{
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../images/r2.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
}
.geSame:hover .gePic::after {
	opacity: 1;
}

.geSame:hover .recoHide {
	opacity: 1;
}

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

.geSame:hover .line1 {
	height: calc(100% - 40px);
}

.geSame:hover .line2 {
	width: calc(100% - 40px);
}

.geSame:hover .line3 {
	height: calc(100% - 40px);
}

.geSame:hover .line4 {
	width: calc(100% - 40px);
}

.geDesc{
	margin-top: 30px;
}
.ge1{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 20px;
}
.ge2{
	font-size: 14px;
	color: rgb(102,102,102);
	font-family: 'DIN';
	line-height: 28px;
	margin-bottom: 30px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.geMore{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.geDate{
	font-size: 14px;
	color: rgb(102,102,102);
}
.geRead{
	letter-spacing: 1px;
	font-size: 14px;
	color: rgb(102,102,102);
	font-family: 'DIN';
}
.geRead .r1{
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../images/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
}


.leSame{
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(229,229,229);
	margin-bottom: 2%;
	display: flex;
	transition: all 0.6s;
	cursor: pointer;
}
.leSame,.leMore,.r1,.le1{
	transition: all 0.6s;
}
.leRead{
	font-family: 'DIN';
	letter-spacing: 1px;
}
.leSame:hover .leDate,.leSame:hover .le1,.leSame:hover .leRead{
	color: rgb(29,145,194);
}
.leSame:hover{
	transform: translateY(5px);
	border: 1px solid rgb(29,145,194);
}
.leSame:hover .r1{
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../images/r2.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
}
.lePic{
	width: 18%;
	margin-right: 2%;
	overflow: hidden;
}
.lePic img{
	float: left;
}
.leDesc{
	width: 80%;
	    position: relative;
	    justify-content: space-around;
	    display: flex;
	    flex-direction: column;
}
.le1{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.le2{
	font-size: 14px;
	color: rgb(102,102,102);
	font-family: 'DIN';
	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;
}
.leMore{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.leDate{
	font-size: 14px;
	color: rgb(102,102,102);
}
.leRead{
	font-size: 14px;
	color: rgb(102,102,102);
}
.leRead .r1{
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../images/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
}
.Learn>a:last-child{
	margin-bottom: 0;
}

/* æ–°é—»è¯¦æƒ… */
.Center {
	display: flex;
	margin-top: 45px;
	margin-bottom: 50px;
	align-items: flex-start;
}

.Detail {
	width: 73%;
	margin-right: 2%;
	padding: 0 35px;
	border: 1px solid rgb(235, 235, 235);
}

.Brand {
	width: 25%;
}

.Type {
	padding: 15px 0 30px 0;
	border: 1px solid rgb(235, 235, 235);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.Type>p:nth-child(2) {
	letter-spacing: 1px;
	text-align: center;
	font-size: 22px;
	color: #000;
	margin-bottom: 12px;
}

.Type>p:nth-child(3) {
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.moreNews {
	border: 1px solid rgb(235, 235, 235);
	margin-top: 30px;
}

.newsTitle {
	padding: 20px 0;
	margin: 0 20px;
	letter-spacing: 1px;
	color: #000;
	font-size: 22px;
}

.boxA {
	display: inherit;
	padding: 15px 0;
	margin: 0 20px;
	border-top: 1px solid rgb(230, 230, 230);
	transition: all 0.8s;
}

.boxA:hover .wy {
	color: rgb(29,145,194);
}

.wy {
	color: rgb(102, 102, 102);
	font-size: 16px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.8s;
	word-break: break-all;
	font-family: 'DIN';
}

.boxA>p:nth-child(2) {
	color: rgb(102, 102, 102);
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.deTitle {
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.title1 {
	text-align: center;
	font-size: 28px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'DIN';
}

.deMore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.title2 span {
	font-size: 14px;
	color: rgb(136, 136, 136);
	letter-spacing: 1px;
	margin-right: 30px;
}

.deSize {
	margin-right: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgb(136, 136, 136);
}

.deSize a {
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin: 0 5px;
}

.deRight {
	display: flex;
	align-items: center;
	letter-spacing: 2px;
	font-size: 14px;
	color: rgb(51, 51, 51);
}

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

.detailBox {
	padding-top: 40px;
	padding-bottom: 40px;
}

.detailBox p {
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 34px;
	margin-bottom: 15px;
}

.Edit {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(235, 235, 235);
	justify-content: space-between;
}

.Editor {
	font-size: 15px;
	letter-spacing: 1px;
	color: rgb(136, 136, 136);
	word-spacing: 10px;
	display: flex;
	align-items: center;
}

.Editor span {
	display: inline-block;
	width: 4px;
	height: 16px;
	background: rgb(29,145,194);
	margin-right: 13px;
}

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

.Share p {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(136, 136, 136);
	margin-right: 5px;
}

.Share a {
	margin-left: 12px;
}



.backTo {
	width: 170px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
	font-family: 'DIN';
}

.backTo .w {
	background: rgb(29,145,194);
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 40px;
}

.backTo .f {
	background: rgb(29,145,194);
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 40px;
}
.backTo span{
	margin-right: 10px;
}
.backTo .t {
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	background-color: rgb(29,145,194));
	border: 1px solid rgb(29,145,194);
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	color: rgb(29,145,194);
	top: -48px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 40px;
}

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

.backTo span {
	margin-left: 5px;
}

.backTo .f span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/back1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.backTo .t span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/back2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.Print {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.sizeOn {
	color: rgb(29,145,194) !important;
	font-size: 15px !important;
	font-weight: 600;
}

.deSize a {
	cursor: pointer;
}

.detailBox p {
	transition: all 0.5s;
}
.newsDevide {
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
}

.newsLink {
	width: 80%;
}

.newsLink a {
	font-size: 15px;
	color: rgb(51, 51, 51);
	font-family: 'DIN';
	margin-bottom: 15px;
	display: block;
	transition: all 0.8s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.newsLink a:hover {
	color: rgb(0, 145, 213);
	transform: translateX(15px);
}

.newsLink a:nth-child(2) {
	margin-bottom: 0;
}
/* ç”Ÿäº§è®¾å¤‡ */
.Brige{
	margin-top: 40px;
}
.Brige .changePage{
	padding-top: 30px;
}
/* è´¨ä¿ä¹¦ä¸‹è½½ */
.Promise{
	margin-top: 45px;
}
.Promise>div:last-child{
	margin-bottom: 20px;
}
.miseCommon{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
	box-shadow: 1px 1px 10px 1px rgba(29,146,194,0.3);
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
}
.mise1{
	width:85%;
 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-family: 'DIN';
	color: rgb(51,51,51);
	font-size: 18px;
}
.mise2{
	width: 8em;
	background: rgb(29,146,194);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
}
.mise2 span{
	margin-right: 6px;
	display: inline-block;
	width: 16px;
	height: 13px;
	background: url(../images/d1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.pareBox{
	margin-top: -15px;
}
.pareBox .swiper-slide{
	    display: flex;
	    margin-top: 10px;
	    box-shadow: 1px 1px 10px 1px rgb(220 220 220 / 90%);
	    margin-bottom: 10px;
}
.pareStep{
	position: relative;
	width: 50%;
	padding: 50px 40px 50px 70px;
	background: #fff;
}
.Step{
	margin-top: 30px;
	position: relative;
}
.Step>li{
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
	font-family: 'DIN';
}
.Step>li>p:nth-child(1){
	width: 6px;
	height: 6px;
	background: rgb(51,51,51);
	border-radius: 50%;
	margin-right: 10px;
}
.Step>li>p:nth-child(2){
	width: 95%;
	font-size: 16px;
	color: rgb(51,51,51);
	line-height: 28px;
	letter-spacing: 1px;
}
.pareImg{
	width: 50%;
	overflow: hidden;
}
.pareImg img{
	float: left;
	width: 100%;
}
.stepImg{
	position: absolute;
	right: 0;
	bottom: 0;
}

.Wis .gallery-thumbs .swiper-slide{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.Wis .gallery-thumbs{
	padding-top: 45px;
}
.Prepare{
	padding-bottom: 50px;
	background: rgb(245,245,245);
	position: relative;
}
.dash{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 98px;
}
.Wis .gallery-thumbs{
	position: relative;
	z-index: 9;
}
.Wis .gallery-thumbs .swiper-slide .cir2{
	font-size: 20px;
	font-weight: 600;
}
.Wis .gallery-thumbs .swiper-slide .cir1{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgb(164,164,164);
	margin-bottom: 20px;
	position: relative;
}
.Wis .gallery-thumbs .swiper-slide .cir1::before{
	position: absolute;
	content: '';
	left: -6px;
	right: -6px;
	top: -6px;
	bottom: -6px;
	background: rgba(164,164,164,0.4);
	border-radius: 50%;
}
.Wis .swiper-slide-thumb-active .cir1{
	background: rgb(29,145,194)!important;
}
.Wis .swiper-slide-thumb-active .cir1::before{
	background: rgba(29,145,194,0.4)!important;
}
.Wis .swiper-slide-thumb-active .cir2{
	color: rgb(29,145,194);
}

.pubw {
	font-size: 38px;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
	font-weight: 600;
}

.pubw span {
	position: relative;
	padding: 0 26px;
}

.pubw span::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: 0;
	background-image: url(../images/ic16.png);
}

.pubw span::after {
	content: '';
	right: 0;
	bottom: 0;
	background-image: url(../images/ic17.png);
	position: absolute;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
/* è£èª‰èµ„è´¨ */
.Hornor{
	background: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	position: relative;
}
.Hornor::after{
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 64px;
	height: 1px;
	width: 100%;
	background: #fff;
	opacity: 0.4;
}
.horBox .swiper-slide{
	margin-right: 4%;
	width: 22%!important;
}
.horBox{
	position: relative;
}
.horBox .swiper-button-prev:after,.horBox .swiper-button-next:after{
	content: '';
}
.horBox .swiper-button-prev,.horBox .swiper-button-next{
	top: 41%;
	transition: all 0.5s;
}
.horBox .swiper-button-prev:hover,.horBox .swiper-button-next:hover{
	background: rgb(29,145,194);
	border:2px solid rgb(29,145,194);
}
.horBox .swiper-button-prev{
	left: -80px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.horBox .swiper-button-next{
	right: -80px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
}
/* è£èª‰èµ„è´¨ */

.block-rzh{position:relative;overflow:hidden}



.rzh-sk{position:relative;z-index:2}

.rzh-sk .slide{display:inline-block;vertical-align:bottom;}

.rzh-sk .con{display:block;overflow:hidden}

.rzh-sk .pic{padding:19px 18px;margin:0 auto;width:286px;border-radius:10px;overflow:hidden;background-color:#fff}

.rzh-sk .pic img{display:block;width:100%}

.rzh-sk .line1{margin:0 auto 15px;width:22px;height:145px;background:url(../images/i32.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}

.rzh-sk .pic2{padding:12px;margin:0 auto;width:208px;height:279px;border-radius:10px;overflow:hidden;background-color:#fff}

.rzh-sk .pic2 img{display:block;width:100%;height:100%}

.rzh-sk .line2{margin:0 auto 15px;width:30px;height:89px;background:url(../images/i33.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}

.rzh-sk .inner{overflow:hidden}

.rzh-sk .inner .icon{margin:0 auto 13px;display:block;width:23px;height:23px;background:url(../images/i34.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}

.rzh-sk .inner h4{font-size:16px;color:#fff;text-align:center;font-weight:400;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transition:.5s;-o-transition:.5s;transition:.5s}

.rzh-sk .con:hover .icon,.rzh-sk .slick-current .icon{background-image:url(../images/i35.png)}

.rzh-sk .con:hover .inner h4,.rzh-sk .slick-current .inner h4{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}

.rzh-sk .slick-arrow{margin-top:-28px;position:absolute;top:41%;width:56px;height:56px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;background-color:transparent;outline:0;border:none;text-indent:-999px;overflow:hidden;cursor:pointer;z-index:2}

.rzh-sk .slick-prev{left:-102px;background-image:url(../images/icon-prev5.png)}

.rzh-sk .slick-next{right:-102px;background-image:url(../images/icon-next10.png)}
.tel{
	font-family: 'EIN';
}
.wp{
	margin: 0 auto;
	    width: 90%;
	    max-width: 1440px;
}

.readMore {
	width: 160px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
	font-family: 'DIN';
}

.readMore .w {
	background: rgb(29,145,194);
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 40px;
}

.readMore .f {
	background: rgb(29,145,194);
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 40px;
}

.readMore .t {
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	background-color: rgb(29,145,194));
	border: 1px solid rgb(29,145,194);
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	color: rgb(29,145,194);
	top: -48px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 40px;
}

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

.readMore span {
	margin-left: 10px;
}

.readMore .f span {
	display: inline-block;
	width: 11px;
	height: 13px;
	background-image: url(../images/tri.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2px;
}

.readMore .t span {
	margin-top: 2px;
	display: inline-block;
	width: 11px;
	height: 13px;
	background-image: url(../images/tri1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.year{font-size:151px;color:#fff;font-family:Arial;position:relative;line-height:.9;font-weight:700;-webkit-text-stroke:1px #cf0f1f;text-stroke:1px #cf0f1f}

.year span{position:absolute;left:12px;top:-7px;font-size:151px;color:#d00f1f}
