.loading-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #FFFFFF;
}

.loading-box .top {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #241714;
}

.loading-box .loading-sw {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	font-size: 10px;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #959595;
	border-left: 2px solid #959595;
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
	z-index: 1000000000;
	zoom: 1
}

@keyframes spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.inde-chanye1 {
	height: 100% !important;
	width: 100% !important;
}

.inde-chanye1 .section {
	position: relative;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
}

.inde-chanye .com-sec.active .swiper-container .swiper-slide .dn-img {
	opacity: 0.6;
	transition: all .8s ease;
}

.inde-chanye .com-sec .swiper-container .swiper-slide .dn-img-xiao {
	display: none;
}

.inde-chanye .com-sec.active .swiper-container .swiper-slide-active .dn-img {
	opacity: 1;
	animation: scale11 7s infinite;
	transform: scale(1);
}

@keyframes scale11 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.08);
	}
}

.inde-chanye .com-sec .swiper-num {
	position: absolute;
	bottom: 12px;
	left: 3%;
	z-index: 20;
	opacity: 0;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
}

.inde-chanye .com-sec.active .swiper-num {
	opacity: 1;
	transition: all 1s .5s;
}

.inde-chanye .com-sec .pagination {
	width: 92%;
	position: absolute;
	bottom: 20px;
	left: 5%;
	z-index: 20;
	font-size: 0;
	opacity: 0;
}

.inde-chanye .com-sec.active .pagination {
	opacity: 1;
	transition: all 1s .5s;
}

.inde-chanye .com-sec .pagination span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #EAEBF1;
	position: relative;
	margin: 0 20px 0 0;
}

.inde-chanye .com-sec .pagination span:before {
	content: '';
	width: 0;
	height: 100%;
	background: #000000;
	top: 0;
	left: 0;
	position: absolute;
}

.inde-chanye .com-sec.active .pagination span.swiper-active-switch:before {
	width: 100%;
	transition: all 6s linear;
}

.inde-chanye .com-sec .conta {
	position: absolute;
	left: 3%;
	bottom: 13px;
	z-index: 8;
	height: auto;
	color: #fff;
}

.inde-chanye .com-sec.active .swiper-container .swiper-slide-active .conta {
	animation: fadeInUp 1s ease 0s;
}

.inde-chanye .com-sec .conta .dn1 {
	font-size: 50px;
	line-height: 60px;
	font-family: 'gothb';
}

.inde-chanye .com-sec .conta .dn2 {
	font-size: 24px;
	margin: 15px 0 30px;
}

.inde-chanye .com-sec .conta .com-more {
	display: block;
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	transition: all .4s ease;
	color: #000000;
	font-size: 12px;
	font-family: 'gothb';
	margin: 0 0 35px;
	position: relative;
}

.inde-chanye .com-sec .conta .com-more:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: #241714;
	top: 0;
	left: 0;
	transition: all .2s ease;
}

.inde-chanye .com-sec .conta .com-more:hover:before {
	width: 100%;
}

.inde-chanye .com-sec .conta .com-more a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	transition: all .4s ease;
}

.inde-chanye .com-sec .conta .com-more:hover a {
	color: #FFFFFF;
	transform: translate(-5px, 0);
}

.inde-chanye .section4 .dfl {
	width: 334px;
	height: 100%;
	position: relative;
}

.inde-chanye .section4 .dfl .dn-sear .inp1 {
	display: block;
	width: 100%;
	height: 52px;
	background: #FBFBFB url('../images/fdj.png') no-repeat 20px center;
	outline: none;
	padding: 0 0 0 42px;
	border: 1px solid #eee;
}

.inde-chanye .section4 .dfl .btn {
	width: 18px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	z-index: 6;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -9px;
}

.inde-chanye .section4 .dfl .btn i {
	vertical-align: middle;
	display: inline-block;
	color: #bbb;
	font-size: 18px;
}

.inde-chanye .section4 .dfl .btnleft {
	top: 51px;
}

.inde-chanye .section4 .dfl .btnright {
	bottom: 8px;
}

.inde-chanye .section4 .dfl .sw4 {
	border-left: 1px solid #E5E5E5;
}

.inde-chanye .section4 .dfl .sw4 .pagination {
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	right: 0;
	z-index: 20;
}

.inde-chanye .section4 .dfl .sw4 .pagination span {
	height: 20%;
	width: 100%;
	display: block;
	background: red;
}

.inde-chanye .section4 .dfl .sw4 .pagination span.swiper-active-switch {
	background: #97C9C9;
}

.swiper-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
	height: 100%;
	width: 6px;
	z-index: 20;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #666;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide {
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #444;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-bg {
	display: none;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-zhe {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	transition: all .4s ease;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-zhe,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-zhe {
	background: #fff;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .im1 {
	position: absolute;
	bottom: 10px;
	left: -18px;
	max-width: 54px;
	max-height: 45px;
	opacity: 0;
	transition: all .4s ease;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-wen .im1,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-wen .im1 {
	opacity: 1;
	left: 18px;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .dn3 {
	position: absolute;
	bottom: 18px;
	right: -18px;
	width: 100%;
	text-align: right;
	opacity: 0;
	color: #000000;
	font-size: 12px;
	transition: all .4s ease;
	font-family: 'gothb';
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .dn3 b {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 1px;
	background: #000000;
	margin: 0 5px 0 0;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-wen .dn3,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-wen .dn3 {
	opacity: 1;
	right: 18px;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .dn-wenzini {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	transition: all .4s ease;
	margin: -27px 0 0;
	padding: 0 18px;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-wen .dn-wenzini,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-wen .dn-wenzini {
	text-align: left;
	top: 22px;
	margin: 0;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .dn1 {
	font-size: 20px;
	text-transform: capitalize;
	transition: all .4s ease;
	font-family: 'gothb';
	opacity: .5;
	margin: 0 0 9px;
	max-width: 100%;
	word-wrap: break-word;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-wen .dn1,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-wen .dn1 {
	color: #000000;
	font-size: 24px;
	opacity: 1;
	margin: 0 0 4px;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide .dn-wen .dn2 {
	transition: all .4s ease;
	opacity: .5;
}

.inde-chanye .section4 .dfl .sw4 .swiper-slide:hover .dn-wen .dn2,
.inde-chanye .section4 .dfl .sw4 .swiper-slide.ac .dn-wen .dn2 {
	color: #888;
	font-weight: bold;
	opacity: 1;
}

.inde-chanye .section4 .dfr {
	height: 100%;
	overflow: hidden;
}

.inde-chanye .section4 .dfr .blo-box {
	width: 50%;
	height: 50%;
	position: relative;
	overflow: hidden;
}

.inde-chanye .section4 .dfr .blo-box:hover .dn-img {
	transform: scale(1.05);
}

.inde-chanye .section4 .dfr .blo-box .dn-neiwen {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .65);
	color: #FFFFFF;
	font-family: 'goth';
	opacity: 0;
	transition: all .4s ease;
	width: 100%;
	height: 100%;
}

.inde-chanye .section4 .dfr .blo-box:hover .dn-neiwen {
	opacity: 1;
}

.inde-chanye .section4 .dfr .blo-box .dn-nei {
	position: absolute;
	bottom: 38px;
	left: 40px;
}

.inde-chanye .section4 .dfr .blo-box .dn-nei .dnp1 {
	font-size: 24px;
	font-family: 'gothb';
	margin: 0 0 10px;
	text-transform: capitalize;
}

.inde-chanye .section4 .dfr .blo-box .dn-nei .dnp2 {
	font-size: 16px;
}

.inde-chanye .section4 .dfr .blo-box:hover .dn-nei {
	animation: fadeInUp .5s ease;
}

.inde-chanye .section5 .conta {
	padding: 3% 5%;
}

.inde-chanye .section5 .dfl {
	width: 580px;
	padding: 30px 36px 30px;
	height: 100%;
	position: relative;
	font-family: 'goth';
}

.inde-chanye .section5 .dfl .dn1 {
	color: #333333;
	margin: 0 0 2%;
}

.inde-chanye .section5 .dfl .dn1 b {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 1px;
	background: #666666;
	margin: 0 5px;
}

.inde-chanye .section5 .dfl .dn2 {
	color: #000000;
	font-size: 40px;
	font-family: 'gothb';
	line-height: 44px;
}

.inde-chanye .section5 .dfl .dn3 {
	color: #000000;
	font-size: 22px;
	font-family: 'gothb';
	margin: 2% 0 2%;
	text-transform: capitalize;
}

.inde-chanye .section5 .dfl .dn4 {
	color: #000000;
	font-size: 24px;
}

.inde-chanye .section5 .dfl .xian {
	width: 80%;
	height: 1px;
	background: #B5B6B6;
	margin: 3% 0 3%;
}

.inde-chanye .section5 .dfl .dn-wen {
	color: #888;
	line-height: 26px;
}

.inde-chanye .section5 .dfl .dn5 {
	position: absolute;
	color: #000000;
	bottom: 30px;
	right: 36px;
}

.inde-chanye .section5 .dfl .dn5 b {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 1px;
	background: #666666;
	margin: 0 10px 0 0;
}

.inde-chanye .section5 .dfr {
	font-family: 'goth';
	color: #53545c;
	font-size: 16px;
	position: relative;
	height: 100%;
	width: 350px;
	display: none !important;
}

.inde-chanye .section5 .dfr .dfr-box {
	position: absolute;
	bottom: 0;
	right: 0;
}

.inde-chanye .section5 .dfr .dn1 {
	font-size: 32px;
	font-family: 'gothb';
	margin: 0 0 10px;
}

.inde-chanye .section5 .dfr .dn2 b {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 1px;
	background: #666666;
	margin: 0 10px 0 0;
}

.inde-chanye .section6 .conta {
	background: url("../images/bigbg_03.jpg") no-repeat center/cover;
}

.inde-chanye .section6 .dfl {
	width: 34%;
	padding: 10% 0 0 5%;
	height: 100%;
}

.inde-chanye .section6 .dfl .dn1 {
	color: #000000;
	font-size: 48px;
	font-family: 'gothb';
	text-transform: capitalize;
}

.inde-chanye .section6 .dfl .dn2 {
	color: #000000;
	font-size: 30px;
}

.inde-chanye .section6 .dfl .dn-wen {
	color: #888;
	margin: 20px 0 40px;
	line-height: 28px;
}

.inde-chanye .section6 .dfl .com-more {
	display: block;
	width: 136px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: 'goth';
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
	position: relative;
}

.inde-chanye .section6 .dfl .com-more:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: #939291;
	top: 0;
	left: 0;
	transition: all .2s ease;
}

.inde-chanye .section6 .dfl .com-more:hover:before {
	width: 100%;
}

.inde-chanye .section6 .dfl .com-more a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	transition: all .4s ease;
	color: #FFFFFF;
}

.inde-chanye .section6 .dfl .com-more:hover a {
	transform: translate(-5px, 0);
}

.inde-chanye .section6 .dfr {
	width: 60%;
	height: 100%;
}

.inde-chanye .section6 .dfr .sw-jia .swiper-slide {
	width: 33.333%;
}

.inde-chanye .section6 .dfr .sw-jia .pagination {
	position: absolute;
	bottom: 3%;
	right: 7%;
	z-index: 2;
	opacity: 0;
	font-size: 0;
}

.inde-chanye .section6 .dfr .sw-jia .pagination span {
	margin: 0 0 0 10px;
	color: #666;
	width: 30px;
	height: 2px;
	display: inline-block;
	background: #EAEBF1;
}

.inde-chanye .section6 .dfr .sw-jia .pagination span.swiper-active-switch {
	background: #000000;
}

.inde-chanye .section6 .dfr .blo-box {
	height: 100%;
	width: 100%;
	padding: 0 12px;
	font-family: 'goth';
	border-left: 1px solid #E1E1E1;
	position: relative;
}

.inde-chanye .section6 .dfr .dn1 {
	color: #CDCDCD;
	font-size: 72px;
	font-family: 'gothb';
	margin: 10% 0 30%;
	position: relative;
	z-index: 3;
}

.inde-chanye .section6 .dfr .dn2 {
	color: #000000;
	font-family: 'gothb';
	position: relative;
	z-index: 3;
}

.inde-chanye .section6 .dfr .dn-t1 {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 5% 0 4%;
	position: relative;
	z-index: 3;
}

.inde-chanye .section6 .dfr .dn-img {
	margin: 5% 0 4%;
	overflow: hidden;
}

.inde-chanye .section6 .dfr .blo-box:hover .dn-img .img-box {
	transform: scale(1.05);
}

.inde-chanye .section6 .dfr .dn-t2 {
	color: #666666;
	position: relative;
	z-index: 3;
}

.inde-chanye .section6 .dfr .dn-wen {
	color: #666666;
	line-height: 26px;
	margin: 0 0 6%;
	position: relative;
	z-index: 3;
}

.inde-chanye .section6 .dfr .dn-more {
	color: #000000;
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 3;
	font-family: 'goth';
}

.inde-chanye .section6 .dfr .dn-more b {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 1px;
	background: #000000;
	margin: 0 10px 0 0;
	transition: all .4s ease;
}

.inde-chanye .section6 .dfr .blo-box:hover .dn-more b {
	width: 30px;
}

.cont-map {
	width: 100%;
	height: 100%;
}

.cont-map #allmap {
	height: 100%;
	width: 100%;
	min-height: 140px;
}

.abou-sheji {
	height: 100%;
	position: relative;
}

.abou-sheji .conta2 {
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
}

.abou-sheji .dfl {
	width: 47%;
	height: 400px;
	overflow: hidden;
}

.abou-sheji .dfl:hover .img-box {
	transform: scale(1.05);
}

.abou-sheji .dfr {
	width: 44%;
	padding: 20px 0 0;
}

.abou-sheji .dfr .dnp1 {
	color: #000000;
	font-size: 36px;
}

.com-xian {
	width: 18px;
	height: 3px;
	background: #363636;
	margin: 12px 0 20px 3px;
}

.abou-sheji .dfr .dnp2 {
	color: #666666;
	line-height: 34px;
}

.com-titone {
	padding: 30px 0 30px;
}

.com-titone .dnp1 {
	color: #000000;
	font-size: 36px;
	text-align: center;
}

.com-titone .com-xian {
	margin: 12px auto 0;
}

.com-wen {
	color: #666666;
	line-height: 34px;
	width: 986px;
	margin: 0 auto 100px;
	text-align: center;
}

.abou-tem {
	padding: 0;
	background: #222;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.abou-tem .dfl {
	width: 50%;
	height: 100%;
}

.abou-tem .dfr {
	width: 50%;
	height: 100%;
	padding: 0 10% 0 4%;
	position: relative;
}

.abou-tem .dfr .sw11 .swiper-wrapper,
.abou-tem .dfr .sw11 .swiper-wrapper .swiper-slide {
	height: 100% !important;
}

.abou-tem .dfr .sw11 .slide-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 10px;
}

.abou-tem .dfr .pagination {
	position: absolute;
	right: 0;
	bottom: 9%;
	font-size: 0;
}

.abou-tem .dfr .pagination span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #939291;
	position: relative;
	margin: 0 0 0 20px;
}

.abou-tem .dfr .pagination span.swiper-active-switch {
	background: #fff;
}

.abou-tem .dfr * {
	color: #FFFFFF;
}

.abou-tem .dfr .dnp2 {
	line-height: 26px;
}

.abou-tem .dfr .dnp1 {
	font-size: 30px;
}

.abou-tem .dfr .com-xian {
	background: #FFFFFF;
}

.abou-honor {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.abou-honor * {
	color: #ffffff !important;
}

.abou-honor .com-xian {
	background: #ffffff;
}

.abou-honor .conta2 {
	padding: 4% 0 5%;
}

.abou-honor .com-xian {
	margin: 20px 0 0 3px;
}

.abou-honor .dfr .blo-box {
	margin: 0 100px 0 0;
}

.abou-honor .dfr .blo-box:last-of-type {
	margin: 0;
}

.abou-honor .dfr .blo-box .dnp1 {
	color: #333333;
	font-size: 20px;
	padding: 0 0 0 16px;
	margin: 0 0 20px;
}

.abou-honor .dfr .blo-box .dnp2 {
	color: #666666;
	line-height: 36px;
}

.abou-honor .dfr .blo-box .dnp2 p {
	position: relative;
	padding: 0 0 0 16px;
}

.abou-honor .dfr .blo-box .dnp2 p:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 18px;
}

.peri-bot {
	height: 100%;
	position: relative;
}

.peri-bot .conta2 {
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
}

.peri-bot .conta2 .com-tittwo {
	padding: 0 0 5%;
}

.com-tittwo {
	padding: 5% 0;
	color: #000000;
	font-size: 48px;
	text-transform: uppercase;
}

.com-tittwo .s1 {
	font-family: 'gothb';
}

.com-tittwo .s2 {
	font-size: 32px;
	margin: 0 0 0 20px;
}

.peri-bot .com-fenye3 .btn {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all .4s ease;
	z-index: 2;
	border: 1px solid #EAEBF1;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}

.peri-bot .com-fenye3 .btnleft {
	left: -5%;
}

.peri-bot .com-fenye3 .btnright {
	right: -5%;
}

.peri-bot .com-fenye3 .btn:hover {
	border: 1px solid #000000;
}

.peri-bot .com-fenye3>div {
	display: inline-block;
}

.peri-bot .pero-box1 {
	width: 102%;
	margin: 0 0 0 -1%;
}

.peri-bot .pero-box1 .blo-box {
	width: 23%;
	background: #FFFFFF;
	margin: 0 1%;
	position: relative;
}

.peri-bot .pero-box1 .blo-box .dfl {
	width: 100%;
	overflow: hidden;
}

.peri-bot .pero-box1 .blo-box:hover .dfl .img-box {
	transform: scale(1.05);
}

.peri-bot .pero-box1 .blo-box .dfr-da {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .4s ease;
	background: rgba(0, 0, 0, .8);
}

.peri-bot .pero-box1 .blo-box:hover .dfr-da {
	opacity: 1;
}

.peri-bot .pero-box1 .blo-box .dfr {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 32px;
	color: #ffffff;
}

.peri-bot .pero-box1 .blo-box .com-xian {
	background: #ffffff;
}

.peri-bot .pero-box1 .blo-box .dfr .dnp1 {
	font-size: 24px;
}

.peri-bot .pero-box1 .blo-box .dfr .dnp1 p:last-of-type {
	font-family: 'gothb';
}

.peri-bot .pero-box1 .blo-box .dfr .dnp2 {
	font-size: 24px;
	margin: 4px 0 0;
}

.peri-bot .pero-box1 .blo-box .dfr .dn-wen {
	line-height: 30px;
}

.peri-bot .pero-box1 .blo-box .dfr .a-down {
	position: absolute;
	bottom: 32px;
	left: 32px;
	width: 38px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 2px solid #CACACA;
	color: #CACACA;
	border-radius: 50%;
	transition: all .4s ease;
}

.peri-bot .pero-box1 .blo-box .dfr .a-down:hover {
	background: #010101;
	border: 2px solid #010101;
	color: #FFFFFF;
}

.peri-bot .pero-box1 .blo-box .dfr .a-down i {
	font-size: 20px;
}

.join-linian {
	padding: 3% 0 6%;
}

.join-linian .linian-bot {
	margin: 2% 0 0;
	padding: 0 10%;
}

.join-linian .linian-bot .blo-box {
	width: 100%;
}

.join-linian .linian-bot .dnp1 {
	font-size: 16px;
	color: #000;
	margin: 0 0 10px;
}

.join-linian .linian-bot .dnp2 {
	line-height: 28px;
	color: #666666;
	font-family: 'goth';
}

.join-tixi {
	padding: 8% 0;
	margin: 0;
	position: relative;
	top: 0;
}

.join-tixi .conta2 {}

.join-tixi .dfr {
	padding: 0 2% 0 0;
}

.join-tixi .dfl {
	color: #FFFFFF;
	font-size: 16px;
	width: auto;
	margin: 3% 3% 0 0;
}

.join-tixi .dfl p {
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 0 60px;
}

.join-tixi .dfl p:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	opacity: .3;
	left: 0;
	top: 12px;
}

.join-switch {
	padding: 3% 3% 4%;
}

.join-switch .dfl {
	padding: 0 22px 60px 18px;
	width: 21%;
}

.join-switch .dfl .dnp1 {
	padding: 18px 0;
	border-bottom: 1px solid #E8E8E8;
	color: #262626;
	font-size: 18px;
}

.join-switch .dfl .swit-fl .swit-box {
	cursor: pointer;
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #E8E8E8;
	color: #666666;
	font-size: 16px;
	background: url("../images/join_03.png") no-repeat 94% center;
}

.join-switch .dfl .swit-fl .swit-box.ac {
	color: #000;
}

.join-switch .dfr {
	width: 77%;
}

.swit-fr .swit-box1 {
	display: block;
}

.swit-fr .swit-box2 {
	display: none;
}

.swit-fr .swit-box1 {
	padding: 50px 40px 60px;
}

.swit-fr .swit-box1 .dn-nei1 .dnp1 {
	color: #000000;
	font-size: 24px;
}

.swit-fr .swit-box1 .dn-nei1 .dnp2 {
	color: #333333;
	font-size: 16px;
	margin: 13px 0 30px;
}

.swit-fr .swit-box1 .dn-nei1 .dnp3 {
	background: #F5F5F5;
	padding: 36px 32px 60px;
}

.swit-fr .swit-box1 .dn-nei1 .dnp3 .dflx {
	width: 40%;
}

.swit-fr .swit-box1 .dn-nei1 .dnp3 .dfrx {
	width: 60%;
	padding: 0 0 0 10%;
	border-left: 1px solid #EAEAEA;
}

.swit-fr .swit-box1 .dn-nei1 .dnp3 .dnpn1 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 12px;
}

.swit-fr .swit-box1 .dn-nei1 .dnp3 .dnpn2 {
	color: #666666;
	line-height: 30px;
}

.swit-fr .swit-box1 .dn-nei2 {
	width: 101%;
	margin: 3% 0 3% -.5%;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box {
	width: 32.333%;
	margin: 0 .5% 1%;
	position: relative;
	height: 106px;
	border: 1px solid #F5F5F5;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha {
	line-height: 104px;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	transition: background .4s ease;
	position: relative;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha .s1 {
	margin: 0 30px 0 0;
	position: relative;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha .s1:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #EAEAEA;
	right: -18px;
	top: 1px;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha .b-fu {
	display: block;
	width: 28px;
	text-align: center;
	height: 28px;
	line-height: 26px;
	border: 1px solid #F5F5F5;
	border-radius: 50%;
	transition: all .3s ease;
	color: #666;
	position: absolute;
	right: 5%;
	top: 38px;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha .b-fu .icon-jianhao {
	display: none;
}

.swit-fr .swit-box1 .dn-nei2 .dn-sha:hover .b-fu {
	border: 1px solid #353231;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-sha .b-fu {
	border: 1px solid #F5F5F5;
	color: #FFFFFF;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-sha .b-fu .icon-jianhao {
	display: inline-block;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-sha .b-fu .icon-jia {
	display: none;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-sha {
	color: #FFFFFF;
}

.swit-fr .swit-box1 .dn-nei2 .dn-xia {
	position: absolute;
	width: 100%;
	top: 103px;
	left: 0;
	padding: 0px 20px 26px;
	color: #FFFFFF;
	display: none;
	transition: background .4s ease;
	z-index: 3;
}

.swit-fr .swit-box1 .dn-nei2 .dn-xia .dnpn1 {
	border-top: 1px solid #959595;
	padding: 20px 0 0;
	line-height: 30px;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-sha {
	background: #898989;
}

.swit-fr .swit-box1 .dn-nei2 .blo-box.ac .dn-xia {
	background: #898989;
}

.swit-fr .swit-box1 .dn-nei2 .dn-xia .dn-a a {
	display: block;
	width: 136px;
	height: 40px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	line-height: 40px;
	margin: 20px 0 0;
}

.swit-fr .swit-box1 .dn-nei4 {
	color: #888888;
	font-size: 12px;
	margin: 8% 0 0;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei1 {
	color: #000000;
	font-size: 20px;
	margin: 0 0 24px;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .sw1 {
	width: 90%;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .sw1 .swiper-slide {
	text-align: center;
	color: #000000;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .sw1 .dnsli1 {
	width: 94px;
	height: 94px;
	line-height: 92px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #F5F5F5;
	margin: 0 auto 16px;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .sw1 .dnsli1 img {
	vertical-align: middle;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .btn {
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #FFFFFF;
	top: 50%;
	transition: all .4s ease;
	margin: -18px 0 0;
	z-index: 2;
	border: 1px solid #F5F5F5;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .btn:hover {
	border: 1px solid #353231;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .btnleft {
	left: 5px;
	display: none;
}

.swit-fr .swit-box1 .dn-nei3 .dnnei2 .btnright {
	right: 5px;
}

.swit-fr .swit-box2 .dn-nei1 {
	height: 40px;
	margin: 0 0 20px;
}

.swit-fr .swit-box2 .dn-nei1 .dncom {
	margin: 0 14px 0 0;
	background: #FFFFFF;
	height: 100%;
}

.swit-fr .swit-box2 .dn-nei1 .dncom4 {}

.swit-fr .swit-box2 .dn-nei1 .dncom5 {
	width: 136px;
	margin: 0;
}

.swit-fr .swit-box2 .dn-nei1 .dncom input,
.swit-fr .swit-box2 .dn-nei1 .dncom select {
	border: none;
	outline: none;
	color: #999999;
	font-size: 12px;
	padding: 0 0 0 20px;
}

.swit-fr .swit-box2 .dn-nei1 .dncom select option {
	height: 100px;
}

.swit-fr .swit-box2 .dn-nei1 .dncom .inp2 {
	padding: 0;
	background: #000000;
	font-size: 14px;
	color: #FFFFFF;
}

.tal-bot .switch-bot {
	margin: 0px auto 10px;
	border: 1px solid #EFEFEF;
}

.tal-bot .switch-bot .dn1 {
	background: #8A8A8A;
	color: #ffffff;
	padding: 18px 3%;
	position: relative;
}

.tal-bot .switch-bot .dn1 span {
	width: 20%;
}

.tal-bot .switch-bot .dn1 span:last-of-type {
	text-align: right;
}

.tal-bot .switch-bot .dn-nei {
	border-top: none;
	padding: 0 3%;
}

.tal-bot .switch-bot .dn-nei .dn-box {
	border-bottom: 1px solid #F5F5F5;
}

.tal-bot .switch-bot .dn-nei .n-top {
	padding: 20px 0;
	cursor: pointer;
	color: #777777;
}

.tal-bot .switch-bot .dn-nei .n-top span {
	width: 20%;
}

.tal-bot .switch-bot .dn-nei .n-top .s5 {
	text-align: right;
	color: #262626;
}

.tal-bot .switch-bot .dn-nei .n-bot {
	background-color: #F5F5F5;
	position: relative;
	padding: 0 3%;
	display: none;
}

.tal-bot .switch-bot .dn-nei .n-bot:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F5F5F5;
	top: -10px;
	left: 1.5%;
}

.tal-bot .switch-bot .dn-nei .n-bot .one {
	border-bottom: 1px solid #E0E0E0;
	padding: 30px 0 28px;
}

.tal-bot .switch-bot .dn-nei .n-bot .one .ddn-box1 {
	padding: 5px 0;
}

.tal-bot .switch-bot .dn-nei .n-bot .one .ddn-box1 .s1 {
	width: 30%;
}

.tal-bot .switch-bot .dn-nei .n-bot .one .ddn-box1 .s2 {
	width: 23%;
}

.tal-bot .switch-bot .dn-nei .n-bot .one .ddn-box1 .s3 {
	width: 23%;
}

.tal-bot .switch-bot .dn-nei .n-bot .one .ddn-box1 .s4 {
	width: 24%;
}

.tal-bot .switch-bot .dn-nei .n-bot .one td span {
	color: #333;
}

.tal-bot .switch-bot .dn-nei .n-bot .two {
	border-bottom: 1px solid #E0E0E0;
	padding: 23px 0 30px;
	position: relative;
}

.tal-bot .switch-bot .dn-nei .n-bot .two:before {
	content: '';
	left: 50%;
	top: 15%;
	height: 70%;
	border-left: 1px solid #ECECEC;
	position: absolute;
}

.tal-bot .switch-bot .dn-nei .n-bot .ttable2 .ddfl1 {
	width: 48%;
}

.tal-bot .switch-bot .dn-nei .n-bot .ttable2 .ddfr1 {
	width: 44%;
}

.tal-bot .switch-bot .dn-nei .n-bot .two .pnei1 {
	color: #333333;
	font-size: 18px;
	margin: 0 0 20px;
}

.tal-bot .switch-bot .dn-nei .n-bot .two .wen-n {
	color: #777777;
	font-size: 12px;
	line-height: 26px;
}

.tal-bot .switch-bot .dn-nei .n-bot .three {
	padding: 32px 0;
	color: #888888;
	font-size: 12px;
	line-height: 40px;
}

.tal-bot .switch-bot .dn-nei .n-bot .dflx2 a {
	display: inline-block;
	width: 136px;
	height: 40px;
	line-height: 40px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	margin: 0 20px 0 0;
	font-size: 14px;
}

.tal-bot .switch-bot .dn-nei .n-bot .dflx2 .a2 {
	background: #939393;
}

.news-box1 .dn-box {
	margin: 0 0 24px;
	background: #FFFFFF;
}

.news-box1 .dn-box .dfl {
	overflow: hidden;
	width: 68%;
}

.news-box1 .dn-box .dfl:hover .img-box {
	transform: scale(1.05);
}

.news-box1 .dn-box .dfr {
	width: 32%;
	position: relative;
	color: #000000;
}

.news-box1 .dn-box .dfr .dfr-box {
	width: 100%;
	height: 100%;
	padding: 75px 45px;
}

.news-box1 .dn-box .dfr .dnp1 {
	font-family: 'gothb';
}

.news-box1 .dn-box .dfr .dnp2 {
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0 28px;
}

.news-box1 .dn-box .dfr .dn-wen {
	line-height: 28px;
	color: #666666;
}

.news-box1 .dn-box .dfr .dn-more {
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 15%;
	left: 45px;
	background: #939291;
	font-size: 12px;
}

.news-box1 .dn-box .dfr .dn-more:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: #000000;
	top: 0;
	left: 0;
	transition: all .2s ease;
}

.news-box1 .dn-box .dfr .dn-more:hover:before {
	width: 100%;
}

.news-box1 .dn-box .dfr .dn-more a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	transition: all .4s ease;
	color: #FFFFFF;
	font-family: 'goth';
}

.news-box1 .dn-box .dfr .dn-more:hover a {
	transform: translate(-5px, 0);
}

.news-box2 {
	width: 102%;
	margin: 0 0 0 -1%;
}

.news-box2 .blo-box {
	width: 23%;
	padding: 3% 2% 0;
	color: #000000;
	background: #FFFFFF;
	margin: 0 1% 2%;
	transition: all .4s ease;
	border: 1px solid transparent;
	position: relative;
	height: 330px;
}

.news-box2 .blo-box:hover {
	border: 1px solid #ccc;
	background: #f6f6f6;
}

.news-box2 .dnp1 {
	font-family: 'gothb';
}

.news-box2 .dnp2 {
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 26px;
}

.news-box2 .dn-wen {
	color: #666666;
	line-height: 26px;
}

.news-box2 .dn-more a {
	display: block;
	color: #000000;
	font-size: 12px;
	padding: 0 0 0 28px;
	transition: all .4s ease;
	font-family: 'goth';
	position: absolute;
	bottom: 10%;
	left: 9%;
}

.news-box2 .dn-more a:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 1px;
	background: #000000;
	top: 10px;
	left: 0;
	transition: all .4s ease;
}

.news-box2 .dn-more a:hover {
	padding: 0 0 0 36px;
}

.news-box2 .dn-more a:hover:before {
	width: 26px;
}

.com-readmore {
	display: block;
	width: 174px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #939393;
	position: relative;
	margin: 40px auto 60px;
}

.com-readmore:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: #000000;
	top: 0;
	left: 0;
	transition: all .2s ease;
}

.com-readmore:hover:before {
	width: 100%;
}

.com-readmore a {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	color: #FFFFFF;
	transition: all .4s ease;
	font-family: 'gothb';
}

.com-readmore:hover a {
	transform: translate(-5px, 0);
}

.com-readmore a b {
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../images/news_03.png") no-repeat center/cover;
	margin: 0 10px 0 0;
	display: none;
}

.case-ban {
	height: 450px;
	background: url("../images/case_03.jpg") no-repeat center/cover;
	position: relative;
	text-align: center;
	font-size: 28px;
}

.case-ban .dn-nei {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: -90px 0 0;
}

.case-ban .dnp1 {
	height: 70px;
	line-height: 70px;
}

.case-ban .dnp1 img {
	max-height: 96%;
	vertical-align: middle;
}

.case-ban .dnp2 {
	color: #000000;
	font-family: 'gothb';
	margin: 13px 0 8px;
	text-transform: capitalize;
}

.case-ban .dnp3 {
	color: #888888;
}

.case-box1 .dnt1 {
	padding: 38px 0;
}

.case-box1 .dnt1 .dfl {
	width: 170px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	line-height: 32px;
}

.case-box1 .dnt1 .dfr .dnbox1 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
	padding: 0 10px;
	margin: 0 40px 10px 0;
	color: #000000;
}

.case-box1 .dnt1 .dfr .dnbox1 a:before,
.case-box1 .dnt1 .dfr .dnbox1 a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #D5D5D5;
	left: 50%;
	transition: all .4s ease;
}

.case-box1 .dnt1 .dfr .dnbox1 a.ac,
.case-box1 .dnt1 .dfr .dnbox1 a:hover {
	font-weight: bold;
}

.case-box1 .dnt1 .dfr .dnbox1 a:before {
	top: 0;
}

.case-box1 .dnt1 .dfr .dnbox1 a:after {
	bottom: 0;
}

.case-box1 .dnt1 .dfr .dnbox1 a.ac:before,
.case-box1 .dnt1 .dfr .dnbox1 a:hover:before,
.case-box1 .dnt1 .dfr .dnbox1 a:hover:after,
.case-box1 .dnt1 .dfr .dnbox1 a.ac:after {
	width: 100%;
	left: 0;
}

.case-box1 .dnt1 .dfr .dnbox2 {
	width: 334px;
	height: 40px;
	background: #FCFCFC url('../images/fdj2_03.png') no-repeat 10px center;
	padding: 0 0 0 35px;
	border: 1px solid #ECECEC;
}

.case-box1 .dnt1 .dfr .dnbox2 .inp1 {
	float: left;
	width: 220px;
	height: 100%;
	background: transparent;
	outline: none;
	font-size: 12px;
	border: none;
}

.case-box1 .dnt1 .dfr .dnbox2 .inp2 {
	float: right;
	width: 76px;
	color: #333333;
	height: 100%;
	outline: none;
	background: #FFFFFF;
	border-left: 1px solid #ECECEC;
}

.case-box1 .dnt2 .blo-box {
	width: 33.333%;
	overflow: hidden;
	position: relative;
	background: #666;
	float: left;
}

.case-box1 .dnt2 .dn-wu {
	text-align: center;
	margin: 0 0 20px;
	font-size: 20px;
}

.case-box1 .dnt2 .blo-box a {
	display: block;
	overflow: hidden;
}

.case-box1 .dnt2 .img-box {
	position: relative;
	overflow: hidden;
}

.case-box1 .dnt2 .dn-wen {
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	bottom: 5%;
	left: 5%;
}

.case-box1 .dnt2 .blo-box:hover .img-box {
	transform: scale(1.05);
}

.case-box1 .dnt2 .dn-wen .dnp1 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'gothb';
	margin: 0 0 10px;
	text-transform: capitalize;
}

.case-box1 .dnt3 {
	height: 320px;
}

.case-box1 .dnt3 .dfl {
	width: 54%;
	border-left: 1px solid #F2F2F2;
	height: 100%;
}

.case-box1 .dnt3 .fenye>a {
	float: left;
	display: block;
	width: 50%;
	height: 100%;
}

.case-box1 .dnt3 .fenye .wufl {
	background: url("../images/wuleft.jpg") no-repeat center;
	cursor: pointer;
}

.case-box1 .dnt3 .fenye .wufr {
	background: url("../images/wurig.jpg") no-repeat center;
	cursor: pointer;
}

.case-box1 .dnt3 .fenye .btnfl {}

.case-box1 .dnt3 .fenye .btnfr {}

.case-box1 .dnt3 .fenye .btnfr:hover,
.case-box1 .dnt3 .fenye .btnfl:hover {
	background: #FFFFFF;
	opacity: .6;
}

.case-box1 .dnt3 .dfr {
	width: 33.333%;
	height: 100%;
	background: #ECECEC;
	padding: 4% 4% 0;
	position: relative;
}

.case-box1 .dnt3 .dfr .dnp1 {
	color: #000000;
	font-size: 28px;
	font-family: 'gothb';
	text-transform: capitalize;
}

.case-box1 .dnt3 .dfr .com-xian {
	width: 9px;
	height: 4px;
}

.case-box1 .dnt3 .dfr .yeshu {
	color: #333333;
	font-size: 36px;
	font-family: 'gothb';
}

.case-box1 .dnt3 .dfr .dnp4 {
	color: #333333;
	font-size: 16px;
	margin: 10px 0 0;
}

.casexq-box2 .dfl {
	width: 38%;
	height: 475px;
	background: #fafafa;
	padding: 4% 4% 0 10%;
}

.casexq-box2 .dfl .dn-list {
	margin: 0px 0 20px;
}

.casexq-box2 .dfl .dn-list .dnpn1 {
	color: #000000;
	margin: 0 0 6px;
}

.casexq-box2 .dfl .dn-list .dnpn2 {
	color: #000000;
	font-size: 18px;
}

.casexq-box2 .dfr {
	width: 62%;
	height: 475px;
	border-right: 1px solid #F1F1F1;
	padding: 4% 10% 0 5%;
}

.casexq-box2 .com-xian {
	width: 12px;
	height: 2px;
}

.casexq-box2 .dnp1 {
	color: #333333;
	font-size: 24px;
}

.casexq-box2 .dfr .dn-wen {
	color: #666666;
	line-height: 28px;
}

.newsxq-bot {
	padding: 3% 0 4%;
}

.newsxq-bot .dn-box1 {
	border-bottom: 1px solid #E1E1E1;
	color: #000000;
	padding: 0 0 25px;
}

.newsxq-bot .dn-box1 .dfl .dnpn1 {
	font-size: 26px;
	margin: 0 0 10px;
}

.newsxq-bot .dn-box1 .dfl .dnpn2 {
	font-family: 'gothb';
}

.newsxq-bot .dn-box2 {
	padding: 30px 0 60px;
	color: #666666;
	line-height: 30px;
}

.newsxq-bot .dn-box2 * {
	max-width: 100%;
}

.newsxq-bot .dn-box3 a {
	display: block;
	float: left;
	width: 33.333%;
	height: 68px;
	line-height: 64px;
	border: 1px solid #DBDBDB;
	color: #888888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s ease;
	font-family: 'gothb';
}

.newsxq-bot .dn-box3 a i {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0;
}

.newsxq-bot .dn-box3 a:hover {
	background: #333333;
	color: #FFFFFF;
}

.newsxq-bot .dn-box3 .a2 {
	border-left: none;
	border-right: none;
}

.newsxq-bot .dn-box3 .a2 i {
	font-size: 24px;
}

.newsxq-bot .dn-box3 a b {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 16px;
}

.newsxq-bot .dn-box3 .a1 b {
	margin: 0 10% 0 0;
	background: url("../images/huile_03.png") no-repeat center;
}

.newsxq-bot .dn-box3 .a1:hover b {
	background: url("../images/baile_03.png") no-repeat center;
}

.newsxq-bot .dn-box3 .a3 b {
	margin: 0 0 0 10%;
	background: url("../images/huiri_03.png") no-repeat center;
}

.newsxq-bot .dn-box3 .a3:hover b {
	background: url("../images/bairi_03.png") no-repeat center;
}

.joinxq-bot {
	padding: 90px 0 80px;
}

.joinxq-box1 {
	color: #333333;
}

.joinxq-box1 .com-xian {
	width: 12px;
	height: 2px;
}

.joinxq-box1 .dnp1 {
	font-size: 26px;
}

.joinxq-box1 .dnp2 {
	font-size: 18px;
	padding: 20px 0 20px;
}

.joinxq-box1 .dn-wen {
	color: #777777;
	line-height: 32px;
}

.joinxq-box2 {
	margin: 60px 0 0;
}

.joinxq-box2 .nei1 {
	color: #dc223c;
	margin: 0 0 20px;
}

.joinxq-box2 .nei2 {
	background: #F6F4F3;
	padding: 50px 5% 70px;
}

.joinxq-box2 .nei2 .nei2-box {
	padding: 26px 0 18px;
	border-bottom: 1px solid #DDDBDA;
}

.joinxq-box2 .nei2 .xianwu {
	border: none;
}

.joinxq-box2 .nei2 .box-sha {
	color: #000000;
	font-size: 12px;
	margin: 0 0 20px;
}

.joinxq-box2 .nei2 .box-sha .s1 {
	font-size: 20px;
	float: left;
}

.joinxq-box2 .nei2 .box-sha .s2 {
	cursor: pointer;
	float: right;
}

.joinxq-box2 .nei2 .box-sha .s2 b {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	background: url("../images/tianjia_03.png") no-repeat center;
}

.joinxq-box2 .nei2 .box-xia li {
	margin: 0 0 24px;
}

.joinxq-box2 .nei2 .box-xia li .blo-box {
	width: 27%;
	padding: 0 10px 0 0;
}

.joinxq-box2 .nei2 .box-xia li .blo-box.ping>div {
	width: 48%;
}

.joinxq-box2 .nei2 .box-xia li .blo-box:nth-of-type(2) {
	width: 19%;
}

.joinxq-box2 .nei2 .box-xia li .blo-box2 {
	width: 54%;
	padding: 0;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .dnpn1 {
	color: #000000;
	height: 30px;
	line-height: 30px;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .dn-com1 {
	position: relative;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .inp1 {
	height: 40px;
	border: 1px solid #EBEBEB;
	background: #FFFFFF;
	outline: none;
	padding: 0 0 0 20px;
	width: 100%;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .select-menu {
	padding: 0;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .select-menu .select-menu-div {
	padding: 0 0 0 20px;
	color: #999;
	height: 94%;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .select-menu .select-menu-div .select-menu-input {
	color: #999;
}

.joinxq-box2 .nei2 .box-xia .select-menu-ul li {
	color: #999;
	margin: 0;
	padding: 7px 17px;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .in-file {
	background: #ffffff url("../images/xiangji.png") no-repeat center;
	padding: 7px 0 0 10px;
	cursor: pointer;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .in-file input {
	opacity: 0;
	cursor: pointer;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .in-but {
	width: 48%;
	padding: 0;
	cursor: pointer;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .in-but.ac {
	border: 1px solid #999999;
	color: #000000;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .inp-te {
	height: 136px;
	padding: 10px 0 0 20px;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .dn-com1 .s-zi {
	width: 32px;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	float: left;
}

.joinxq-box2 .nei2 .box-xia li .blo-box .inp11 {
	float: left;
}

.joinxq-box2 .nei2 .box-xia li .blo-box input,
.joinxq-box2 .nei2 .box-xia li .blo-box textarea {}

.joinxq-box2 .nei2 .box-xia li .blo-box input::-webkit-input-placeholder,
.joinxq-box2 .nei2 .box-xia li .blo-box textarea::-webkit-input-placeholder {
	color: #999;
}

.joinxq-box2 .nei2 .box-xia li .blo-box input:-moz-placeholder,
.joinxq-box2 .nei2 .box-xia li .blo-box textarea:-moz-placeholder {
	color: #999;
}

.joinxq-box2 .nei2 .box-xia li .blo-box input::-moz-placeholder,
.joinxq-box2 .nei2 .box-xia li .blo-box textarea::-moz-placeholder {
	color: #999;
}

.joinxq-box2 .nei2 .box-xia li .blo-box input:-ms-input-placeholder,
.joinxq-box2 .nei2 .box-xia li .blo-box textarea:-ms-input-placeholder {
	color: #999;
}

.joinxq-box2 .nei2 .dn-send .in-sub {
	width: 136px;
	height: 40px;
	display: block;
	margin: 40px auto 0;
	background: #000000;
	color: #FFFFFF;
	font-size: 14px;
}

.abou-video {
	position: relative;
}

.abou-video .com-wen {
	margin: auto;
	padding: 0 0 2%;
}

.d-tanshi {
	display: none;
	height: 100%;
	width: 100%;
}

.d-tanshi .tan-shipin {
	width: 100%;
	height: 100%;
}

.abou-mem {
	height: 100%;
	position: relative;
}

.wd1400{
	width: 1400px;
	margin: 0 auto;
}

.abou-map {
	width: 100%;
	/* position: absolute; */
	top: 50%;
	left: 0;
	margin-bottom: 50px;
}

.abou-map .dfl {
	width: 660px;
	height: 640px;
	background: url("../images/map_03.png") no-repeat center/cover;
	position: relative;
}

.swit-mapfl .dnmap {
	position: absolute;
	width: 45px;
	height: 45px;
}

.swit-mapfl .map1 {
	right: 15%;
	bottom: 35%;
}

.swit-mapfl .map2 {
	right: 11%;
	bottom: 30%;
}

.swit-mapfl .map3 {
    right: 12%;
    bottom: 36%;
}

.swit-mapfl .map4 {
	right: 15%;
	bottom: 20%;
}

.swit-mapfl .map5 {
    right: 16%;
    bottom: 41%;
}

.swit-mapfl .map6 {
	right: 24%;
	bottom: 54%;
}

.swit-mapfl .map7 {
    right: 21%;
    bottom: 12%;
}

.swit-mapfl .map8 {
	right: 14%;
	bottom: 42%;
}

.swit-mapfl .map9 {
    right: 11%;
    bottom: 64%;
}

.swit-mapfl .dnmap .b-yuan {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	background: url("../images/danyuan_03.png") no-repeat center/cover;
	z-index: 3;
	position: relative;
}

.swit-mapfl .dnmap.ac .b-yuan,
.swit-mapfl .map8 .b-yuan,
.swit-mapfl .b-yuan {
	background: url("../images/shenyuan_03.png") no-repeat center/cover;
}

.swit-mapfl .dnmap .dn-nei {
	padding: 0 0 0 92px;
	position: absolute;
	min-width: 285px;
	background: url("../images/about_03.png") no-repeat left bottom;
	top: -60px;
	left: 20px;
	display: none;
}

.swit-mapfl .map5 .dn-nei {
	background: url(../images/about_032.png) no-repeat right bottom;
	right: 15px;
	left: auto;
	padding: 0 92px 0 0;
}

.swit-mapfl .map8 .dn-nei {
	top: -85px;
}

.swit-mapfl .dnmap.ac .dn-nei {
	display: block;
}

.swit-mapfl .dnmap .dn-nei .dnpn1 {
	color: #000000;
	font-size: 18px;
	margin: 0 0 24px;
}

.swit-mapfl .dnmap.ac .dn-nei .dnpn1 {
	animation: fadeInLeft .8s ease 0s;
}

.swit-mapfl .dnmap .dn-nei .dnpn2 {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.swit-mapfl .dnmap.ac .dn-nei .dnpn2 {
	animation: fadeInRight .8s ease 0s;
}

.swit-mapfr .dn-box {
	color: #888888;
	font-size: 17px;
	margin: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.swit-mapfr .dn-box.ac {
	color: #333333;
}

.swit-mapfr .dn-box:before {
	content: '';
	position: absolute;
	width: 0;
	transition: all .4s ease;
	height: 3px;
	background: #1a79af;
	bottom: -10px;
	/* left: 0; */
}

.swit-mapfr .dn-box.ac:before {
	width: 18px;
}

.casexq-ban {
	position: relative;
}

.bot-paging .retun-list {
	position: absolute;
	bottom: 16px;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	transition: all 0.3s ease 0s;
	overflow: hidden;
	z-index: 9;
}

.bot-paging .retun-list .chunk-box {
	display: block;
	width: 46px;
	height: 46px;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: url(../images/ico_26.png) no-repeat center rgba(0, 0, 0, 0.5);
}

.bot-paging .retun-list .round-tit {
	display: block;
	width: 185px;
	padding: 0 0 0 22px;
	position: absolute;
	right: 1px;
	top: 0;
	transform: translateX(102%);
	color: #fff;
	line-height: 46px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 46px;
}

.bot-paging .retun-list:hover {
	width: 190px;
	margin-left: -95px;
}

.bot-paging .retun-list:hover .round-tit {
	transform: translateX(0);
}

.casexq-ban .sw1 {
	min-height: 300px;
	background: #666;
}

.casexq-ban .sw1 .swiper-slide {
	overflow: hidden;
}

.casexq-ban .sw1 .a-zong {
	display: block;
	width: 100%;
	height: 100%;
}

.casexq-ban .sw1 .btn {
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 16px;
	cursor: pointer;
	transition: all .4s ease;
}

.casexq-ban .sw1 .btn:hover {
	background: rgba(0, 0, 0, 1);
}

.casexq-ban .sw1 .btnleft {
	left: 10%;
}

.casexq-ban .sw1 .btnright {
	right: 10%;
}

.casexq-ban .sw1 .btn img {
	vertical-align: middle;
}

.anchor {
	position: relative;
	width: 90px;
	height: 90px;
	cursor: pointer;
	-webkit-transition: .25s background ease-out;
	-moz-transition: .25s background ease-out;
	-ms-transition: .25s background ease-out;
	transition: .25s background ease-out;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
}

.anchor .cen {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: .25s all ease-in;
	-moz-transition: .25s all ease-in;
	-ms-transition: .25s all ease-in;
	transition: .25s all ease-in;
}

.anchor.next .cen .a1 {
	margin-left: -8px;
}

.anchor.next .cen .anh {
	background: #2d2d2d;
}

.anchor .cen .a1 {
	width: 16px;
	height: 8px;
}

.anchor .cen .anh {
	position: absolute;
	top: 50%;
	left: 50%;
}

.anchor.next .cen .a2 {
	margin-top: -8px;
}

.anchor .cen .a2 {
	width: 8px;
	height: 16px;
}

.anchor.up:hover .cen,
.anchor.next:hover .cen,
.anchor.prev:hover .cen {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.anchor.prev .cen .a1 {
	margin-top: -8px;
	margin-left: -8px;
}

.anchor.prev .cen .anh {
	background: #2d2d2d;
}

.anchor.prev .cen .a2 {
	margin-top: -8px;
	margin-left: -8px;
}

.swit-contact .cont-box:not(:first-of-type) {
	display: none;
}

.dn-map1 {
	padding: 10px 0;
}

.dn-map1 .a11 {
	text-align: right;
	display: block;
	width: 100%;
	margin: 5px 0 0;
}

.dn-map1 .a11:hover {
	font-weight: bold;
}

#menu {
	z-index: 10;
}

.abou-video {
	height: 100%;
	width: 100%;
}

.abou-video-top {
	display: none;
}

.jiagou-bot {
	position: absolute;
	text-align: center;
	bottom: 1%;
	width: 100%;
	left: 0;
	display: none;
}

.jiagou-bot .im1 {
	max-width: 100%;
	max-height: 100%;
}

.jiagou-bot a.dis-bl {
	border: none;
	outline: none;
}

.jiagou-bot .im-da {
	display: none;
}

.about-video3 {
	width: 94%;
	left: 3%;
	position: absolute;
	top: 50%;
}

.about-video3 .com-titone .dnp1 {
	text-align: left;
}

.about-video3 .com-titone .com-xian {
	margin: 12px 0 0;
}

.about-video3 .dfl1 {
	padding: 10px 22px 60px 18px;
	width: 18%;
	background: #ffffff;
}

.about-video3 .dfl1 .swit-fl .swit-box {
	cursor: pointer;
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #E8E8E8;
	color: #666666;
	font-size: 16px;
	background: url(../images/join_03.png) no-repeat 94% center;
}

.about-video3 .dfl1 .swit-fl .swit-box.ac {
	color: #000;
}

.about-video3 .dfr1 {
	width: 78%;
}

.about-video3 .dfr1 .swit-box {
	position: relative;
}

.about-video3 .dfr1 .swit-box .btn {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all .4s ease;
	z-index: 2;
	border: 1px solid #EAEBF1;
	vertical-align: middle;
	position: absolute;
	top: 41%;
}

.about-video3 .dfr1 .swit-box .btnleft {
	left: -3%;
}

.about-video3 .dfr1 .swit-box .btnright {
	right: -3%;
}

.about-video3 .dfr1 .swit-box .btn:hover {
	border: 1px solid #000000;
}

.about-video3 .dfr1 .blo-box {
	width: 31.3%;
	margin: 0 1% 2%;
	background: #ffffff;
	transition: all .4s ease;
	cursor: pointer;
}

.about-video3 .dfr1 .blo-box .dn-top {
	overflow: hidden;
	position: relative;
}

.about-video3 .dfr1 .blo-box .dn-top .dn-im1 {
	width: 100%;
	height: 100%;
	transition: all .4s ease;
}

.about-video3 .dfr1 .blo-box:hover .dn-top .dn-im1 {
	transform: scale(1.05);
}

.about-video3 .dfr1 .blo-box .dn-top .icon-bofang {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	font-size: 48px;
	opacity: .4;
	margin: -26px 0 0 -24px;
}

.about-video3 .dfr1 .blo-box .dn-bot {
	padding: 18px 10px 24px;
}

.about-video3 .dfr1 .blo-box .dn-bot .dnp1 {
	color: #333333;
}

.about-video3 .dfr1 .blo-box .dn-bot .dnp1 .sp1 {
	float: left;
}

.about-video3 .dfr1 .blo-box .dn-bot .dnp1 .sp2 {
	float: right;
	color: #000000;
	font-weight: bold;
}

.about-video3 .dfr1 .blo-box .dn-bot .dnp2 {
	color: #333333;
	font-size: 18px;
	margin: 5px 0 0;
}

.com-fenye3 {
	width: 100%;
	text-align: center;
	margin: 2% 0 0;
}

.com-fenye3 .a1 {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #EAEBF1;
	margin: 0 10px;
	vertical-align: middle;
	transition: all .4s ease;
}

.com-fenye3 .a1.ac,
.com-fenye3 .a1:hover {
	background: #000000;
}

.com-fenye3 .sp1 {
	vertical-align: middle;
	display: inline-block;
}

.about-body .fancybox-bg {
	background: #ffffff;
	opacity: 1;
}
