* {
	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:14px/1.6 "PingFang SC Regular","Microsoft Yahei","微软雅黑","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}
span:focus{
	border: none;
	outline: none;
}
div:focus{
	border: none;
	outline: none;
}
ol,
ul,
li {
	list-style: none outside none;
}

a {
	color: #333;
	text-decoration: none
}

a img {
	border: 0 none;
}



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;
}
.hide,.former_hide{display:none;}
@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 {
	padding-left: 180px;
	padding-right: 180px;
}

img {
	max-width: 100%;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.scoll-top {
	background-color: rgba(0, 0, 0, 0.4);
}

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



/* 变色 */


header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 99px;
	z-index: 9;
	color: #fff;
	box-shadow: 0 2px 10px -1px rgb(220, 220, 220);
}

.top {
	position: fixed;
	right: 0;
	top: 0;
	height: 99px;
}

header .m1440 {
	display: flex;
	align-items: center;
	height: 100%;
}

header .img-w {
	display: none;
}

header a {
	color: #fff;
}

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



/*header*/
.index-header {

	padding: 0 15px;

	height: 83px;

	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: 100%;
	margin-top: 15px;
}

.index-logo .img3 {
	display: none;
}

.index-nav-right {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	width: 9%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-nav-con {
	width: 75%;
	display: flex;
	justify-content: flex-end;
}

.telCall {
	display: flex;
	align-items: center;
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 30px;
}

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

.telCall span {
	color: #fff;
	font-family: 'DIN';
	font-size: 20px;
}

.index-nav {
	width: 95%;
}

.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;
}
.indexNav .on a{
	color: #fff!important;
}.indexNav li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background:#fff!important;
    top: 62%;
    right: 50%;
    transition: all 1s;
    z-index: -1;
}
.indexNav .on a::after {
    width: 100%!important;
    right: 0!important;
}
.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: 2px;
	    position: absolute;
	    background: rgb(255,103,30);
	    top: 62%;
	    right: 50%;
	    transition: all 1s;
	    z-index: -1;
}

.scoll-top .index-nav li a:hover{
	color: rgb(255,103,30);
}.indexNav li a:hover{
	color:#fff!important;
}
.sideNav .index-nav li a:hover{
	color: rgb(255,103,30);
}
.index-nav li a:hover:after {
	width: 100%;
	right: 0;

}

.index-nav li a:hover {
	color:  rgb(255,103,30);
}
.on a{
	color:  rgb(255,103,30)!important;
}
.on a::after{
	width: 100%!important;
	right: 0!important;
}
.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}



.erweima-pic {
	position: absolute;
	top: 38px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}


.la-close {
	font-family: sans-serif;
	font-size: 35px;
}

.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.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: 15px;
	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: 83px;
}

.index-nav li a {
	font-size: 18px;
}

.index-nav li .show {
	position: absolute;
	display: none;
	top: 95px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.6);

}

.index-nav li:hover .show {
	display: block;

}

.index-nav li .show p {
	line-height: 36px;
}

.index-nav li .show a {
	line-height: 36px;
	position: relative;
	font-size: 14px;
	color: #000;
	transition: all 1s;
}

.index-nav li .show a:hover {
	font-weight: 600;
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}

@-webkit-keyframes fadedown {

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

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

}

@keyframes fadedown {

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

	to {
		transform: translateY(0);
		opacity: 1;
	}

}

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}

.scoll-top .logo .img3 {
	display: none;
}

.scoll-top.top a:link,
.scoll-top.top a:visited {
	color: #fff;
}


.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color: rgb(8, 65, 57);
}

.scoll-top .nav>li>a:before {
	border-top: 5px solid rgb(8, 65, 57);
}


.scoll-top .erweima-pic {
	position: absolute;
	top: 40px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.scoll-top .erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}



.top a:active,
.top a:hover {
	color: #fff;
}

.top {
	z-index: 99999 !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

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

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0;
	width: 28px;
	height: 3px;
	background-color: rgb(255, 103, 30);
	-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(255, 103, 30);
	-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)
}


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

}



.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.search-btn {
	background: url(../images/search.png) no-repeat center;
	height: 40px;
	width: 40px;
}

.scoll-top .search-btn {
	background: url(../images/search.png) center no-repeat;
}

.scoll-top .telCall>span:nth-child(1) {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/tel.png);
}

.scoll-top .telCall>span:nth-child(2) {
	color: #fff;
}

.scoll-top .telCall {
	border: 1px solid #fff;
}

/* banner样式 */
/* banner轮播 */
.banner .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid rgba(255, 103, 30, 0.9);
	border-radius: 50%;
	background: none;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	position: relative;
	margin-right: 0px;
	background: rgba(255, 103, 30, 0.9);
	opacity: 1;
	margin-right: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
	position: absolute;
	content: '';
	left: -16px;
	right: -16px;
	top: -16px;
	bottom: -16px;
	border: 1px solid rgba(255, 103, 30, 0.9);
	border-radius: 50%;

}


.banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	top: 90%;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	left: 35px;
}

.banner .swiper-pagination span:nth-child(2) {
	position: relative;
	left: 40px;
}

.banner .swiper-pagination span:nth-child(3) {
	position: relative;
	left: 80px;
}

.banner .swiper-pagination span:nth-child(4) {
	position: relative;
	left: 120px;
}

.banner .swiper-pagination span:nth-child(5) {
	position: relative;
	left: 160px;
}

.banner {
	position: relative;
}

.banner .swiper-pagination {
	position: absolute !important;
	bottom: 21%;
	margin-left: 8px;
}

.b1 {
	font-size: 20px;
	font-family: 'DIN';
	color: rgb(255, 103, 30);
	letter-spacing: 1px;
	margin-bottom: 2vw;
}

.b2 {
	font-size: 2.3vw;
	color: rgb(86,86,86);
	letter-spacing: 1px;
	margin-bottom: 2.6vw;
	font-weight: 600;
}

.b3 {
	font-size: 30px;
	letter-spacing: 1px;
	color: rgb(255, 103, 30);
	margin-bottom: 1.8vw;
}

.b4 {
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(255, 103, 30);
	margin-bottom: 5vw;
	font-family: 'DIN';
}

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

.Reply a {
	display: inline-block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 5px;
	margin-right: 25px;
}

.reMore {
	background: rgb(255, 103, 30);
}

.reToge {
	background: rgb(255, 177, 69);
}

.bannerWord {
	position: absolute;
	top: 20%;
}

.switchTab {
	position: absolute;
}

/* footer */
footer {
	background: url(../images/foot.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footLink {
	width: 60%;
	display: flex;
}

.footLink li {
	width: calc(100% / 6);
	transition: all 0.6s;
}

.footLink li a {
	font-size: 18px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
}

.footLink li:hover {
	transform: translateY(7px);
}

.footWx {
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	width: 124px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
}

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

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

.footRess {
	margin-right: 5%;
}

.ress1 {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 25px;
}

.ress1 span {
	font-family: 'DIN';
	color: #fff;
	margin-left: 5px;
	font-size: 40px;
	font-weight: 600;
}

.ress2 {
	margin-bottom: 25px;
}

.ress2 a {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 17px;
	border-right: 1px solid rgba(255, 255, 255, 0.9);
	padding: 0 28px;
	transition: all 0.6s;
}

.ress2 a:hover {
	transform: translateY(7px);
}

.ress2 a:first-child {
	padding-left: 0;
}

.ress2 a:last-child {
	padding-right: 0;
	border-right: none;
}

.ress3 {
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	font-size: 17px;
	font-family: 'DIN';
}

.ress4 {
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	font-size: 17px;
}

/* 服务范围 */
.publicTitle {
	padding-bottom: 40px;
}

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

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

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

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

.serSame {
	display: flex;
	justify-content: space-between;
	width: 30.6%;
	margin-right: 4%;
	border-radius: 20px;
	box-shadow: 1px 1px 10px 1px rgba(255, 103, 30, 0.2);
	background: #fff;
	position: relative;
	padding:0 20px 0 25px;
	margin-bottom: 4%;
	transition: all 0.8s;
	position: relative;
}

.serSame::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg.png);
	transform: scale(0, 1);
	transition: all 0.6s;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.serSame:hover::after {
	transform: scale(1, 1);
}

.serSame:hover .serNum {
	background-image: url(../images/xu1.png);
}

.serSame:hover .serWord {
	color: #fff;
}

.serSame:hover .serDesc {
	color: #fff;
}

.serNum {
	background-image: url(../images/xu.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 56px;
	height: 64px;
	display: flex;
	line-height: 53px;
	justify-content: center;
	font-size: 28px;
	letter-spacing: 2px;
	color: #fff;
	font-family: 'DIN';
	transition: all 0.6s;
	z-index: 99;
	position: relative;
	margin-bottom: 1.5vw;
}

.serWord {
	font-size: 24px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	font-family: 'DIN';
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.6s;
	position: relative;
	z-index: 9;
}

.serDesc {
	padding-left: 15px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	text-align: right;
	line-height: 23px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.6s;
	position: relative;
	z-index: 9;
	display: none;
}

.serRight {
	padding: 25px 0 25px 0;
	width: 80%;
}

.serSame .serIcon {
	position: relative;
	z-index: 999;
	transition: all 1s;
}

.serLeft {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 15px;
	width: 20%;
}

.icon1 .serIcon {
	background: url(../images/ic1.png) no-repeat;
	width: 80px;
	height: 77px;
	background-size: 60px;
}

.icon2 .serIcon {
	background: url(../images/ic2.png) no-repeat;
	width: 75px;
	height: 75px;
	background-size: 60px;
}

.icon3 .serIcon {
	background: url(../images/ic3.png) no-repeat;
	width: 74px;
	height: 74px;
	background-size: 60px;
}

.icon4 .serIcon {
	background: url(../images/ic5.png) no-repeat;
	width: 70px;
	height: 77px;
	background-size: 60px;
}

.icon5 .serIcon {
	background: url(../images/ic4.png) no-repeat;
	width: 80px;
	height: 72px;
	background-size: 60px;
}

.icon6 .serIcon {
	background: url(../images/ic6.png) no-repeat;
	width: 68px;
	height: 77px;
	background-size: 60px;
}

.icon7 .serIcon {
	background: url(../images/ic7.png) no-repeat;
	width: 68px;
	height: 76px;
	background-size: 56px;
}

.icon8 .serIcon {
	background: url(../images/ic8.png) no-repeat;
	width: 58px;
	height: 78px;
	background-size: 56px;
}

.icon9 .serIcon {
	background: url(../images/ic9.png) no-repeat;
	width: 74px;
	height: 73px;
	background-size: 60px;
}

.Beauty {
	background: url(../images/or.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 11vw;
	padding-bottom: 13vw;
}

.icon1:hover .serIcon {
	background: url(../images/ic11.png) no-repeat;
	background-size: 60px;
}

.icon2:hover .serIcon {
	background: url(../images/ic22.png) no-repeat;
	background-size: 60px;
}

.icon3:hover .serIcon {
	background: url(../images/ic33.png) no-repeat;
	background-size: 60px;
}

.icon4:hover .serIcon {
	background: url(../images/ic55.png) no-repeat;
	background-size: 60px;
}

.icon5:hover .serIcon {
	background: url(../images/ic44.png) no-repeat;
	background-size: 60px;
}

.icon6:hover .serIcon {
	background: url(../images/ic66.png) no-repeat;
	background-size: 60px;
}

.icon7:hover .serIcon {
	background: url(../images/ic77.png) no-repeat;
	background-size: 56px;
}

.icon8:hover .serIcon {
	background: url(../images/ic88.png) no-repeat;
	background-size: 56px;
}

.icon9:hover .serIcon {
	background: url(../images/ic99.png) no-repeat;
	background-size: 60px;
}

/* 新闻中心 */
.News {
	display: flex;
	margin-bottom: 70px;
	flex-wrap: wrap;
}

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

.newsCommon {
	width: 31.3%;
	display: inline-block;
	margin-right: 3%;
	box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);
	transition: all 0.8s;
}

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

.newsCommon:hover img {
	transform: scale(1.2);
}

.newsCommon:hover .nParh1 {
	color: rgb(255, 103, 30);
}

.newsPic {
	overflow: hidden;
}

.newsPic img {
	float: left;
	width: 100%;
	transition: all 1.8s;
}

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

.nParh1 {
	font-size: 20px;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.nParh2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 26px;
	margin-bottom: 30px;
}

.newsMore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background: rgba(255, 103, 30, 0.1);
}

.nDate {
	font-size: 14px;
	color: rgb(102, 102, 102);
	font-family: 'DIN';
}

.nDate img {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.nLink {
	font-size: 14px;
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
}

/* 关于我们 */
.Give {
	background: url(../images/hand.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.give1 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.give2 {
	width: 90%;
	margin: auto;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom: 70px;
	text-align: center;
}

.lookMore {
	width: 250px;
	background: #fff;
	margin: auto;
	display: flex;
	align-items: center;
	height: 70px;
	border-radius: 50px;
	transition: all 0.8s;
	position: relative;
	overflow: hidden;
}
.lookMore::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: rgb(255,103,30);
	transition: all 0.8s;
	border-radius: 50px;
}
.lookMore:hover::before{
	width: 100%;
}
.look {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 50px;
	align-items: center;
	cursor: pointer;
}
.lookMore{
	cursor: pointer;
}
.lookMore:hover .im1{
	color: #fff;
}
.lookMore:hover .im2{
	background: url(../images/arr1.png);
}
.im1 {
	font-size: 20px;
	color: rgb(51, 51, 51);
	letter-spacing: 2px;
	position: relative;
	z-index: 99;
	transition: all 0.8s;
}

.im2 {
	width: 22px;
	height: 15px;
	background: url(../images/arr.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	position: relative;
	transition: all 1.5s;
	z-index: 99;
}
.Light .swiper-slide{
  width: 23.5%!important;
  margin-right: 2%;
}
.Light .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: all 0.8s;
	border-radius: 10px;
}

.Recommand::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 103, 30, 0.5);
	opacity: 0;
	transition: all 0.5s;
}

.recoPic {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.recoPic img {
	transition: all 0.8s;
	float: left;
	width: 100%;
}

.Recommand {
	position: relative;
}

.line {
	position: absolute;
	z-index: 990;
	background: #FFF;
	opacity: 0.9;
	transition: all 300ms;
}

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

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

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

.line4 {
	right: 30px;
	bottom: 30px;
	width: 0;
	height: 1px;
}

.Light .swiper-slide:hover .Recommand::after {
	opacity: 1;
}

.Light .swiper-slide:hover .recoHide {
	opacity: 1;
}

.Light .swiper-slide:hover .recoPic img {
	transform: scale(1.1);
}

.Light .swiper-slide:hover .line1 {
	height: calc(100% - 60px);
}

.Light .swiper-slide:hover .line2 {
	width: calc(100% - 60px);
}

.Light .swiper-slide:hover .line3 {
	height: calc(100% - 60px);
}

.Light .swiper-slide:hover .line4 {
	width: calc(100% - 60px);
}

.recoHide {
	position: absolute;
	top: 0;
	left:40px;
	right:40px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	z-index: 999;
	opacity: 0;
	transition: all 0.5s;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.recoParh {
	padding: 25px 15px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
	border-radius: 0 0 10px 10px;
}

.Light {
	position: relative;
}

.Light .swiper-button-next::after,
.Light .swiper-button-prev::after {
	content: '';
}

.Light .swiper-button-next span {
	background-image: url(../images/r2.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 10px;
	transition: all 0.8s;
}

.Light .swiper-button-prev span {
	background-image: url(../images/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 10px;
	transition: all 0.8s;
}

.Light .swiper-button-next,
.Light .swiper-button-prev {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	transition: all 0.8s;
	cursor: pointer;
	border: 1px solid rgba(255, 103, 30, 0.5);
}

.Light .swiper-button-next {
	right: -75px;
}

.Light .swiper-button-prev {
	left: -75px;
}

.Light .swiper-button-next:hover,
.Light .swiper-button-prev:hover {
	background: rgb(255, 103, 30);
}

.Light .swiper-button-next:hover span {
	background-image: url(../images/r22.png);
}

.Light .swiper-button-prev:hover span {
	background-image: url(../images/r11.png);
}

.sideBanner {
	padding-top: 83px;
}

.sideNav .index-nav li a {
	color: #000;
}

.sideWord {
	position: absolute;
	top: 24%;
	text-align: center;
	width: 100%;
}

.sideWord>p:nth-child(1) {
	text-align: center;
	font-size: 3vw;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1vw;
}

.sideWord>p:nth-child(2) {
	text-align: center;
	font-size: 2vw;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
}

/* 关于我们 */
.About {
	display: flex;
	margin-top: 60px;
	margin-bottom: 60px;
}

.aboutLeft {
	width: 60%;
	margin-right: 3%;
}

.aboutRight {
	width: 37%;
	overflow: hidden;
}.aboutRight img{
	max-width: inherit!important;
}

.a1 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 30px;
}

.a2 {
	width: 35px;
	height: 3px;
	border-radius: 2px;
	background: rgb(255, 103, 30);
	margin-bottom: 30px;
}

.a3 {
	font-size: 15px;
	color: rgb(85, 85, 85);
	line-height: 40px;
}

/* 企业使命 */
.Hope {
	display: flex;
	margin-bottom: 60px;
}
.hopeSame{
	transition: all 0.8s;
	cursor: pointer;
}
.hopeSame:hover{
	transform: translateY(12px);
	border-radius:3pc 0 3pc 0 ;
}
.hopeSame:hover img{
	animation: jello 1.4s;
}
.hope1 {
	background: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	width: 48.5%;
	margin-right: 3%;
	height: 140px;
	padding: 0 50px;
	
}

.hope2 {
	background: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	width: 48.5%;
	height: 140px;
	padding: 0 50px;
}

.hopeWord>p:nth-child(2) {
    font-size: 27px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}

.hopeWord>p:nth-child(1) {
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
}

.hopePic {
	margin-right: 30px;
}

/* 联系我们 */
.Contact {
	width: 660px;
	    padding: 40px 60px 40px;
	    background: #fff;
	    margin-top: -600px;
	    position: relative;
	    z-index: 9;
	    top: -90px;
}

.Contact>p:nth-child(1) {
	font-size: 40px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.conRess {
	margin-top: 35px;
	transition: all 0.8s;
	cursor: pointer;
}
.conRess:hover {
	transform: translateX(15px);
}
.conRess:hover img{
	animation: jello 1.4s;
}

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

.conRess>li:nth-child(1) {
	margin-right: 20px;
}

.conRess>li:nth-child(2) {
	width: 80%;
}

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

.conRess>li:nth-child(2) p:first-child {
	margin-bottom: 10px;
}

.localAt {
	display: flex;
	box-shadow: 0 3px 5px rgb(240, 240, 240);
}

.localAt a {
	display: inline-block;
	width: 50%;
	position: relative;
	text-align: center;
	transition: all 0.8s;
}

.localAt a:first-child::after {
	content: '';
	position: absolute;
	top: 35%;
	right: 0;
	bottom: 35%;
	height: 30%;
	width: 2px;
	background: rgb(170, 170, 170);
}

.localAt a span {
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	font-size: 20px;
	padding: 25px 0;
	display: inline-block;
	border-bottom: 3px solid transparent;
	transition: all 0.6s;
}

.aton span {
	border-bottom: 3px solid rgb(255, 103, 30) !important;
	color: rgb(255, 103, 30) !important;
}

.localAt a:hover span {
	border-bottom: 3px solid rgb(255, 103, 30);
	color: rgb(255, 103, 30);
}

/* 景点案例 */
.Case {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

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

.caseSame {
	display: inline-block;
	width: 31.6%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.8s;
}
.caseSame:hover{
	box-shadow: 1px 1px 10px 1px rgb(200,200,200);
}
.caseSame {
	position: relative;
	transition: all 0.8s;
	box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);
}

.caseSame:hover .Recommand::after {
	opacity: 1;
}

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

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

.caseSame:hover .line1 {
	height: calc(100% - 60px);
}

.caseSame:hover .line2 {
	width: calc(100% - 60px);
}

.caseSame:hover .line3 {
	height: calc(100% - 60px);
}

.caseSame:hover .line4 {
	width: calc(100% - 60px);
}

.Case {
	margin-top: 45px;
}

.Case .recoParh {
	padding: 30px 15px;
}

/* 翻页 */
.changeCon {}

.changePage {
	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,.changePage span {
	padding: 10px 14px;
	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,.changePage .page_nowindex {
	background: rgb(255, 103, 30);
	color: #fff;
}

.pl25 {
	margin-left: 10px;
}

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

.Art {
	margin-top: 45px;
}

.Art .newsCommon {
	margin-bottom: 3%;
}

.artBox .News {
	margin-bottom: 30px;
}

/* 新闻详情 */
.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-family: 'DIN';
	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;
}
.detailBox p.pic_center{text-align:center}

.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(255, 103, 30);
	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;
}

.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: 20px;
	display: inline-block;
	transition: all 0.8s;
}

.newsLink a:hover {
	color: rgb(255, 103, 30);
}

.newsLink a:nth-child(2) {
	margin-bottom: 0;
}

.backTo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	border-radius: 40px;
	background: rgb(245, 245, 249);
	padding: 0 20px;
	transition: all 0.8s;
}

.backTo:hover {
	background: rgb(255, 103, 30);
	color: #fff;
}

.backImg {
	background: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	transition: all 0.8s;
}

.backTo:hover span {
	background: url(../images/back1.png);
}

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

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

.sizeOn {
	color: rgb(255, 103, 30) !important;
	font-size: 15px !important;
	font-weight: 600;
}

.deSize a {
	cursor: pointer;
}

.detailBox p {
	transition: all 0.5s;
}

/* 新闻详情 */
.Center {
	display: flex;
	margin-top: 45px;
	margin-bottom: 50px;
}

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

.Brand {
	width: 25%;
	display: none;
}

.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(255, 103, 30);
}

.wy {
	letter-spacing: 1px;
	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;
}

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

/* 视频 */
.video-box {
	position: relative;
}

.item-video .tu {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img{
	overflow: hidden;
}
.img img {
	width: 100%;
	transition: all 1s;
}

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


.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.3);
	z-index: 9999993;
}

.popclose {
	cursor: pointer;
	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: 55px;
	z-index: 33333;
}

.vSame {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 20px;
	border: 1px solid rgb(240,240,240);
}
.vSame:hover{
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
}
.vSame:hover .img img{
	transform: scale(1.2);
}
.vSame:hover .item-video a::before {
	opacity: 0.6;
	transform: scale(1);
	top: -15px;
	right: -15px;
	left: -15px;
	bottom: -15px;
}

.vSame>.img {
	width: 100%;
	margin: auto;
}

.item-video a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	margin-top: -34px;
}

.videoBox {
	display: flex;
	margin-top: 45px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.vSame {
	width: 31.3%;
	display: inline-block;
	margin-right: 3%;
	transition: all 0.8s;
}

.vParh {
	padding: 25px 10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	text-align: center;
}

.videoBox>div:nth-child(3n+3) {
	margin-right: 0;
}
/* 侧边悬浮框 */
.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: 2px;width: 80px;height: 80px;
    background-color: rgba(255,103,30,.8);float: right;border-radius: 5px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar li .ico{display: block;height: 80px;
    background-position: center;background-repeat: no-repeat;
    cursor: pointer;
}
.float-bar .tel{position: relative;}
.float-bar .tel-con{position: absolute;right: 110px;top: 0;width: 0px;
    height: 80px;text-align: center;line-height:80px;
    background: rgba(255,103,30,.8);overflow: hidden;opacity: 0;
}
.float-bar .tel-con p{font-size: 18px;color: #fff;opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar li h4{color: #fff;font-weight: normal;text-align: center;
    font-size: 14px;opacity: 0;position: relative;top: -10px;
    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(255,103,30,0.8);}
.float-bar .tel:hover,.float-bar .shang:hover,.float-bar .weix:hover{width: 100px;height: 100px;}
.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: 110px;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(../img/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;}
}

/* 费用报价 */
.Pay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.4);
	display: none;
}
.closx{
	cursor: pointer;
}
.payBox{
	width: 900px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
}
.patTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	background: rgb(255,103,30);
}
.patTop p{
	color: #FFF;
	letter-spacing: 1px;
	font-size: 24px;
}
.payCent{
	padding: 35px;
	background: #fff;
	display: flex;
	align-items: center;
}
.payTable{
	width: 55%;
	border: 1px solid rgb(229,229,229);
}
.payTable p{
	display: inline;
}
.payTable p:nth-child(1){
	margin-right: 5px;
}
.payTable td{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: rgb(51,51,51);
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
}
.priceAsk{
	width: 40%;
	margin-left: 5%;
}
.priceAsk .input-group-addon{display:none;}
.priceAsk p{
	font-size: 24px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.priceAsk input{
	width: 100%;
	height: 58px;
	line-height: 58px;
	padding: 0 20px;
	font-size: 16px;
	color: rgb(85,85,85);
	letter-spacing: 1px;
	background: rgb(245,247,249);
	margin-bottom: 20px;
	border-radius: 5px;
}
.priceAsk button{
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color:#fff;
	letter-spacing: 1px;
	background: rgb(255,103,30);
	border-radius: 5px;
	text-align: center;
}
.wapPrice{
	display: none;
	position: fixed;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 1px 1px 10px 1px rgb(255,103,30);
	background: #fff;
	letter-spacing: 1px;
	z-index: 999;
}