@charset "utf-8";
#index .index-banner {
	width: 100%;
	position: relative;
	/*height: 100vh !important;*/
}
#index .index-banner .index-swiper {
	width: 100%;
	height: 100%;
	position: relative;
}
#index .index-banner .index-swiper .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#index .index-banner .index-swiper .swiper-slide > img {
	width: 100%;
	/*opacity: 0;*/
}
#index .index-banner .index-swiper .swiper-slide .center-position {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.sku{margin-bottom:.1rem}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box {
	width: 1680px;
	margin: 0px auto;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgb(239, 0, 30);
	border-radius: 25px;
	opacity: 0.9;
	color: rgb(255, 255, 255);
	font-size: 16px;
	display: block;
	margin-top: 50px;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box .t1 {
	margin-bottom: 25px;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box p {
	color: rgb(238, 238, 238);
	font-size: 20px;
	line-height: 2em;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box p span {
	font-size: 36px;
	color: rgb(255, 255, 255);
}
#index .index-banner .index-swiper .page-box {
	bottom: 65px;
	position: absolute;
	width: 100%;
	left: 0px !important;
}
#index .index-banner .index-swiper .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	background: url("../images/dot2.png") center center no-repeat;
	opacity: 1;
	margin-right: 0.2rem;
}
#index .index-banner .index-swiper .swiper-pagination {
	width: 100%;
}
#index .index-banner .index-swiper .swiper-pagination-bullet-active {
	background: url("../images/dot.png") center center no-repeat;
}
#index .index-banner .mouse {
	width: 15px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 15px 64px;
	background-image: url("../images/mouse.png");
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}
#index .num-position {
	margin-top: -120px;
	position: relative;
	z-index: 10001;
	background: url("../images/gongsijieshao.png") center top no-repeat;
	padding-bottom: 0.5rem;
	height: 8.2rem;
}
#index .num-position .num-box {
	width: 80%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	max-width: 1600px;
}
#index .num-position .num-box li {
	width: 33.33%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgb(243, 243, 243);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-left: 1rem;
}
#index .num-position .num-box li img {
	position: absolute;
	left: 20px;
	bottom: 0.2rem;
}
#index .num-position .num-box li .t1 {
	color: rgb(51, 51, 51);
	font-size: 0.24rem;
	width: 100%;
	box-sizing: border-box;
}
#index .num-position .num-box li .pad1 {
}
#index .num-position .num-box li .pad2 {
}
#index .num-position .num-box li .pad3 {
	padding-left: 45px;
}
#index .num-position .num-box li .num {
	transition: all 0.6s ease 0s;
	text-align: left;
	width: 100%;
}
#index .num-position .num-box li .num .t2 {
	color: rgb(239, 0, 30);
	font-size: 0.3rem;
	height: 72px;
	display: inline;
	font-weight: bold;
}
#index .num-position .num-box li .num .t2 span {
	font-size: 0.5rem;
	margin-right: 2px;
}
#index .num-position .num-box li .info {
	text-align: center;
	margin-top: 20px;
}
#index .num-position .num-box li .info p {
	line-height: 1.8em;
	color: rgb(153, 153, 153);
	font-size: 14px;
}
#index .num-position .num-box li .des {
	color: rgb(51, 51, 51);
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
#index .num-position .num-box li:last-of-type {
	border-right: none;
}
#index .business-area {
}
#index .business-area .area-box {
	margin-top: 45px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../images/area00.jpg");
	position: relative;
	transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1) 0s;
}
#index .business-area .area-box .area-position {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#index .business-area .area-box .area-position .area-list {
	width: 1680px;
	height: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
#index .business-area .area-box .area-position .area-list li {
	width: 25%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: rgb(255, 255, 255);
	font-size: 36px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}
#index .business-area .area-box .area-position .area-list li > p {
	font-weight: bold;
}
#index .business-area .area-box .area-position .area-list li .info-cover {
	position: absolute;
	inset: 0px;
	background: rgba(201, 38, 29, 0.8);
	padding: 65px 30px 0px;
	display: none;
}
#index .business-area .area-box .area-position .area-list li .info-cover .title {
	color: rgb(255, 255, 255);
	font-size: 36px;
}
#index .business-area .area-box .area-position .area-list li .info-cover .line {
	width: 80px;
	height: 2px;
	background: rgb(255, 255, 255);
	margin-top: 15px;
	margin-bottom: 30px;
}
#index .business-area .area-box .area-position .area-list li .info-cover .info {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 1.7em;
	text-align: justify;
	height: 52%;
}
#index .business-area .area-box .area-position .area-list li .info-cover .txt {
	color: rgb(254, 207, 204);
	font-size: 14px;
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid rgb(254, 207, 204);
}
#index .business-area .area-box .area-position .area-list li .info-cover .arr {
	width: 0px;
	height: 5px;
	background-size: 27px 5px;
	background-repeat: no-repeat;
	background-image: url("../images/arr.png");
	display: inline-block;
	position: absolute;
	right: 70px;
	bottom: 30px;
	transition: right 0.8s ease 0s;
}
#index .business-area .area-box .area-position .area-list li .info-cover:hover .arr {
	right: 30px;
}
 #index .business-area .area-box .area-position .area-list li:nth-of-type(4n) {
 border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#index .business-area .area-box img {
	width: 100%;
	opacity: 0;
}
#index .business-area .area-box .mask {
	position: absolute;
	inset: 0px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
}
 #index .business-area .area-box::after {
 content: "";
 position: absolute;
 width: 100%;
 height: 1px;
 background: rgba(255, 255, 255, 0.3);
 top: 50%;
 z-index: 1000;
 left: 0px;
}
#news .news-content {
	margin-top: 30px;
	margin-bottom: 40px;
}
#news .news-content .news-display {
	width: 100%;
	height: 520px;
}
#news .news-content .news-display .left {
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
}
#news .news-content .news-display .right {
	float: right;
	padding: 50px 25px 0px 40px;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	background: rgb(255, 255, 255);
	position: relative;
}
#news .news-content .news-display .right .title {
	padding-right: 50px;
	font-size: 36px;
	color: rgb(51, 51, 51);
	line-height: 1.8em;
}
#news .news-content .news-display .right .info-box {
	color: rgb(153, 153, 153);
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 50px;
	height: 205px;
	overflow-y: auto;
}
 #news .news-content .news-display .right .info-box::-webkit-scrollbar {
 width: 5px;
 height: 10px;
 background-color: rgb(245, 245, 245);
}
 #news .news-content .news-display .right .info-box::-webkit-scrollbar-track {
 background-color: rgb(255, 255, 255);
}
 #news .news-content .news-display .right .info-box::-webkit-scrollbar-thumb {
 background-color: rgb(254, 209, 48);
}
#news .news-content .news-display .right .date {
	color: rgb(187, 187, 187);
	font-size: 14px;
	bottom: 30px;
	position: absolute;
}
#news .news-content .news-list {
	margin-top: 70px;
}
#news .news-content .news-list li {
	width: 530px;
	background: rgb(255, 255, 255);
	position: relative;
	float: left;
	margin-right: 24px;
	transition: all 0.8s ease 0s;
	margin-bottom: 40px;
	height: auto !important;
}
#news .news-content .news-list li > a {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
#news .news-content .news-list li .pic {
	width: 100%;
	overflow: hidden;
	flex-shrink: 0;
}
#news .news-content .news-list li .pic img {
	width: 100%;
	transition: transform 0.5s ease-out 0s;
}
#news .news-content .news-list li .bottoms-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#news .news-content .news-list li .info-box {
	padding: 25px 30px;
}
#news .news-content .news-list li .info-box .tt {
	color: rgb(34, 34, 34);
	font-size: 22px;
	height: 30px;
}
#news .news-content .news-list li .info-box .info {
	line-height: 1.5;
	margin-top: 5px;
	color: rgb(136, 136, 136);
	font-size: 16px;
}
#news .news-content .news-list li .bottom {
	height: 60px;
	position: static;
	width: 100%;
	bottom: 0px;
	display: block;
}
#news .news-content .news-list li .bottom .time {
	width: calc(100% - 60px);
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	font-size: 12px;
}
#news .news-content .news-list li .bottom .arr {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	background-position: center center;
	transition: all 1s ease 0s;
	line-height: 60px;
	text-align: center;
}
 #news .news-content .news-list li:nth-of-type(3n) {
 margin-right: 0px;
}
#news .news-content .news-list li:hover {
	box-shadow: rgba(0, 91, 160, 0.31) 0px 10px 20px 0px;
}
#news .news-content .news-list li:hover .pic img {
	transform: scale(1.1);
}
#news .news-content .news-list li:hover .info-box .tt {
	color: rgb(0, 91, 160);
}
#news .news-content .news-list li:hover .bottom .arr {
}
#news .news-content .content {
	width: 100%;
	margin: 20px auto;
	max-width: 13.4rem;
}
#news .news-content .content .title-box {
	padding-bottom: 65px;
	border-bottom: 1px solid rgb(238, 238, 238);
	text-align: center;
}
#news .news-content .content .title-box .t1 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 50px;
	text-align: left;
	margin-top: -40px;
}
#news .news-content .content .title-box .t2 {
	font-size: 0.36rem;
	color: rgb(16, 16, 16);
	margin-bottom: 0.2rem;
}
#news .news-content .content .title-box .t3 {
	font-size: 16px;
	color: rgb(128, 128, 128);
	margin-top: 10px;
}
#news .news-content .content .title-box .t3 span:last-of-type {
	margin-left: 30px;
}
#news .news-content .content .cont {
	padding-top: 35px;
	padding-bottom: 130px;
}
#news .news-content .content .cont p {
}
#news .news-content .content .cont .tt {
	font-size: 14px;
	color: rgb(102, 102, 102);
	font-weight: bold;
}
#news .news-content .content .cont .first {
	letter-spacing: 7px;
}
#news .news-content .content .cont .date {
	text-align: right;
}
#news .news-content .content .cont img {
	max-width: 100%;
}
#news .news-content .news-nav-right {
}
#news .news-content .news-nav-right .top {
	color: rgb(51, 51, 51);
	width: 100%;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	background: rgb(255, 255, 255);
	padding-left: 30px;
}
#news .news-content .news-nav-right .top .line {
	display: inline-block;
	vertical-align: text-bottom;
	width: 4px;
	height: 20px;
	background: rgb(224, 12, 0);
	margin-right: 10px;
}
#news .news-content .news-nav-right .nav-list {
	margin-top: 10px;
}
#news .news-content .news-nav-right .nav-list li {
	padding: 25px 30px;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(238, 238, 238);
}
#news .news-content .news-nav-right .nav-list li .t1 {
	color: rgb(51, 51, 51);
	font-size: 24px;
}
#news .news-content .news-nav-right .nav-list li .t2 {
	color: rgb(51, 51, 51);
	font-size: 18px;
	line-height: 1.8em;
}
#news .news-content .news-nav-right .nav-list li .info {
	color: rgb(153, 153, 153);
	font-size: 14px;
	line-height: 2em;
	margin-top: 25px;
}
#news .news-content .news-nav-right .nav-list li:last-of-type {
	border-bottom: 0px;
}
#news .news-content .news-nav-right .nav-list li:hover .t1, #news .news-content .news-nav-right .nav-list li:hover .t2 {
	color: rgb(239, 0, 30);
}
#news .news-content .news-nav-right .nav-list .active .t1, #news .news-content .news-nav-right .nav-list .active .t2 {
	color: rgb(239, 0, 30);
}
#news .law-content .content {
	width: 100% !important;
}
#recruitment .recruitment-content .recruitment {
	padding: 0px;
}
#recruitment .recruitment-content .recruitment .recruit-center {
	width: 100%;
	max-width: 13.4rem;
	margin: 0px auto;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box {
	width: 100%;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li {
	margin-bottom: 18px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top {
	width: 100%;
	height: 90px;
	padding: 0px 40px 0px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 20px;
	box-sizing: border-box;
	transition: all 0.5s ease-out 0s;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div {
	color: rgb(102, 102, 102);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div span {
	color: rgb(34, 34, 34);
}
 #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(2), #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(3) {
 text-align: center;
}
 #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top > div:nth-of-type(4) {
 text-align: right;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover {
	background: rgb(0, 91, 160);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover > div {
	color: rgb(255, 255, 255);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover > div span {
	color: rgb(255, 255, 255);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active {
	background: rgb(0, 91, 160);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active > div {
	color: rgb(255, 255, 255);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active > div span {
	color: rgb(255, 255, 255);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content {
	width: 100%;
	padding: 0px 40px 80px;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	display: none;
	font-size: 0.22rem;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .t1 {
	color: rgb(51, 51, 51);
	font-size: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .content p {
	line-height: 2em;
	color: rgb(102, 102, 102);
	font-size: 14px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid rgb(238, 238, 238);
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box .tt {
	color: rgb(102, 102, 102);
	font-size: 14px;
	line-height: 2em;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .join-in {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 14px;
	text-align: center;
	background: rgb(239, 0, 30);
	margin-top: 35px;
}
#search .search-result {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 50px;
	min-height: 600px;
}
#search .search-result .item {
	width: 100%;
	padding: 14px 0px;
	border-bottom: 1px solid rgb(230, 230, 230);
}
#search .search-result .item .title {
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	display: flex;
	align-items: center;
}
#search .search-result .item .title i {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: rgb(239, 0, 30);
	margin-right: 10px;
}
#search .search-result .item .title p {
	display: inline-block;
	width: calc(100% - 14px);
}
#search .search-result .item .date {
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	color: rgb(153, 153, 153);
	margin-top: 10px;
	padding-left: 14px;
}
#search .search-result .pages-box {
	margin-top: 30px;
}
.newtt {
	text-align: center;
	padding: 0.8rem 0.2rem 0.4rem;
	display: block !important;
}
.newtt > h3 {
	font-size: 0.46rem;
	padding-top: 0.3rem;
	color: rgb(26, 26, 26);
	background: url("../images/mytt.png") center top / auto 66% no-repeat;
}
.newtt > p {
	font-size: 0.24rem;
	color: rgb(102, 102, 102);
}
.section3 {
	position: relative;
}
.section3 .inliner-banner-con {
	width: 800px;
	height: 800px;
	margin: auto;
	position: relative;
	z-index: 6;
	background: url("../images/i10.png") center center / 100% no-repeat;
}
.section3 .inliner-banner-con .ul {
	width: 510px;
	height: 350px;
	position: absolute;
	inset: 0px;
	overflow: hidden;
	margin: auto;
	z-index: 12;
}
.section3 .inliner-banner-con .item-text {
	width: 100%;
	height: 100%;
	color: rgb(255, 255, 255);
	line-height: 1;
}
.section3 .inliner-banner-con .item-text .h02 {
	margin-top: 12px;
	margin-bottom: 33px;
}
.section3 .inliner-banner-con .item-text .line {
	margin: 0px auto;
	width: 30px;
	height: 2px;
	background: rgb(255, 255, 255);
}
.section3 .inliner-banner-con .item-text .p {
	line-height: 28px;
	height: 56px;
	margin-top: 40px;
}
.section3 .inliner-banner-con .item-text .h03 {
	display: block;
	margin: 80px auto 0px;
}
.section3 .inliner-banner-con {
}
.section3 .inliner-banner-con .center {
	width: 6.6rem;
	height: 6.6rem;
	position: absolute;
	inset: 0px;
	margin: auto;
	z-index: 8;
}
 @keyframes zhuan0 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.section3 .inliner-banner-con .center .cbox {
	width: 100%;
	height: 100%;
	background: url("../images/i9.png") center center / 100% no-repeat;
	animation: 7s linear 0.65s infinite normal none running zhuan0;
}
.section3 .inliner-banner-con .center .ul {
	display: none;
}
.section3 .inliner-banner-con .center .i {
	display: block;
	color: rgb(239, 0, 30);
	position: absolute;
	width: 65px;
	height: 65px;
	opacity: 0;
	cursor: pointer;
}
.section3 .inliner-banner-con .center .i.active img, .section3 .inliner-banner-con .center .i:hover img {
	background: rgb(239, 0, 30);
	transition: all 0.5s ease-in-out 0s;
}
.section3 .inliner-banner-con .center .i.active span {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
}
.section3 .inliner-banner-con .center .i span {
	width: 120px;
	display: block;
	height: 65px;
	line-height: 65px;
	position: absolute;
	top: 0px;
	font-size: 18px;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}
.section3 .inliner-banner-con .center .i img {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	cursor: pointer;
}
.section3 .inliner-banner-con .center .i.s1 span, .section3 .inliner-banner-con .center .i.s2 span, .section3 .inliner-banner-con .center .i.s3 span, .section3 .inliner-banner-con .center .i.s4 span {
	left: -120px;
}
.section3 .inliner-banner-con .center .i.s5 span, .section3 .inliner-banner-con .center .i.s6 span, .section3 .inliner-banner-con .center .i.s7 span, .section3 .inliner-banner-con .center .i.s8 span {
	right: -120px;
}
.section3 .inliner-banner-con .center .i.s1 {
	opacity: 1;
	top: -1%;
	left: 5.5%;
}
.section3 .inliner-banner-con .center .i.s2 {
	opacity: 1;
	top: 28%;
	left: -13%;
}
.section3 .inliner-banner-con .center .i.s3 {
	opacity: 1;
	bottom: 30.5%;
	left: -14.5%;
}
.section3 .inliner-banner-con .center .i.s4 {
	opacity: 1;
	bottom: 1.5%;
	left: 2.5%;
}
.section3 .inliner-banner-con .center .i.s5 {
	opacity: 1;
	bottom: 1.5%;
	right: 2.5%;
}
.section3 .inliner-banner-con .center .i.s6 {
	opacity: 1;
	bottom: 30.5%;
	right: -14.5%;
}
.section3 .inliner-banner-con .center .i.s7 {
	opacity: 1;
	top: 28%;
	right: -13%;
}
.section3 .inliner-banner-con .center .i.s8 {
	opacity: 1;
	top: -1%;
	right: 5.5%;
}
.section .dingk .i {
	width: 100%;
	height: 100%;
}
.inliner-banner ul, .inliner-banner-con ul {
	width: 100%;
	height: 100%;
}
.inliner-banner li, .inliner-banner-con li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 100%;
	text-align: center;
	transform: scale(0.8);
	z-index: 1;
}
.inliner-banner li.index, .inliner-banner-con li.index {
	z-index: 2;
}
.inliner-banner li:first-child, .inliner-banner-con li:first-child {
	left: 0px;
	transform: scale(1);
}
.inliner-banner li .con, .inliner-banner-con li .con {
	display: block;
	width: 606px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -145px 0px 0px -303px;
	transform: scale(0);
}
.inliner-banner li h3, .inliner-banner-con li h3 {
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 40px;
}
.inliner-banner li h2, .inliner-banner-con li h2 {
	font-size: 45px;
	color: rgb(255, 255, 255);
	line-height: 51px;
}
.split_line {
	background-color: rgb(239, 0, 30);
	height: 12px;
	width: 2px;
	display: inline-block;
	margin-top: 9px;
}
.item-text .ft42 {
	font-size: 0.42rem;
}
.com-title2 {
	color: rgb(255, 255, 255);
	font-size: 0.46rem;
	padding-top: 0.2rem;
}
.com-title_3 {
	color: rgb(255, 255, 255);
	font-size: 16px;
}
.more {
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	transition: all 0.5s ease-in-out 0s;
	text-transform: uppercase;
	text-align: center;
}
.more span {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 40px;
	transition: all 0.5s ease-in-out 0s;
}
.videolist:hover {
	cursor: pointer;
}
.videoed {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 50%;
	margin-left: -0.4rem;
	top: 45%;
	z-index: 99;
	border-radius: 100%;
	text-align: center;
}
.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -5rem;
	margin-top: -2.5rem;
	z-index: 10002;
	width: 10rem;
	height: 5rem;
}
.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}
.videos video {
	width: 100%;
}
.videoed h5 {
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 3;
}
.mbox {
	display: none;
}
.yewyfw {
	position: relative;
	z-index: 99;
}
.swiper-pagination-bullet-active {
	background-color: rgb(239, 0, 30);
}
.qywh, .jiaruzp {
	max-width: 1700px;
	width: 95%;
	margin: 20px auto;
}
.div_img {
	margin: 20px auto;
}
.div_img img {
	display: block;
	max-width: 100%;
}
.div_img3 {
	margin: 20px auto;
	overflow: hidden;
}
.div_img3 img {
	float: left;
	width: 32.33%;
	margin-right: 1.5%;
}
.div_img3 img:last-of-type {
	margin-right: 0px;
}
.qywhdj {
	overflow: hidden;
}
.qywhdjA {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .qywhdjA:nth-of-type(2n) {
 margin-right: 0px;
}
.qywhdjA img {
	display: block;
	max-width: 100%;
}
.qywhdjA h4 {
	line-height: 0.79rem;
	background-color: rgb(255, 255, 255);
	font-size: 0.24rem;
	color: rgb(102, 102, 102);
	overflow: hidden;
	padding: 0px 20px;
}
.jiarumpBox {
	padding: 30px;
	background-color: rgb(255, 255, 255);
	margin: 0.3rem auto;
	width: 95%;
	max-width: 1700px;
}
.jiarump {
	height: 6.8rem;
	width: 100%;
}
.lxfs {
	overflow: hidden;
	padding: 30px 10%;
	line-height: 2;
}
.lxfsA {
	float: left;
	font-size: 0.2rem;
	color: rgb(34, 34, 34);
	width: 50%;
}
 .lxfsA:nth-of-type(2n) {
}
.num-positionX {
	position: relative;
	z-index: 10001;
	padding-bottom: 0.5rem;
}
.num-positionX .num-box {
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	max-width: 1600px;
	justify-content: space-between;
}
.num-positionX .num-box li {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-left: 0px;
}
.num-positionX .num-box li img {
	position: absolute;
	left: 20px;
	bottom: 0.2rem;
	max-width: 0.7rem;
}
.num-positionX .num-box li .t1 {
	color: rgb(51, 51, 51);
	font-size: 0.2rem;
	width: 100%;
	box-sizing: border-box;
}
.num-positionX .num-box li .pad1 {
}
.num-positionX .num-box li .pad2 {
}
.num-positionX .num-box li .pad3 {
	padding-left: 45px;
}
.num-positionX .num-box li .num {
	transition: all 0.6s ease 0s;
	text-align: center;
	width: 100%;
}
.num-positionX .num-box li .num .t2 {
	color: rgb(239, 0, 30);
	font-size: 0.35rem;
	height: 72px;
	display: inline;
	font-weight: bold;
}
.num-positionX .num-box li .num .t2 span {
	font-size: 0.55rem;
}
.num-positionX .num-box li .info {
	text-align: center;
	margin-top: 20px;
}
.num-positionX .num-box li .info p {
	line-height: 1.8em;
	color: rgb(153, 153, 153);
	font-size: 14px;
}
.num-positionX .num-box li .des {
	color: rgb(51, 51, 51);
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.num-positionX .num-box li:last-of-type {
	border-right: none;
}
.im10 {
}
.im10 img {
	display: block;
	width: 100%;
}
.videolistV {
	width: 100%;
	height: 6rem;
}
.rongyuBox {
	background: url("../images/rongyubj.png") center top / 100% no-repeat;
	overflow: hidden;
}
.pagesX {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.pagesX img {
	margin: 0px 10px;
}
.clearfix-time {
	display: block;
	zoom: 1;
}
ol, ul {
	padding-left: 0px;
	list-style: none;
}
.ccc {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.ptkkb {
	overflow: hidden;
	padding-top: 0.1rem;
}
.ptkkc {
	width: 0.4rem;
	height: 0.4rem;
	float: left;
	margin-right: 0.1rem;
	box-sizing: border-box;
	border: 1px solid rgb(204, 204, 204);
}
.ptkkc.on {
	border: 1px solid rgb(239, 0, 30);
}
.cp-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0px;
	background-color: rgba(127, 182, 222, 0.6);
}
.cp-swiper .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.cp-swiper .swiper-slide .cpbj {
	width: 100%;
	display: block;
}
.cp-swiper .swiper-slide .cpbjBox {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	background-color: rgba(127, 182, 222, 0.6);
}
.cp-swiper .swiper-slide .cpcp1 {
	position: absolute;
	z-index: 1000;
	max-height: 100%;
	top: 0px;
	right: 0px;
}
.cp-swiper .swiper-slide .cpcp2 {
	position: absolute;
	z-index: 1001;
	max-height: 100%;
	top: 0px;
	right: 0px;
}
.cp-swiper .page-box {
	bottom: 0.4rem;
	position: absolute;
	width: 100%;
	left: 0px !important;
}
.cp-swiper .page-box .swiper-pagination-index span {
	margin-right: 20px;
}
.cp-swiper .swiper-pagination-bullet {
	width: 0.7rem;
	height: 0.04rem;
	background: rgb(255, 255, 255);
	border-radius: 0px;
	opacity: 0.6;
}
.cp-swiper .swiper-pagination {
	width: 100%;
}
.cp-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
.cpfwlbb:hover, .fwyzcb:hover, .fwyzcala .xxala:hover, #company .award-content .award-list li:hover {
	box-shadow: rgba(232, 93, 111, 0.42) 5px 5px 15px 0px;
}
.fwyzcbza.sy .lj:hover, .linked:hover, .cpfwlbc .lj:hover {
	color: rgb(255, 0, 32);
}
.fwyzcala .xxala, .pic_box {
	overflow: hidden;
}
.fwyzcala .t1 {
	width: 100%;
	transition: transform 0.5s ease-out 0s;
}
.fwyzcala .xxala:hover .t1 {
	transform: scale(1.1);
}
.gyqsls {
	overflow: hidden;
	margin-bottom: 0.8rem;
}
.gyqslsa {
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	max-width: 13.4rem;
}
.gyqsls .zsbt {
	line-height: 1;
	margin-top: 0.8rem;
	color: rgb(0, 91, 160);
	font-size: 0.48rem;
}
.gyqsls .zsbt span {
	color: rgb(36, 142, 62);
}
.gyqsls .zsbta {
	line-height: 1;
	margin-top: 0.2rem;
	color: rgb(0, 91, 160);
	font-size: 0.38rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.gyqsls .zsbtb {
	font-size: 0.32rem;
}
.gyqslsa .bjcq {
	display: block;
	width: 100%;
	margin: 0.6rem auto;
}
.gyqslsa .p2 {
	font-size: 0.2rem;
	width: 8.5rem;
	margin: 0px auto 0.4rem;
}
.gyqslsa .p3 {
	font-size: 18px;
	width: 8.5rem;
	margin: 0px auto 0.1rem;
	color: rgb(102, 102, 102);
}
.gyqslsb {
	overflow: hidden;
	margin: 0.6rem auto;
	width: 100%;
	max-width: 13.4rem;
}
.gyqslsbl {
	width: 44.7%;
	float: left;
	overflow: hidden;
}
 .gyqslsbl:nth-of-type(2n) {
 float: right;
}
.gyqslsbl .t1 {
	width: 100%;
}
.gyqslsbl h1 {
	font-weight: normal;
	font-size: 0.3rem;
	line-height: 1;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.4rem;
}
.gyqslsbl .p1 {
	font-size: 0.2rem;
	width: 8.5rem;
	margin: 0px auto 0.1rem;
}
.gyqslsbl .p2 {
	font-size: 18px;
	width: 8.5rem;
	margin: 0px auto 0.1rem;
	color: rgb(102, 102, 102);
}
.gyqslsc {
	overflow: hidden;
	width: 100%;
	height: 7.8rem;
	background: url("../images/qsdw.png") center top no-repeat;
	text-align: center;
	color: rgb(255, 255, 255);
	margin-bottom: 0.8rem;
}
.gyqslsc h1 {
	margin-top: 1.2rem;
	line-height: 1;
	font-size: 0.48rem;
}
.gyqslsc h2 {
	font-weight: normal;
	line-height: 1;
	font-size: 0.38rem;
	margin-bottom: 0.55rem;
	margin-top: 0.25rem;
}
.gyqslsc .p1 {
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}
.gyqslsd {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0px auto;
}
.gyqslsda {
	float: left;
	width: 6.4rem;
	overflow: hidden;
	margin-bottom: 0.8rem;
	box-sizing: border-box;
	height: 4.17rem;
}
.gyqslsda h1 {
	font-size: 0.3rem;
	font-weight: normal;
	margin-top: 0.75rem;
	margin-bottom: 0.45rem;
}
 .gyqslsda:nth-of-type(2n) {
 padding-left: 0.65rem;
}
.gyqslsda .p1 {
	font-size: 0.2rem;
	color: rgb(136, 136, 136);
	float: left;
	margin-bottom: 0.08rem;
}
.yl {
	overflow: hidden;
}
.swiper-wrapper .yl {
	position: absolute;
	bottom: 0;
	right: 25%;
}
.gyqslsda i {
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgb(136, 136, 136);
	float: left;
	margin-top: 0.1rem;
	margin-right: 0.15rem;
}
.gyqslsda .dt {
	width: 100%;
}
.gyqslsda.tt {
	width: 7rem;
	padding-left: 0px;
}
.gyqslseBox {
	background: rgb(247, 249, 250);
	padding-bottom: 80px;
}
.gyqslse {
	overflow: hidden;
}
.gyqslsea {
	width: 100%;
	max-width: 13.4rem;
	margin: 0px auto;
	overflow: hidden;
}
.gyqslse .dtt {
	display: block;
	margin: 0px auto;
}
.gyqslsf {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0.6rem auto 0px;
}
.gyqslsfa {
	float: left;
	margin-right: 0.25rem;
	width: 4.3rem;
}
 .gyqslsfa:nth-of-type(3n) {
 margin-right: 0px;
}
.gyqslsfa .t1 {
	width: 100%;
	margin-bottom: 0.3rem;
}
.gyqslsfa h1 {
	font-size: 0.24rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 0.15rem;
}
.gyqslsfa i {
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgb(136, 136, 136);
	float: left;
	margin-top: 0.06rem;
	margin-right: 0.08rem;
}
.gyqslsfa .p1 {
	float: left;
	color: rgb(136, 136, 136);
	font-size: 16px;
}
.gyqslsh {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0px auto;
}
.gyqslsha {
	overflow: hidden;
	margin-top: 0.5rem;
	margin-bottom: 0.4rem;
}
.gyqslshb {
	float: left;
	width: 25%;
	overflow: hidden;
}
.gyqslshb .gy {
	float: left;
	width: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}
.gyqslshb .wz {
	float: left;
	width: 2.6rem;
}
.gyqslshb .wz h1 {
	font-size: 0.36rem;
	color: rgb(102, 102, 102);
	line-height: 1;
}
.gyqslshb .wz p {
	font-size: 16px;
	color: rgb(136, 136, 136);
}
.gyqslshb .wz h2 {
	font-weight: normal;
	font-size: 0.24rem;
	color: rgb(102, 102, 102);
	margin-bottom: 0.3rem;
	line-height: 1;
	margin-top: 0.05rem;
}
.gyqslshb.on h1, .gyqslshb.on h2 {
	color: rgb(0, 91, 160);
}
.qywhls {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0px auto;
}
.qywhls .dbt {
	text-align: center;
	font-size: 0.48rem;
	color: rgb(0, 91, 160);
	line-height: 1;
	margin-top: 0.75rem;
	margin-bottom: 0.3rem;
}
.qywhls .dbt span {
	color: rgb(36, 142, 62);
}
.qywhls .xbt {
	font-weight: normal;
	text-align: center;
	font-size: 0.38rem;
	color: rgb(0, 91, 160);
	line-height: 1;
	margin-bottom: 0.4rem;
}
.qywhls .wz1 {
	font-size: 0.32rem;
	margin-bottom: 0.75rem;
	text-align: center;
}
.qysml {
	overflow: hidden;
}
.qysml img {
	float: left;
	margin-right: 0.24rem;
	width: 4.3rem;
}
 .qysml img:nth-of-type(3n) {
 margin-right: 0px;
}
.qywhlsa {
	overflow: hidden;
}
.qyyjl {
	overflow: hidden;
}
.qyyjla {
	width: 48.5%;
	float: left;
	position: relative;
}
 .qyyjla:nth-of-type(2n) {
 float: right;
}
.qyyjla .t1 {
	width: 100%;
}
.qyyjlb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.qyyjlb .t2 {
	margin: 0px auto;
	width: 0.77rem;
	display: block;
}
.qyyjlb .w1 {
	font-size: 0.24rem;
	line-height: 1;
	margin-top: 0.3rem;
	margin-bottom: 0.15rem;
}
.qyyjlb .w2 {
	font-size: 16px;
}
.qyjzg {
	overflow: hidden;
}
.qyjzg .bt {
	width: 100%;
	height: 0.97rem;
	line-height: 0.97rem;
	color: rgb(255, 255, 255);
	font-size: 0.36rem;
	text-align: center;
	background: url("../images/jzg1.png") center top / 100% 100% no-repeat;
	margin-bottom: 0.5rem;
}
.content .xqt {
	display: block;
	width: 100%;
	margin-bottom: 0.3rem;
	margin-top: 0.1rem;
}
.title-box .yb {
	float: right;
	overflow: hidden;
}
.title-box .yb img {
	float: left;
	margin-left: 0.2rem;
}
.title-box .yb span {
	float: left;
	font-size: 14px;
	display: block;
	margin: 0.1rem 0.5rem;
}
.title-box .yb .tt1 {
	margin-top: 0.11rem;
	width: 0.18rem;
}
.title-box .yb .tt2 {
	width: 0.4rem;
}
.jreml {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0.75rem auto 0px;
}
.jremla .tt {
	width: 100%;
}
.jremlb {
	position: absolute;
	left: 50%;
	width: 6.54rem;
	margin-left: -3.27rem;
	top: 50%;
	margin-top: -1.74rem;
	height: 3.48rem;
	background-color: rgba(51, 124, 179, 0.86);
	text-align: center;
	color: rgb(255, 255, 255);
}
.jremla {
	position: relative;
}
.jremlb h1 {
	font-size: 0.38rem;
	margin-top: 0.5rem;
	margin-bottom: 0.55rem;
	font-weight: normal;
}
.jremlb h2 {
	font-size: 0.3rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.jremlb .p1 {
	font-size: 0.2rem;
	text-align: left;
	margin-left: 1.95rem;
	margin-bottom: 0.08rem;
}
.joinus2 {
	background-color: rgb(245, 245, 245);
}
.jrwmlx {
	margin-top: 0.5rem;
	position: relative;
}
.jrwmlx .a1 {
	display: block;
	width: 1.3rem;
	text-align: center;
	line-height: 0.5rem;
	height: 0.5rem;
	border-radius: 0.05rem;
	margin-right: 0.3rem;
	font-size: 18px;
	float: left;
	background-color: rgb(0, 91, 160);
	color: rgb(255, 255, 255);
	margin-bottom: 0.5rem;
}
.jrwmlx .ewm {
	width: 1.9rem;
	height: 2.1rem;
	border-radius: 0.04rem;
	background-color: rgb(255, 255, 255);
	z-index: 10000;
	box-shadow: rgb(221, 221, 221) 0px 0px 13px 1px;
	position: absolute;
	bottom: 0.3rem;
	left: 1.35rem;
	text-align: center;
	display: none;
}
.jrwm2 {
	overflow: hidden;
	background-color: rgb(245, 245, 245);
}
.footer {
	overflow: hidden;
}
.jrwmlx .ewm img {
	width: 1.24rem;
	display: block;
	margin: 0.28rem auto 0px;
}
.jrwmlx .ewm span {
	font-size: 14px;
	color: rgb(34, 34, 34);
}
.jrwmlx a.wm:hover .ewm {
	display: block;
}
.jrwmss {
	overflow: hidden;
	width: 100%;
	max-width: 13.4rem;
	margin: 0.8rem auto 0px;
}
.jrwmss .ssk {
	max-width: 13.4rem;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
	border: 1px solid rgb(0, 91, 160);
	margin-bottom: 0.2rem;
	height: 40px;
	overflow: hidden;
}
.no_index.W.rjbj {
	background-color: rgb(245, 245, 245);
}
.jrwmss .ssk input {
	height: 38px;
	line-height: 38px;
	float: left;
	width: 60%;
	box-sizing: border-box;
	border: none;
	background: none;
	padding-left: 0.6rem;
	font-size: 16px;
}
.jrwmss .sska {
	float: right;
	width: 110px;
	height: 40px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 91, 160);
}
.jrwmss .sska span {
	float: left;
	font-size: 16px;
	line-height: 40px;
	display: block;
}
.jrwmss .sska img {
	float: left;
	width: 18px;
	margin-top: 12px;
	margin-left: 27px;
	margin-right: 10px;
}
.jrwmss .gzyq {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.jrwmss .gzyqa {
	overflow: hidden;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.jrwmss .gzyqa .tt {
	float: left;
	margin-left: 0.18rem;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
	width: 0.17rem;
}
.jrwmss .gzyqa .p1 {
	color: rgb(0, 0, 0);
	font-size: 24px;
	margin-right: 0.2rem;
}
.jrwmss .gzyqa p {
	line-height: 0.6rem;
	float: left;
}
.jrwmss .gzyq .yl {
	float: left;
	overflow: hidden;
	width: 87%;
}
.jrwmss .gzyqa .p2 {
	color: rgb(102, 102, 102);
	font-size: 18px;
	float: left;
	display: block;
}
.jrwmss .gzyqa .p2:hover {
	color: rgb(18, 118, 229);
}
.jrwmss .gzyqa .p2 span {
	display: block;
	line-height: 0.4rem;
	border-right: 1px solid rgb(245, 245, 245);
	margin-top: 0.1rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.jrwmss .gzyqa .p2.on {
	color: rgb(18, 118, 229);
}
.jrwmss .gzyqa .p2 span:last-of-type {
	border-right: none;
}
.jrwmss .gzyq .yla {
	width: 90%;
	float: left;
}
.gzyqa .xl {
	float: right;
	width: 0.15rem;
	margin-right: 0.35rem;
	margin-top: 0.24rem;
}
.ckgdl {
	width: 1.63rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
	display: block;
	background: url("../images/ckgd.png") center center / 100% no-repeat;
	padding-left: 0.25rem;
	font-size: 16px;
}
.qyjzgtpBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0.5rem 0.2rem;
}
.qyjzgtpBox2 {
	justify-content: space-around;
	padding: 0.5rem 0.5rem 0.2rem;
}
.qyjzgtpX {
	width: 3.36rem;
	position: relative;
	font-size: 0.32rem;
	color: rgb(34, 34, 34);
}
.qyjzgtpX2 {
	margin-top: -2rem;
}
.qyjzgtpX img {
	display: block;
	width: 100%;
}
.qyjzgtpX h4 {
	position: absolute;
	right: -1.3em;
	top: 2rem;
}
.qyjzgtpX h5 {
	position: absolute;
	right: -1.5em;
	bottom: 0px;
	writing-mode: vertical-rl;
}
.qy-swiperBox {
	padding: 0.4rem 0.3rem;
}
.qy-swiperBox.wc {
	margin-left: -25%;
}
.qy-swiper .swiper-slide img {
	max-width: 100%;
}
#index .qy-swiper {
}
.s-qiyeBox {
	position: relative;
}
.s-qiye .swiper-pagination {
	width: 100vw;
	margin: 20px 0px;
}
.s-qiye .swiper-pagination-bullet {
	width: 60px;
	height: 2px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	margin: 4px 8px;
}
.s-qiye > h4 {
	font-size: 22px;
	color: rgb(136, 136, 136);
	text-align: center;
}
.s-qiye .swiper-button-prev {
	background: url("../images/leftJ.png") center center no-repeat;
	width: 37px;
	height: 22px;
	left: 0.4rem;
}
.s-qiye .swiper-button-next {
	width: 37px;
	height: 22px;
	background: url("../images/rightJ.png") center center no-repeat;
	right: 0.4rem;
}
.dianht {
	width: 0.17rem;
	height: 0.17rem;
	margin-right: 0.05rem;
	margin-top: -0.05rem;
}
.m-yanjh {
	background: url("../images/yjhbg.png") center top / 100% 100% no-repeat;
}
.yanjha {
	max-width: 14.7rem;
	margin: 0px auto;
	overflow: hidden;
	padding: 1.27rem 0.2rem 1.22rem;
}
.yanjhc {
	width: 4.24rem;
	height: 4.27rem;
	background: url("../images/yjdt.png") center top / 100% 100% no-repeat;
	float: right;
}
.yanjhc .a2 {
	margin-top: 1.32rem;
	float: right;
	display: block;
	margin-right: 0.2rem;
	width: 1.15rem;
	height: 1.15rem;
}
.yanjhc .a1 {
	margin-top: 1.79rem;
	float: left;
	display: block;
	margin-left: 0.2rem;
}
.yanjhc img {
	width: 1.15rem;
	height: 1.15rem;
}
.yanjhb {
	float: left;
	max-width: 63%;
	position: relative;
	min-height: 4.3rem;
}
.yanjhb .bt {
	width: 5.37rem;
	margin-bottom: 0.4rem;
}
.yanjhb p {
	font-size: 18px;
	line-height: 2;
	color: rgb(0, 0, 0);
}
.yanjhb .lj {
	width: 0.62rem;
	height: 0.62rem;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.s-hyzz {
	background-color: rgb(229, 229, 229);
	overflow: hidden;
}
.s-hyzza {
	max-width: 14.7rem;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 0.2rem;
}
.hyfc {
	overflow: hidden;
	padding-top: 0.9rem;
}
.hyfc .bt {
	width: 3.24rem;
	margin-bottom: 0.4rem;
}
.hyfca {
	overflow: hidden;
	padding-bottom: 1.1rem;
}
.hyfcb {
	width: 24%;
	float: left;
	background-color: rgb(255, 255, 255);
	margin-right: 1.333%;
}
 .hyfcb:nth-of-type(4n) {
 margin-right: 0px;
}
.hyfcb .tt {
	width: 100%;
}
.hyfcc {
	overflow: hidden;
	padding: 0.2rem;
}
.hyfcc .yl {
	overflow: hidden;
	margin-bottom: 0.18rem;
}
.hyfcc .p1 {
	font-size: 0.2rem;
	color: rgb(0, 0, 0);
	float: left;
	margin-right: 0.1rem;
}
.hyfcc .p2 {
	font-size: 16px;
	color: rgb(0, 0, 0);
	float: left;
	margin-top: 0.03rem;
}
.hyfcc .p3 {
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8;
}
.zzjg {
	overflow: hidden;
	padding-bottom: 1.15rem;
}
.zzjg .bt {
	width: 6.22rem;
	margin-bottom: 0.4rem;
}
.zzjga {
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}
.zzjgb {
	width: 25%;
	float: left;
	border-bottom: 1px solid rgb(229, 229, 229);
	box-sizing: border-box;
	border-right: 1px solid rgb(229, 229, 229);
}
.zzjgb .tt {
	width: 100%;
}
.hyfc .lj {
	display: block;
	float: right;
	width: 0.62rem;
	margin-top: 0.15rem;
}
.hyfc .lj img {
	width: 0.62rem;
}
.hyfc .yl {
	overflow: hidden;
}
.s-xwdt {
	overflow: hidden;
	max-width: 14.7rem;
	margin: 0px auto;
	padding: 1.15rem 0.2rem 0.25rem;
}
.s-xwdt .yl {
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.s-xwdt .lj {
	display: block;
	float: right;
	width: 0.62rem;
	margin-top: 0.15rem;
}
.s-xwdt .lj img {
	width: 0.62rem;
}
.s-xwdt .bt {
	width: 4.21rem;
}
.xwdta {
	overflow: hidden;
}
.xwdtal {
	float: left;
	width: 41.5%;
}
.xwdtal .tt {
	width: 5.9rem;
	max-width: 100%;
	margin-bottom: 0.2rem;
}
.xwdtar {
	float: right;
	width: 52.7%;
}
.xwdta .wzl {
	overflow: hidden;
	display: block;
	margin-bottom: 0.55rem;
}
.xwdta .wzl h1 {
	font-size: 0.2rem;
	color: rgb(0, 0, 0);
	margin-bottom: 0.15rem;
}
.xwdta .w2 {
	display: block;
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin-bottom: 0.18rem;
}
.xwdta .w1 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.s-yjcg {
	background-color: rgb(34, 31, 31);
}
.yjcga {
	max-width: 14.7rem;
	overflow: hidden;
	margin: 0px auto;
	color: rgb(255, 255, 255);
	padding: 1.2rem 0.2rem 0.5rem;
}
.yjcga .bt {
	float: left;
	width: 4.35rem;
	margin-top: 0.15rem;
	max-width: 38%;
}
.yjcgb {
	float: right;
	width: 60%;
}
.yjcgb .yh {
	float: left;
	width: 0.69rem;
	max-width: 12%;
}
.yjcgc {
	float: right;
	overflow: hidden;
	width: 85%;
}
.yjcgc h1 {
	font-size: 0.24rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.yjcgc p {
	line-height: 2;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.6rem;
}
.zthd {
	max-width: 14.7rem;
	margin: 0px auto;
	overflow: hidden;
	padding: 1.2rem 0.2rem 0px;
}
.zthd .bt {
	margin-bottom: 0.75rem;
	width: 4.44rem;
}
.zthda {
	overflow: hidden;
}
.zthdb {
	background-color: rgb(255, 255, 255);
	text-align: center;
	margin-right: 1.5%;
	width: 32.333%;
	float: left;
}
 .zthdb:nth-of-type(3n) {
 margin-right: 0px;
}
.zthdb p {
	height: 0.63rem;
	line-height: 0.63rem;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.zthdb img {
	width: 100%;
}
.zthd .yl {
	overflow: hidden;
}
.zthd .lj {
	float: right;
	width: 0.62rem;
	height: 0.62rem;
	display: block;
}
.zthd .lj img {
	width: 100%;
}
.xzzxls {
	overflow: hidden;
}
.xzzxa {
	overflow: hidden;
	margin: 0.6rem auto 0px;
	max-width: 14.7rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.xzzxb {
	background: rgb(255, 255, 255);
	position: relative;
	float: left;
	margin-bottom: 15px;
	width: 32.5%;
	margin-right: 1.25%;
	box-sizing: border-box;
	padding: 0.27rem 0.24rem;
	height: auto !important;
}
 .xzzxb:nth-of-type(3n) {
 margin-right: 0px;
}
.xzzxb .tt {
	width: 4.2rem;
	max-width: 100%;
	margin-bottom: 0.25rem;
}
.xzzxb h1 {
	font-size: 0.2rem;
	color: rgb(0, 0, 0);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xzzxb i {
	width: 0.4rem;
	height: 1px;
	display: block;
	background: rgb(204, 204, 204);
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}
.xzzxb .wz {
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.8;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xzzxb .sj {
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin: 0.15rem 0px;
}
.zsfyl {
	overflow: hidden;
	max-width: 14.7rem;
	padding: 0px 0.2rem;
	margin: 0px auto;
}
.inner-banner .dh {
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 0.25rem;
	bottom: 0.6rem;
	position: absolute;
	max-width: 14.3rem;
	left: 7.5%;
}
.inner-banner .dh img {
	margin-right: 0.15rem;
	width: 0.21rem;
}
.zt-swiper {
	width: 100%;
	padding-bottom: 50px;
}
.zt-swiper .swiper-slide {
	width: 100%;
}
.zt-swiper .swiper-pagination {
	width: 100%;
	margin-top: 20px;
}
.zt-swiper .swiper-pagination-bullet {
	margin-right: 14px;
	background: rgb(255, 255, 170);
}
.zt-swiper .swiper-pagination-bullet-active {
	background-color: rgb(239, 0, 30);
}
.qwdtl {
	position: relative;
	width: 100%;
	height: 100%;
}
.qwdtla {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: rgb(255, 255, 255);
}
.qwdtla h6 {
	font-weight: normal;
	font-size: 1.06rem;
	margin-top: 15%;
	margin-bottom: 0.16rem;
 letter-spacing:.5rem
}
.dla i {
	width:1px;
	height:10px;
	border-right:1px #000 solid;
}
.dl .dla i:last-child {
	display:none
}
.qwdtla p {
	font-size: 0.27rem;
	font-weight: lighter;
}
.qwdtl img {
	max-width: 100%;
}
.quanwu {
	overflow: hidden;
}
.quanwu .dl {
	background-color: rgb(255, 255, 255);
	min-height: 0.66rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-bottom: 0.4rem;
	/* overflow: hidden; */















		width: 100%;
	display: inline-block;
}
.quanwu .dla {
	float: left;
}
.quanwu .dla a {
	line-height: 0.66rem;
	color: rgb(145, 145, 145);
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
}
.quanwu .dla a:hover, .quanwu .dla a.on {
	/*border-bottom:2px #000 solid;
	font-weight:bold;*/
	background: url(../images/up.png) no-repeat center 116%;
	background-size:40%
}
.dlb {
	float: right;
	position: relative;
	height: 100%;/*padding-bottom: 0.2rem;*/
}
.dlb>a {
	float: left;
	color: rgb(19, 19, 19);
	font-size: 16px;
	padding: 0 10px;
	margin: 0 10px;
	line-height: 0.66rem;
}
.dlb a.on, .dlb a:hover {
	border-bottom: 2px solid rgb(19, 19, 19);
}
.quanwua {
	overflow: hidden;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.quanwub {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-right: 1.2%;
	padding-bottom: 0.55rem;
	display: block;
}
.quanwub .tt {
	width: 100%;
	margin-bottom: 0.25rem;
}
.quanwub h1 {
	font-weight: normal;
	color: rgb(19, 19, 19);
	font-size: 18px;
	margin-bottom: 0.15rem;
}
.quanwub .yl {
	overflow: hidden;
}
.quanwub .p1 {
	float: left;
	font-size: 14px;
	color: rgb(159, 159, 159);
}
.quanwub .yjt {
	float: right;
}
.quanwub .yjt img {
	width: 0.21rem;
}
 .quanwub:nth-of-type(2n) {
 padding-left: 1.2%;
 padding-right: 0px;
}
.qwjzgd {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem auto 0.5rem;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	box-sizing: border-box;
	display: block;
}
.qwjzgd span {
	color: rgb(19, 19, 19);
	font-size: 0.14rem;
	display: block;
}
.qwjzgd img {
	width: 0.09rem;
	padding-top: 0.3rem;
	padding-bottom: 0.18rem;
}
.aboutls {
	overflow: hidden;
	padding: 0px 0.5rem;
}
.aboutlsa {
	overflow: hidden;
	margin-bottom: 0.6rem;
	background-color: rgb(255, 255, 255);
	position: relative;
}
.aboutl .tt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutl {
	float: left;
	width: 59%;
	position: absolute;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.aboutr {
	float: right;
	box-sizing: border-box;
	padding-left: 5.1vw;
	width: 41%;
}
.aboutlsa h1 {
	font-weight: normal;
	margin-top: 4.1vw;
	color: rgb(19, 19, 19);
	font-size: 0.32rem;
	margin-bottom: 3.1vw;
}
.aboutlsa h1.aa {
	margin-top: 0.78rem;
	margin-bottom: 0.6rem;
}
.aboutlsa .p1 {
	font-weight: bold;
	font-size: 16px;
	color: rgb(19, 19, 19);
}
.aboutlsa .p2 {
	font-size: 16px;
	color: rgb(19, 19, 19);
	margin-bottom: 2.1vw;
	margin-top: 0.1rem;
}
.aboutlsa.yy .aboutr {
	width: 59%;
	padding-right: 0.5rem;
	float: left;
}
.aboutlsa.yy .aboutl {
	width: 41%;
	float: right;
	right: 0px;
}
.aboutlsa .tij {
	display: block;
	text-align: center;
	margin: 0.45rem auto 0.8rem;
	background-color: rgb(0, 0, 0);
	width: 1.94rem;
	height: 0.53rem;
	line-height: 0.53rem;
	border-radius: 0.02rem;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
}
.aboutr .srk {
	float: left;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 0.1rem;
	width: 48%;
	overflow: hidden;
	margin-bottom: 0.45rem;
}
.aboutr .srk .z1 {
	float: left;
	font-size: 16px;
	color: rgb(153, 153, 153);
	margin-right: 0.1rem;
}
.aboutr .srk input {
	float: left;
	border: none;
	width: 60%;
	font-size: 16px;
	color: rgb(153, 153, 153);
	background: none;
}
.srkls {
	overflow: hidden;
}
 .aboutr .srk:nth-of-type(2n) {
 float: right;
}
.aboutr .srka {
	width: 100%;
	border-bottom: 1px solid rgb(204, 204, 204);
	overflow: hidden;
}
.aboutr .srka .z1 {
	float: left;
	font-size: 16px;
	color: rgb(153, 153, 153);
	margin-right: 0.1rem;
}
.aboutr textarea {
	float: left;
	width: 87%;
	font-size: 16px;
	color: rgb(204, 204, 204);
	border: none;
}
.jjxlsf {
	overflow: hidden;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.jjxlsfa {
	float: left;
	width: 23.2%;
	margin-right: 2.3%;
	position: relative;
	margin-bottom: 0.25rem;
}
.xgtja2 .jjxlsfa {
	width: 31.8%;
}
.jjxlsfc {
	position: absolute;
	right: 0.2rem;
	top: 0.18rem;
}
.jjxlsfc .t2 {
	width: 0.29rem;
	float: left;
	margin-left: 0.15rem;
	margin-top: 0.06rem;
}
.jjxlsfc .t1 {
	width: 0.17rem;
	float: left;
}
 .jjxlsfa:nth-of-type(4n) {
 margin-right: 0px;
}
 .xgtja2 .jjxlsfa:nth-of-type(3n) {
 margin-right: 0px;
}
.jjxlsfa:hover .wzjs {
	background-color: rgb(255, 255, 255);
}
.jjxlsfa .wzjs {
	width: 100%;
	box-sizing: border-box;
	padding: 0.25rem 0px;
	transition: all 0.3s ease 0s;
}
.jjxlsfa:hover .wzjs {
	padding: 0.25rem;
	transition: all 0.3s ease 0s;
}
.jjxlsfa .tt {
	width: 100%;
}
.jjxlsfa h1 {
	font-size: 20px;
	color: rgb(19, 19, 19);
	font-weight: normal;
	margin-bottom: 0.2rem;
	line-height: 1;
}
.jjxlsfa .wzjs .wz {
	float: left;
	color: rgb(153, 153, 153);
	font-size: 14px;
	width: calc(100% - 30px);
}
.jjxlsfa .wzjs .xtt {
	float: right;
	width: 0.21rem;
}
.xydd {
	display: block;
	height: 0.49rem;
	background-color: rgb(0, 0, 0);
	padding-right: 15px;
}
.xydd span {
	font-size: 15px;
	color: rgb(255, 255, 255);
	display: block;
	line-height: 0.49rem;
	float: left;
}
.xydd img {
	width: 0.21rem;
	float: left;
	margin-left: 0.08rem;
	margin-top: 0.14rem;
	margin-right: 0.05rem;
}
.dlb a.xydd {
	padding-top: 0px;
}
.xgtj {
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.xgtj h5 {
	text-align: center;
	font-size: 0.32rem;
	line-height: 1;
	margin-top: 0.55rem;
	margin-bottom: 0.35rem;
	font-weight: normal;
}
.xgtja {
	overflow: hidden;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.rzjjxq {
	overflow: hidden;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.rzjjxqa {
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}
.rzjjxqar {
	float: left;
	width: 52%;
	box-sizing: border-box;
	padding-right: 4%;
	padding-left: 3%;
	padding-bottom: 30px;
}
.rzjjxqar h1 {
	font-weight: normal;
	font-size: 0.32rem;
	color: rgb(19, 19, 19);
	line-height: 1;
	margin-top: 0.75rem;
	margin-bottom: 0.2rem;
}
.rzjjxqar .p1 {
	color: rgb(153, 153, 153);
	font-size: 16px;
	margin-bottom: 0.22rem;
}
.rzjjxqar .jgl {
	/* height: 0.65rem; */















    box-sizing: border-box;
	padding-top: 0.22rem;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 16px;
	margin-bottom: 0.3rem;
	overflow: hidden;
	padding-bottom: 0.2rem;
}
.rzjjxqar .p3 {
	line-height: 2;
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align:justify
}
.canshu input[type="radio"] {
	display:none;
}
.canshu input[type="radio"] + label {
	padding:0.5em 1em;
	border:1px solid rgb(102, 102, 102);
	font-size:16px;
	cursor: pointer;
}
.canshu input[type="radio"]:checked + label, .canshu label:hover {
	padding: 0.5em 1em;
	border: 1px solid rgb(239, 49, 49);
	color: rgb(239, 49, 49);
}
.joinCar {
	font-size: 18px;
	padding: 10px 15px;
	background:#000;
	border:none;
	margin-top: 0.5rem;
	color:#fff;
	transition: padding 0.3s ease 0s;
	cursor: pointer;
	float:left
}
.joinCar span {
padding-left:.1rem;
}
.contact_dd {
	font-size: 18px;
	padding: 10px 15px;
	background:#000;
	border:none;
 margin: 0.5rem 0 0 .1rem;
	color:#fff;
	transition: padding 0.3s ease 0s;
	float:left;
}
.contact_dd a {
	width:100%;
	float:left
}
.contact_dd img {
padding-right:.1rem;
}
.joinCar:hover, .contact_dd:hover {
	padding: 10px 20px;
}
.rzjjxqar h3 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
}
.rzjjxqar .jgl .p2 {
	color: rgb(19, 19, 19);
	float: left;
	margin-right: 0.1rem;
}
.rzjjxqar .jgl .p2 .login {
	color: red;
	font-size: 24px;
}
.hover212 {
	position: absolute;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.jjxlsfa a:hover .hover212 {
	opacity:1;
}
.hover212 img {
	transition: all 0.5s;
}
.hover212:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.hover212 img {
	width:100%
}
.rzjjxqar .jgl .a1 {
	float: left;
	color: rgb(239, 49, 49);
	cursor: pointer;
}
.dll, .xyd_button {
	cursor: pointer;
}
.rzjjxqar .jgl .a2 {
	float: left;
	margin-left: 0.4rem;
	color: rgb(153, 153, 153);
}
.rzjjxqar .jgl .a2 img {
	width: 15px;
	margin-right: 0.08rem;/* float: left; */
}
.rzjjxqar .jgl .a2 span {
/* line-height: 0.18rem; */















    /* display: block; */















    /* float: left; */















}
.rzjjxqal {
	float: left;
	width: 48%;
	height: 100%;
}
.rzjjxqb {
	margin: 0.5rem auto;
	overflow: hidden;
	padding-top: 0.65rem;
	background-color: rgb(255, 255, 255);
}
.rzjjxqb .wz1 {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	font-size: 15px;
	color: rgb(153, 153, 153);
	line-height: 2;
}
.rzjjxqb .dtt {
	width: 100%;
	margin-top: 0.6rem;
}
.rzjjxqc {
	overflow: hidden;
}
.rzjjxqb .xtt {
	width: 100%;
	float: left;
}
.rzjjxqcl {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding-left: 0.7rem;
	padding-right: 1.1rem;
}
.rzjjxqcl h2 {
	font-size: 26px;
	color: rgb(19, 19, 19);
	font-weight: normal;
	line-height: 1;
	margin-top: 3.2rem;
	margin-bottom: 0.3rem;
}
.rzjjxqcr {
	width: 40%;
	float: left;
}
.rzjjxqcl p {
	font-size: 15px;
	color: rgb(153, 153, 153);
	line-height: 2;
	margin-bottom: 0.4rem;
	text-align:justify
}
.rzjjxqe {
	margin-top: 0.5rem;
	background-color: rgb(255, 255, 255);
}
.rzjjxqe .xqt {
	display: block;
	width: 100%;
}
.rzjjxqf {
	height: 1.2rem;
	box-sizing: border-box;
	padding-top: 0.35rem;
	width: 5.3rem;
	margin: 0px auto;
}
.rzjjxqf a {
	float: left;
	width: 33.3%;
	display: block;
}
.rzjjxqf a img {
	margin-right: 0.1rem;
	width: 0.42rem;
}
.rzjjxqf a span {
	line-height: 0.42rem;
}
 .rzjjxqf a:nth-of-type(3) {
 text-align: right;
}
 .rzjjxqf a:nth-of-type(2) {
 text-align: center;
}
.cpkjls {
	margin-top: -1rem;
	z-index: 99999;
	position: absolute;
	width: 100%;
}
.cpkjls .dhl {
	overflow: hidden;
	width: 100%;
}
.cpkjls .dhla {
	float: left;
	width: 50%;
}
.cpkjls .dhla .yll {
	overflow: hidden;
	text-align: center;
	height: 0.82rem;
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.66);
	font-size: 0.32rem;
	line-height: 0.82rem;
}
.cpkjls .dhla .yll a {
	width: 100%;
	height: 100%;
	float: left;
}
.cpkjls .dhla.on .yll {
	background-color: rgb(255, 255, 255);
	color: rgb(19, 19, 19);
}
.cpkjls .dhla .yla {
	height: 0.82rem;
	background-color: rgb(255, 255, 255);
 line-height:.8rem
}
.cpkjls .dhla .ylb {
	font-size: 16px;
	color: rgb(19, 19, 19);
	display: none;
	width: 100%;
	height: 100%;
}
.cpkjls .dhla .ylb a {
	padding: 0px 0.2rem;
	display: block;
	float: left;
}
.cpkjls .dhla .ylb a.on, .cpkjls .dhla .ylb a:hover {
	border-bottom: 2px solid #000;
}
.cpkjls .dhla.on .yla .ylb {
	display: flex;
}
.qwdzxqt {
	overflow: hidden;
	margin: 0.9rem 0.5rem 0.45rem;
	display: none;
}
.qwdzxqt.on {
	display: block;
}
.qwdzxqt .dtt {
	display: block;
	width: 100%;
	margin-top: 0.45rem;
}
.qwwzjs {
	width: 100%;
	position: relative;
}
.qwwzjsa {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 5vw;
	background: rgb(0, 0, 0, .5);
	padding: 0.2rem 5%;
}
.qwwzjsa h4 {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin-top: 1vw;
	margin-bottom: 0.3rem;
}
.contact_box {
	width:48%;
	float:left
}
.contact_ewm img {
	width:80%
}
.contact_box2 {
	width:100%;
	float:left
}
.qwwzjsa p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align:justify
}
.xinyuan {
	margin-top: 0.4rem;
}
.xinyuana {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.xinyuana .dhll {
	height: 0.7rem;
	background-color: rgb(6, 1, 0);
	overflow: hidden;
}
.xinyuana .dhll .xz {
	margin: 0.24rem 0.15rem 0.24rem 0.24rem;
	width: 0.24rem;
	height: 0.24rem;
	background-color: rgb(255, 255, 255);
	float: left;
	display: block;
}
.xinyuana .dhll p {
	float: left;
	color: rgb(255, 255, 255);
	line-height: 0.7rem;
	font-size: 18px;
}
.xinyuanb {
	background-color: rgb(255, 255, 255);
	margin-bottom: 0.22rem;
	box-sizing: border-box;
	padding-top: 0.25rem;
	overflow: hidden;
	padding-bottom: 0.28rem;
}
.xinyuanc .gg {
	width: 0.16rem;
	margin: 0.03rem auto 0px 0.02rem;
	display: none;
	float: left;
}
.xinyuanc.on .gg {
	display: block;
}
.xinyuanc {
	float: left;
	box-sizing: border-box;
	width: 50%;
	overflow: hidden;
}
.xinyuanc .xz {
	width: 0.24rem;
	height: 0.24rem;
	float: left;
	border: 1px solid rgb(204, 204, 204);
	margin: 0px 0.25rem;
}
.xinyuanc a {
	display: block;
}
.xinyuanc .check {
	float: left;
}
.xinyuanc .cpxq {
	float: left;
	overflow: hidden;
	width: 70%;
	padding-left: 3%;
}
.xinyuanc .cpxq .xyt {
	width: 1.64rem;
	max-width: 10vw;
	float: left;
	margin-right: 0.18rem;
}
.xinyuanc .w1 {
	font-size: 18px;
	color: rgb(6, 1, 0);
	padding-top: 0.1rem;
}
.xinyuanc .w2 {
	font-size: 18px;
	color: rgb(6, 1, 0);
	float: right;
	padding-top: 0.16rem;
}
.xinyuanc .sc {
	display: block;
	float: right;
	margin-right: 0.7rem;
	padding-top: 0.1rem;
}
.xinyuanc .sc img {
	width: 0.24rem;
}
.xinyuanc .cpxqa {
	margin-left: 10%;
	float: left;
	padding-top: 0.1rem;
	width: 69%;
}
.xinyuanc .yl {
	overflow: hidden;
	margin-bottom: 0.18rem;
}
.xinyuanc .yl .w3 {
	float: left;
	color: rgb(19, 19, 19);
	font-size: 16px;
	font-weight: bold;
	margin-right: 0.25rem;
}
.xinyuanc .yl .w4 {
	float: left;
	color: rgb(19, 19, 19);
	font-size: 16px;
}
.xinyuana .dhll.yy {
	background-color: rgb(209, 209, 208);
}
.xinyuana .dhll p.yy {
	float: right;
	margin-right: 0.7rem;
}
.xinyuana .dhlla {
	float: left;
	width: 50%;
}
.xinyuana .dhll p.zz {
	margin-left: 10%;
}
.xinyuana .dhll p.uu {
	float: right;
	margin-right: 0.7rem;
}
.xinyuana .dhll p.cp {
	margin-left: 0.3rem;
}
.xinyuana .dhll.yy .xz {
	background-color: rgb(245, 245, 245);
}
.xinyuana .dhll.yy p {
	color: rgb(6, 1, 0);
}
.xinyuana .dhll.yy .p2 {
	margin-left: 0.5rem;
	line-height: 0.7rem;
	font-size: 18px;
	color: rgb(6, 1, 0);
}
.xinyuana .dhll.yy {
	margin-bottom: 0.5rem;
}
.xytan {
	width: 2.3rem;
	overflow: hidden;
	position: fixed;
	bottom:20%;
	right: 0;
	z-index: 99;
	background-color: rgb(240, 240, 240);
	display: none;
}
.quanwu.rz .dl {
	padding-right: 0.13rem;
}
.xytan .dh {
	height: 0.5rem;
	background-color: rgb(6, 1, 0);
	width: 100%;
	color: rgb(255, 255, 255);
}
.xytan .dh img {
	width: 0.21rem;
	margin-right: 0.1rem;
}
.xytana {
	
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	height: 300px;
    overflow: auto;
    white-space: nowrap;
}
.xytanb {
	border-bottom: 1px solid rgb(204, 204, 204);
	overflow: hidden;
	padding-top: 0.15rem;
	padding-bottom: 0.1rem;
}
.xytanb img {
	float: left;
	margin-right: 0.05rem;
	width: 0.08rem;
	margin-top: 0.08rem;
}
.xytanb .ylr {
	float: left;
	width: 93%;
	font-size: 14px;
	color: rgb(19, 19, 19);
}
.xytanb .ylr p {
	line-height: 2;
}
.xytan .ckdd {
	color: rgb(19, 19, 19);
	display: block;
	width: 100%;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	background-color: rgb(216, 216, 216);
}
.xytanb:last-of-type {
	border-bottom: none;
}
.bgbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.44);
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}
.hydl {
	width: 8.36rem;
    overflow: hidden;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    margin-left: -4.18rem;
    z-index: 99999;
    background-color: rgb(255, 255, 255);
    display: none;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
}
.hydll {
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.hydll .dtt {
	width: 100%;
}
.hydll .lo {
	width: 1.58rem;
	margin: 0.3rem auto;
}
.hydll h1 {
	text-align: center;
	line-height: 1;
	font-size: .26rem;
	color: rgb(19, 19, 19);
	margin-bottom: 0.3rem;
	margin-top: 0.15rem;
	font-weight: normal;
}
.hydll input {
	width: 3.62rem;
	height: 0.54rem;
	background-color: rgb(236, 235, 235);
	box-sizing: border-box;
	font-size: .16rem;
	color: rgb(153, 153, 153);
	border: none;
	margin-bottom: 0.22rem;
	padding-left: 0.17rem;
}
.hydll .ljdl {
	width: 3.62rem;
	height: 0.54rem;
	line-height: 0.54rem;
	display: block;
	color: rgb(255, 255, 255);
	background-color: rgb(8, 4, 3);
	font-size: .18rem;
	margin: 0px auto 0.3rem;
}
.hydll .wz {
	text-align: center;
	font-size: .16rem;
	color: rgb(95, 95, 95);
	margin-bottom: 0.15rem;
	cursor:pointer
}
.hydl.zhuc {
	display: none;
	height: 6.52rem;
}
.hydll .yzm {
	width: 3.62rem;
	height: 0.54rem;
	background-color: rgb(236, 235, 235);
	box-sizing: border-box;
	margin: 0px auto 0.22rem;
}
.hydll .yzm input {
	width: 68%;
	float: left;
}
.hydll .yzm img {
	float: left;
	width: 1.12rem;
	margin-top: 0.1rem;
}
.zhuc .hydll .lo {
	margin-bottom: 0.15rem;
}
.header .zcd {
	width: 100%;
	height: 1.2rem;
	padding: 0 15px;
	overflow: hidden;
	box-sizing: border-box;
	position: fixed;
	top: -1.2rem;
	left: 0;
	display: block;
	background-color: #fff;
	z-index: 888;
	/*box-shadow:0 0 13px 0 #ddd;
	display: none;*/
	opacity: 0;
}
.header .center-head .nav li:hover .zcd {
	/*display: block;*/
	transition: all .7s ease 0s;
	opacity: 1;
	top: 0.88rem;
}
.candan2{
    background-color: rgb(255, 255, 255);
    padding:0 0.5rem;
    width: 100%;
    height:100%; 
    margin-bottom:.2rem;
    float:left}

.candan2 a{ float: left;
    padding: 0.2rem 0.15rem !important;
    text-align: center;border-bottom: 4px solid #fff;transition: all .5s ease 0s;}
 .candan2 a:hover {
    border-bottom: 4px solid #000;
} 
			    .candan2 a img{display: block;
    margin: 0 auto;}
 .candan2 a span{display: block;
    color: #000;
    font-size: 16px;
    margin-top: 0.1rem;}  
.header .zcd a {
	display: block;
	float: left;
	padding:.2rem 0.15rem !important;
	text-align: center;
	    transition: all 0.3s ease 0s
}
.header .zcd a img {
	display: block;
	margin: 0 auto;
}
.header .zcd a span {
	display: block;
	color: #000;
	font-size: 14px;
	margin-top: 0.1rem;
}
.header .zcd a:hover {
	border-bottom: 4px solid #000;
}
.szalxq .rzjjxqe {
	overflow: hidden;
	border-bottom: 1px solid rgb(204, 204, 204);
	background: none;
}
.szalxqa {
	overflow: hidden;
}
.szalxqa h1 {
	line-height: 1;
	font-size: 32px;
	text-align: center;
	margin-top: 0.8rem;
	margin-bottom: 0.3rem;
	font-weight: normal;
	color: rgb(19, 19, 19);
}
.szalxqa p {
	color: rgb(19, 19, 19);
	font-size: 16px;
	text-align: center;
	line-height: 2;
	margin-bottom: 0.55rem;
}
.szalxqb {
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}
.szalxqbl {
	float: left;
	width: 58%;
}
.szalxqbl img {
	width: 100%;
}
.szalxqbr {
	width: 42%;
	float: left;
	box-sizing: border-box;
	padding: 0.5rem;
}
.szalxqbr h1 {
	font-weight: normal;
	font-size: 26px;
	color: rgb(19, 19, 19);
	margin-bottom: 0.3rem;
}
.szalxqbr .p1 {
	font-size: 15px;
	color: rgb(102, 102, 102);
	margin-bottom: 0.4rem;
	line-height: 2;
	text-align:justify
}
.szalxqbr .p2 {
	font-size: 16px;
	color: rgb(19, 19, 19);
	margin-bottom: 0.2rem;
}
.my-swiper .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
}
.my-swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
}
.my-swiper .swiper-pagination {
	text-align: right;
	padding-right: 40px;
	bottom: 30px;
	color: rgb(255, 255, 255);
}
.my-swiper .swiper-slide {
	overflow: hidden;
}
.my-swiper .swiper-slide img {
	display: block;
	width: 100%;
}
.footer_s {
	border-top: 1px dotted rgb(107, 107, 107);
	overflow: hidden;
	color: rgb(255, 255, 255);
	line-height: 50px;
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	height: 50px;
	opacity: 0.6;
}
.footer_sc {
	padding: 0px 0.5rem;
}
.footer_s_l {
	float: left;
}
.footer_s_l span {
	margin-right: 40px;
}
.footer_s_r {
	float: right;
}
.rz-swiper .swiper-pagination-bullet-active {
	background-color: rgb(51, 51, 51);
}
.rz-swiper .swiper-slide img {
	width: 100%;
	object-fit: cover;
}
.sygsjs {
	background-color: #fff;
	padding: 0.5rem;
	padding-top: 1.2rem;
}
.sygsjsa {
	float: left;
	width: 64%;
}
.sygsjsb {
	float: left;
	width: 36%;
}
.sygsjs .tt2 {
	width: 100%;
}
.sygsjs .tt1 {
	width: 100%;
}
.sygsjsl {
	float: left;
	width: 35%;
}
.sygsjsl h1 {
	font-size: 42px;
	color: #131313;
	font-weight: normal;
}
.sygsjsl .p1 {
	font-size: 24px;
	color: #c3c3c3;
	margin-top: 0.2rem;
}
.sygsjsr {
	background: url("../images/yin2.png") no-repeat left top, url("../images/yin1.png") no-repeat right bottom;
	background-size: 0.33rem 0.32rem;
	float: left;
	width: 65%;
	margin-bottom: 0.6rem;
}
.sygsjsr h2 {
	font-size: 30px;
	color: #131313;
	padding-left: 0.6rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.sygsjsr .p2 {
	line-height: 2;
	font-size: 15px;
	color: #131313;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	text-align:justify
}
.syaljx {
	overflow: hidden;
	background-color: #fff;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.syaljx h1 {
	text-align: center;
	font-size: 42px;
	color: #000;
	font-weight: normal;
	margin-top: 0.8rem;
	margin-bottom: 0.2rem;
}
.syaljx .pp {
	text-align: center;
	color: #8f8f8f;
	font-size: 18px;
	margin-bottom: 0.55rem;
}
.syaljx h1.xbt {
	text-align: left;
}
.syaljx .jtt {
	width: 0.63rem;
	height: 0.63rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 0.25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sydfb {
	overflow: hidden;
}
.sydfb h4 {
	text-align: center;
	font-size: .42rem;
	color: #000;
	font-weight: normal;
	margin-top: 0.8rem;
	margin-bottom: 0.2rem;
}
.sydfb .pp {
	text-align: center;
	color: #8f8f8f;
	font-size: 18px;
	margin-bottom: 0.55rem;
}
.sydfba {
	width: 49%;
	float: left;
	overflow: hidden;
	margin-right: 2.3%;
}
.sydfbb {
	position: relative;
	/* width: 97%; */















    color: #ffffff;
}
.sydfbc {
	overflow: hidden;
	width: 100%;
}
.sydfbc .jjxlsfa:last-of-type {
	margin-right: 0;
}
.sydfbb .tt {
	width: 100%;
}
.sydfbe {
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 0.25rem;
}
.sydfbe h1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 0.18rem;
}
.sydfbe p {
	font-size: 14px;
	color: #cccccc;
}
.sydfbe .xtt {
	float: right;
}
.jjxlsfa.sy {
	margin-right: 2.3%;
}
.jjxlsf .jjxlsfa:last-of-type {
	margin-right: 0;
}
.sydfbe .wzjs {
	transition: all 0.3s ease 0s;
}
.sydfbb:hover .wzjs {
	padding: 0.25rem;
	transition: all 0.3s ease 0s;
}
#goodsCar {
	position: fixed;
    right: 15px;
    bottom: .5rem;
z-index: 999;
cursor: pointer;
}
.u-flyer {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: fixed;
	z-index: 9999;
}
 @-webkit-keyframes run-top {
 0% {
 top: 800px;
}
 50% {
 top: 400px;
}
 100% {
 top: 100px;
}
}
 @-webkit-keyframes run-right {
 0% {
 right: 1400px;
}
 100% {
 right: 50px;


        width: 30px;
 height: 30px;
}
}
/*地图*/
	  .sygsjsb {
    float: left;
    width: 36%;
    height: 2.47rem;
}
			.sygsjsb .my-map { margin: 0 auto; width: 656px; height: 450px; } .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
     .sygsjsb .amap-container{height: 100%;}
     .sygsjsb .myinfowindow{width: 240px;min-height: 50px;}
     .sygsjsb .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
     .sygsjsb .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }