body {
	overflow-x: hidden;
}

img {
	transition: all .3s;
}

.indexBox {
	margin-top: 100px;
}

.popup .pubic1 {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	z-index: 99999999;
}

.noYet {
	background-color: rgba(0, 0, 0, .6);
	display: none;
}

.subSucc {
	background-color: rgba(19, 78, 172, .8);
	display: none;
}

.crumbs {
	background-color: #F6F6F6;
}

.crumbs .con .left {
	display: flex;
	align-items: center;
	padding: 22px 0;
}

.crumbs .arrow {
	margin: 0 5px;
}

.crumbs_active {
	color: #1567D9 !important;
}

.c999 {
	color: #999;
}

.c333 {
	color: #333;
}

.c6f {
	color: #6F6F6F;
}

.c1b {
	color: #1B1B1B;
}

.ee3 {
	color: #EE311D;
}

.cfff {
	color: #fff;
}

.box {
	background-size: cover;
	text-align: center;
	position: relative;
}

.Indexbox {
	height: 100vh;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_title {
	width: 100%;
	/* padding: 208px 0; */
	font-size: 8rem;
	letter-spacing: 24px;
	position: absolute;
	top: 38%;
	text-align: center;
}

.choice {
	width: 100%;
	padding: 50px 0 20px 0;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
}

.choice ul {
	display: flex;
	justify-content: center;
	margin: 0 -90px;
}

.choice li {
	width: 20%;
}

.choice li a {
	margin: 0 auto;
	width: 120px;
}

.choice li div {
	transition: all .3s;
}

.choice li .top {
	width: 100%;
	padding: 24.6% 0;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 50%;
	transition: all .3s;
}

.choice li .top div {
	width: 45%;
	padding-top: 51%;
}

.choice li:nth-child(4) .top {
	padding: 28% 0;
}

.choice li:nth-child(4) .top div {
	width: 57%;
	padding-top: 44%;
}

.choice li:hover .top {
	background-color: #1668D9;
}

.choice li:hover div {
	color: #1668D9;
}

/* a标签的focus修改 */
a:focus {
	text-decoration: none;
}

/* 首页--客户 */
.bannerSwiper .swiper-pagination {
	left: 87.5% !important;
	bottom: 50%;
	display: flex;
	flex-direction: column;
}

.bannerSwiper .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	/* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
}

.bannerSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	opacity: 0.1;
	border-radius: 50%;
	transition: all .3s;
	margin: 3px 0 !important;
}

.bannerSwiper .swiper-pagination-bullet-active {
	width: 14px;
	height: 60px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 7px;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
	display: none !important;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 50%;
	background-size: 12px 44px !important;
	display: none;
	transition: all .3s;
}

.bannerSwiper:hover .swiper-button-next,
.bannerSwiper:hover .swiper-button-prev {
	display: block;
}

.indexBanner {
	padding-top: 41%;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	/* margin-top: 100px; */
	position: relative;
}

.indexBanner .wrap {}

.indexBanner .title {
	/* width: 31.1%; */
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	letter-spacing: 2px;
}

.indexBanner .title p:nth-child(3) {
	padding-bottom: 120px;
}

.indexBannerCon {
	position: relative;
}

.indexBannerCon .bidding {
	width: 58.33%;
	position: absolute;
	right: 0;
	bottom: 10%;
	transform: translateY(-40%);
	display: flex;
	z-index: 9;
}

.indexBannerCon .bidding .left {
	width: 48.14%;
	height: 220px;
	padding: 20px 40px;
	background-color: rgba(22, 104, 217, .8);
	transition: all .3s;
}

.indexBannerCon .bidding .left:hover {
	background-color: rgba(22, 104, 217, 1);
}

.indexBannerCon .bidding a {
	color: #fff;
	display: flex;
	font-weight: 500;
	margin-bottom: 20px;
	transition: all .3s;
}

.indexBannerCon .bidding .lists {
	height: 70%;
}

.indexBannerCon .bidding .lists .noticeSwiper {
	width: 100%;
	height: 100%;
}

.indexBannerCon .bidding li:last-child a {
	margin-bottom: 0;
}

.indexBannerCon .bidding a:hover {
	text-decoration: revert !important;
}

.indexBannerCon .bidding a span {
	margin-right: 5px;
}

.indexBannerCon .bidding a div {
	letter-spacing: 1px;
}

.indexBannerCon .bidding li {
	/* list-style: disc; */
}

.indexBannerCon .bidding .right {
	width: 29.4%;
	height: 100%;
	overflow: hidden;
}

.indexBannerCon .bidding .right img {
	/* width: 100%; */
	height: 100%;
	object-fit: cover;
}

.more {
	width: 220px;
	padding: 10px 20px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	background-image: url(../images/more-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 9;
}

.more::before {
	content: '';
	display: block;
	height: 0;
	border-bottom: 20px solid transparent;
	border-right: 50px solid transparent;
	border-top: 1px solid transparent;
	border-left: 192px solid rgba(255, 255, 255, .3);
	position: absolute;
	top: -6px;
	left: 12px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	overflow: hidden;
}

.more1::before {
	border-left: 192px solid rgba(96, 96, 96, .3);
}

.more:hover::before {
	transform: rotateZ(6deg);
	opacity: 1;
	visibility: visible;
}

.indexAbout {
	padding: 6.25% 0;
	background-position-x: right;
	background-repeat: no-repeat;
}

.indexAbout .one {
	display: flex;
	justify-content: space-between;
	margin-bottom: 88px;
	align-items: flex-end;
}

.indexAbout .one .left {
	width: 58.75%;
	padding: 0 5.9% 0 90px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.indexAbout .one .left .title {
	color: #1668D9;
	margin-bottom: 30px;
}

.indexAbout .one .left .title::before {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	background: #1567D9;
	margin-bottom: 18px;
}

.indexAbout .one .left .about_us {
	display: flex;
}

.indexAbout .one .left div {
	/* padding-top: 51.2%; */
	font-weight: normal;
}

.indexAbout .one .right {
	line-height: 30px;
	display: flex;
	flex-direction: column;
	padding-right: 11%;
}

.indexAbout .one .right div:nth-child(2) {
	display: none !important;
}

.indexAbout .one .dec {
	text-align: justify;
	/* margin-bottom: 3%; */
}

.indexAbout .two div {
	padding-top: 23.62%;
}

.indexAbout .three {
	margin-top: 86px;
}

.indexAbout .three ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.indexAbout .three li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.indexAbout .three li .top {
	display: flex;
	align-items: center;
}

.indexAbout .three li .top span {
	font-family: 'BT';
	letter-spacing: 2px;
}

.indexAbout .three li .top span:nth-child(2) {
	margin-top: -50px;
}

.indexProduct {
	padding: 136px 0 192px 0;
	background-position: center;
	background-repeat: no-repeat;
}

.indexProduct .one .dec {
	width: 44.24%;
	margin-bottom: 60px;
}

.indexProduct .tabs_header ul {
	display: flex;
}

.indexProduct .tabs_header li {
	padding: 0 16px;
	margin-right: 10px;
	border: 1px solid rgba(238, 238, 237, .3);
	color: rgba(255, 255, 255, .3);
	cursor: pointer;
	position: relative;
	transition: all .3s;
}

.indexProduct .tabs_header li::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 7px solid transparent;
	border-right: 50px solid transparent;
	border-top: 1px solid transparent;
	border-left: 82px solid rgba(255, 255, 255, .3);
	position: absolute;
	top: 1px;
	left: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform-origin: 100% 100%;
}

.indexProduct .tabs_header li:hover {
	background: url(../images/more-bg.jpg) no-repeat center;
	color: #fff;
}

.indexProduct .tabs_header li:hover::before {
	transform: rotateZ(3.5deg);
	opacity: 1;
	visibility: visible;
}

.indexProduct .productSwiper .swiper-slide {
	transform: scale(0.95, .9);
	transition: all .3s;
	width: 25%;
}

.indexProduct .productSwiper .swiper-slide:hover {
	transform: scale(1);
}

.active {
	background: url(../images/more-bg.jpg) no-repeat center;
	color: #fff !important;
}

.active::before {
	transform: rotateZ(3.5deg) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.indexProduct .two {
	margin-top: 74px;
	position: relative;
}

.indexProduct .two1 {
	display: none;
}

.indexProduct .act11 {
	display: block !important;
}

.indexProduct .act11 .wrap {
	position: relative;
}

.indexProduct .two .swiper-button-prev {
	background-image: url(../images/more1.png);
	width: 50px !important;
	height: 48px !important;
	background-size: 50px 48px !important;
	left: -40px !important;
	transform: rotate(180deg);
}

.indexProduct .two .swiper-button-next {
	background-image: url(../images/more1.png);
	width: 50px !important;
	height: 48px !important;
	background-size: 50px 48px !important;
	right: -40px !important;
}

.indexProduct .two .swiper-scrollbar {
	width: 76% !important;
	bottom: -106px !important;
	height: 6px;
	margin: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .1) !important;
}

.indexProduct .two .swiper-scrollbar-drag {
	background-color: #fff;
}

.indexProduct .two a {
	height: 450px;
	background-color: rgba(255, 255, 255, .1);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.indexProduct .productImg {
	width: 100%;
	height: 100%;
	display: flex;
}

.indexProduct .productImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.indexProduct .two .btm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	padding: 30px;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.indexProduct .two .btm .title {
	text-align: center;
}

.indexProduct .two .btm .dec {
	display: none;
}

.indexProduct .two a:hover {
	/* transform-origin: left;transform: scale(1.18); */
}

.indexProduct .two a:hover .btm {
	transform: translateY(0%);
	opacity: 1;
	visibility: inherit;
}

.indexService {
	/* padding: 227px 0 315px 0; */
	background-size: 100% 100%;
	padding-top: 56.8%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.indexService .name {
	width: 28.28%;
	position: absolute;
	bottom: 48px;
	left: 15px;
}

.indexService .name div {
	padding-top: 30.1%;
}

.indexService .cont {
	/* max-width: 1004px; */
	display: flex;
	position: absolute;
	top: 20%;
	left: 28.3%;
	/* margin-left: 17.5%; */
}

.indexService .cont .left {
	width: 71.7%;
	margin-right: 8%;
	display: none;
}

.indexService .cont .left .title {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 88px;
}

.indexService .cont .left .title::before {
	content: '';
	display: block;
	width: 98px;
	height: 2px;
	background: #1B1B1B;
	margin-bottom: 14px;
}

.indexService .cont .left .btm {
	padding: 10px;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0px 3px 24px 0px rgba(7, 1, 3, 0.08);
}

.indexService .cont .marketTab {
	width: 100%;
	margin-bottom: 3%;
}

.indexService .cont .marketTab li {
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
	position: relative;
}

.indexService .cont .marketTab li a {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #666666;
	border: 1px solid #dddddd;
	position: relative;
}

.indexService .cont .marketTab .act a {
	background-image: url(../images/more-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	transform-style: preserve-3d;
}

.indexService .cont .marketTab .act a::before {
	content: '';
	display: block;
	height: 0;
	border-bottom: 20px solid transparent;
	border-right: 43px solid transparent;
	border-top: 1px solid transparent;
	border-left: 90px solid rgba(0, 0, 0, .3);
	position: absolute;
	top: -3px;
	left: 2px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	overflow: hidden;
	transform: rotateZ(0) translateZ(-10px);
}

.indexService .cont .marketTab .act a:hover::before {
	transform: rotateZ(8deg) translateZ(-10px);
	opacity: 1;
	visibility: visible;
}

.yingxiao4 {
	margin: 0 -5px;
	padding-bottom: 10px;
}

.yingxiao4 li {
	float: left;
	width: 50%;
	margin: 10px 0 0;
}

.yingxiao4 li .w {
	margin: 0 5px;
	padding: 5px;
	background: #1668d9;
}

.yingxiao4 li .w a {
	display: block;
	color: #fff;
	border: 1px solid #1668d9;
	padding: 10px;
	text-align: center;
}

.yingxiao4 li:hover .w {
	background: #ee311d;
}

.yingxiao4 li:hover .w a {
	border-color: rgba(255, 255, 255, 0.2);
}

.indexService .cont .left .one div {
	padding-top: 53%;
}

.indexService .cont .left .info {
	opacity: .5;
	line-height: 26px;
}

.indexService .cont .right {
	width: 100%;
}

.indexNews {
	padding: 5.2% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.indexNews .cont .top {
	margin-bottom: 120px;
}

.indexNews .cont .top ul {
	margin: 0 -10px;
}

.indexNews .cont .top ul,
.indexNews .cont .top li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indexNews .cont .top li a {
	width: 100%;
	justify-content: space-around;
}

.indexNews .cont .top li {
	width: 100%;
	background-color: rgba(14, 62, 125, .4);
	padding: 23px 10px;
	cursor: pointer;
	transition: all .3s;
	margin: 0 10px;
	height: 220px;
	display: flex;
	align-items: center;
}

.indexNews .cont .top li:hover {
	background-color: rgba(255, 255, 255, .1);
}

.indexNews .cont .top li .two {
	max-width: 80%;
}

.indexNews .cont .top li img {
	width: 166px;
	height: 156px;
}

.indexNews .cont .btm {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.indexNews .cont .btm .left {
	width: 65.97%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.indexNews .cont .btm .right {
	width: 34.03%;
	height: 613px;
}

.indexNews .cont .btm .right1 {
	margin-right: 30px;
	height: 100%;
	background-image: url(/static/images/indexNews-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.indexNews .cont .btm .right .lists {
	width: 100%;
	display: flex;
	align-items: center;
}

.indexNews .left .lists {
	width: 50%;
	margin-bottom: 20px;
	padding: 50px 30px;
	position: relative;
}

.indexNews .left .lists:nth-child(1):after {
	position: absolute;
	content: '';
	left: 30px;
	right: 30px;
	bottom: -30px;
	background: rgba(255, 255, 255, 0.3);
	height: 1px;
}

.indexNews .newsList {
	padding: 30px;
	transition: all .3s;
	height: 100%;
}

.indexNews .newsList:hover {
	background-color: rgba(238, 49, 29, 0.7);
}

.indexNews .lookMore a {
	margin: 50px 0;
}

.indexNews .code {
	background-color: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	padding: 30px;
	position: relative;
	justify-content: flex-end;
}

.indexNews .code .left {
	position: absolute;
	left: 30px;
}

.indexNews .code .right {
	width: 60%;
}

.indexNews .code .right div {
	padding-top: 86%;
}

.application {
	padding: 142px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.application .cont {
	display: flex;
	justify-content: space-between;
}

.application .lists {
	width: 32%;
	position: relative;
	padding-top: 54.9%;
}

.application .lists .top {
	margin-bottom: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 66%;
}

.application .lists .top .dec {
	width: 57%;
	text-align: justify;
}

.application .lists .btm {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	/* padding-bottom: 30px;padding-left: 20px; */
}

.application .lists .btm .two {
	position: absolute;
	width: 100%;
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, .4);
}

.application .lists .btm {
	height: 30.3%;
	width: 100%;
}

.application .lists .btm .one div {
	padding-top: 52.1%;
}

.lookMore1 .top {
	position: absolute;
	top: 20% !important;
}

.applic1 .top {
	position: relative;
}

.applic1 .top .one div {
	padding-top: 113%;
}

.applic1 .top .two {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, .4);
}

.applic1 .top .two .dec {
	color: rgba(255, 255, 255, .8);
	margin-top: 20px;
	display: none;
}

.applic2 .top {
	top: 34% !important;
}

.applic2 .btm {
	bottom: 69.8% !important;
}

.applic2 .top .one div {
	padding-top: 113%;
}

.applic2 .top .two {
	padding: 20px 30px;
	/* border: 1px solid #E1E1E1;background-color: #fff; */
}

.applic2 .top .two .title {
	color: #fff;
}

.applic2 .top .two .dec {
	/*	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
	color: rgba(111, 111, 111, 1);
}

.translate {
	padding: 5.2% 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.translate .cont {
	display: flex;
	align-items: center;
}

.translate .left {
	width: 59.7%;
}

.translate .left .top {
	display: flex;
	justify-content: space-between;
}

.translate .left input {
	width: 49%;
}

.translate .left textarea {
	width: 100%;
	height: 100px;
	margin-top: 20px;
}

.translate .left input,
.translate .left textarea {
	background-color: rgba(255, 255, 255, .08);
	border: 0;
	text-indent: 20px;
	padding: 16px 0;
	color: #fff;
}

.translate .sub {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background: #1567D9;
	margin-top: 15px;
}

.translate .right {
	margin-left: 104px;
	margin-top: 64px;
}

/* 新闻中心 */
.newBox {
	margin-top: 100px;
}

.newsBanner {
	padding-top: 31.53%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.newsBanner .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 1.5px;
}

.newsBanner .title p:last-child {
	/*width: 67.9%;*/
	line-height: 30px;
	margin-top: 20px;
}

.newsBanner .bannerSearch {
	width: 47.3%;
	position: absolute;
	top: auto;
	bottom: 9.5vw;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	align-items: center;
	opacity: .8;
}

.newsBanner .bannerSearch input {
	width: 79.33%;
	padding: 24px 20px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0px 5px 40px 0px rgba(7, 1, 3, 0.15);
	border: 0;
	color: #999;
}

.newsBanner .bannerSearch a {
	width: 20.67%;
	padding: 24px 0;
	background-color: rgba(0, 84, 202, .8);
	color: #fff;
	text-align: center;
}

.newsList1 {
	padding: 5.2% 0;
}

.newsList1 .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.newsList1 .top .right {
	display: flex;
	align-items: center;
}

.newsList1 .top .right div {
	padding: 14px 48px;
	border: 1px solid #EEEEEE;
	margin-left: 10px;
	color: #666;
	cursor: pointer;
	text-transform: uppercase;
	background: -webkit-linear-gradient(left, rgba(178, 135, 111, 0) 25%, #1567D9 75%);
	background: linear-gradient(to right, rgba(178, 135, 111, 0) 25%, #1567D9 75%);
	background-position: 1% 50%;
	background-size: 400% 300%;
	-webkit-transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.newsList1 .top .right div:hover {
	-webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.newsList1 .top .right div:hover {
	background-position: 99% 50%;
	color: #fff !important;
}

.newsList1 .act {
	background: linear-gradient(to right, #599CF9 0%, #1567D9 100%) !important;
	color: #fff !important;
}

.newsList1 .tabs_list .btm {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.newsList1 .btm .left {
	width: 65.3%;
}

.newsList1 .btm .left a {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.newsList1 .btm .left .img_ratio {
	padding-top: 61.7%;
}

.newsList1 .btm .left .con {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	padding: 40px 60px;
	letter-spacing: 1px;
	transition: all .3s;
}

.newsList1 .btm .left:hover img {
	transform: scale(1.01);
}

.newsList1 .btm .left .con .time {
	display: inline-block;
	padding: 14px 24px;
	background: linear-gradient(to right, #599CF9 0%, #1567D9 100%);
}

.newsList1 .btm .left .con .dec {
	width: 80%;
	color: rgba(255, 255, 255, .6);
}

.newsList1 .btm .right {
	width: 34.7%;
	height: auto;
}

.newsList1 .btm .right ul {
	margin-left: 40px;
	margin-bottom: 0;
}

.newsList1 .btm .right li {
	margin-bottom: 30px;
}

.newsList1 .btm .right li:last-child {
	margin-bottom: 0;
}

.newsList1 .btm .right li a {
	display: flex;
	justify-content: space-between;
}

.newsList1 .btm .right li:hover img {
	transform: scale(1.02);
}

.newsList1 .btm .right li .one,
.newsList1 .btm .right li .two {
	width: 50%;
	overflow: hidden;
}

.newsList1 .btm .right li .one div {
	padding-top: 53%;
}

.newsList1 .btm .right li .two1 {
	margin-left: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newsList1 .btm .right li .two1 .time {
	color: #999999;
}

.newsList2 {
	background: url(../images/newslist2-bg.jpg) no-repeat 100%;
	background-size: cover;
	padding: 5.2% 0;
}

.newsList2 li {
	padding: 3% 60px;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
	transition: all .3s;
	cursor: pointer;
	margin-bottom: 20px;
}

.newsList2 li:hover {
	background: url(../images/newslist1.jpg) no-repeat center 0;
	background-size: cover;
}

.newsList2 li:hover a {
	color: #fff;
}

.newsList2 li:hover .left {
	background-color: #fff;
	color: #EE311D;
}

.newsList2 li a {
	display: flex;
	/* justify-content: space-between; */
}

.newsList2 li .left {
	width: 7.8%;
	height: 105px;
	/* padding: 20px 0; */
	background: #EE311D;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.newsList2 li .left span:last-child {
	margin-top: -9px;
}

.newsList2 li .right {
	width: 92.2%;
}

.newsList2 li .right1 {
	margin-left: 50px;
	color: #999;
}

.newsList2 li .right1 .title {
	width: 90%;
}

.newsList2 li .right1 .dec {
	height: auto;
}

.newsList2 li:hover .right1 {
	color: #fff;
}

.newsList2 li:hover .right1 .title {
	color: #fff;
}

/* 产品中心 */
.proutListCon {
	background: url(../images/prouctlist2-bg.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 5.2% 0;
}

.prouctList {
	position: relative;
	height: 450px;
	margin: 50px 0;
}

.proutListCon .prouctList1 {
	opacity: 0;
	visibility: hidden;
	/* display: none; */
}

.proutListCon .prouctList1,
.proutListCon .prouctList2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
	cursor: pointer;
}

.proutListCon .activ .prouctList1 {
	opacity: 1 !important;
	visibility: initial !important;
}

.proutListCon .activ .prouctList2 {
	opacity: 0 !important;
	visibility: hidden !important;
}

.proutListCon .prouctList1 .title {
	margin-bottom: 60px;
}

.proutListCon .prouctList1 .cont {
	padding: 50px 0 42px 0;
	background: url(../images/prouctlist1-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.proutListCon .prouctList1 .tab_header {
	color: rgba(255, 255, 255, .4);
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 40px;
	justify-content: center;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.proutListCon .prouctList1 .tab_header .one {
	margin: 0 30px;
	position: relative;
	cursor: pointer;
}

.proutListCon .prouctList1 .xian {
	color: #fff !important;
}

.proutListCon .prouctList1 .xian::after {
	content: '';
	display: block;
	width: 40px;
	margin: 0 auto;
	height: 3px;
	background: #FFFFFF;
	margin-top: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.proutListCon .prouctList1 .tab_list .con {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	display: none;
}

.proutListCon .prouctList1 .tab_list .active1 {
	display: flex !important;
}

.proutListCon .prouctList1 .tab_list .conList {
	width: 18.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 40px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	transition: all .3s;
}

.proutListCon .prouctList1 .tab_list .conList:last-child {
	border-right: 0;
}

.proutListCon .prouctList1 .tab_list .conList .top,
.proutListCon .prouctList1 .tab_list .conList .top .one {
	width: 100%;
}

.proutListCon .prouctList1 .tab_list .conList .top {
	padding: 10px;
	background-color: #fff;
	transition: all .3s;
}

.proutListCon .prouctList1 .tab_list .conList .top .img_ratio {
	padding-top: 76%;
}

.proutListCon .prouctList1 .tab_list .conList .right {
	padding-bottom: 13px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.proutListCon .prouctList1 .tab_list .conList:hover .top {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, .2);
}

.proutListCon .prouctList1 .tab_list .conList:hover .btm {
	color: #EE311D;
}

.proutListCon .prouctList1 .tab_list .conList:hover .right {
	opacity: 1;
	visibility: inherit;
}

.proutListCon .prouctList2 .list {
	/* margin-top: 40px; */
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.proutListCon .prouctList2 .list:nth-child(2) .right1 .lists li {
	width: 50%;
}

.proutListCon .prouctList:nth-child(2n) .prouctList2 .list {
	flex-direction: row-reverse;
}

.proutListCon .prouctList2 .list .left {
	width: 51.4%;
	overflow: hidden;
}

.proutListCon .prouctList2 .list .left div {
	padding-top: 60.8%;
}

.proutListCon .prouctList2 .list .left:hover img {
	transform: scale(1.02);
}

.proutListCon .prouctList2 .list .right {
	width: 48.6%;
	/* height: 450px; */
	background: #F5F5F5;
	position: relative;
	padding-top: 31.25%;
	overflow: hidden;
}

.proutListCon .prouctList2 .list .right1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 10% 0 10%;
}

.proutListCon .prouctList2 .list .right1 .title {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 5%;
	padding-bottom: 30px;
}

.proutListCon .prouctList2 .list .right1 .lists {
	padding: 0 5%;
}

.proutListCon .prouctList2 .list .right1 .lists ul {}

.proutListCon .prouctList2 .list .right1 .lists li {
	min-width: 30%;
	margin-right: 3.3%;
	display: inline-block;
	margin-bottom: 40px;
}

.proutListCon .prouctList2 .list .right1 .lists li:hover a {
	color: #1a63b2;
}

/* 加入瓦轴 */
.personnel1 {
	padding: 5.2% 0;
	background: url(../images/personnel1-bg.jpg) no-repeat bottom;
	background-size: 100% auto;
}

.personnel1 .wrap {
	display: flex;
}

.personnel1 .left,
.personnel1 .right {
	width: 50%;
}

.personnel1 .left1 {
	padding-left: 96px;
	margin-right: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.personnel1 .left .title {
	text-align: left;
	display: block;
	width: 100%;
}

.personnel1 .left .img_ratio {
	width: 100%;
	padding-top: 66.67%;
}

.personnel1 .left .dec {
	text-align: justify;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 100px 0;
}

.personnel1 .right1 {
	margin-right: 65px;
}

.personnel1 .right1 .one {
	width: 73.4%;
	margin-bottom: 30px;
}

.personnel1 .right1 .one div {
	padding-top: 125%;
}

.personnel1 .right1 .two {
	width: 100%;
}

.personnel1 .right1 .two div {
	padding-top: 69%;
}

.personnel1 .left .img_ratio,
.personnel1 .right1 .one,
.personnel1 .right1 .two {
	overflow: hidden;
}

.personnel1 .left .img_ratio:hover img,
.personnel1 .right1 .one:hover img,
.personnel1 .right1 .two:hover img {
	transform: scale(1.02);
}

.personnel2 {
	background: url(../images/personnel2-bg.jpg) no-repeat center;
	background-size: auto 101%;
	padding: 5.2% 0;
}

.personnel2 .title {
	margin-bottom: 80px;
}

.personnel2 .list {
	width: 100%;
	padding-top: 24.3%;
	position: relative;
	margin-bottom: 60px;
}

.personnel2 .list1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background-color: rgba(255, 255, 255, .1);
	transition: all .3s;
}

.personnel2 .list:hover {
	background-color: rgba(197, 43, 25, .9);
}

.personnel2 .list2 {
	right: 0;
	flex-direction: row-reverse;
	justify-content: flex-end;
	background-color: rgba(255, 255, 255, .1);
	/* background-color: rgba(197, 43, 25, .9); */
}

.personnel2 .list1 .left {
	width: 47.2%;
	height: 100%;
}

.personnel2 .list1 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.personnel2 .list1 .right {
	width: 63.2%;
	/* background: url(../images/ceshi31.png) no-repeat; */
	background-size: 100% 100%;
	padding: 0 60px 0 210px;
	margin-left: -10.4%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 9;
}

.personnel2 .list1 .right .two {
	letter-spacing: 2px;
}

.personnel2 .list1 .right .more {
	display: none !important;
}

.personnel2 .list1 .right .seeMore {
	min-height: 48px;
}

.personnel2 .list1:hover .right .seeMore {
	display: none;
}

.personnel2 .list1:hover .right .more {
	display: flex !important;
}

.personnel2 .list2 .left {
	margin-left: -10.4%;
	/* z-index: 9; */
}

.personnel2 .list2 .right {
	/* background: url(../images/ceshi32.png) no-repeat; */
	margin-left: 0;
	background-size: 100% 100%;
	padding: 0 210px 0 60px;
	align-items: flex-end;
}

.personnel2 .list2 .right .two {
	text-align: right;
}

/* 人才建设 */
.perBuild1 {
	padding: 5.2% 0;
}

.perBuild1 .wrap {
	display: flex;
	align-items: center;
}

.perBuild1 .left {
	width: 19.8%;
}

.perBuild1 .left1 {
	margin-left: 40px;
	background: url(../images/build1-left.png) no-repeat center;
	background-size: 100% auto;
	padding: 104px 0;
	text-align: center;
	letter-spacing: 1px;
}

.perBuild1 .center ul {
	margin: 0 60px;
}

.perBuild1 .center li:nth-child(1) {
	margin-left: -120px;
	transform: rotateZ(-45deg);
}

.perBuild1 .center li:nth-child(2) {
	margin: 80px 0;
}

.perBuild1 .center li:nth-child(3) {
	margin-left: -120px;
	transform: rotateZ(45deg);
}

.perBuild1 .right {
	width: 69.86%;
}

.perBuild1 .right ul {
	margin-right: 76px;
}

.perBuild1 .right li {
	display: flex;
	align-items: center;
}

.perBuild1 .right li .one {
	padding: 35px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
	margin-right: 35px;
}

.perBuild1 .right li .two .dec {
	color: #999;
}

.perBuild1 .right li:nth-child(1) {
	margin-left: -100px;
}

.perBuild1 .right li:nth-child(2) {
	margin: 60px 0;
}

.perBuild1 .right li:nth-child(3) {
	margin-left: -100px;
}

.perBuild2 {
	padding: 90px 0;
	background: url(../images/build2-bg.jpg) no-repeat left;
	background-size: 100% 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.perBuild2 .left {
	margin-right: -180px;
}

.perBuild2 .left .lit {
	background: url(../images/xian.png) no-repeat right center;
	background-size: 440px 604px;
}

.perBuild2 .left .litCon {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.perBuild2 .left .litCon:nth-child(3) {
	margin: 110px 0;
	transform: translateX(-328px);
}

.perBuild2 .left .litCon:nth-child(1),
.perBuild2 .left .litCon:nth-child(5) {
	flex-direction: row;
	transform: translateX(408px);
	margin: -20px 0;
}

.perBuild2 .left .litCon:nth-child(2),
.perBuild2 .left .litCon:nth-child(4) {
	transform: translateX(-180px);
}

.perBuild2 .left .litCon .one {
	background: url(../images/shuzi-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 36px;
	margin: 0 60px;
}

.perBuild2 .right {
	width: 50%;
	height: 280px;
	background: url(../images/build2-right.png) no-repeat center center;
	/* background-size: 100% 100%; */
	display: flex;
	align-items: center;
	border-radius: 200px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.perBuild2 .right ul {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px;
	padding-right: 200px;
}

.perBuild2 .right li {
	width: 33.3%;
	cursor: pointer;
}

.perBuild2 .right li .right1 {
	width: 200px;
	height: 200px;
	padding: 21px 32px;
	margin: 27px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}

.perBuild2 .right li .jian {
	display: none;
}

/*注释*/
/*.perBuild2 .right li:hover .right1 {*/
/*	background-color: #D03A27;*/
/*}*/

/*.perBuild2 .right li:hover .top {*/
/*	display: none;*/
/*}*/

/*.perBuild2 .right li:hover .jian {*/
/*	display: block;*/
/*}*/
/*注释*/

.perBuild2 .right .activ .right1 {
	background-color: #D03A27 !important;
}

.perBuild2 .right .activ .jian {
	display: block !important;
}

.perBuild2 .right .activ .top {
	display: none !important;
}

.perBuild3 {
	background: url(../images/build3-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 5.2% 0;
}

.perBuild3 .way {
	padding-bottom: 220px;
	border-bottom: 8px solid rgba(255, 255, 255, .1);
}

.perBuild3 .tabs_header {
	position: relative;
}

.perBuild3 .tabs_header1 {
	width: 340px;
	margin: auto;
	height: 340px;
	line-height: 97px;
	text-align: center;
	background: url(../images/a0.png) no-repeat center center;
	background-size: 89% auto;
	border-radius: 50%;
	color: #1567D9;
	position: relative;
	margin-top: 220px;
	cursor: pointer;
}

.a1 {
	background: url(../images/a1.png) no-repeat center center !important;
	background-size: 89% auto !important;
	color: #fff !important;
}

.a1 .jintie,
.a1 .gongzi {
	color: #1567D9 !important;
}

.a2 {
	background: url(../images/a2.png) no-repeat center center !important;
	background-size: 89% auto !important;
	color: #fff !important;
}

.a2 .jintie,
.a2 .butie {
	color: #1567D9 !important;
}

.a3 {
	background: url(../images/a3.png) no-repeat center center !important;
	background-size: 89% auto !important;
	color: #fff !important;
}

.a3 .gongzi,
.a3 .butie {
	color: #1567D9 !important;
}

.perBuild3 .core {
	position: absolute;
	top: 73%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 30px;
	margin-top: 14px;
}

.perBuild3 .tabs_header .butie {
	position: absolute;
	top: 150px;
	writing-mode: tb-rl;
	left: 0;
}

.perBuild3 .tabs_header .gongzi {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	/* color: #fff; */
}

.perBuild3 .tabs_header .jintie {
	position: absolute;
	top: 150px;
	right: 0;
	writing-mode: tb-rl;
}

.perBuild3 .tabs_lists .tabs_con {
	padding: 30px 60px;
	background-color: rgba(255, 255, 255, .1);
	min-width: 200px;
}

.perBuild3 .tabs_lists .tabs_con ul {
	width: 100%;
	line-height: 35px;
}

.perBuild3 .tabs_lists .tabs_con li {
	list-style: disc;
}

.perBuild3 .tabs_lists .tabs_con:nth-child(1) {
	position: absolute;
	left: 21%;
	top: 50%;
	transform: translateY(-50%);
}

.perBuild3 .tabs_lists .tabs_con:nth-child(2) {
	width: 535px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -150px;
}

.perBuild3 .tabs_lists .xianshi {
	background-color: #D03A27 !important;
}

.perBuild3 .tabs_lists .tabs_con:nth-child(2) ul {
	display: flex;
	flex-wrap: wrap;
}

.perBuild3 .tabs_lists .tabs_con:nth-child(2) li {
	width: 17%;
	margin-right: 40px;
}

.perBuild3 .tabs_lists .tabs_con:nth-child(2) li:nth-child(4n) {
	margin-right: 0;
}

.perBuild3 .tabs_lists .tabs_con:nth-child(3) {
	position: absolute;
	right: 21%;
	top: 50%;
	transform: translateY(-50%);
}

.perBuild3 .tabs_lists2 .tabs_con {
	width: 100%;
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
}

.perBuild3 .tabs_lists2 .tabs_con ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.perBuild3 .tabs_lists2 .tabs_con li {
	flex: 1;
}

.perBuild3 .tabs_lists2 .tabs_con li div {
	padding: 16px 10px;
	margin: 0 6px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50px;
	transition: all .3s;
	cursor: pointer;
}

.perBuild3 .tabs_lists2 .tabs_con li div:hover {
	background-color: #D03A27;
}

.perBuild3 .tabs_lists2 .tabs_con li span:nth-child(1) {
	padding: 10px;
	background-color: #fff;
	color: #1567D9;
	border-radius: 50%;
}

.perBuild3 .fuli {
	margin-top: 60px;
}

.perBuild3 .fuli .title {
	display: flex;
	align-items: flex-end;
}

.perBuild3 .fuli ul {
	display: flex;
	align-items: center;
}

.perBuild3 .fuli li {
	width: 16.67%;
	min-height: 120px;
	background-color: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin-right: 12px;
	letter-spacing: 2px;
	transition: all .3s;
	cursor: pointer;
}

.perBuild3 .fuli li div {
	text-align: center;
}

.perBuild3 .fuli li:hover {
	background-color: #D03A27;
}

.perBuild3 .fuli li:last-child {
	margin-right: 0;
}

.perBuild4 {
	padding: 5.2% 0;
	background: url(../images/build4-bg.jpg) no-repeat center;
}

.perBuild4 .lists .listsCon {
	display: flex;
	align-items: flex-start;
}

.perBuild4 .lists .listsCon1 {
	width: 50%;
}

.perBuild4 .lists .listsCon1 .lists1 {
	/* background-color: #fff; */
}

.perBuild4 .lists .listsCon1 .top {
	background: linear-gradient(0deg, rgba(89, 156, 249, .15) 0%, rgba(21, 103, 217, .15) 100%);
	border-radius: 50px 50px 0px 0px;
}

.perBuild4 .lists .listsCon {
	margin: 0 -60px;
}

.perBuild4 .lists .listsCon1 .lists1 {
	margin: 0 60px;
	/* margin-right: 60px; */
}

.perBuild4 .lists .btm {
	background-color: #fff;
	padding: 60px 80px;
	min-height: 680px;
	transition: all .3s;
	cursor: pointer;
}

.perBuild4 .lists .btm .btmCon {
	width: 100%;
}

.perBuild4 .lists .btm .btmCon1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}

.perBuild4 .lists .btm .btmCon1 .icon1_act,
.perBuild4 .lists .btm .btmCon1 .icon2_act {
	display: none;
}

.perBuild4 .lists .listsCon1 .btmCon1:hover .icon1,
.perBuild4 .lists .listsCon1 .btmCon1:hover .icon2 {
	display: none;
}

.perBuild4 .lists .listsCon1 .btmCon1:hover .icon1_act,
.perBuild4 .lists .listsCon1 .btmCon1:hover .icon2_act,
.perBuild4 .lists .listsCon1 .btmCon1:hover .dec11 {
	display: block;
}

.perBuild4 .lists .btm .btmCon1:last-child {
	margin-bottom: 0;
}

.perBuild4 .lists .btm .btmCon1 .title {
	width: 28.6%;
	margin: 0 30px;
}

.perBuild4 .lists .btm .btmCon1 .dec {
	width: 38.5%;
	margin-right: 35px;
	color: #999;
}

.perBuild4 .lists .btm .btmCon1 .dec11 {
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 9;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
	display: none;
}

.perBuild5 {
	padding: 5.2% 0;
	background: url(../images/build5-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.perBuild5 .title {
	font-weight: bold;
}

.perBuild5 .cont {
	display: flex;
	margin: 0 10px;
	margin-top: -80px;
	align-items: center;
	justify-content: center;
}

.perBuild5 .cont1 {
	width: 20%;
}

.cont1Nr {
	margin: 0 -10px;
	min-height: 480px;
	position: relative;
	background: #fff;
	border-radius: 200px;
}

.perBuild5 .cont1 .cont1_top2 {
	position: absolute;
	width: 101.6%;
	height: 28%;
	z-index: 10000;
	overflow: hidden;
	left: 100%;
	margin-left: -22px;
	bottom: 28%;
}

.perBuild5 .cont1 .cont1_top2 i {
	position: absolute;
	left: 0;
	right: 0;
	height: 480px;
	top: -1px;
	z-index: 10;
	border: 20px solid #134EA8;
	border-radius: 200px;
}

.perBuild5 .cont1 .cont1_top3 {
	position: absolute;
	width: 100%;
	height: 28%;
	z-index: 10000;
	overflow: hidden;
	left: 0;
	bottom: 0;
}

.perBuild5 .cont1 .cont1_top3 i {
	position: absolute;
	left: -1px;
	right: -1px;
	height: 480px;
	bottom: -1px;
	z-index: 10;
	border: 21px solid #2083CB;
	border-radius: 200px;
}

.perBuild5 .cont1_top {
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
	top: 0;
	left: 0;
	z-index: 9;
}

.perBuild5 .cont1:nth-child(2n) .cont1_top {
	border: 20px solid #eee;
	border-radius: 200px;
	/* border-bottom: 0; */
	z-index: 99;
}

.perBuild5 .cont1:nth-child(2n-1) .cont1_top {
	border: 20px solid #eee;
	border-radius: 200px;
	/* border-top: 0; */
	z-index: 9999;
}

.perBuild5 .cont11 {
	width: 100%;
	padding: 50px 40px 90px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.perBuild5 .cont1 .two {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 30px;
	min-height: 176px;
	color: #666;
}

.perBuild5 .cont1 img {
	position: absolute;
	left: -40px;
	right: 0;
	z-index: 9;
}

.perBuild5 .cont1:nth-child(2n-1) .cont11 {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.perBuild5 .cont1:nth-child(2n) {
	margin-top: 423px;
}

.perBuild5 .cont1:nth-child(2n) .one {
	background-color: #134EA8;
}

.perBuild5 .cont1:nth-child(2n-1) img {
	bottom: -40px;
}

.perBuild5 .cont1:nth-child(2n) img {
	top: -40px;
	z-index: 99;
}

.perBuild5 .cont1 .one {
	width: 75px;
	margin: auto;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #2083CB;
	border-radius: 50%;
	text-align: center;
}

.perBuild5 .cont1:nth-child(2n-1) .one {
	margin-top: 40px;
	margin-bottom: -40px;
}

.perBuild5 .cont1:nth-child(2n) .one {
	/* margin-bottom: 32px;margin-top: -20px; */
	margin-bottom: 20px;
	margin-top: -65px;
}

.perBuild5 .cont1:nth-child(4n) .one {
	margin-bottom: 20px;
	margin-top: 25px;
}

/* 社会招聘 */
.socail1 {
	padding: 5.2% 0;
}

.socail1Con {
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
}

.socail1Con .left {
	width: 55.8%;
	min-height: 507px;
	display: flex;
	align-items: center;
	padding: 0% 16% 0% 4.2%;
	background: linear-gradient(to right, #0F5BC5 0%, rgba(0, 0, 0, 0) 100%);
	text-align: justify;
}

.socail2 .search {
	width: 50%;
	display: flex;
	align-items: center;
	margin: 60px 0;
}

.socail2 .search input {
	width: 81.8%;
	padding: 16px 30px;
	border: 1px solid #EEEEEE;
}

.socail2 .search a {
	width: 18.2%;
	padding: 16px 0;
	text-align: center;
	background-color: #1567D9;
	color: #fff;
}

.screen {
	display: flex;
	align-items: flex-start;
	padding-bottom: 60px;
	border-bottom: 1px solid #D8D8D8;
}

.screen ul {
	margin-bottom: 0;
}

.screen .left,
.screen .right {
	min-height: 130px;
}

.screen .left {
	width: 9%;
	background-color: #1567D9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.screen .left li {
	width: 100%;
	/*margin-bottom: 15px;*/
	padding: 10px 0;
	display: flex;
	align-items: center;
	text-align-last: justify;
	border-bottom: 1px solid rgba(128, 128, 128, .2);
	font-weight: 500;
}

.screen .left li span {
	width: 100%;
	display: block;
	text-align-last: justify;
}

.screen .left li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.screen .right {
	width: 91%;
	background-color: #F5F5F5;
	padding: 20px 0;
}

.screen .right1Con {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(128, 128, 128, .2);
}

.screen .right1Con .right1ConBox {
	height: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.screen .right1Con:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.screen .right2 {
	width: 88%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 32px;
	overflow: hidden;
}

.screen .right2 li {
	margin: 0 20px;
	cursor: pointer;
	color: #666;
	font-weight: 500;
}

.screen .right1Con .gengduo {
	color: #AAAAAA;
	margin-right: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.screen .right1Con .gengduo img {
	margin-left: 6px;
}

.screen .act {
	color: #1567D9 !important;
}

.socail2 .lists {
	margin-bottom: 30px;
}

.socail2 .listsCon {
	border-bottom: 1px solid rgba(128, 128, 128, .2);
}

.socail2 .listsCon .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 80px 60px 36px;
}

.socail2 .listsCon .top .two ul {
	display: flex;
	align-items: center;
}

.socail2 .listsCon .top .two li {
	margin-right: 60px;
	color: #6B6B6B;
	font-weight: 500;
}

.socail2 .listsCon .btm {
	padding: 50px 0 68px 36px;
}

.socail2 .listsCon .sub a {
	display: inline-block;
	background-color: #F0361D;
	padding: 17px 58px;
	color: #fff;
	border-radius: 6px;
}

.socail2 .listsCon .top .jian {
	display: none;
}

.socail2 .xianshi2 .top {
	background: url(../images/zhankai.jpg) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
}

.socail2 .xianshi2 .top .two li {
	color: #fff;
}

.socail2 .xianshi2 .top .jia {
	display: none;
}

.socail2 .xianshi2 .top .jian {
	display: block;
}

.socail2 .listsCon .btm {
	display: none;
}

.socail2 .listsCon .btmCon11 {
	display: flex;
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid #d8d8d8;
}

.socail2 .listsCon .btmCon11 .btmCon {
	margin-bottom: 0;
}

.socail2 .listsCon .btmCon11 .btmCon:last-child {
	margin-left: 7.3%;
}

.socail2 .gdzw {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5F5F5;
	color: #333;
	padding: 24px 0;
	margin-bottom: 80px;
	cursor: pointer;
}

.socail2 .select {
	display: none;
}

.action-sheet,
.action-sheet1 {
	display: none;
}

.xiaoyuan {
	display: flex;
}

.xiaoyuan .left {
	flex: 1;
	width: 0;
	padding: 40px;
	background: none;
}

.xiaoyuan .left>div {
	width: 100%;
}

.xiaoyuan .right {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 3%;
	box-sizing: border-box;
}

.xiaoyuan .right .title::after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #EE311D;
	margin: 30px 0;
}

/* 新闻详情 */
.newsDetails {
	padding: 120px 0;
}

.newsDetails .time {
	color: #999;
	border-bottom: 1px solid #EEEEEE;
}

.newsDetails .cont {
	padding: 60px 0;
	border-bottom: 1px solid #EEEEEE;
}

.edit_con_original {
	text-align: left;
}

.newsDetails .post_next_prev {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsDetails .post_next_prev a {
	color: #666;
}

.newsDetails .post_next_prev a:hover {
	color: #1567D9;
}

/* 市场活动	 */
.marketList1 .top {
	justify-content: center;
}

.marketList1 .btm .left .con {
	background-color: rgba(0, 0, 0, .6);
}

.marketList1 .btm .right li a {
	position: relative;
}

.marketList1 .btm .right li .one,
.marketList1 .btm .right li .two {
	width: 100%;
}

.marketList1 .btm .right li .two {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 20px 56px 10px 38px;
}

.marketList1 .btm .right ul {
	margin-left: 20px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.marketList1 .btm .right li {
	margin-bottom: 20px;
}

.marketList1 .btm .right li .one div {
	padding-top: 58.4%;
}

.marketList1 .btm .right li .two1 {
	flex-direction: column-reverse;
	margin-left: 0;
}

.marketList1 .btm .right li .two1 .time {
	color: #fff;
	margin-bottom: 8px;
}

.marketList2 {
	background: url(../images/market2-bg.jpg) no-repeat 100%;
}

.marketList2 li .left {
	background-color: rgba(0, 0, 0, 0);
	color: #EE311D;
	padding: 0;
	height: auto;
	justify-content: flex-start;
	align-items: flex-end;
}

.marketList2 li:hover .left {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.marketList2 li .right {
	padding-left: 60px;
}

.marketList2 li .right1 {
	margin-left: 0;
	padding-left: 50px;
	border-left: 1px solid #EEEEEE;
	color: #333333;
}

.marketList2 li:hover {
	background: url(../images/market2List-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

/* 知识共享 */
.shareList {
	padding: 80px 0 100px 0;
}

.shareList .btm ul {
	display: flex;
	align-items: flex-start;
	margin: 0 -7.5px;
	flex-wrap: wrap;
	margin-top: 70px;
}

.shareList .btm li {
	width: 33.3%;
	margin-bottom: 20px;
}

.shareList .btm li a {
	margin: 0 7.5px;
	background: #F6F6F6;
	padding: 40px 30px 40px 40px;
	transition: all .3s;
}

.shareList .btm li .gengduo,
.shareList .btm li .time {
	color: #999999;
}

.shareList .btm li .tit {
	color: #1668D9;
}

.shareList .btm li .dec {
	color: #666;
	height: 8.5rem;
	font-weight: 600;
}

.shareList .btm li:hover a {
	background: url(../images/shareList.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.shareList .btm li:hover .tit,
.shareList .btm li:hover .time,
.shareList .btm li:hover .dec,
.shareList .btm li:hover .gengduo {
	color: #fff;
}

/* 共享详情 */
.shareDetails .wrap {
	display: flex;
}

.shareDetails .left {
	width: 68%;
}

.shareDetails .left .contList .one {
	color: #1668D9;
}

.shareDetails .left .careful {
	color: #EE311D;
}

.shareDetails .left .titleBox {
	position: relative;
	background: #FFFFFF;
	z-index: 10;
}

.shareDetails .left iframe {
	position: relative;
	z-index: 1;
	top: -90px;
}

.shareDetails .right {
	width: 32%;
}

.shareDetails .right1 {
	margin-left: 120px;
}

.shareDetails .right .tit {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
}

.shareDetails .right .tit::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 28px;
	background: #1668D9;
	margin-right: 15px;
}

.shareDetails .right .lists li {
	border-bottom: 1px dashed #EEEEEE;
}

.shareDetails .right .lists li a {
	display: flex;
	align-items: center;
}

.shareDetails .right .lists li:last-child {
	border-bottom: 0;
}

.shareDetails .topFive {
	background-color: #1668D9 !important;
	color: #fff !important;
}

.shareDetails .right .lists span:first-child {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #DDDDDD;
	color: #999;
	margin-right: 30px;
}

.shareDetails .right .lists span:last-child {
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.proDetils1 {
	position: relative;
	padding: 6.15% 0;
	background-repeat: no-repeat;
	background-position: left center;
	/* min-height: 523px; */
}

.proDetils1 .tabs_header {
	width: 6%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	max-height: 720px;
	overflow: hidden;
	overflow-y: auto;
	/* margin-right: 20px; */
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(7, 1, 3, 0.1);
	text-align: center;
	z-index: 9;
}

.proDetils1 .tabs_header li {
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
	color: #999999;
	cursor: pointer;
}

.proDetils1 .tabs_header li:hover a {
	background-color: #0146A7;
	color: #fff;
}

.proDetils1 .tabs_header li a {
	display: block;
	padding: 4px 0;
	margin: 0 10px;
	color: #999999;
}

.proDetils1 .tabs_header #goToTop {
	padding-bottom: 10px;
	cursor: pointer;
}

.proDetils1 .tabs_header .act {
	background-color: #D9E4F2 !important;
	color: #0146A7 !important;
}

.proDetils1 .tabs_con {
	display: flex;
	align-items: flex-start;
	height: 400px;
	overflow: auto;
	padding-right: 20px;
	margin-right: 100px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.proDetils1 .tabs_con::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #E1E1E1;
}

/*定义滚动条轨道 内阴影+圆角*/
.proDetils1 .tabs_con::-webkit-scrollbar-track {
	background-color: #E1E1E1;
}

/*定义滑块 内阴影+圆角*/
.proDetils1 .tabs_con::-webkit-scrollbar-thumb {
	background-color: #1668D9;
}

.proDetils1 .tabs_con .left {
	width: 32.08%;
}

.proDetils1 .tabs_con .left div {
	padding-top: 100%;
}

.proDetils1 .tabs_con .right {
	width: 67.92%;
}

.proDetils1 .tabs_con .right1 {
	margin-left: 90px;
}

.proDetils1 .tabs_con .right1 .con {
	/*max-height: 300px;*/
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.proDetils1 .tabs_con .right1 .con::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #E1E1E1;
}

/*定义滚动条轨道 内阴影+圆角*/
.proDetils1 .tabs_con .right1 .con::-webkit-scrollbar-track {
	background-color: #E1E1E1;
}

/*定义滑块 内阴影+圆角*/
.proDetils1 .tabs_con .right1 .con::-webkit-scrollbar-thumb {
	background-color: #1668D9;
}

.proDetils1 .tabs_con .right .titl::after {
	content: '';
	display: block;
	width: 66px;
	height: 4px;
	background-color: #0246a6;
	margin-top: 20px;
	margin-bottom: 40px;
}

.equivalent .left1 {
	width: 27.8%;
	display: inline-block;
}

.equivalent .left2 {
	margin-right: 60px;
	background-color: #F4F5F7;
	padding: 34px 0;
}

.equivalent .left2 .tit3 {
	display: flex;
	align-items: center;
	margin-bottom: 75px;
}

.equivalent .left2 .tit3::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 36px;
	background: #0146A7;
	margin-right: 20px;
}

.equivalent .left2 .dec {
	padding: 0 60px 0 24px;
}

.equivalent .left2 .lists li {
	list-style: disc;
	margin: 0 40px 20px 60px;
	color: #666;
	/* margin-bottom: 25px; */
}

.equivalent .right2 {
	display: inline-block;
	float: right;
	width: 71.8%;
	margin-left: 0;
}

.equivalent .right2 .right1List {
	padding: 4% 30px 4% 30px;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
}

.equivalent .right2 .act {
	background: #F4F5F7;
}

.equivalent .right2 .act .lft {
	color: #0146A7;
}

.equivalent .right2 .rit .shouqi {
	display: none;
}

.equivalent .right2 .act .zhankai {
	display: none;
}

.equivalent .right2 .act .shouqi {
	display: block;
}

.equivalent .right2 .right1List:last-child {
	border-bottom: 0;
}

.equivalent .right2 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.equivalent .right2 .btm {
	color: #666;
	margin-left: 12px;
	margin-top: 30px;
	display: none;
}

.proDetils1 .none {
	display: none;
}

.proDetils2 {
	background-color: #F4F5F7;
	padding: 63px 0 138px 0;
}

.proDetils2 .title {
	display: flex;
	align-items: center;
}

.proDetils2 .title::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 36px;
	background: #0D50BF;
	margin-right: 20px;
}

.proDetils2 .cont {
	padding-left: 25px;
	margin-top: 72px;
}

.proDetils2 .cont .one {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.proDetils2 .cont .one .one1 {
	width: 44.4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proDetils2 .cont .one .one1 {
	background-color: #fff;
}

.proDetils2 .cont .one .one1 input {
	width: 40%;
	border: 0;
	padding: 20px 14px;
}

.proDetils2 .cont .one .one1 div {
	display: flex;
}

.proDetils2 .cont .one .one1 div a {
	padding: 10px 30px;
	background: #0D50BF;
	border-radius: 50px;
	color: #fff;
	margin-right: 5px;
}

.proDetils2 .cont .one .one1 div a:last-child {
	margin-right: 10px;
}

.proDetils2 .cont .one .cz {
	background: #DDDDDD !important;
	color: #999999 !important;
}

.proDetils2 .cont .two1 {
	width: 17%;
	margin-left: 15px;
	position: relative;
}

.proDetils2 .cont .two1 .top {
	padding: 20px 14px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.proDetils2 .cont .two1 .btm {
	width: 100%;
	position: absolute;
	bottom: -179%;
	left: 0;
	padding: 10px 14px;
	background-color: #fff;
	border-top: 1px solid #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	display: none;
	transition: all .3s;
	box-shadow: 0px 7px 19px 0px #eee;
	z-index: 999;
}


/* .proDetils2 .cont .two1:hover .btm {
	opacity: 1;
	visibility: initial;
} */
.proDetils2 .cont .activ {
	/* opacity: 1 !important;
	visibility: initial !important; */
	display: block !important;
}
.proDetils2 .cont .two1 .btm .shuru,
.proDetils2 .cont .two1 .btm .queren {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proDetils2 .cont .two1 .btm .queren a {
	width: 48%;
	padding: 8px 15px;
	background: #0D50BF;
	border-radius: 2px;
	text-align: center;
	color: #FFF9EC;
}

.proDetils2 .cont .two1 .btm .shuru div {
	border: 1px solid #999;
	display: flex;
	justify-content: space-between;
}

.proDetils2 .cont .two1 .btm .shuru input {
	width: 33%;
	border: 0;
}

.proDetils2 .cont .two1 .btm span {
	margin: 10px;
	color: #333;
	font-weight: bold;
}

.proDetils2 .cont .two1 .btm .shuru div span {
	margin: 0 5px;
	color: #999;
	font-weight: 400;
}

.proDetils2 .cont .two {
	width: 100%;
	/* overflow: hidden;overflow-x: auto; */
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.proDetils2 .cont .two11::-webkit-scrollbar {
	width: 8px;
	height: 4px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
.proDetils2 .cont .two11::-webkit-scrollbar-track {
	background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.proDetils2 .cont .two11::-webkit-scrollbar-thumb {
	background-color: #1668D9;
}

.proDetils2 .cont .two11 {
	display: flex;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.proDetils2 .cont .two .clickProduct {
	/* text-overflow: ellipsis; */
	background-color: #fff;
	/* min-width: 14.2%; */
	padding: 20px 10px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #F4F5F7;
	border-bottom: 1px solid #F4F5F7;
	cursor: pointer;
	transition: all .3s;
	float: left;
	white-space: nowrap;
	flex: 1;
}

.proDetils2 .cont .two .clickProduct:nth-child(7n) {
	border-right: 0;
}

.proDetils2 .cont .two .clickProduct span:last-child {
	/*width: 24px;*/
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: rgba(13, 80, 191, .15);
	border-radius: 6px;
	color: #0D50BF;
}

.proDetils2 .cont .two .clickProduct:hover {
	background: #0D50BF;
}

.proDetils2 .cont .two .clickProduct:hover span {
	color: #fff;
}

.proDetils2 .cont .two .clickProduct:hover span:last-child {
	background-color: rgba(255, 255, 255, .15);
}

.proDetils2 .cont .two .acti {
	background: #0D50BF !important;
}

.proDetils2 .cont .two .acti span {
	color: #fff !important;
}

.proDetils2 .cont .two .acti span:last-child {
	background-color: rgba(255, 255, 255, .15) !important;
}

.proDetils2 .cont .three {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.proDetils2 .cont .three .left {
	width: 49%;
	position: relative;
	background-color: #fff;
}

.proDetils2 .cont .three .left .dimensionTit {
	position: absolute;
	top: 20px;
	left: 0;
	margin-left: 20px;
	z-index: 999;
}

.proDetils2 .cont .three .left .dimension {
	height: 500px;
	position: relative;
}

.proDetils2 .cont .three .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.proDetils2 .cont .three .gallery-top .swiper-slide {
	/* background-size: auto 100%;background-position: center; */
	background-size: 88% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.proDetils2 .cont .three .gallery-top {
	height: 100%;
	width: 80%;
	margin-left: 0;
}

.proDetils2 .cont .three .gallery-thumbs {
	width: 130px;
	height: 80%;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.proDetils2 .cont .three .gallery-thumbs .swiper-wrapper {
	flex-direction: column;
}

.proDetils2 .cont .three .gallery-thumbs .swiper-slide {
	width: 100%;
	/* height: 120px !important; */
	opacity: 1;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.proDetils2 .cont .three .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.proDetils2 .cont .three .swiper-button-prev,
.proDetils2 .cont .three .swiper-button-next {
	left: auto;
	right: 0;
	width: 130px;
	height: 40px;
	background-size: 100% 100%;
}

.proDetils2 .cont .three .swiper-button-prev {
	background-image: url(../images/jiantou5-act.png);
	transform: rotate(180deg);
	top: 10px;
	margin-top: 0;
}

.proDetils2 .cont .three .swiper-button-prev:hover {
	background-image: url(../images/jiantou4.png);
	transform: rotate(0deg);
}

.proDetils2 .cont .three .swiper-button-next {
	background-image: url(../images/jiantou5-act.png);
	top: auto;
	bottom: 10px;
}

.proDetils2 .cont .three .swiper-button-next:hover {
	transform: rotate(180deg);
	background-image: url(../images/jiantou4.png);
}

.proDetils2 .cont .three .right {
	width: 47%;
}

.proDetils2 .cont .three .right1 {
	margin-left: 20px;
	background-color: #fff;
	position: relative;
	height: 500px;
	padding-top: 20px;
}

.proDetils2 .cont .three .right1 .erwei {
	margin-left: 20px;
}

.proDetils2 .cont .three .right1 .lists div {
	padding-top: 67%;
	width: 75%;
	margin: 0 auto;
}

.proDetils2 .cont .four {
	background-color: #fff;
	/* 	display: flex;justify-content: space-between; */
}

.proDetils2 .cont .four1 {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.proDetils2 .cont .four1::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #E1E1E1;
}

/*定义滚动条轨道 内阴影+圆角*/
.proDetils2 .cont .four1::-webkit-scrollbar-track {
	background-color: #E1E1E1;
}

/*定义滑块 内阴影+圆角*/
.proDetils2 .cont .four1::-webkit-scrollbar-thumb {
	background-color: #1668D9;
}

.proDetils2 .cont .four .tabHead {
	/* width: 100%; */
	padding: 20px 10px;
	border-right: 2px solid #e9ebef;
	border-bottom: 2px solid #e9ebef;
	text-align: center;
	white-space: nowrap;
}

.proDetils2 .cont .four table {
	width: 100%;
}

/* .proDetils2 .cont .four tr{display: flex;justify-content: space-between;} */
.proDetils2 .cont .four tbody:first-child tr:first-child {
	font-weight: bold;
	background-color: #fff !important;
}

.proDetils2 .cont .four tr:nth-child(2n) {
	background-color: #F4F5F7;
}

.proDetils2 .cont .four tbody:first-child tr:nth-child(2) {
	background-color: #fff;
}

.proDetils2 .cont .four tbody:first-child tr:last-child td {
	color: #333;
	white-space: nowrap;
}

.proDetils2 .cont .four td {
	text-align: center;
	/* width: 100%; */
	min-height: 53px;
	border-right: 2px solid #e9ebef;
	border-bottom: 2px solid #e9ebef;
	padding: 13px 5px;
	color: #666;
}

.proDetils2 .cont .four .four1 .tabHead:last-child,
.proDetils2 .cont .four .four1:last-child td:last-child {
	border-right: 0;
}

/* 行业应用--商业车 */
.commercial {
	padding: 80px 0 114px 0;
	background: url(../images/hangye-bg.jpg) no-repeat;
	background-position: left top;
}

.commercial .dec {
	width: 74.38%;
	margin: 0 auto;
	margin-top: 28px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 210px;
	text-align: justify;
	text-align-last: center;
}

.commercial .lists ul {
	display: flex;
	/* flex-wrap: wrap; */
	margin: 0 -75px;
}

.commercial .lists li {
	width: 33.3%;
	cursor: pointer;
	padding: 0 75px;
}

.commercial .lists li:nth-child(2) .cont {
	transform: translateY(-130px);
}

.commercial .lists li:hover .cont {
	border: 5px solid #0D50BF;
}

.commercial .lists li .cont {
	width: 100%;
	padding: 16px 31px 40px 31px;
	background: #F5F5F5;
	text-align: center;
	border: 5px solid #F5F5F5;
	transition: all .3s;
	margin-bottom: 100px;
}

.commercial .lists li .top div {
	padding-top: 100%;
}

.commercial .lists li .top div img {
	object-fit: contain;
}

.commercial .lists li a {
	width: 82%;
	margin: 0 auto;
	margin-top: 36px;
}

.commercialDet {
	padding: 120px 0;
}

.commercialDet .wrap {
	display: flex;
	align-items: flex-start;
}

.commercialDet .left {
	width: 41.7%;
	height: 480px;
	position: relative;
}

.commercialDet .left .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.commercialDet .left .gallery-top .swiper-slide {
	background-size: auto 55%;
	background-position: 30% center;
	background-repeat: no-repeat;
	position: relative;
}

.commercialDet .left .name {
	width: 76%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	padding: 18px 0;
}

.commercialDet .left .gallery-top {
	height: 100%;
	width: 100%;
}

.commercialDet .left .gallery-thumbs {
	width: 130px;
	height: 80%;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.commercialDet .left .gallery-thumbs .swiper-slide {
	width: 100%;
	/* height: 120px !important; */
	opacity: 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.commercialDet .left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.commercialDet .left .swiper-button-prev,
.commercialDet .left .swiper-button-next {
	left: auto;
	right: 0;
	width: 130px;
	height: 40px;
	background-size: 100% 100%;
}

.commercialDet .left .swiper-button-prev {
	background-image: url(../images/jiantou5-act.png);
	transform: rotate(180deg);
	top: 10px;
	margin-top: 0;
	opacity: 1;
}

.commercialDet .left .swiper-button-prev:hover {
	background-image: url(../images/jiantou4.png);
	transform: rotate(0deg);
}

.commercialDet .left .swiper-button-next {
	background-image: url(../images/jiantou5-act.png);
	top: auto;
	bottom: 0;
	opacity: 1;
}

.commercialDet .left .swiper-button-next:hover {
	transform: rotate(180deg);
	background-image: url(../images/jiantou4.png);
}

.commercialDet .right {
	width: 58.3%;
}

.commercialDet .right1 {
	margin-left: 80px;
	padding-top: 20px;
}

.commercialDet .right1 .title {
	border-bottom: 5px solid #F5F5F5;
}

.commercialDet .right1 .trait ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 70px;
}

.commercialDet .right1 .trait li {
	padding: 12px 24px;
	background-color: rgba(13, 80, 191, .15);
	margin-right: 10px;
	font-weight: bold;
	color: #0D50BF;
	margin-bottom: 10px;
}

.industy {
	padding: 100px 0;
}

.industy .title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	margin-left: 5%;
}

.industy .title::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 120px;
	background: #0D50BF;
	margin-right: 40px;
}

.industy .lists {
	width: 100%;
	height: 846px;
	display: flex;
}

.industy .lists .left {
	width: 30%;
	height: 100%;
	overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.industy .lists .left::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
.industy .lists .left::-webkit-scrollbar-track {
	background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.industy .lists .left::-webkit-scrollbar-thumb {
	background-color: #1668D9;
}

.industy .lists .left li {
	height: 210px;
	/* line-height: 210px; */
	padding-left: 85px;
	display: flex;
	align-items: center;
}

.industy .lists .left li span {
	margin-left: 30px;
	color: #666;
}

.industy .lists .left li:nth-child(2n-1) {
	background: #F5F5F5;
}

.industy .lists .left li:nth-child(2n) {
	background: #EEEEEE;
}

.industy .lists .left .act {
	background: url(../images/xuanzhong.jpg) no-repeat center !important;
}

.industy .lists .left .act span {
	color: #fff !important;
}

.industy .lists .right {
	width: 70%;
	height: 114%;
}

.industy .lists .right .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.industy .lists .right .swiper-slide {
	background-size: cover;
	background-position: center;
}

.industy .lists .right .gallery-top {
	height: 100%;
	width: 100%;
	padding-bottom: 120px;
}

.industy .lists .right .gallery-top .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.industy .lists .right .gallery-top .cont {
	width: 60%;
	margin-left: 4%;
	margin-top: 140px;
}

.industy .lists .right .gallery-top .cont .one::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 40px;
}

.industy .lists .right .gallery-thumbs {
	width: 88%;
	height: 200px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: -240px;
}

.industy .lists .right .gallery-thumbs .swiper-wrapper {
	display: flex;
}

.industy .lists .right .gallery-thumbs .swiper-slide {
	/* width: 320px !important; */
	height: 100%;
	position: relative;
	/* margin: 0 30px; */
}

.industy .lists .right .gallery-thumbs .swiper-slide .yinyin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .56);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.industy .lists .right .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 12px solid #df2525;
	box-shadow: 0 0 10px 0 #df2525;
}

.industy .lists .right .gallery-thumbs .swiper-slide-thumb-active .yinyin {
	display: none;
}

.industy .lists .right .gallery-top .swiper-button-prev {
	transform: rotate(180deg);
	left: 20px;
}

.industy .lists .right .gallery-top .swiper-button-next {
	right: 20px;
}

.industy .lists .right .gallery-top .swiper-button-prev:hover {
	background: url(../images/jiantou6.png);
	transform: rotate(0);
}

.industy .lists .right .gallery-top .swiper-button-next:hover {
	background: url(../images/jiantou6.png);
	transform: rotate(180deg);
}

.industy .lists .right .gallery-top .swiper-button-next,
.industy .lists .right .gallery-top .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: 91%;
	z-index: 99999;
	background: url(../images/jiantou6-act.png);
	background-size: 40px 40px;
}

.technology {
	background-size: 100%;
}

.technology .map {
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 58%;
	margin: 40px 0;
	background-size: 100%;
}

.technology .map .mapBg {
	padding-top: 64%;
}
/* sj 20230607 upd sta 
.technology .map .china {
	width: 21.26%;
	height: 22%;
	position: absolute;
	top: 43%;
	right: 12.3%;
	cursor: pointer;
}*/
.technology .map .china {
	width: 2.5%;
	height: 5%;
	position: absolute;
	top: 47.2%;
	right: 23.5%;
	cursor: pointer;
}
/* sj 20230607 upd end */
.technology .map .china .mapGuo {
	padding-top: 73%;
}
/* sj 20230602 add sta */
.technology .map .shanghai{
	width: 2.5%;
	height: 5%;
	position: absolute;
	top: 51%;
	right: 24.3%;
	cursor: pointer;
}

.technology .map .shanghai .mapGuo {
	padding-top: 73%;
}

/* sj 20230602 add end */

.technology .map .guojia1 {
	position: relative;
}

.technology .map .meiguo {
	width: 28%;
	height: 28%;
	position: absolute;
	top: 29%;
	left: 4.5%;
	cursor: pointer;
}

.technology .map .meiguo .mapGuo {
	padding-top: 74%;
}

.technology .map .beifei {
	width: 2.5%;
	height: 5%;
	position: absolute;
	top: 43.2%;
	left: 49%;
	cursor: pointer;
}

.technology .map .beifei .mapGuo {
	padding-top: 136%;
}

.technology .map .cont {
	width: 620px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-98%, -40%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.technology .map .guojia:hover .cont {
	opacity: 1;
	visibility: inherit;
}

.technology .map .meiguo .cont {
	left: auto;
	right: 0;
	top: 0;
	transform: translate(101%, -30%);
}

.technology .map .beifei .cont {
	width: 620px !important;
	transform: translate(-101%, -40%);
}

.technology .map .cont .top {
	display: flex;
	padding: 20px;
	box-shadow: 0px 3px 24px 0px rgba(7, 1, 3, 0.08);
	background-color: rgba(255, 255, 255, .5);
}

.technology .map .cont .top .left {
	width: 48.3%;
}

.technology .map .cont .top .left div {
	padding-top: 50%;
}

.technology .map .cont .top .right {
	width: 51.7%;
}

.technology .map .cont .top .right1 {
	margin-left: 30px;
}

.technology .map .cont .top .right1 .tit {
	color: #1567D9;
}

.technology .map .cont .top .right1 .tit::before {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #1567D9;
	margin: 20px 0;
}

.technology .map .cont .top .right1 .name span {
	font-size: 2rem;
}

.technology .map .cont .btm {
	height: 288px;
	padding: 30px 20px;
	box-shadow: 0px 3px 24px 0px rgba(7, 1, 3, 0.08);
	background-color: rgba(255, 255, 255, .5);
	margin-top: 10px;
}

.technology .map .cont .btm1 {
	height: 100%;
	overflow-y: auto;
	padding-right: 30px;
	text-align: justify;
}

.technology .map .cont .btm1::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background: #E1E1E1;
}

.technology .map .cont .btm1::-webkit-scrollbar-track {
	background: #E1E1E1;
}

.technology .map .cont .btm1::-webkit-scrollbar-thumb {
	background: #1567D9;
}

.searchResult {
	padding-top: 24.53%;
}

.searchResult .title p:last-child {
	width: 100%;
}

.searchResult1 {
	padding: 120px 0;
}

.searchResult1 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchResult1 .top .left,
.searchResult1 .top .right ul {
	display: flex;
	align-items: center;
}

.searchResult1 .top .left,
.searchResult1 .top .right {
	width: 50%;
}

.searchResult1 .top .left input {
	width: 82%;
	border: 1px solid #EEEEEE;
	background-color: #fff;
	padding: 16px 30px;
}

.searchResult1 .top .left a {
	width: 18%;
	background: #1567D9;
	padding: 16px 0;
	text-align: center;
	color: #fff;
}

.searchResult1 .top .right ul {
	margin: 0 -5px;
	margin-left: 19%;
}

.searchResult1 .top .right li {
	width: 33.3%;
	padding: 16px 0;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	text-align: center;
	color: #666;
	margin: 0 5px;
	cursor: pointer;
}

.searchResult1 .top .right li:hover {
	color: #fff;
	background: linear-gradient(135deg, #599CF9 0%, #1567D9 100%);
}

.searchResult1 .top .right .act {
	color: #fff;
	background: linear-gradient(135deg, #599CF9 0%, #1567D9 100%);
}

.searchResult1 .btm {
	padding-top: 60px;
}

.searchResult1 .title {
	margin-bottom: 80px;
}

.searchResult1 .lists ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -75px;
}

.searchResult1 .lists li {
	width: 33.3%;
	margin-bottom: 100px;
}
.searchResult1 .lists .tit_1 {
	margin: 0;
}
.searchResult1 .lists .tit_1 li{
	margin-bottom: 15px;
}
.searchResult1 .lists li a {
	margin: 0 75px;
	background: #F5F5F5;
	padding: 35px 54px 60px 34px;
	padding-bottom: 60px;
}

.searchResult1 .lists li .one div {
	padding-top: 110%;
}

.searchResult1 .lists li .two,
.searchResult1 .lists li .three {
	padding-left: 25px;
}

.searchResult1 .lists li .two::after {
	content: '';
	display: block;
	width: 45px;
	height: 4px;
	background: #0D50BF;
	margin: 22px 0;
}

.page {
	margin-top: 4.6%;
}

.page .laypage_main {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page a {
	padding: 14px 20px;
	border: 1px solid #DDDDDD;
	margin: 0 5px;
	color: #999;
}

.page a:hover {
	background: #1567D9;
	color: #fff;
}

.laypage_curr {
	background: #1567D9;
	color: #fff !important;
}

.commercial .lists .more {
	margin: 0 auto;
	margin-top: 50px;
}

.bshare-custom.icon-medium {
	display: flex;
	opacity: 0.5;
}

.social-share .icon-wechat {
	width: 34px !important;
	height: 34px !important;
	background: url(../images/weixin.png) no-repeat !important;
	position: relative;
	z-index: 9999;
	margin: 0;
	margin-right: 10px;
	border: 0 !important;
	color: rgba(0, 0, 0, 0) !important;
	margin-right: 10px !important;
	border-radius: 6px !important;
}

.social-share .icon-weibo {
	width: 34px !important;
	height: 34px !important;
	background: url(../images/weibo.png) no-repeat !important;
	position: relative;
	z-index: 9999;
	margin: 0;
	margin-right: 10px;
	border: 0 !important;
	color: rgba(0, 0, 0, 0) !important;
	margin-right: 10px !important;
	border-radius: 6px !important;
}

.social-share .icon-qq {
	width: 34px !important;
	height: 34px !important;
	background: url(../images/qq.png) no-repeat !important;
	position: relative;
	z-index: 9999;
	margin: 0;
	margin-right: 10px;
	border: 0 !important;
	color: rgba(0, 0, 0, 0) !important;
	border-radius: 6px !important;
}

.bsFrameDiv div {
	height: 207px !important;
	width: 201px !important;
}

.bsFrameDiv div img {
	margin: 15px !important;
}

.bsTop {
	width: 100% !important;
}

.indexProduct .two .wrap {
	/* margin-right: 18.5% !important; */
}

.indexNews11 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.indexNews11 .lists {
	width: 33.3%;
	margin-bottom: 20px;
	height: 260px;
}

.indexNews11 .cont .code .top {
	margin-bottom: 0;
	display: none;
}

.indexNews11 .lookMore {
	padding: 30px;
}

.indexNews11 .code {
	padding: 26px;
}

.indexNews11 .code .right {
	width: 44% !important;
}

.indexNews11 .lookMore a {
	margin: 0;
}

.indexNews11 .lookMore .more {
	margin: 50px 0;
}

.choice_btm {
	background-color: black;
	/*    position: absolute;bottom: 0;left: 0;width: 100%;*/
	padding: 20px 0;
	margin-top: 29px;
	margin-bottom: -20px;
}

.choice_btm .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.choice_btm .bottom a,
.choice_btm .bottom span {
	color: #fff;
	opacity: 0.8;
}

.choice_btm .bottom span {
	opacity: 0.4;
}

.choice_btm .bottom .left {
	display: flex;
	align-items: center;
}

.choice_btm .bottom a:hover {
	opacity: 1;
}

.choice_btm .bottom .right p {
	margin: 0;
}

.indexBanner .more {
	display: none !important;
}

.if-perBuild-one{
    display: flex;
    justify-content: center;
    align-items: center;
    width:1122px;
    width:min(58.4375vw,1122px);
    height:min(48.95833vw,940px);
    margin:0 auto;
    position: relative;
    background:url(../images/if-js-bg-01.jpg) no-repeat center;
    
}
.if-perBuild-one .center{
    position: absolute;
    left:50%;
    top:50%;
    width:min(20.8vw ,400px);
    height:min(20.8vw ,400px);
    transform: translate(-50%, -50%);
}
.perBuild1 .if-perBuild-one .center ul{
    padding:0;
    margin:0;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.perBuild1 .if-perBuild-one .center ul li{
    position: absolute;
    margin:0;
}
.perBuild1 .if-perBuild-one .center ul li:nth-child(1){
    left: 7%;
    top: 47.5%;
    transform: rotateZ(180deg);
}
.perBuild1 .if-perBuild-one .center ul li:nth-child(2){
    right: 7%;
    top: 47.5%;
    transform: rotateZ(0deg);
    margin:0;
}
.perBuild1 .if-perBuild-one .center ul li:nth-child(3){
    left: 46%;
    bottom: 7.5%;
    transform: rotateZ(90deg);
    margin:0;
}

.perBuild1 .if-perBuild-one .right{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.perBuild1 .if-perBuild-one .right.wap{
	display:none;
}
.perBuild1 .if-perBuild-one .right ul{
    margin:0;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.perBuild1 .if-perBuild-one .right li{
    position: absolute;
    margin:0 !important;
}
.perBuild1 .if-perBuild-one .right li:nth-child(1){
    left:3%;
    top:0;
    height:100%;
    flex-direction: row-reverse;
}
.perBuild1 .if-perBuild-one .right li:nth-child(1) .two .title{
    margin-right:15px;
}
.perBuild1 .if-perBuild-one .right li:nth-child(2){
    right: 5%;
    top: 0;
    height: 100%;
}
.perBuild1 .if-perBuild-one .right li:nth-child(2) .two .title{
    margin-left:15px;
}
.perBuild1 .if-perBuild-one .right li:nth-child(3){
    left: 0%;
    width:100%;
    bottom: 3%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.perBuild1 .if-perBuild-one .right li:nth-child(3) .two .title{
    margin-bottom:0;
    margin-top:15px;
}
.perBuild1 .if-perBuild-one .right li .two .title{
    margin-bottom:0;
}
.perBuild1 .if-perBuild-one .right li:nth-child(4){
    left: 0;
    width:100%;
    top: 3%;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
}
.perBuild1 .if-perBuild-one .right li:nth-child(4) .two .title{
    margin-bottom:15px;
}
.perBuild1 .if-perBuild-one .right li .one{
    margin-right:0;
}

.perBuild1 .if-perBuild-one .left1{
    margin-left:0;
}
.perBuild2 .right li .right1.if-right1{
    width:auto;
    flex-direction: row;
    justify-content: flex-start;
}
.perBuild2 .right li .right1.if-right1 .top.mag-b-15{
    margin-bottom:0;
    margin-right:15px;
}
.perBuild2 .right.if-right li{
    width:100%;
}

/*1101*/
.if-jw-rad{
    position: relative;
}
.if-jw-rad .if-jw-rad-inner{
    position:relative;
    padding-bottom:39%;
}
.if-jw-rad .if-jw-rad-inner .ijri-box{
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li{
    width:min(19vw ,364px);
    height: 7.5vw;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    box-sizing:border-box;
    padding:25px 40px;
    transition: all 0.6s;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li.act{
    background:#D03A27;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li .t{
    font-weight: 500;
    font-size: 22px;
    color: #222222;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li.act .t{
    color:#fff;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li .d{
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin-top:5px;
    overflow:hidden;line-height:1.5;height:3em;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li.act .d{
    color:#fff;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(1){
    position: absolute;
    left:6.25vw;
    top:0;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(1) .line{
    position: absolute;
    left:100%;
    top:50%;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(6){
    position: absolute;
    right:6.25vw;
    top:0;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(6) .line{
    position: absolute;
    right:100%;
    top:50%;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(2){
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(2) .line{
    position: absolute;
    left:100%;
    top:50%;
    transform: translateY(-50%);
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(5){
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(5) .line{
    position: absolute;
    right:100%;
    top:50%;
    transform: translateY(-50%);
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(3){
    position: absolute;
    left:6.25vw;
    bottom:0;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(3) .line{
    position: absolute;
    left:100%;
    top:18%;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(4){
    position: absolute;
    right:6.25vw;
    bottom:0;
}
.if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li:nth-child(4) .line{
    position: absolute;
    right:100%;
    top:18%;
}
.ijri-box .ijri-bg{
    background:url(../images/step/if-step-bg-0.png) no-repeat;
    width:340px;
    height:340px;
    position: relative;
}
.ijri-box .ijri-bg.s0{
    background:url(../images/step/if-step-bg-1.png) no-repeat;
}
.ijri-box .ijri-bg.s1{
    background:url(../images/step/if-step-bg-2.png) no-repeat;
}
.ijri-box .ijri-bg.s2{
    background:url(../images/step/if-step-bg-3.png) no-repeat;
}
.ijri-box .ijri-bg.s3{
    background:url(../images/step/if-step-bg-4.png) no-repeat;
}
.ijri-box .ijri-bg.s4{
    background:url(../images/step/if-step-bg-5.png) no-repeat;
}
.ijri-box .ijri-bg.s5{
    background:url(../images/step/if-step-bg-6.png) no-repeat;
}
.ijri-box .ijri-bg .ijri-bg-text{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}
.ijri-box .ijri-bg .ijri-bg-list{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.ijri-box .ijri-bg .ijri-bg-list ul{
    position: relative;
    width:100%;
    height:100%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li{
    position: absolute;
}
.ijri-box .ijri-bg .ijri-bg-list ul li .icon{
    width:36px;
    height:36px;
    display: block;
    text-align: center;
    line-height:36px;
    overflow: hidden;
}
.ijri-box .ijri-bg .ijri-bg-list ul li.act .icon img {
  transform: translateX(-100%);
  width:36px;
  height:36px;
  filter: drop-shadow(36px 0 0 #fff);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(1){
    left:0;
    width:50%;
    top:0;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(1) .icon{
    position: absolute;
    left: 50%;
    top: 32%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(6){
    right:0;
    width:50%;
    top:0;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(6) .icon{
    position: absolute;
    left: 32%;
    top: 33%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(2){
    left:0;
    width:50%;
    top:calc(100% / 3);;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(2) .icon{
    position: absolute;
    left: 11%;
    top: 33%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(5){
    right:0;
    width:50%;
    top:calc(100% / 3);;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(5) .icon{
    position: absolute;
    right: 11%;
    top: 33%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(3){
    left:0;
    width:50%;
    bottom:0;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(3) .icon{
    position: absolute;
    left: 50%;
    top: 38%;
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(4){
    right:0;
    width:50%;
    bottom:0;
    height:calc(100% / 3);
}
.ijri-box .ijri-bg .ijri-bg-list ul li:nth-child(4) .icon{
    position: absolute;
    right: 50%;
    top: 38%;
}
/*1101*/



@media all and (max-width: 1600px) {
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li{
        padding:10px;
    }
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li .t{
        font-size:18px;
    }
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li .d{
        font-size:12px;
    }
    
    
    
    
	.indexService .cont {
		left: 23.4%;
	}

	.indexNews .cont .top li img {
		width: 136px;
		height: 126px;
	}

	.bannerSwiper .swiper-pagination {
		left: 94.5% !important;
	}

	.perBuild2 .right ul {
		padding-right: 0;
	}

	.commercialDet .left .gallery-top .swiper-slide {
		background-size: 60% auto;
	}

	.commercialDet .left .name {
		width: 73%;
	}

	.proDetils1 .tabs_header ul {
		max-height: 580px;
		overflow: hidden;
		overflow-y: auto;
	}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
	.proDetils1 .tabs_header ul::-webkit-scrollbar {
		width: 4px;
		height: 16px;
		background-color: #eee;
	}

	/*定义滚动条轨道 内阴影+圆角*/
	.proDetils1 .tabs_header ul::-webkit-scrollbar-track {
		/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
		border-radius: 10px;
		background-color: #eee;
	}

	/*定义滑块 内阴影+圆角*/
	.proDetils1 .tabs_header ul::-webkit-scrollbar-thumb {
		box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
		background-color: #1567D9;
	}

	/* .more1::before{display: none;} */
	.commercial .lists li {
		padding: 0 40px;
	}

	.index_title {
		font-size: 7rem;
	}

	.more {
		width: 200px;
	}
}

@media all and (max-width: 1400px) {

	/* .choice li a{margin: 0 50px;} */
	.commercialDet .left .gallery-top .swiper-slide {
		background-size: 66% auto;
		background-position: left center;
	}

	.commercialDet .left .name {
		width: 66%;
	}

	.perBuild2 .right li .right1 {
		width: 150px;
		height: 150px;
		padding: 10px;
		margin: 10px;
	}

	.indexAbout .one {
		margin-bottom: 80px;
	}

	.indexAbout .one .left {
		padding: 0 50px;
	}

	.index_title {
		font-size: 6rem;
	}

	.indexService .cont .marketTab li a {
		line-height: 24px;
	}

	.indexService .cont .marketTab .act a::before {
		border-left: 75px solid rgba(0, 0, 0, .3);
	}

	.indexService .cont {
		letter-spacing: 20%;
	}

	.indexBanner .bidding {
		right: 5%;
		transform: translateY(-10%);
	}

	.perBuild3 .tabs_lists2 .tabs_con {
		bottom: -200px;
		left: 50%;
	}

	.perBuild3 .tabs_lists2 .tabs_con ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.perBuild3 .tabs_lists2 .tabs_con li {
		margin-bottom: 10px;
	}

	.perBuild3 .tabs_lists .tabs_con:nth-child(1) {
		left: 8%;
	}

	.perBuild3 .tabs_lists .tabs_con:nth-child(3) {
		right: 8%;
	}

	.perBuild4 .lists .listsCon {
		margin: 0 -30px;
	}

	.perBuild4 .lists .listsCon1 .lists1 {
		margin: 0 30px;
	}

	.perBuild4 .lists .btm {
		padding: 30px 20px;
	}

	.industy .lists .right .gallery-top .swiper-button-next {
		right: 0;
	}

	.industy .lists .right .gallery-top .swiper-button-prev {
		left: 0;
	}

	.industy .lists .right .gallery-thumbs {
		margin-top: -200px;
	}

	.industy .lists .right .gallery-thumbs .swiper-slide {
		height: 85%;
	}
}

@media all and (max-width:1400px) {
	.technology .map .cont .top .right1 .name span{
		font-size: 1.7rem;
	}
	.proDetils1 .tabs_con {
		height: 468px;
	}

	.prouctList {
		height: 400px;
	}

	.proutListCon .prouctList2 .list .left div {
		padding-top: 60.8%;
		height: auto;
	}

	.proutListCon .prouctList2 .list .right {
		height: auto;
		padding-top: 31.2%;
	}

	.newsList1 .btm .right li {
		margin-bottom: 27px;
	}

	.indexNews .cont .top li img {
		width: 108px;
		height: 100px;
	}

	.proutListCon .prouctList2 .list .right1 {
		padding: 5% 10% 0 10%;
	}

	/* .shareList .btm li .dec{height: 7.5rem;} */
	.perBuild5 .cont1 .cont1_top2 {
		margin-left: -20px;
		width: 100%;
	}

	.personnel1 .left .dec {
		line-height: 40px;
		margin: 48px 0;
	}

	.newsBanner .bannerSearch input {
		padding: 14px 20px;
	}

	.newsBanner .bannerSearch a {
		padding: 14px 0;
	}

	/* .indexNews .cont .top li .two{max-width: 33%;} */
	.indexNews .cont .top li {
		padding: 0 14px;
		height: 163px;
	}

	.lookMore1 .top {
		top: 7% !important;
	}

	.application .lists .more1 {
		margin-top: 20px;
	}

	.proDetils1 .tabs_header {
		width: 8%;
	}

	.indexNews .left .lists {
		padding: 20px;
	}

	.indexNews .lookMore a {
		margin: 20px 0;
	}

	.indexNews .cont .btm .right {
		height: 446px;
	}

	.more::before {
		border-bottom: 13px solid transparent;
	}

	.more:hover::before {
		transform: rotateZ(4deg);
	}

	.indexProduct .tabs_header li::before {
		border-left: 82px solid rgba(255, 255, 255, .3);
	}

	.perBuild4 .lists .btm .btmCon1 .title {
		width: 34.6%;
	}

	.choice {
		padding: 20px 0;
	}

	.choice_btm {
		padding: 2px 0;
		margin-top: 17px;
	}

	.proutListCon .prouctList2 .list .right1 .lists {
		padding: 0 22px;
	}

	.industy .title {
		margin-left: 15%;
	}

	.perBuild3 .fuli li {
		min-height: 80px;
	}
}

@media all and (max-width: 1280px) {
    .perBuild1 .right li .one{
        padding:10px;
    }
    .perBuild1 .right li .one img{
        width:30px;
        height:auto;
    }
    
    
    
	.index_title {
		top: 34%;
	}

	.choice {
		padding: 20px;
	}

	.choice ul {
		margin: 0 -50px;
	}

	.choice li a {
		width: 80px;
	}

	.prouctList2 .list .right1 {
		padding: 40px 20px 0 20px;
	}

	/*	.prouctList2 .list .right1 .lists li {width: 50% !important;margin-bottom: 20px;white-space: nowrap;}*/
}

@media all and (max-width:1070px) and (min-width:998px) {}

@media all and (max-width: 1000px) {
  .perBuild1 .if-perBuild-one .right.wap{
      display:block;
  }
  .perBuild1 .if-perBuild-one .right.pc{
	display:none;
}
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li .line{
        display:none;
    }
    .ijri-box .ijri-bg{
        width:300px;
        height:300px;
        background-size:cover !important;
        margin:0 auto;
    }
    .if-jw-rad .if-jw-rad-inner{
        padding-bottom:0;
    }
    .if-jw-rad .if-jw-rad-inner .ijri-box{
        position: relative;
        display: block;
    }
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list{
        position: relative;
    }
    .if-jw-rad .if-jw-rad-inner .ijri-box .ijri-list li{
        position: relative !important;
        margin-bottom:20px;
        width:100%;
        transform: translateY(0) !important;
        left:auto !important;
        height:auto !important;
        top: auto !important;
        right: auto !important;
        height:auto !important;
    }
    
    .if-perBuild-one{
        display: block;
        width:100%;
        height:auto;
        background:none;
    }
    .perBuild1 .if-perBuild-one .left{
        margin:0 auto;
    }
    .if-perBuild-one .center{
        position: relative;
    }
    .perBuild1 .if-perBuild-one .right{
        position: relative;
    }
    .perBuild1 .if-perBuild-one .right ul{
        position: relative;
    }
    .perBuild1 .if-perBuild-one .right li{
        position: relative;
        display: block;
        left:0 !important;
        text-align: center;
    }
    .perBuild1 .if-perBuild-one .right li .one{
        width:50px;
        margin:0 auto;
    }
    .perBuild1 .if-perBuild-one .right li .two .title{
        margin:15px 0 0 0 !important;
        text-align:center;
    }
    
    
	.proDetils1 .tabs_header {
		position: inherit;
		width: 96%;
		margin: 20px auto;
		transform: translate(0);
		right: 0;
	}

	#goToTop {
		display: none;
	}

	.indexBox {
		margin-top: 60px;
	}

	.indexBannerCon .bidding {
		position: static;
		flex-direction: column;
	}

	.indexBannerCon .bidding,
	.indexBannerCon .bidding .left,
	.indexBannerCon .bidding .right,
	.indexBannerCon .bidding .right img {
		width: 100%;
	}

	.newsBanner .bannerSearch {
		width: 96%;
	}

	.newsBanner .bannerSearch input,
	.newsBanner .bannerSearch a {
		padding: 15px 0;
	}

	.Indexbox {
		overflow: hidden;
	}

	.index_title {
		font-size: 2.8rem;
		letter-spacing: 12px;
		top: 25%;
	}

	.choice {
		padding: 4px 0;
		bottom: 2%;
	}

	.choice ul {
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.choice li a {
		width: auto;
		margin: 10px 17px;
	}

	.choice_btm .bottom {
		width: 100%;
	}

	.choice_btm .bottom .left {
		width: 100%;
		flex-direction: column-reverse;
		padding: 20px 0;
	}

	/* 首页--客户 */
	.indexBanner {
		/* margin-top: 60px; */
		background-size: 100%;
		background-repeat: no-repeat;
		padding-top: 49.1%;
	}

	.indexBanner .title {
		width: 83%;
	}

	.indexBanner .title p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0;
		font-size: 2rem;
	}

	.indexBanner .title p:nth-child(3) {
		padding-bottom: 10px;
	}

	.more {
		width: 150px;
	}

	.indexAbout,
	.indexProduct,
	.indexService,
	.indexNews,
	.application,
	.translate {
		padding: 30px 0;
	}

	.indexAbout .one {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.indexAbout .one .left,
	.indexAbout .one .right,
	.indexProduct .one .dec {
		width: 100%;
	}

	.indexAbout .one .left {
		padding: 0;
	}

	.indexAbout .one .right {
		margin-right: 0;
		margin-top: 0;
		padding-right: 3px;
	}

	.indexAbout .one .right .more,
	.indexAbout .two,
	.indexAbout .three {
		margin-top: 30px;
	}

	.indexProduct .tabs_header ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.indexProduct .tabs_header li {
		width: 47%;
		text-align: center;
		margin-bottom: 18px;
		padding: 6px 16px;
	}

	.indexProduct .tabs_header li::before {
		border-left: 125px solid rgba(255, 255, 255, .3);
	}

	.indexProduct .two {
		margin-top: 0;
	}

	/* .indexProduct .two .wrap {margin: 0 !important;} */
	.indexProduct .two a {
		height: 250px;
	}

	.indexProduct .two .btm {
		transform: translateY(0);
		opacity: 1;
		visibility: inherit;
		padding: 10px;
	}

	.indexProduct .two .btm .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.indexProduct .two .btm .dec {
		margin-top: 10px;
	}

	.indexProduct .two .swiper-button-next,
	.indexProduct .two .swiper-button-prev {
		width: 27px !important;
		height: 28px !important;
		background-size: 27px 32px !important;
	}

	.indexProduct .two .swiper-button-prev {
		left: 0 !important;
	}

	.indexProduct .two .swiper-button-next {
		right: 0 !important;
	}

	.indexProduct .two .productSwiper {
		width: 83%;
	}

	.indexService {
		min-height: 230px;
		padding: 0;
	}

	.indexService .cont {
		width: 100%;
		margin-left: 0;
		flex-direction: column;
		top: 10%;
		left: 10px;
	}

	.indexService .cont .left .title {
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.indexService .cont .left {
		width: 100%;
	}

	.indexService .cont .right {
		width: 94%;
	}

	.indexService .cont .right .more {
		margin-top: 20px;
		width: 110px;
		padding: 10px;
	}

	.indexNews .cont .top {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.indexNews .cont .top ul {
		flex-direction: column;
	}

	.indexNews .cont .top li {
		margin-bottom: 10px;
		padding: 8px 20px;
		height: 123px;
	}

	.indexNews .cont .btm {
		flex-direction: column-reverse;
	}

	.indexNews .cont .btm .left,
	.indexNews .cont .btm .right {
		width: 100%;
	}

	.indexNews .left .lists {
		padding: 20px 10px;
		margin-bottom: 10px;
	}

	.indexNews .cont .btm .right {
		height: auto;
	}

	.indexNews .cont .btm .right1 {
		margin-left: 0;
		padding: 20px 0;
		margin-right: 0;
	}

	.indexNews .left .lists:nth-child(1):after {
		display: none;
	}

	.indexNews .newsList {
		padding: 10px;
	}

	.indexNews .lists {
		width: 50%;
		padding: 0 10px;
	}

	.application .cont {
		flex-wrap: wrap;
	}

	.application .lists {
		width: 100%;
		padding-top: 100%;
		margin-bottom: 30px;
	}

	.lookMore1 .top {
		top: 0 !important;
	}

	.application .lists .top {
		height: 46%;
	}

	.application .lists .btm {
		object-fit: cover;
		height: 46%;
		/* -webkit-background-size: ; */
		background-size: 100% auto;
	}

	.applic1 .top .one div {
		padding-top: 46%;
	}

	.applic1 .top .two {
		padding: 10px;
	}

	.applic2 .top {
		top: 0 !important;
	}

	.applic2 .btm {
		bottom: 0 !important;
	}



	.translate .cont {
		flex-wrap: wrap;
		flex-direction: column-reverse;

	}

	.translate .left {
		width: 100%;
	}

	.translate .right {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		margin-top: 0;
		text-align: center;
	}

	/* 新闻中心 */
	.newBox {
		margin-top: 60px;
	}

	.newsBanner {
		padding-top: 35.53%;
	}

	.newsBanner .title {
		top: 12%;
	}

	.newsBanner .title p:last-child {
		width: 100%;
		margin-top: 0;
	}

	.newsList1,
	.newsList2 {
		padding: 30px 0;
	}

	.newsList1 .top {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.newsList1 .top .right {
		margin-top: 15px;
	}

	.newsList1 .top .right div {
		margin-left: 0;
		margin-right: 15px;
	}

	.newsList1 .tabs_list .btm {
		flex-direction: column;
	}

	.newsList1 .btm .left,
	.newsList1 .btm .right {
		width: 100%;
	}

	.newsList1 .btm .left {
		margin-bottom: 15px;
	}

	.newsList1 .btm .left .con {
		padding: 10px;
	}

	.newsList1 .btm .left .con .title {
		margin-bottom: 10px;
	}

	.newsList1 .btm .right ul {
		margin-left: 0;
	}

	.newsList1 .btm .right li {
		margin-bottom: 15px;
	}

	.newsList2 li {
		padding: 20px;
	}

	.newsList2 li a {
		flex-direction: column;
	}

	.newsList2 li .left {
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
	}

	.newsList2 li .right1 {
		margin-left: 0;
	}

	.newsList2 li .right,
	.newsList2 li .right1 .title {
		width: 100%;
	}

	.newsList2 li .right1 .dec {
		margin-bottom: 10px;
	}

	/* 产品中心 */
	.prouctList {
		position: static;
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}

	/* .prouctList1 {padding-top: 30px;} */
	.proutListCon .prouctList1,
	.proutListCon .prouctList2 {
		position: static;
	}

	.proutListCon .prouctList1 {
		opacity: 1;
		visibility: inherit;
	}

	.proutListCon .prouctList2 .list .left div {
		padding-top: 60.8%;
		height: auto;
	}

	.proutListCon .prouctList2 .list .right {
		height: auto;
	}

	.proutListCon .prouctList2 .list .right1 .title {
		text-align: center;
		border-bottom: 0;
	}

	.proutListCon .prouctList2 .list .right1 .lists {
		display: none;
	}

	.prouctList1 .title {
		margin-bottom: 30px;
	}

	.prouctList1 .cont {
		padding: 30px 0;
	}

	.prouctList1 .tab_list .con {
		flex-direction: column;
	}

	.prouctList1 .tab_list .conList {
		width: 100% !important;
		margin-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.prouctList1 .tab_list .conList:last-child {
		border-bottom: 0;
	}

	.prouctList1 .tab_list .conList .btm {
		margin: 15px 0;
	}

	.prouctList1 .tab_list .conList .right {
		opacity: 1;
		visibility: inherit;
	}

	.prouctList2 .list {
		margin-top: 20px;
	}

	.prouctList2 .list,
	.prouctList2 .list:nth-child(2n) {
		flex-direction: column !important;
	}

	.prouctList2 .list .left,
	.prouctList2 .list .right {
		width: 100% !important;
	}

	.prouctList2 .list .right {
		position: inherit !important;
		padding-top: 0 !important;
	}

	.prouctList2 .list .right1 {
		position: inherit !important;
		padding: 0 20px !important;
	}

	.prouctList2 .list .right1 .title {
		margin-bottom: 15px !important;
	}

	.prouctList2 .list .right1 .title,
	.prouctList2 .list .right1 .lists {
		padding: 20px !important;
	}

	.prouctList2 .list:nth-child(2) .right1 .lists li,
	.prouctList2 .list .right1 .lists li {
		width: 100% !important;
	}

	/* 加入我们 */
	.personnel1,
	.personnel2 {
		padding: 30px 0;
	}

	.personnel1 .wrap {
		flex-direction: column;
	}

	.personnel1 .left,
	.personnel1 .right,
	.personnel1 .right1 .one {
		width: 100%;
	}

	.personnel1 .left1 {
		padding-left: 0;
		margin-right: 0;
		align-items: flex-start;
	}

	.personnel1 .right1 {
		margin-right: 0;
	}

	.personnel1 .right1 .one div {
		padding-top: 60%;
	}

	.personnel1 .left .title {
		padding-bottom: 0;
	}

	.personnel1 .left .dec {
		margin: 20px 0;
	}

	.personnel1 .right {
		margin-top: 20px;
	}

	.personnel2 .title {
		margin-bottom: 20px;
	}

	/* 社会招聘 */
	.socail1,
	.socail2 {
		padding: 30px 0;
	}

	.socail1 {
		padding-bottom: 0;
	}

	.socail1Con {
		background-position: top center;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.socail1Con .left {
		width: 100%;
		padding: 30px 10px;
		line-height: 30px;
		padding-top: 130px;
		color: #333;
		min-height: auto;
		background: rgba(0, 0, 0, 0);
	}

	.socail2 .search {
		width: 100%;
		margin: 20px 0;
	}

	.screen {
		padding-bottom: 30px;
		display: none;
	}

	.socail2 .select {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.socail2 .select div {
		cursor: pointer;
		width: 48%;
		background-color: #1567D9;
		padding: 14px 0;
		color: #fff;
		border-radius: 50px;
		margin-top: 20px;
		text-align: center;
	}

	.socail2 .select div img {
		width: 16px;
		height: 16px;
		margin-left: 14px;
	}

	.mask,
	.mask1 {
		position: fixed;
		top: 0;
		display: none;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 9999;
		width: 100%;
	}

	.close-icon {
		font-size: 2.4rem;
		font-weight: 400;
		width: 1rem;
		text-align: center;
		margin-right: 1em;
	}

	.action-sheet,
	.action-sheet1 {
		border-top-left-radius: 0.6rem;
		border-top-right-radius: 0.6rem;
		display: none;
		background: #fff;
		width: 100%;
		height: 50%;
		position: fixed;
		bottom: 0;
		z-index: 11111;
	}

	.menu-name {
		/* height: 0.5rem; */
		text-indent: 0.2rem;
		/* line-height: 0.5rem; */
		font-size: 1.8rem;
		font-weight: 700;
		margin: auto;
		padding-left: 2em;
	}

	.action-sheet ul,
	.action-sheet1 ul {
		overflow: scroll;
		height: 85%;
	}

	.action-sheet ul li,
	.action-sheet1 ul li {
		margin: 0 0.4rem;
		color: #333;
		font-weight: 700;
		padding: 14px 0;
		font-size: 1.4rem;
		/* height: 1.2rem; */
		text-align: center;
		/* line-height: 1.2rem; */
		border-top: 1px solid #eee;
	}

	.menu-title {
		display: flex;
		align-items: center;
		padding: 10px 0;
		/* height: 1.4rem; */
		margin: 0 0.4rem;
		justify-content: space-between;
		/* line-height: 1.4rem; */
		background: #fff;
		border-top-left-radius: 0.6rem;
		border-top-right-radius: 0.6rem;
	}

	.scroll-mask {
		height: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}

	.socail2 .listsCon .top {
		padding: 20px 10px;
	}

	.socail2 .xianshi2 .top {
		background-size: cover;
	}

	.socail2 .listsCon .top .left {
		display: flex;
		flex-direction: column;
	}

	.socail2 .listsCon .top .left .one {
		margin-bottom: 15px;
	}

	.socail2 .listsCon .top .two ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.socail2 .listsCon .btm {
		padding: 20px 10px;
	}

	.socail2 .listsCon .btmCon {
		margin-bottom: 20px;
	}

	.xiaoyuan {
		background-image: none !important;
		background-color: #4485EA;
		flex-direction: column;
		padding: 30px 0;
	}

	.layui-laydate-range {
		display: flex !important;
		flex-direction: column !important;
	}

	.layui-laydate-list>li,
	.layui-laydate-range .layui-laydate-main {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.xiaoyuan .left {
		padding-top: 0;
	}

	.xiaoyuan .right {
		width: 100%;
		align-items: flex-start;
		margin: 0;
		padding: 0 8%;
	}

	/* 新闻详情 */
	.newsDetails {
		padding: 30px 0;
	}

	.newsDetails .cont {
		padding: 20px 0;
	}

	.newsDetails .post_next_prev {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsDetails .post_next_prev a {
		margin-bottom: 15px;
	}

	/* 市场活动 */
	.marketList2 li .right {
		padding-left: 0;
	}

	.marketList2 li .right1 {
		padding-left: 0;
		border-left: 0;
	}

	.marketList2 li .left {
		height: auto;
		align-items: flex-start;
		margin-bottom: 10px;
		margin-bottom: 10px;
    	padding: 5px 0;
   		border-bottom: 1px solid #EEEEEE;
    	background: #EE311D;
    	color: #fff;
    	text-align: center;
    	justify-content: center;
    	align-items: center;
	}

	/* 共享知识 */
	.shareList {
		padding: 30px 0;
	}

	.shareList .btm ul {
		margin-top: 20px;
	}

	.shareList .btm li {
		width: 100%;
	}

	.shareList .btm li a {
		padding: 10px;
	}

	.shareList .btm li .dec {
		height: auto;
	}

	/* 共享详情 */
	.shareDetails .wrap {
		flex-direction: column;
	}

	.shareDetails .left,
	.shareDetails .right {
		width: 100%;
	}

	.shareDetails .right1 {
		margin-left: 0;
	}

	.shareDetails .right {
		margin-top: 40px;
	}

	.shareDetails .right .lists ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.shareDetails .right .lists li {
		width: 50%;
	}

	/* 产品详情 */
	.proDetils1,
	.proDetils2 {
		padding: 30px 0;
	}

	/* .proDetils1 .tabs_header{display: none;} */
	.proDetils1 .tabs_con {
		flex-direction: column;
		margin-right: 0;
		padding-right: 0;
	}

	.proDetils1 .tabs_con .left,
	.proDetils1 .tabs_con .right,
	.proDetils2 .cont .one .one1,
	.proDetils2 .cont .two1,
	.proDetils2 .cont .three .left,
	.proDetils2 .cont .three .right {
		width: 100%;
	}

	.proDetils1 .tabs_con .right1,
	.proDetils2 .cont .three .right1 {
		margin-left: 0;
	}

	.proDetils2 .cont {
		margin-top: 20px;
		padding-left: 0;
	}

	.proDetils2 .cont .one,
	.proDetils2 .cont .three {
		flex-direction: column;
	}

	.proDetils2 .cont .one .one1 input {
		width: 45%;
	}

	.proDetils2 .cont .two1 {
		margin-top: 10px;
		margin-left: 0;
	}

	.proDetils2 .cont .two {
		width: auto;
	}

	.proDetils2 .cont .two11 {
		width: 100%;
	}



	.proDetils2 .cont .three .gallery-top .swiper-slide {
		background-size: 68% auto;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.proDetils2 .cont .three .right1 {
		height: auto;
		padding: 20px 0;
		margin-top: 15px;
	}

	.proDetils2 .cont .four {
		overflow: scroll;
	}

	] .proDetils2 .cont .four1 table {
		width: 1440px;
		max-width: 1440px;
		overflow-x: scroll;
	}

	.commercial {
		background-size: auto 100%;
		padding: 30px 0;
	}

	.commercial .dec {
		width: 100%;
		margin-bottom: 0;
		padding: 0 10px;
		text-align-last: left;
	}

	.commercial .lists ul {
		flex-direction: column;
	}

	.commercial .lists li {
		width: 100%;
		padding: 0;
	}

	.commercial .lists li .cont {
		margin-bottom: 0;
		width: 68%;
		padding: 10px;
	}

	.commercial .lists li .top div {
		padding-top: 46%;
	}

	.commercial .lists li:nth-child(2) .cont {
		transform: translateY(0);
	}

	.commercialDet {
		padding: 30px 0;
	}

	.commercialDet .wrap {
		flex-direction: column;
	}

	.commercialDet .left,
	.commercialDet .right {
		width: 100%;
	}

	.commercialDet .right1 {
		margin-left: 0;
		margin-top: 20px;
	}

	.commercialDet .right1 .trait li {
		margin-bottom: 10px;
	}

	.commercialDet .left .gallery-top .swiper-slide {
		background-size: 100% auto;
	}

	.commercialDet .left .name {
		width: 62%;
	}

	.equivalent .right2 {
		float: none;
	}

	.equivalent .right2,
	.equivalent .left1 {
		width: 100%;
	}

	.equivalent .left2 {
		margin-right: 0;
	}

	.equivalent .right2 .top .lft {
		width: 80%;
	}

	.industy {
		padding: 30px 0;
	}

	.industy .title {
		margin-bottom: 30px;
		margin-left: 0;
	}

	.industy .title::before {
		margin-right: 20px;
	}

	.industy .lists {
		height: auto;
		flex-direction: column;
	}

	.industy .lists .left,
	.industy .lists .right {
		width: 100%;
	}

	.industy .lists .left ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.industy .lists .left li {
		width: 49%;
		height: auto;
		line-height: 28px;
		padding: 10px 20px;
		margin-bottom: 10px;
	}
	.industy .lists .left li img{
		width: 24%;
	}
	.industy .lists .right .gallery-thumbs .swiper-wrapper {
		justify-content: flex-start;
	}

	.industy .lists .right .gallery-thumbs .swiper-slide {
		margin: 0;
		/* margin-right: 10px; */
	}

	.industy .lists .right .gallery-top {
		height: 300px;
		padding-bottom: 0;
	}

	.industy .lists .right .gallery-thumbs {
		margin-top: 0;
		padding: 0;
		display: none;
	}

	.industy .lists .right .gallery-top .swiper-button-next,
	.industy .lists .right .gallery-top .swiper-button-prev {
		top: 40%;
	}

	.industy .lists .right .gallery-top .swiper-button-prev {
		left: 0;
	}

	.industy .lists .right .gallery-top .swiper-button-next {
		right: 0;
	}

	.industy .lists .right .gallery-top .cont {
		width: 67%;
		margin: 40px 4%;
		padding-bottom: 80px;
		margin-top: 125px;
	}

	.industy .lists .right .gallery-top .cont .one::after {
		margin: 10px 0;
	}

	.industy .lists .right .gallery-top .cont .dec {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.searchResult1 {
		padding: 30px 0;
	}

	.searchResult1 .top {
		flex-direction: column;
		align-items: flex-start;
	}

	.searchResult1 .top .left,
	.searchResult1 .top .right {
		width: 100%;
	}

	.searchResult1 .top .right ul {
		margin: 0;
		margin-top: 15px;
	}

	.searchResult1 .btm {
		padding-top: 30px;
	}

	.searchResult1 .title {
		margin-bottom: 30px;
	}

	.searchResult1 .lists ul {
		margin: 0 -15px;
	}

	.searchResult1 .lists li {
		width: 100%;
		margin-bottom: 20px;
	}

	.searchResult1 .lists li a {
		padding: 10px;
		padding-bottom: 20px;
		margin: 0 15px;
	}

	.searchResult1 .lists li .one div {
		width: 60%;
		padding-top: 70%;
		margin: 0 auto;
	}

	.perBuild1,
	.perBuild3 {
		padding: 30px 0;
	}

	.perBuild1 .wrap {
		flex-direction: column;
	}

	.perBuild1 .center {
		display: none;
	}

	.perBuild1 .left1 {
		margin-left: 0;
	}

	.perBuild1 .right {
		width: 100%;
		margin-top: 20px;
	}

	.perBuild1 .right li {
		width: 100%;
	}

	.perBuild1 .right li:nth-child(1),
	.perBuild1 .right li:nth-child(3) {
		margin-left: 0;
	}

	.perBuild1 .right ul,
	.perBuild1 .right li .one {
		margin-right: 0;
	}

	.perBuild2 {
		padding: 30px 0;
		flex-direction: column-reverse;
	}

	.perBuild2 .left {
		margin-right: 0;
	}

	.perBuild2 .left .litCon {
		margin: 15px 0 !important;
		transform: translate(0) !important;
		flex-direction: row !important;
	}

	.perBuild2 .left .litCon .one {
		margin: 0;
		margin-right: 28px;
	}

	.perBuild2 .left .lit {
		background: none;
	}

	.perBuild2 .right {
		width: 100%;
		height: auto;
		border-radius: 0;
		background: #1567d9;
		padding: 15px 0;
	}

	.perBuild2 .right ul {
		padding: 0;
	}

	.perBuild2 .right li .right1 {
		width: 120px;
		height: 120px;
		padding: 3px;
		margin: 4px;
	}

	.perBuild3 .way {
		padding-bottom: 30px;
	}

	.perBuild3 .tabs_header1 {
		margin-top: -30px;
	}

	.perBuild3 .tabs_lists .tabs_con {
		width: 100% !important;
		position: static !important;
		transform: translate(0) !important;
		margin-bottom: 10px;
		padding: 10px 30px;
	}

	.perBuild3 .tabs_lists .tabs_con li {
		width: 33.3% !important;
	}

	.perBuild3 .tabs_lists2 .tabs_con {
		position: static;
		transform: translate(0);
	}

	.perBuild3 .fuli .title {
		margin-bottom: 20px;
	}

	.perBuild3 .fuli ul {
		flex-wrap: wrap;
	}

	.perBuild3 .fuli li {
		width: 100%;
		margin-right: 0;
		padding: 10px;
		margin-bottom: 10px;
		min-height: 60px;
	}

	.perBuild3 .tabs_lists2 .tabs_con ul {
		flex-direction: column;
	}
	.perBuild4 .lists .btm .btmCon1 .dec{
    	display: none;
    }
	.perBuild3 .tabs_lists2 .tabs_con li {
		width: 100%;
	}
	.perBuild4 .lists .btm .btmCon1 .title{
    	width:100%;
    }
	.perBuild4 {
		padding: 30px 0;
		background-size: cover;
	}
	.perBuild3 .dec,
	.perBuild4 .dec{
    	text-align: left;
    }
	.perBuild3 .tabs_lists{
    	margin-top: 28px;
    }
	.perBuild3 .tabs_lists .tabs_con ul{
    	display: flex;
      	flex-wrap: wrap;
    }
	.perBuild3 .tabs_lists .tabs_con li{
    	margin-right: 0 !important;
    }
	.perBuild4 .lists .listsCon {
		margin: 0;
		flex-direction: column;
	}

	.perBuild4 .lists .listsCon1 {
		width: 100%;
	}

	.perBuild4 .lists .listsCon1 .lists1 {
		margin: 0;
		margin-bottom: 20px;
	}

	.perBuild4 .lists .btm {
		min-height: auto;
	}

	.perBuild5 {
		padding: 30px 0;
	}

	.perBuild5 .cont {
		flex-direction: column;
		margin-top: 20px;
	}

	.perBuild5 .cont1 {
		width: 100%;
		margin-bottom: 50px;
	}

	.perBuild5 .cont1:nth-child(2n) {
		margin-top: 0;
	}
	.cont1Nr{
    	min-height: 400px;
    }
	.perBuild5 .cont1 .one{
    	margin-top: 0 !important;
    }
	.personnel2 .list {
		padding-top: 107%;
		padding-bottom: 45px;
		margin-bottom: 20px;
	}
	.personnel2 .list1 {
		flex-direction: column;
	}

	.personnel2 .list2 {
		justify-content: flex-start;
	}

	.personnel2 .list1 .left,
	.personnel2 .list1 .right {
		width: 100%;
		margin: 0;
	}

	.personnel2 .list1 .right {
		padding: 20px 10px;
		margin-top: 10px;
	}

	.technology .map .cont {
		width: 225px;
		transform: translate(-98%, -45%);
	}

	.technology .map .cont .top {
		flex-direction: column;
	}

	.technology .map .cont .top .left,
	.technology .map .cont .top .right {
		width: 100%;
	}

	.technology .map .cont .top .right1 {
		margin-left: 0;
	}

	.technology .map .cont .btm {
		height: 114px;
		padding: 10px;
		background-color: #fff;
	}

	.technology .map .meiguo .cont {
		transform: translate(82%, -35%);
	}

	.technology .map .beifei .cont {
		width: 225px !important;
		transform: translate(-62%, -46%);
	}

	.technology .map .cont .top .left div {
		padding-top: 27%;
	}

	.technology .map .cont .btm1 {
		line-height: 23px;
	}

	.perBuild5 .cont1 .cont1_top2,
	.perBuild5 .cont1 .cont1_top3 {
		display: none;
	}

	/* .commercialDet .left{height: auto;} */
	.commercialDet .left .gallery-thumbs {
		/* position: static;
		width: 100%;
		height: 100%;
		transform: translate(0); */
	}

	.commercialDet .left .name {
		width: 83%;
	}

	.commercialDet .left .gallery-thumbs {
		/* background: #eee; */
		padding: 5px;
	}

	.indexNews11 .lists {
		padding: 10px;
		height: auto;
	}

	.application .lists .top .dec {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexBannerCon .bidding .left {
		padding: 20px 10px;
	}

	.indexNews11 .cont {
		align-items: center;
	}

	.indexNews .code .left {
		left: 10px;
		width: 50%;
		top: 10px;
	}

	.indexNews11 .code .right {
		margin-top: 28px !important;
		padding-bottom: 10px;
	}

	.indexNews .cont .top li a {
		justify-content: space-between;
	}

	.technology .map .cont .top .right1 .tit::before {
		margin: 10px 0;
	}

	.technology .map .cont .top .right1 .name {
		margin-top: 10px;
	}

	.technology .map .cont .top {
		padding: 10px;
	}

	.page .laypage_main {
		flex-wrap: wrap;
	}

	.laypage_main a,
	.laypage_main span {
		margin: 10px 5px !important;
	}


	.newsDetails .time {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.proDetils1 .tabs_con .left div {
		padding-top: 66%;
	}

	.proDetils2 .cont .three .gallery-thumbs .swiper-slide {
		background-size: 100% auto;
	}

	.newsBanner .bannerSearch input {
		padding: 15px 10px;
	}

	.industy .lists .right .gallery-top .swiper-slide a {
		display: flex;
		justify-content: center;
	}

	.more1::before {
		border-left: 128px solid rgba(96, 96, 96, .3);
	}

	.more::before {
		top: -4px;
	}

	.more:hover::before {
		transform: rotateZ(6deg);
	}

	.commercialDet .left .swiper-button-prev,
	.commercialDet .left .swiper-button-next,
	.commercialDet .left .gallery-thumbs {
		width: 105px;
	}

	.commercialDet .left .gallery-top .swiper-slide {
		background-size: 63% auto;
	}

	.commercialDet .left .name {
		width: 68%;
	}

	.commercialDet .left {
		height: 400px;
	}

	.commercialDet .right1 .trait li {
		padding: 12px 18px;
	}

	.commercialDet .right1 .trait ul {
		margin-bottom: 0;
	}

	.commercialDet .right1 .trait .more {
		margin-top: 20px;
	}

	.personnel2 .list1 .right .seeMore {
		min-height: auto;
		margin-top: 10px;
	}
	.personnel2 .list1 .right .more{
		margin-top: 10px;
	}
	.personnel2 .list2 .right {
		align-items: flex-start;
	}

	.personnel2 .list1 .right .two {
		text-align: left;
	}

	.perBuild1 .left {
		width: 63%;
	}

	.perBuild5 .cont1:nth-child(2n-1) .cont11 {
		flex-direction: column;
	}

	.perBuild5 .cont1:nth-child(2n-1) .one {
		margin-bottom: 20px;
		margin-top: -65px;
	}

	.xiaoyuan .right .title::after {
		margin: 14px 0;
	}

	.socail2 .listsCon .btmCon11 {
		margin-top: 30px;
		padding-top: 20px;
		flex-direction: column;
	}

	.socail2 .listsCon .btmCon11 .btmCon:last-child {
		margin-top: 20px;
		margin-left: 0;
	}

	.indexAbout .one .left .title {
		margin-bottom: 15px;
	}

	.indexAbout .one .left .more {
		margin-bottom: 15px;
	}

	.indexAbout .three li .btm {
		font-size: 1.2rem;
	}

	.indexAbout .three li .top span {
		margin-right: 5px;
	}

	.indexBannerCon .bidding {
		margin-top: -2px;
	}

	.technology {
		background-size: 115%;
		background-position-x: 41%;
		background-repeat: no-repeat;

	}

	.technology .map {
		padding: 66px 0;
		padding-top: 58%;
		background-size: 114%;
		background-position-x: 41%;
	}

	.technology .map .china {
		top: 35%;
		right: 8.3%;
	}

	.technology .map .beifei {
		top: 37.5%;
		left: 50%;
	}

	.technology .map .meiguo {
		top: 22%;
		left: 1.5%;
	}
	/* sj 20230602 add sta */
	.technology .map .shanghai {
		top: 22%;
		left: 1.5%;
	}
	/* sj 20230602 add end */
	.laypage_main a,
	.laypage_main span {
		padding: 8px 9px !important;
	}

	.laypageskin_default .laypage_curr {
		padding: 8px 9px !important;
	}

	.laypageskin_default span,
	.laypage_first,
	.laypage_last {
		display: none !important;
	}

	.laypageskin_default .laypage_curr {
		display: block !important;
	}

	.industy .lists .left li span {
		font-size: 2rem;
	}

	.newsList1 .btm .left .con .time {
		padding: 10px 14px;
	}

	.crumbs .con .left {
		flex-wrap: wrap;
	}

	/* .crumbs_active {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 36%;
	} */
	.proDetils1 .tabs_header ul {
		display: flex;
		flex-wrap: wrap;
	}

	.proDetils1 .tabs_header li {
		width: 50%;
		padding: 20px 0;
	}

	.proDetils1 .tabs_header li:hover a {
		background-color: inherit;
		color: #999;
	}

	.proDetils1 .tabs_con .left {
		margin-bottom: 15px;
	}

	.proDetils1 .tabs_con .right .titl::after {
		margin: 12px 0;
	}

	.proDetils2 .cont .one .one1 div a {
		padding: 10px 0px;
		min-width: 75px;
		display: block;
		text-align: center;
	}
	.proDetils2 .cont .two1 .btm .shuru input{
		width: 100%;
	}
	.proDetils2 .cont .three .left .dimension{
		height: 334px;
	}
	.proDetils2 .cont .three .gallery-thumbs{
		height: 70%;
	}
	.shareDetails .left iframe{
		top: -40px !important;
	}
	.commercial .lists .cent,
	.commercial .lists .more{
		margin-top: 20px;
	}
	.socail2 .search input{
		padding: 14.5px 30px;
	}
	.proDetils2 .cont .three .right{
		margin-top: 20px;
	}
	.proDetils2 .cont .three .gallery-top{
		width: 70%;
	}
	.proDetils2 .cont .three .gallery-thumbs{
		width: 100px;
	}
	.proDetils2 .cont .three .swiper-button-prev, .proDetils2 .cont .three .swiper-button-next{
		width: 100px;
		height: 40px;
	}
}

@media all and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100% !important;
		text-size-adjust: 100% !important;
		-moz-text-size-adjust: 100% !important;
	}
	.choice li {
		width: 26.3%;
	}
}
