﻿@charset "UTF-8";



/*搜索*/
.search-wrap{
	padding: 5.5rem 0;
}
.search-wrap .le-tab{
	width: 15.17%;
}
.search-wrap .le-tab a{
	background: #f5f5f5;
	display: block;
	height: 1.95rem;
	line-height: 1.95rem;
	text-align: center;
	color: #666;
	font-size: .45rem;
	border-bottom: 1px solid #e6e6e6;
	transition: all .3s;
	border-radius: 4px;
}
.search-wrap .le-tab a.cur{
	color: #fff;
	background-color: #00a2e9;
}
.search-wrap .le-tab a:hover{
	color: #fff;
	background-color: #00a2e9;
}
.search-wrap .ri-con{
	width: 78.57%;

}
.search-wrap .ri-con .search-num{
	font-size: .45rem;
	line-height: .5rem;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	padding-bottom: .75rem;
}

.search-wrap .ri-con .list li{
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #e6e6e6;
	transition:all 0.3s ease 0s;
}
.search-wrap .ri-con .list li:hover{
}
.search-wrap .ri-con .list li:hover .t{
	color: #00a2e9;
}
.search-wrap .ri-con .list li .t{
	font-size: .6rem;
	line-height: .7rem;
	color: #333;
	font-weight: bold;
}
.search-wrap .ri-con .list li p{
	font-size: .45rem;
	line-height: .9rem;
	color: #333;
	margin-top: .5rem;
}
.search-wrap .ri-con .list li .date{
	font-size: .4rem;
	line-height: .5rem;
	color: #333;
	margin-top: .75rem;
}
.search-wrap .ri-con .list{
	margin-bottom: 1.5rem;
}

@media(max-width: 767px){
	.search-wrap {
		padding: 1.75rem 0 1rem;
	}
	.search-wrap .le-tab{
		width: 100%;
		overflow: hidden;
	}
	.search-wrap .le-tab a{
		float: left;
		margin: 0;
		width: 49%;
		display: block;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
	}
	.search-wrap .le-tab a:last-of-type{float: right;}
	.search-wrap .ri-con{
		width: 100%;
		margin-top: 0.5rem;
	}

	.search-wrap .ri-con .search-num{
		font-size: .24rem;
		line-height: .4rem;
		padding-bottom: .3rem;
	}
	.search-wrap .ri-con .list li{
		padding: .4rem 0;
	}
	.search-wrap .ri-con .list li .t{
		font-size: .3rem;
		line-height: .4rem;
	}
	.search-wrap .ri-con .list li p{
		margin-top: .2rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.search-wrap .ri-con .list li .date{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.search-wrap .ri-con .list{
		margin-bottom: 0.75rem;
	}

}
/*搜索*/


/*搜索css*/
.search-alert {
	position: fixed;
	z-index: -1;
	background-color: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	visibility: hidden;
	transition: all 0.8s ease 0s;
	opacity: 0;
}
.search-alert .closei {
	display: block;
	width: 18px;
	height: 18px;
	background: url("/wp-content/themes/yingda/images/ico_37.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 38px;
	right: 2.6%;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.search-alert .closei:hover{
	transform: rotateZ(45deg);
}
.search-alert .cent-form {
	position: absolute;
	width: 94.8%;
	left: 2.6%;
	top: 50%;
	height: 124px;
	margin-top: -63px;
	border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
	border: none;
	font-size: 66px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: none;
	font-family: "Base-font";
	padding-left: 88px;
	padding-right: 80px;
	background: url("/wp-content/themes/yingda/images/ico_36.png") no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
	border: none;
	height: 100px;
	margin-top: 24px;
	font-size: 24px;
	line-height: 100px;
	color: #555;
	text-align: right;
	background: none;
	font-family: "Base-font";
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	text-align: center;
}

.search-alert.show {
	z-index: 1111;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.search-alert .cent-form {
		height: 0.6rem;
		margin-top: 0;
	}

	.search-alert .cent-form .tex {
		border: none;
		font-size: 0.4rem;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 80%;
		padding-left: 0.7rem;
		padding-right: 0.3rem;
		background: url("/wp-content/themes/yingda/images/ico_36.png") no-repeat 0.2rem 0.1rem;
	}

	.search-alert .cent-form .sub-butn {
		height: 0.6rem;
		margin-top: 0;
		font-size: 0.4rem;
		line-height: 0.6rem;
		width: 20%;
	}
}
/*搜索css*/

/*头部*/
.header-wrap .msub-list{
	width: 100%;
	height: calc(100vh - 2.2rem);
	left: 0;
	box-sizing:border-box;
	position: absolute;
	top:2.2rem;
	color: #333;
	background: #fff;
	overflow-y: scroll;
	display: none;
	overflow-x:hidden; 
}
.header-wrap .msub-list a{
	color: #333;
}
.header-wrap .msub-list:before{
	content: '';
	position: absolute;
	width: 92%;
	left: 4%;
	height: 1px;
	background: rgba(153,153,153,0.3);
}
.header-wrap .msub-list li{
	width: 100%;
	box-sizing:border-box;
	padding: 0 4%;
}
.header-wrap .msub-list li:nth-child(2n - 1){
	background: #f7f7f7;
}
.header-wrap .msub-list li dt{
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: 1px solid rgba(153,153,153,0.3);
}
.header-wrap .msub-list li dd{
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid rgba(153,153,153,0.3);
	box-sizing:border-box;
	padding-left: 2%;
	display: none;
}

.header-wrap .msub-list li dd:last-child{
	border-bottom:none;
}
.header-wrap .msub-list li a{
	font-size: 0.8rem;
	display: inline-block;
	width: 90%;
	font-weight: normal;
}
.header-wrap .msub-list li .icon{
	right: 0;
	top: 50%;
	transform:translateY(-50%); 
	transition:all 0.3s ease 0s;
}
.header-wrap .msub-list li.cur .icon{
	transform: translateY(-50%)rotateZ(90deg);
}

@media(max-width: 767px){

	.header-wrap .msub-list {
		height: calc(100vh - 1.2rem);
		top: calc(1.2rem);
	}
	.header-wrap .msub-list li dt {
		height: 1rem;
		line-height: 1rem;
	}
	.header-wrap .msub-list li dd{
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.header-wrap .msub-list li dd a{
		font-size: 0.28rem;
	}
	.header-wrap .msub-list li a {
		font-size: 0.3rem;
	}
	.header-wrap .msub-list li .icon img{
		width: 10px;
		height: 16px;
	}
}
/*头部*/

@media(max-width: 1680px){
	.footer-wrap .le_list li {
		margin-right: 1.5rem;
	}

	.tech-swiper .swiper-slide .hover_ico {
		right: 1rem;
	}
}

@media(max-width: 1600px){
	.insec2 .ricon .con {
		height: calc(100% - 9rem);
	}
	.insec2 .ricon .backcover {
		height: 9rem;
	}
}

@media(max-width: 1440px){
	.insec1 .w1600 {
		padding-top: 8.5rem;
	}
	.insec2 .lecon .item:nth-child(2) {
		margin: 0 1.5rem;
	}
	.insec2 .ricon .con {
		padding: 1rem 2.25rem 0 2rem;
	}

	.tech-swiper .swiper-slide.cur .main_con {
		padding: 1.25rem 1rem 0;
	}
	.client-center .center_con .ricon {
		width: 9.5rem;
	}

	.process_list li .item_con {
		padding: 2rem 8.33% 0 2rem;
	}
	.process_list li:nth-child(2n) .item_con {
		padding: 2rem 2rem 0 8.33%;
	}

	.in-channel .item.cur .main_con {
		/* padding-right: 1.1rem; */
	}

	.in-channel .back_prev {
		left: 29%;
	}
}

@media(max-width: 1366px){
	.insec2 .lecon .backcover {
		height: 12rem;
	}
	.insec2 .lecon .bot .tit-80 {
		line-height: 1;
		font-size: 1.75rem;
	}
	.insec2 .ricon .con {
		height: calc(100% - 8rem);
	}
	.insec2 .ricon .backcover {
		height: 8rem;
	}
	.insec2 .ricon .con .tit-48 {
		margin-bottom: 0.25rem;
		font-size: 1rem;
	}
	.insec2 .ricon .con .tit-20 {
		margin-bottom: 0.1rem;
	}
	.insec3 .w1480 {
		padding-top: 4rem;
	}
	.insec3 .ritab .item img {
		max-height: 1rem;
	}
	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.5rem;
	}
	.insec3 .ritab .item .tit-28 {
		font-size: 0.6rem;
	}
	.insec3 .ritab .item{
		padding: 1rem 0 0 1rem;
	}
	.insec3 .ritab .item.cur{
		padding: 1.5rem 0 0 1rem;
	}

	.insec4 .insec4_ajax {
		padding-top: 3rem;
	}
	.insec4 .insec4_ajax .title {
		margin-bottom: 1rem;
	}
	.insec4 .insec4_ajax .main_pic {
		max-height: 7.5rem;
	}
	.insec6 .main_con .tit-48 {
		margin-bottom: 1.5rem;
	}
	.insec6 .page_box {
		bottom: 5rem;
	}
	.insec6 .six-prev {
		bottom: -4rem;
	}
	.insec6 .six-next {
		bottom: -4rem;
	}
}

@media(max-width: 1024px){
	.header-wrap .le-menu{
		display: none;
	}
	.header-wrap .logo {
		left: 4%;
		transform: translate(0%,-50%);
	}

	.index_page{display: none;}	

	.footer-wrap .le_list li {
		margin-right: 1rem;
	}

	.header-wrap .head_ri {
		flex-direction: row-reverse;
	}


	.header-wrap .btn-bar.right{
		width: 20px;
		height: 18px;
		position: relative;
		margin-right: 4%;
		cursor: pointer;
		margin-top: 21px;
	}

	.header-wrap .btn-bar.right .line{
		width: 100%;
		height: 2px;
		background: #00a2e9;
		position: absolute;
	}
	.header-wrap.white .btn-bar.right .line{
		background: #fff;
	}
	.header-wrap .btn-bar.right .line1{
		left: 0;
		top: 0;
		transform-origin: left bottom 0;
	}
	.header-wrap .btn-bar.right .line2{
		left: 0;
		top: 8px;
	}
	.header-wrap .btn-bar.right .line3{
		left: 0;
		bottom: 0;
		transform-origin: left top 0;
	}
	.header-wrap .head_ri .search{
		background: none;
		transform: translateX(13px);
	}
	.header-wrap.white .head_ri .lang_btn{
		border-right: none;
		border-left: none;
	}

	.header-wrap .head_ri .search img:last-child {
		display: block;
	}
	.header-wrap .head_ri .search img:first-child {
		display: none;
	}
	.header-wrap.white .head_ri .search img:last-child {
		display: none;
	}
	.header-wrap.white .head_ri .search img:first-child {
		display: block;
	}
	.header-wrap .head_ri{
		width: auto;
	}
	.header-wrap .head_ri .lang_btn{
		width: 4rem;
		border-right: none;
		border-left: none;
	}
	.header-wrap .head_ri .lang_btn:hover .lang_up i{
		background: url('/wp-content/themes/yingda/images/arrow-d1.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap.white .head_ri .lang_btn:hover .lang_up i{
		background: url('/wp-content/themes/yingda/images/arrow-d.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap.white.white2 .head_ri .lang_btn:hover .lang_up i{
		background: url('/wp-content/themes/yingda/images/arrow-d1.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap .head_ri .lang_btn:hover .lang_up {
		background:none;
		color: #333;
	}
	.header-wrap.white .head_ri .lang_btn:hover .lang_up {
		background:none;
		color: #fff;
	}
	.header-wrap.white.white2 .head_ri .lang_btn:hover .lang_up {
		background:none;
		color: #333;
	}
	.header-wrap .head_ri .lang_option{
		border-top: none;
	}
	.right-bar{
		display: none;
	}

	.header-wrap{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.header-wrap.white2 .head_ri .lang_btn{
		border-right: none;
		border-left: none;
	}
	
	.header-wrap.white.white2 .btn-bar.right .line{
		background:#00a2e9;
	}
	.header-wrap.white.white2 .head_ri .search img:first-child {
		display: block;
	}
	.header-wrap.white.white2 .head_ri .search img:last-child {
		display: block;
	}


	.header-wrap .menu_pop{
		display: none;
	}

	.header-wrap .head_ri .search i{
		background: url('/wp-content/themes/yingda/images/search_icob.png')no-repeat center center;
		background-size: contain;
	}

	.inter-wrap .list li .con .tit-14 {
		height: 2.1rem;
	}



	.career_con .conri .tit-16 {
		line-height: 1.6;
	}
	.client-center .center_con .ricon {
		width: 8.5rem;
	}


	.process_list li .item_con {
		padding: 1rem 4% 0 1rem;
	}
	.process_list li:nth-child(2n) .item_con {
		padding: 1rem 1rem 0 4%;
	}
	.process-first .top_con .tit-14 {
		width: 73.75%;
	}

	.tech_list li .item_con {
		padding: 0.75rem 0.3rem;
		height: 8rem;
	}

	.in-channel .back_prev {
		display: none;
	}
	.in-channel .lecon {
		width: 42.75%;
	}

	.insec1:before {
		width: 43%;
		left: 4%;
	}
	.insec1 .page_box {
		bottom: 2.75rem;
		left: 54%;
	}


	.insec1 .first-swiper .swiper-slide video{
		display: none;
	}

	.insec1 .first-swiper .swiper-slide.ban-video .m_img{
		display: block;
	}

}

@media(max-width: 992px){
	.footer-wrap .le_list{
		display: none;
	}
	.footer-wrap .le_last{
		display: none;
	}

	.footer-wrap .ricon {
		display: block;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.footer-wrap .ricon .ri-con {
		text-align: center;
		margin-right: 0rem;
		width: 100%;
	}
	.footer-wrap .ricon .img {
		margin: 0 auto 0.3rem;
	}
	.footer-wrap .foot_top .lecon{
		width: 100%;
	}
	.footer-wrap .foot_top .le_first {
		display: block;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.footer-wrap .le_first .first_txt {
		margin-left: 0;
		color: #00a2e9;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		text-align: center;
	}
	.footer-wrap .le_first .first_txt:before{
		display: none;
	}




	.center_top .leimg {
		width: 100%;
	}
	.center_top .ricon {
		width: 100%;
		height: auto;
		right: 0;
		top: 0;
		padding-top: 0.9rem;
		padding-right: 1.25rem;
		position: relative;
		padding-bottom: 1rem;
	}

	.tech-swiper .swiper-slide.cur {
		width: 60%;
	}
	.tech-swiper .swiper-slide{
		width: 40%;
	}
	.client-center .center_con .center_ri .main_con {
		padding-top: 2rem;
	}
	.upgrade_con .upgrade_ri {
		padding: 1rem 1rem 0;
	}
	.client-voice .voice_item .date {
		margin-right: 0.5rem;
	}

	.process_list li .item_con .tit-14 {
		height: 2rem;
	}
	.process_list li .item_con .tit-36 {
		margin-bottom: 0.5rem;
	}

	.ready_list li .tit-14 {
		height: 1.65rem;
	}

	.ready-wrap .ready_title:before {
		width: 38%;
	}
	.insec1:before {
		width: 36%;
		left: 4%;
	}
	.insec1 .page_box {
		bottom: 2.75rem;
		left: 43%;
	}

}

@media(max-width: 767px){
	.header-wrap .header-con {
		height: 1.2rem;
	}
	.header-wrap .logo {
		/*width: 3rem;*/width: 3.6rem;
	}
	.header-wrap .head_ri .lang_btn {
		width: 1.6rem;
	}
	.header-wrap .head_ri .lang_up i {
		margin-left: 0.15rem;
	}
	.header-wrap .head_ri .lang_option {
		bottom: -0.7rem;
	}
	.header-wrap .head_ri .lang_option a {
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
	}

	.footer-wrap .ricon .ri-con {
		text-align: center;
		margin-right: 0rem;
		width: 100%;
		margin-bottom: 0.25rem;
	}
	.footer-wrap .foot_top {
		padding: 0.75rem 0 0.57rem;
	}
	.footer-wrap .le_first img {
		width: 4rem;
	}
	.footer-wrap .le_first .first_txt {
		margin: 0.25rem 0 0.5rem;
	}
	.footer-wrap .ricon .img {
		width: 2.2rem;
		height: 2.2rem;
		margin-bottom: 0.1rem;
	}
	.footer-wrap .ricon .contact_link {
		width: 2rem;
		height: 0.7rem;
		line-height: 0.7rem;
		margin-bottom: 0.3rem;
	}

	.footer-wrap .foot_bot .copyright {
		line-height: 1.6;
		text-align: center;
		font-size: 12px;
	}
	.footer-wrap .foot_bot .w1600 {
		height: auto;
		display: block;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 0;
	}
	.footer-wrap .foot_bot .link_box {
		width: 4.5rem;
		height: 0.8rem;
		z-index: 2;
	}
	.footer-wrap .foot_bot .lecon {
		flex-direction: column-reverse;
	}
	.footer-wrap .foot_bot .link_box .up {
		width: 4.5rem;
		height: 0.8rem;
		padding: 0 0.2rem;
		color: #666;
	}
	.footer-wrap .foot_bot .link_box .option {
		bottom: 0.8rem;
	}
	.footer-wrap .foot_bot .link_box .option a {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
	}
	.footer-wrap .foot_bot .lecon .tit-14 {
		margin: 0.3rem 0;
	}


	.nybanner {
		width: 100%;
		/*height: 7rem;*/
		padding-top: 2.25rem;
		padding-bottom: 0.75rem;
	}
	.nybanner .tit-48 {
		line-height: 1;
		font-size: 0.44rem;
	}
	.nybanner .tit-30 {
		margin: 0.2rem 0 1.25rem;
		font-size: 0.28rem;
	}
	.nybanner .tit-14{
		display: none;
	}
	.nybanner .banner_navbox {
		width: 100%;
		height: 1rem;
	}
	.nybanner .banner_navbox .nabbox {
		height: 1.05rem;
		line-height: 1.05rem;
	}
	

	.nybanner .banner_navbox.on {
		height: 1rem;
		line-height: 1rem;
	}

	.regi-wrap {
		padding: 0.75rem 0 1rem;
	}
	.regi-info .client-title {
		margin-bottom: 0.3rem;
	}
	.regi-info .title-con .tit-36 {
		margin-bottom: 0.1rem;
		font-size: 0.32rem;
	}
	.regi-info .title-con .tit-18{
		line-height: 1.6;
	}
	.regi-info .title-con .tit-18 br{
		display: none;
	}
	.regi-info .infoimg_con {
		height: 5rem;
		margin-bottom: 0.3rem;
	}
	.regi-info .title-con {
		padding: 0;
		margin-bottom: 0.75rem;
	}
	.regi-info .infoimg_con img {
		width:0.75rem;
	}
	.exhi-wecode {
		height: auto;
		padding: 0.2rem 0 0.2rem 0.2rem;
		font-size: 0.28rem;
	}
	.exhi-wecode a {
		font-size: 0.28rem;
	}
	.exhi-wecode a img {
		margin-left: 0.1rem;
	}
	.exhi-wecode>img {
		width: 2rem;
		margin-right: 0.3rem;
	}

	.regi-machine {
		padding: 0.75rem 0 0;
	}
	.regi-machine .machine_tab .item {
		width: 2rem;
		height: 0.7rem;
		border-radius: 0.7rem;
		line-height: 0.7rem;
		margin: 0 0.1rem;
		font-size: 0.24rem;
	}
	.regi-machine .tit-48 {
		margin-bottom: 0.3rem;
	}
	.regi-machine .machine_tab {
		margin-bottom: 0.5rem;
	}
	#machine_ajax .leimg {
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.regi-ty_con .ricon {
		width: 100%;
	}
	.regi-ty_con .ricon li {
		padding: 0.15rem 0rem 0.15rem 0rem;
	}
	.regi-ty_con .ricon li p {
		padding-left: 0.3rem;
		position: relative;
	}
	.regi-ty_con .ricon .item_option {
		line-height: 1.6;
		margin-top: 0.3rem;
	}
	.regi-ty_con .ricon li p:before {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		left: 0;
		top: 8px;
		transform: translateY(-0%);
	}
	.regi-ty_con .ricon li .item_top {
		font-size: 0.3rem;
	}
	.regi-wrap .muju-box {
		margin-top: 0.75rem;
	}
	.regi-wrap .muju-box .tit-30 {
		margin-bottom: 0.5rem;
	}
	.regi-wrap .muju-box .leimg {
		float: right;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.regi-wrap .muju-box .ricon {
		width: 100%;
	}

	.regi-wrap .product-box {
		margin-top: 0.75rem;
	}
	.regi-wrap .product-box .tit-30 {
		margin-bottom: 0.5rem;
	}
	.regi-wrap .product-box .img {
		height: auto;
		padding: 0.5rem 0.3rem;
	}
	.regi-wrap .product-box .img img {
		max-width: 100%;
	}
	.regi-wrap .product-box {
		margin-top: 0.75rem;
	}
	.regi-wrap .product-box .tit-30 {
		margin-bottom: 0.5rem;
	}
	.regi-wrap .product-box .list li {
		width: 100%;
		margin: 0 0 0rem 0;
		display: block;
		padding: 0.2rem 0rem 0.2rem 0rem;
	}
	.regi-wrap .product-box .list span {
		min-width: auto;
		transform: translateY(0rem);
		margin-bottom: 0rem;
		font-size: 0.3rem;
	}

	.inter-wrap {
		padding: 0.75rem 0;
	}
	.inter-wrap .client-title {
		margin-bottom: 0.5rem;
	}
	.inter-wrap .title_con {
		padding: 0.5rem 0 0.5rem;
		text-align: center;
	}
	.inter-wrap .title_con .tit-36 {
		margin: 0.1rem 0 0.1rem;
	}
	.inter-wrap .title_bot {
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 0.3rem;
		padding-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.inter-wrap .title_bot .tit-18 {
		margin-bottom: 0.2rem;
		font-size: 0.36rem;
	}
	.inter-wrap .inter-box .tit-18 {
		margin-bottom: 0.5rem;
		font-size: 0.34rem;
	}
	.inter-wrap .list li {
		width: 100%;
		margin: 0 5% 4% 0;
	}
	.inter-wrap .list li .con {
		padding: 0.5rem 0.3rem;
	}
	.inter-wrap .list li .con .tit-20 {
		margin-bottom: 0.2rem;
		font-size: 0.36rem;
	}
	.inter-wrap .list li .con .tit-14 {
		height: 1.4rem;
	}
	.inter-wrap .title_bot .tit-14 {
		line-height: 1.6;
	}


	.expo-wrap {
		padding: 0.75rem 0 0.75rem;
	}
	.expo_swiper {
		padding-bottom: 0.5rem;
		margin-bottom: .5rem;
	}
	.expo-wrap .client-title {
		margin-bottom: 0.3rem;
	}
	.expo-wrap .expo-con .tit-18 {
		line-height: 1.6;
		margin-top: 0.1rem;
	}
	.expo-wrap .expo-con {
		padding-bottom: 0.75rem;
	}
	.expo_swiper .swiper-slide{
		display: flex;
		flex-direction: column-reverse;
	}
	.expo_swiper .riimg {
		width: 100%;
	}
	.expo_swiper .lecon {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		padding: 0.5rem 0.3rem 1rem;
		position: relative;
	}
	.expo_swiper .lecon .tit-30 {
		margin-bottom: 0.3rem;
	}
	.expo_swiper .lecon .tit-16 {
		line-height: 1.6;
	}
	.expo_swiper .expo-pagination {
		bottom: 0.2rem;
		padding-left: 4%;
	}
	.expo_swiper .expo-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.expo-wrap .product-box {
		padding-top: 0.75rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #e0e0e0;
	}
	.expo-wrap .product-box .con {
		line-height: 1.6;
		padding: 0 0.3rem;
	}
	.expo-wrap .product-swiper .swiper-button-prev {
		width: 0.325rem;
		height: 0.675rem;
	}
	.expo-wrap .product-swiper .swiper-button-next {
		width: 0.325rem;
		height: 0.675rem;
	}
	.expo-wrap .video-box {
		padding-top: 0.75rem;
	}
	.expo-wrap .video-box .tit-30 {
		margin-bottom: 0.5rem;
	}
	.expo-wrap .video-box li {
		width: 100%;
		margin: 0 5% 3% 0;
	}
	.expo-wrap .video-box li .con {
		height: 1.25rem;
		width: 100%;
		padding: 0 0.3rem;
	}

	.nybanner .banner_navbox:before {
		width: 3rem;
	}


	.center-wrap {
		padding: 0.75rem 0 0.5rem;
	}
	.center_top .ricon {
		width: 100%;
		height: auto;
		right: 0;
		top: 0;
		padding-top: 0.5rem;
		padding-right: 0;
		padding-bottom: 0.5rem;
		transform: translateX(0);
	}
	.center_top .ricon .tit-24 {
		line-height: 1.6;
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}
	.center_select {
		padding: 0.3rem 0 0.3rem;
	}
	.center_top .ricon .tit-16 {
		line-height: 1.6;
	}
	.center_select .select_item {
		width: 49%;
		position: relative;
		margin-left: 0;
	}
	.center_select .select_item.item2{
		margin-left: 2%;
	}
	.center_select .select_item .select_up {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.25rem;
	}
	.center_select .select_item .select_option {
		top: 0.8rem;
		max-height: 4rem;
	}
	.center_select .select_item .select_option dd {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
	}

	.pagination {
		margin-top: 0.75rem;
	}
	.pagination a {
		/*width: 0.6rem;*/
		height: 0.6rem;
		line-height: 0.6rem;
		margin: 0 2px;
		position: relative;
	}
	.center-wrap .list li{
		height: auto;
		margin-bottom: 0.3rem;
	}
	.center-wrap .list li .item_con {
		width: 100%;
		box-sizing: border-box;
		padding: 0.4rem 0.3rem;
		position: relative;
	}
	.center-wrap .list li .date {
		display: none;
	}
	.center-wrap .list li .item_con .tit-18 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}
	.center-wrap .list li img {
		right: 0.3rem;
		top: 74%;
		transform: translateY(-50%);
	}
	.center-wrap .list li .item_con .tit-16 {
		width: 82%;
	}



	.nybanner .banner_navbox .nabbox {
		width: 102vw;
		transform: translateX(-2vw);
	}
	.nybanner .swiper-container{
		width:350px;
		transform: skewX(0);
	}
	.nybanner .banner_navbox .nabbox .link_item{
		transform: skewX(
			-0deg
			);
	}
	.nybanner .nabbox .link_item a {
		transform: skewX(0);    font-size: 0.2rem;
	}


	.nybanner.left .swiper-wrapper {
		justify-content: flex-start;
		transform: translate3d(0px, 0px, 0px);
	}

	.dialog__content .action img{
		width: 0.4rem;
	}

	.about-history .text-pic {
		position: absolute;
		width: 89.78%;
		left: 50%;
		transform: translateX(-50%);
		top: 1.25rem;
	}
	.about-history .history_tab {
		margin: 0.5rem 0rem 0.75rem;
	}
	.about-history .history_tab .item {
		height: 0.8rem;
		border-radius: 0.8rem;
		line-height: 0.8rem;
		margin: 0 0.1rem;
		padding: 0 0.25rem;
		font-size: 0.24rem;
	}
	.about-history .history_ajax .leimg {
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.about-history .history_ajax .history-swiper {
		width: 100%;
		height: 5rem;
		padding-bottom: 0.75rem;
	}
	.about-history {
		padding: 0.75rem 0;
	}
	.about-history .history_ajax .swiper-slide.cur .tit-24 {
		font-size: 0.34rem;
	}
	.about-history .history_ajax .swiper-slide.cur .tit-18 {
		display: block;
		margin-top: 0.2rem;
	}
	.about-history .history_ajax .swiper-slide.cur {
		height: auto;
		line-height: 1;
		padding: 0.35rem 0 0.35rem;
	}
	.about-history .history_ajax .swiper-slide {
		height: 1rem;
		line-height: 1rem;
	}
	.about-history .history_ajax .swiper-slide.cur span {
		font-size: 0.6rem;
	}
	.about-history .history-next {
		width: 0.7125rem;
		height: 0.375rem;
		right: 0;
		top: 17%;
	}
	.about-value {
		height: auto;
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.about-value .client-title {
		margin-bottom: 0.75rem;
	}
	.about-history .history-prev {
		width: 0.7125rem;
		height: 0.375rem;
		right: 0;
		bottom: 0%;
	}
	.about-value .value-swiper{padding-bottom: 0.75rem;}

	.about-value .value-swiper .tit-20 {
		/*padding: 0 0.3rem 0 0.3rem;
		border-left: 2px solid #c2c2c2;
		height: 1.5rem;*/
	}
	.about-base .base_le {
		width: 100%;
	}
	.about-base .riimg {
		width: 100%;
	}
	.about-base {
		padding: 0.75rem 0 0.75rem;
	}
	.about-base .client-title {
		margin-bottom: 0.5rem;
	}
	.about-base .base_le .item.cur .ping_b {
		font-size: 0.4rem;
	}
	.about-base .base_le .item.cur .tit-16 {
		display: block;
		margin-top: 0.3rem;
		line-height: 1.6;
	}
	.about-base .base_le .item.cur {
		height: auto;
		line-height: 1;
		border-top: 1px solid #00a2e9;
		border-bottom: 1px solid #00a2e9;
		padding: 0.5rem 0 0.5rem 0.3rem;
		width: 100%;
	}
	.about-base .base_le .item {
		height: 1rem;
		line-height: 1rem;
		padding-left: 0.3rem;
	}

	.about-value .value-swiper .value-pagination {
		bottom: 0;
		display: block; 
	}
	.about-global .title .tit-16 {
		line-height: 1.6;
		margin-top: 0.5rem;
		margin-bottom: 0.75rem;
	}
	.about-global .title .tit-16 br{
		display: none;
	}
	.about-global .title .tit-18 {
		display: block;
	}
	.about-global .title .item {
		margin: 0 0rem 0.2rem 0;
	}

	.about-global .global_con {
		width: 100%;
		left: 0;
		top: 0;
		z-index: 4;
		position: relative;
		margin-top: 0.75rem;
	}
	.about-global .global_con .select_up {
		height: 0.9rem;
		line-height: 0.9rem;
		padding: 0 0.3rem;
	}
	.about-global .global_con .scroll-box {
		height: 6rem;
	}
	.about-global .global_con li {
		width: 100%;
		padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	}
	.about-global .global_con li .tit-18{
		font-size: 0.34rem;
	}
	.mCSB_scrollTools {
		width: 2px!important;
	}
	.about-global {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.list-team li{
		width: 92%;
		margin: 0;
		margin-bottom: 20px;
	}
	.ty_map.map_img .backimg {
		width: 100%;
	}
	.ty_map.map_img {
		margin-top: 0.5rem;
	}
	.ty_map .map_btn{
		display: none;
	}
	.about-global .global_con .select_option {
		width: 100%;
		top: 0.8rem;
		max-height: 4rem;
		display: none;
	}
	.about-global .global_con .select_option dd {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.3rem;
	}
	.about-career {
		padding: 0.75rem 0 1rem;
	}

	.career-tab {
		margin: 0.5rem 0 0.5rem;
	}
	.career-tab .item {
		height: 0.8rem;
		line-height: 0.8rem;
		width: auto;
		margin: 0 0.1rem;
		border-radius:0.8rem;
		padding: 0 1rem;
	}
	.career_con .conri .tit-30 {
		margin-bottom: 0.3rem;
	}
	.career_con .img {
		width: 100%;
	}
	.career_con .conri {
		width: 100%;
		right: 0;
		top: 0;
		height: auto;
		padding-top: 0.5rem;
		position: relative;
		padding-bottom: 0.5rem;
	}
	.career_select .select_item .select_option {
		top: 0.8rem;
	}
	.career_select .select_item .select_option dd {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.3rem;
	}
	.career_select .select_item {
		width: 49%;
		margin-left: 0;
		position: relative;
	}
	.career_select .select_item:last-child{
		margin-left: 2%;
	}
	.career_select .select_item .select_up {
		height: 0.8rem;
		padding: 0 0.3rem;
	}
	.career_select {
		padding: 0.5rem 0;
		margin: 0.5rem 0;
		display: block;
		align-items: center;
		justify-content: space-between;
	}
	.career_select .select_box {
		margin-top: 0.3rem;
	}
	.career-recruit .posi {
		width: 50%;
		padding-left: 0.3rem;
	}
	.career-recruit .person {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0rem;
		display: none;
	}
	.career-recruit .num {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0;
		display: none;
	}
	.career-recruit .local {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0.3rem;
	}
	.career-recruit .title {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		margin-bottom: 0.25rem;
	}
	.career_list li{
		margin-bottom: 0.1rem;
	}
	.career_list li .item_top {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
	}
	.career_list {
		margin-bottom: 0.5rem;
	}
	.career_list li .item_option {
		border: 1px solid #e5e5e5;
		padding: 0.5rem 0.3rem;
	}
	.career_list li .item_option .m_img{
		display: block;
		margin-bottom: 0.5rem;
	}
	.career-recruit .m_img .posi{
		padding-left: 0;
	}
	.career_list li .item_option .tit-18 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}
	.career_list li .item_option .tit-14 {
		line-height: 1.6;
	}
	.career_list li .item_option .item_bot {
		margin-top: 0.5rem;
		padding-top: 0.3rem;
	}
	.career_list li .item_option a {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.client-info {
		padding: 0.75rem 0em;
	}
	.client-info .client-title {
		margin-bottom: 0.5rem;
	}
	.client-info .con-t .tit-30 {
		margin-bottom: 0.1rem;
	}
	.client-info .con-t .tit-16 {
		line-height: 1.6;
	}
	.client-info .con-t .tit-16 br{
		display: none;
	}
	.tech-swiper .swiper-slide.cur {
		width: 100%!important;
	}

	.tech-swiper .swiper-slide {
		width: 100%!important;
		height: 6rem;
	}
	.client-service {
		width: 100%;
		height: 9.25rem;
		padding-top: 0.75rem;
	}
	.client-service .client-title {
		margin-bottom: 0.5rem;
	}
	.tech-swiper .swiper-slide.cur .main_con {
		padding: 0.75rem 0.3rem 0;
	}
	.tech-swiper .swiper-slide.cur .tit-24 {
		margin-bottom: 0;
		font-size: 0.36rem;
	}
	.tech-swiper .swiper-slide .cont {
		line-height: 1.6;
	}
	.tech-swiper .swiper-slide .cont br{display: none;}
	.tech-swiper .swiper-slide .hover_ico {
		right: 0.5rem;
		bottom: 0.5rem;
		width: 0.8rem;
	}
	.tech-swiper .swiper-slide.cur .title {
		margin-bottom: 0.5rem;
	}
	.client-service .tech-next {
		display: none;
	}
	.client-service .tech-prev {
		display: none;
	}
	.client-service .tech-swiper {
		padding: 0;
		padding-bottom: 0.75rem;
	}
	.tech-swiper .tech-pagination{
		display: block;
	}
	.tech-swiper .tech-pagination .swiper-pagination-bullet{
		background: none;
		border: 1px solid #00a2e9;
	}
	.tech-swiper .tech-pagination .swiper-pagination-bullet-active{
		background: #00a2e9;
	}
	.client-center {
		padding: 0.75rem 0 0.75rem;
	}
	.client-center .client-title {
		margin-bottom: 0.5rem;
	}
	.client-center .center_con .center_le {
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 0.5rem 0.3rem;
		position: relative;
	}
	.client-center .center_con .tit-30 {
		margin-bottom: 0.5rem;
		font-size: 0.36rem;
	}
	.client-center .center_con .center_ri .tit-16 {
		margin: 0.1rem 0 0.75rem;
	}
	.client-center .center_con .center_ri {
		width: 100%;
	}
	.client-center .center_con .img {
		width: 100%;
	}
	.client-center .center_ri .tit-12 {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
	}
	.client-center .center_con .ricon {
		width: 100%;
		position: relative;
	}
	.client-center .center_con .ricon .tit-24 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}
	.client-center .center_con .ricon .tit-16 {
		line-height: 1.6;
	}
	.client-center .center_con .ricon .tit-12 {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
		position: relative;
		margin-top: 0.5rem;
	}
	.client-center .center_con .videoplay {
		width: 1rem;
	}
	.client-upgrade {
		padding: 0.75rem 0rem;
	}
	.client-upgrade .client-title {
		margin-bottom: 0.5rem;
	}
	.upgrade_tab {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		border-top: 1px solid #d1d1d1;
		font-size: 0.28rem;
	}
	.upgrade_con .upgrade-swiper {
		width: 100%;
	}
	.upgrade_con .upgrade_ri {
		padding: 0.5rem 0rem;
		width: 100%;
	}
	.upgrade_con .upgrade_ri .tit-30 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}
	.upgrade_con .upgrade_ri .tit-18 {
		line-height: 1.6;
	}
	.upgrade_con .upgrade-swiper .upgrade-pagination {
		bottom: 0.3rem;
		padding-right: 0.3rem;
	}
	.client-voice {
		height: 13rem;
		padding-top: 0.75rem;
	}
	.client-voice .client-title {
		margin-bottom: 0.5rem;
	}
	.client-voice .voice_item {
		width: 100%;
		height: 1.5rem;
	}
	.client-voice .voice_item .date {
		width: 1.4rem;
		margin-right: 0.25rem;
	}
	.client-voice .voice_item .date .tit-12{
		font-size: 12px;
	}
	.client-voice .voice_item .voice_con {
		width: 73%;
	}
	.client-voice .voice_item .tit-18 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}
	.client-voice .voice_item .tit-15{
		font-size: 12px;
	}
	.client-voice .voice-swiper {
		padding-bottom: 0.75rem;
	}

	.tech-swiper .swiper-slide .title {
		margin-bottom: 0.5rem;
	}
	.tech-swiper .swiper-slide .tit-24 {
		margin-bottom: 0;
		font-size: 0.36rem;
	}
	.tech-swiper .swiper-slide .tit-24 {
		margin-bottom: 0;
	}
	.tech-swiper .swiper-slide{
		color: #fff;
	}
	.tech-swiper .swiper-slide .backcover{
		opacity: 1;
	}
	.tech-swiper .swiper-slide:before{
		opacity: 1;
	}
	.tech-swiper .swiper-slide .cont{
		display: block;
	}
	.tech-swiper .swiper-slide .ico{
		display: none;
	}
	
	.tech-swiper .swiper-slide .main_con{
		padding: 0.75rem 0.3rem 0;
		text-align:left;
	}
	.tech-swiper .swiper-slide .hover_ico{
		opacity: 0.55;
		filter: grayscale(100%) brightness(400%);
	}

	.serde-wrap {
		padding: 0.75rem 0rem;
	}
	.basic_list li {
		padding: 0.5rem 0.3rem;
		margin-bottom: 0.3rem;
	}
	.serde-wrap .title .tit-48 {
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.serde-wrap .title .tit-30 {
		height: 1rem;
		line-height: 1rem;
	}
	.serde-basic {
		padding-top:0rem;
	}
	.serde-tit {
		height: 1.2rem;
		font-size: 0.36rem;
		line-height: 1.2rem;
	}
	.basic_list li .ping_b {
		margin-bottom: 0.3rem;
		font-size: 0.3rem;
	}
	.basic_list li .con-t {
		line-height: 1.6;
	}
	.basic_list li img {
		float: none;
		display: block;
		margin: 0.5rem auto 0;
	}
	.basic_list li .con {
		float: none;
		padding-top: 0;
	}
	.serde-by .list_by li .ping_b {
		margin-bottom: 0.2rem;
		font-size: 0.34rem;
	}
	.serde-by .list_by li {
		box-sizing: border-box;
		padding: 0.5rem 0.3rem;
		margin-bottom: 0.3rem;
	}
	.serde-muban li {
		margin-bottom: 0.4rem;
		padding-bottom: 0.5rem;
	}
	.serde-last {
		padding-top: 0;
	}
	.serde-muban li {
		margin-bottom: 0.4rem;
		padding-bottom: 0;
	}
	.serde-last .last-swiper {
		padding-bottom: 0.7rem;
	}
	.serde-last .swiper-pagination {
		bottom: 0;
	}
	.serde-muban .tit-16 {
		line-height: 1.6;
		margin-bottom: 0.3rem;
	}
	.serde-last .serde-tit {
		margin-bottom: 0.5rem;
	}
	.serde-tit:before {
		width:2rem;
	}
	.process_list li .item_img {
		width: 100%;
	}
	.process_list li .item_con {
		width: 100%;
		padding: .5rem 0.3rem 0.75rem;
	}
	.process_list li:nth-child(2n) .item_con {
		padding: .5rem 0.3rem 0.75rem;
	}
	
	.process_list li .item_con .tit-36 {
		margin-bottom: 0.2rem;
	}

	.process_list li .item_con .tit-14 {
		height: 1.65rem;
		line-height: 1.6;
		margin-bottom: 0.5rem;
	}
	.inde-title {
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.inde-title span {
		margin-right: 0;
	}
	.process-detail:before {
		height: 7rem;
	}
	.process-detail {
		padding: 0.5rem 0 0.75rem;
	}
	.nav-sub-box {
		height: 1rem;
		line-height: 1rem;
	}
	.process-detail .nav-sub-box {
		margin-bottom: 0.2rem;
	}
	.process-first .top_con {
		display: block;
		padding-bottom: 0.5rem;
	}
	.process-first .top_con .tit-14 {
		width: 100%;
		margin-top: 0.3rem;
		line-height: 1.6;
	}
	.process-first {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}
	.process-second .second_list li {
		padding: 0.5rem 0.3rem 0.75rem;
		margin-bottom: 0.3rem;
		min-height: 6.25rem;
	}
	.process-second .second_list li .item_title {
		margin-bottom: 0.35rem;
		font-size: 0.34rem;
	}
	.process-second .second_list li img {
		width: 100%;
	}
	.process-second .second_list li .item_con {
		display: block;
	}
	.process-second .second_list li .con {
		width: 100%;
		margin-left: 0;
		line-height: 1.6;
		margin-top: 0.5rem;
	}
	.process-second .second_list {
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 0.25rem;
	}
	.process-last .last_list{
		margin-top: 0.5rem;
	}
	.process-last .last_list li {
		width:100%;
		margin: 0 0 3.125% 0;
		float: left;
	}
	.process-last .last_list li .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}
	.process-last .tit-18 {
		margin-bottom: 0;
	}

	.mechan_wrap {
		padding: 0.5rem 0 0rem;
	}
	.mechan_box .mechan_title {
		margin-bottom: 0.5rem;
	}
	.nav-sub-box {
		height: 1rem;
		line-height: 1rem;
	}
	.mechan_wrap .nav-sub-box {
		margin-bottom: 0;
	}
	.mechan_box .mechan_title .tit-48 {
		padding-right: 0.1rem;
		font-size: 0.4rem;
	}
	.mechan_box .mechan_title .tit-60 {
		padding-right: 0.3rem;
	}
	.mechan_box .mechan_list li {
		width: 100%;
		margin: 0 2.5% 4% 0;
	}
	.mechan_box .mechan_list .item_con {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
	.mechan_box .mechan_list .item_con .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.4rem;
	}
	.mechan_box .mechan_list {
		margin-bottom: 0;
	}
	.mechan_box {
		margin-bottom: 0.75rem;
	}
	.prode-wrap {
		padding: 0.5rem 0 0.75rem;
	}
	.prode-wrap:before {
		height:8rem;
	}
	.prode-wrap .prode_tab {
		margin-top: 0.5rem;
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}
	.prode-wrap .con_top {
		padding-top: 0.5rem;
	}
	.prode-wrap .con_top .tit-48 {
		margin-bottom: 0.3rem;
	}
	.prode-wrap .con_top .tit-16 {
		line-height: 1.6
	}
	.prode_list li {
		border-bottom: 1px solid #dfdfdf;
		padding: 0.5rem 0 0.5rem;
		position: relative;
		min-height: inherit;
		margin-bottom: 0rem;
	}
	.prode_list li .item_con {
		justify-content: space-between;
	}
	.prode_list li .num {
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-right: 0.1rem;
	}
	.prode_list li .item-con{
		width: 85%;
	}
	.prode_list li .item_img {
		position: relative;
		top: 0;
		width: 100%;
		overflow: hidden;
		margin-top: 0.5rem;
	}
	.prode_list li .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}
	.prode_list li .tit-16 {
		line-height: 1.6;
	}
	.tech-wrap {
		padding: 0.5rem 0 0.5rem;
	}
	.tech-wrap .nav-sub-box {
		margin-bottom: 0.25rem;
	}

	.tech-wrap .tech_title:before {
		content: '';
		position: absolute;
		width: 56%;
		height: 0.5px;
		top: 0.75rem;
		right: 0;
	}
	.tech_list li {
		width: 100%;
	}
	.tech_list li .item_con {
		padding: 0.5rem 0.3rem;
		height: auto;
	}
	.tech_list {
		margin-bottom: 0.5rem;
	}
	.tech-wrap .tech_title {
		margin-bottom: 0.5rem;
		line-height: 1;
	}
	.tech_list li .item_con .tit-24{
		font-size: 0.34rem;
	}
	.tech_list li .item_con .tit-18 {
		margin: 0.2rem 0 0.2rem;
		font-size: 0.3rem;
	}
	.tech_list li .tit-14 {
		line-height: 1.6;
	}
	.ready-wrap {
		padding: 0.5rem 0 0.5rem;
	}

	.ready-wrap .ready_title:before {
		width: 28%;
		top: 0.3rem;
	}
	.ready-wrap .ready_title {
		margin-bottom: 0.5rem;
	}
	.ready_list {
		margin-bottom: 0.5rem;
	}
	.ready_list li .hoverimg .videoplay {
		width: 0.75rem;
	}
	.ready_list li {
		width: 100%;
		margin: 0 0% 4% 0;
		box-sizing: border-box;
		box-shadow: 0 1px 4px 0 rgb(32 33 36 / 10%);
	}
	.ready_list li .con {
		padding: 0.5rem 0.3rem;
	}
	.ready_list li .tit-20 {
		margin-bottom: 0.2rem;
		font-size: 0.34rem;
	}
	.ready_list li .tit-14 {
		height: 2.4rem;
		line-height: 1.6;
	}
	.ready_list li .hoverimg .videoplay {
		width: 0.75rem;
	}

	.in-channel .lecon {
		width: 100%;
		padding-top: 3rem;
	}
	.in-channel .lecon .tit-48 {
		margin: 0.3rem 0 0.3rem;
		font-size: 0.34rem;
	}
	.in-channel .lecon .tit-14 {
		line-height: 1.6;
	}
	.in-channel .lecon .tit-12 {
		margin-top: 0.75rem;
	}
	.in-channel:before{
		display: none;
	}
	.in-channel .item.cur .tit-14.tab_txt{
		display: none;
	}
	.in-channel .channel_bot {
		bottom: 0;
	}
	.in-channel .channel_bot .w1600{
		width: 100%;
	}
	.in-channel .item{
		width: 25%;
		height: 1.4rem;
		margin: 0;
		transform: skewX(
			0
			);
		border-right: none;
	}
	
	.in-channel .item.cur {
		height: 1.4rem;
		width: 25%;
		background: #00a2e9;
		border: #00a2e9;
	}
	.in-channel .item .tit-14{
		display: none;
	}
	.in-channel .item .tit-18 {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		margin-top: 0.1rem;
	}
	.in-channel .item.cur .main_con {
		/* padding-right: 0;
		padding-top: 0.1rem;
		transform: translateY(-6px); */
	}
	.in-channel .item.cur .tit-18 {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		font-size: .28rem;
		margin-top: 0.1rem;
	}
	.in-channel .item.cur img {
		opacity: 1;
	}
	.in-channel .item .main_con {
		transform: skewX(
			0
			);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 0.1rem;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}
	.in-channel .item img {
		max-height: 0.5rem;
		left: 0;
		top: 0;
		opacity: 1;
		transform: translate(0%,0rem);
		visibility: visible;
		position: relative;
	}

	.body {
		padding-top: 1.2rem;
	}

	.in-detail {
		padding-bottom: 0.75rem;
		padding-top: 0.25rem;
	}
	.in-detail .fisrt_wrap .ico {
		width: 2.5rem;
		height: 1.5rem;
		padding-right: 0.75rem;
	}
	.in-detail .fisrt_wrap .ico img {
		max-height: 0.65rem;
	}
	.in-detail .fisrt_wrap .lecon {
		width: 100%;
	}
	.in-detail .fisrt_wrap .tit-14 {
		line-height: 1.6;
	}
	.in-detail .fisrt_wrap {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}
	.in-detail .fisrt_wrap .top_con {
		padding-bottom: 0.5rem;
	}
	.in-detail .second_wrap .title .tit-16 {
		margin-bottom: 0.5rem;
	}
	.in-detail .second_wrap .img_list li {
		width: 100%;
		margin: 0 0% 0.3rem 0;
		box-sizing: border-box;
		border: 1px solid #f4f4f4;
		height: auto;
	}
	.in-detail .second_wrap .img_list .con {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	.in-detail .second_wrap .img_list .con:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f2f2f2;
		transform: skewX( 
			-0
			);
		transition: all 0.3s ease 0s;
	}
	.in-detail .second_wrap .img_list .con {
		padding: 0.3rem 0;
	}
	.in-detail .second_wrap .img_list .img {
		width: 100%;
		right: 0;
		top: 0;
		position: relative;
		transform: translateY(-0%);
	}
	.in-detail .second_wrap .img_list .tit-24 {
		margin-bottom: 0;
		font-size: 0.34rem;
	}
	.body.inde:before {
		height: 7.5rem;
	}
	.in-detail .second_wrap .bot_con {
		border-top: 1px solid #dfdfdf;
		margin-top: 0.5rem;
	}
	.in-detail .second_wrap .bot_con li .tit-16 {
		line-height: 1.6;
	}
	.in-detail .second_wrap .bot_con li {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}
	.in-detail .third_swiper .videoplay {
		width: 0.75rem;
	}
	.in-detail .third_swiper .con {
		padding: 0.5rem 0.3rem 0.5rem;
	}
	.in-detail .third_swiper .tit-20 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}
	.in-detail .third_swiper .tit-14 {
		height: 0.8rem;
		line-height: 1.6;
	}
	.in-detail .third_wrap {
		border-bottom: 1px solid #dfdfdf;
	}
	.in-detail .third_swiper {
		padding-bottom: 0.75rem;
	}
	.in-detail .four_wrap {
		padding-bottom: 0rem;
	}
	.in-detail .five_wrap {
		height: 5rem;
	}
	.in-detail .five_wrap .tit-14 {
		margin: 0.25rem 0 0.25rem;
	}
	.in-detail .four_swiper img {
		display: block;
		margin: 0.5rem auto 0;
	}
	.in-detail .four_swiper .swiper-slide {
		height: 4.5rem;
		border:1px solid #f4f4f4;
	}
	.in-detail .four_swiper .txt {
		bottom: 0.3rem;
	}
	.in-detail .four_wrap .inde-title {
		margin-bottom: 0;
	}
	.in-detail .third_swiper .third_pagination{
		display: block;
	}
	.in-detail .third_swiper .third_pagination .swiper-pagination-bullet{
		border:1px solid #00a2e9;
		background: none
	}
	.in-detail .third_swiper .third_pagination .swiper-pagination-bullet-active{
		background: #00a2e9;
	}
	.in-detail .four_swiper .four_pagination{
		display: block;
	}
	.in-detail .four_swiper .swiper-pagination-bullet{
		border:1px solid #00a2e9;
		background: none
	}
	.in-detail .four_swiper .swiper-pagination-bullet-active{
		background: #00a2e9;
	}

	.insec1 .first-next{
		display: none;
	}
	.insec1 .first-prev{
		display: none;
	}
	.insec1 .page_box{
		display: none;
	}
	.insec1:before{
		display: none;
	}
	.insec1:after{
		display: none;
	}
	.insec1 .first-swiper .swiper-slide-active .pc_img{
		display: none;
	}
	.insec1 .first-swiper .swiper-slide-active .m_img{
		display: block;
	}

	.insec1 .first-pagination{
		display: block;
	}
	.insec1 .first-pagination .swiper-pagination-bullet{
		background: #fff;
	}
	.insec1 .first-pagination .swiper-pagination-bullet-active{
		background: #bb2a29;
		border: 1px solid #bb2a29;
	}
	.insec1 .w1600 {
		padding-top: 4rem;
	}
	.insec1 .w1600 .title:before {
		width: 2rem;
		height: 0.05rem;
		left: 0;
		top: -.5rem;
	}
	.insec1 .tit-80 {
		line-height: 1;
		font-size: 0.8rem;
	}
	.insec1 .tit-60 {
		margin: 0.25rem 0 0.75rem;
		letter-spacing: 4px;
	}
	.insec1 .w1600 .link {
		padding-left: 0;
		font-size: 0.24rem;
	}
	.insec1 .w1600 .link img {
		margin-left: 0.2rem;
	}


	.insec1 .first-swiper .swiper-slide.ban-video .videoplay{
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%);
		cursor: pointer; 
	}
	.insec2 {
		padding-top:1.2rem;
	}
	.insec2 .lecon{
		display: none;
	}
	.insec2 .ricon {
		width: 100%;
		height: 100%;
	}
	.insec2 .ricon .con {
		height: calc(100% - 5rem);
		padding: 0.5rem 0.3rem 0 0.3rem;
	}
	.insec2 .ricon .item img {
		max-height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.insec2 .ricon .con .tit-48 {
		margin-bottom: 0.25rem;
		font-size: 0.4rem;
	}
	.insec2 .ricon .con .tit-14 {
		line-height: 1.6;
	}
	.insec2 .ricon .backcover {
		height: 5rem;
	}
	.insec2 .ricon .item {
		width: 24%;
		height: 2rem;
		margin-right: 0;
		padding-top: 0.35rem;
	}
	.insec2 .ricon .ico_box { padding-top:30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: -0.5rem;
	}
	.insec2 .ricon .item .tit-16{
		font-size: 12px;
	}
	.insec2 .ricon .con{
		transition: all 1s ease 0s;
	}
	.insec3 {
		padding-top: 1.2rem;
	}
	.insec3:before{
		display: none;
	}
	.insec3:after{
		display: none;
	}
	.insec3 .ritab {
		width: 100%;
		right: 0;
		bottom: 0;
		z-index: 3;
		height: auto;
	}
	.insec3 .w1480 .ico {
		width: 1rem;
		margin-bottom: 0.25rem;
	}
	.insec3 .w1480 {
		padding-top: 2rem;
	}
	.insec3 .w1480 .tit-48{
		font-size: 0.34rem;
	}
	.insec3 .ritab .item{
		height: auto;
		width: 35%;
		display: block;
		padding: 0.2rem 0 0.1rem;
		text-align: center;
	}
	.insec3 .ritab .item.cur {
		padding: 0.2rem 0 .1rem;
	}
	.insec3 .w1480 .tit-14 {
		line-height: 1.6;
		margin: 0.5rem 0 0.5rem;
	}
	.insec3 .w1480 .tit-14 br{
		display: none;
	}
	.insec3 .ritab .item img {
		height: 0.5rem;
	}
	.insec3 .ritab .item .tit-28 {
		margin-bottom: 0.1rem;
		font-size: 0.28rem;
	}
	.insec3 .ritab .item .tit-14{
		display: none;
	}
	.insec3 .ritab .item img:last-child {
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(-0%);
		opacity: 0;
		transition: all 0.3s ease 0s;
	}
	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.1rem;
	}
	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.1rem;
	}
	.insec3 .ritab .item.cur img:first-child {
		display: block;
		margin: 0 auto 0.1rem;
	}
	.insec3 .ritab .item.cur img:last-child {
		display: none;
		margin-bottom: 0.1rem;
	}

	.insec4 {
		padding-top: 1.2rem;
	}



	
	.insec4 .insec4_ajax:before{
		display: none;
	}
	.insec4 .insec4_ajax:after{
		display: none;
	}

	.insec4 .insec4_ajax {
		width: 92%;
		margin-right: 4%;
		padding-top: 0.75rem;
	}
	.insec4 .insec4_ajax .tit-14 {
		line-height: 1.6;
	}
	.insec4 .insec4_ajax .tit-14 br{
		display: none;
	} 
	.insec4 .insec4_ajax .main_pic {
		max-height: inherit;
		margin-left: 0;
	}
	.insec4 .insec4_ajax .tit-48 .index_link {
		display: none;
	}
	.insec4 .insec4_ajax .title {
		margin-bottom: 0.75rem;
		text-align: center;
	}
	.insec4 .insec4_ajax .tit-48 {
		margin-bottom: 0.1rem;
		padding-right: 0;

	}
	.insec4{
		background: none!important;
	}
	.index_link.m_img{
		margin-top: 0.5rem;
		display: block!important;
	}
	.insec4 .insec4_swiperbox {
		width: 100%;
		height: auto;
		padding-left: 0%;
		background: rgba(0,0,0,0)!important;
		bottom: 0.5rem;
		top: auto;
		left: 0;

	}
	.insec4_swiperbox .four_swiper{
		position: relative;		
	}
	.insec4_swiperbox .four_swiper .swiper-slide {
		width: auto;
		height: auto;
		display: block;
		color: rgba(37,55,70,0.5);
	}
	.insec4_swiperbox .four_swiper{
		transform: translateY(-0%);
		height: auto;
	}
	.insec4_swiperbox .four_swiper .swiper-slide .ico_item{
		border: 1px solid #d1d3d5;
	}

	.insec4_swiperbox .four_next{
		background: url('/wp-content/themes/yingda/images/swiper-r1.png')no-repeat center center;
		background-size: contain;
		display: none;
	}
	.insec4_swiperbox .four_prev{
		background: url('/wp-content/themes/yingda/images/swiper-l1.png')no-repeat center center;
		background-size: contain;
		display: none;
	}
	.insec4.cur .insec4_swiperbox .four_swiper {
		transform: translateY(0)!important;
	}
	.insec4_swiperbox .four_next {
		top: 48%;
		right: -6%;
		left: auto;
	}
	.insec4_swiperbox .four_prev {
		top: 48%;
		left: -6%;
		right: auto;
	}
	.insec4_swiperbox .four_swiper .swiper-slide .ico_item {
		width: 2rem;
		height: 2rem;
		transform: scale(0.8);
		margin: 0 auto;
		background: rgba(0,0,0,0.1);
	}

	.insec4_swiperbox .four_swiper .swiper-slide .tit-18 br{display: none;}
	.insec4_swiperbox .four_swiper .swiper-slide .ico{
		-webkit-filter: grayscale(100%);   
		-moz-filter: grayscale(100%);  
		-ms-filter: grayscale(100%);   
		-o-filter: grayscale(100%);     
		filter: grayscale(100%); 	     
		filter: gray;
	}
	.insec4_swiperbox .four_swiper .swiper-slide .tit-12{
		display: none;
	}
	.insec4_swiperbox .four_swiper .swiper-slide .ico_con {
		align-items: center;
		margin-top: 0.1rem;
	}
	.insec4_swiperbox .four_swiper .swiper-slide .tit-18{
		color: rgba(37,55,70,0.5);
		word-break: break-all;
	}
	.insec4_swiperbox .four_swiper .swiper-slide.cur .tit-18 {
		font-size: 0.28rem;
		opacity: 1;
		color: rgba(37,55,70,1);
	}
	.insec4_swiperbox .four_swiper .swiper-slide.cur{
		margin-bottom: 0;
	}
	.insec5 .conbox {
		padding-top: 0rem;
		padding-left: 0rem;
	}
	.insec5 .conbox .title {
		margin-bottom: 0.5rem;
	}
	.insec5 .conbox .item {
		margin-bottom: 0.2rem;
	}
	.insec5 .conbox .item img {
		margin-right: 0.2rem;
	}
	.insec5 .map_img {
		padding-top: 4rem;
		width: 150%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.ty_map .map_btn{
		display: none;
	}
	.insec6 .num_pic {
		width: 150%;
		margin-left: 0;
		max-width: inherit;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.insec6 .w1600 {
		padding-top: 1rem;
	}
	.insec6{
		padding-top: 1.2rem;
	}
	.insec6 .main_con {
		padding-top: 1.25rem;
	}

	.insec6 .main_con .tit-48 {
		margin-bottom: 0.5rem;
		text-align: center;
		margin-left: 0;
	}
	.insec6 .page_box{
		display: none;
	}
	.insec6 .swiper-box .line{
		display: none;
	}

	.insec6 .six-next{
		display: none;
	}
	.insec6 .six-prev{
		display: none;
	}
	.insec6 .index_link.m_img{
		text-align: center;
	}
	.insec6 .six-swiper .swiper-wrapper{
		display: block;
	}
	.insec6 .swiper-slide{
		display: none;
	}
	.insec6 .swiper-slide:first-child{
		display: block;
	}
	.insec6 .swiper-slide:nth-child(2){
		display: block;
	}
	.insec6 .swiper-slide:nth-child(2) .item:nth-child(2){
		display: none;
	}

	.insec6 .swiper-slide .item {
		width: 100%;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.insec6 .swiper-slide .item .hoverimg {
		width: 50%;
	}
	.insec6 .swiper-slide .con {
		width: 50%;
		padding: 0.35rem 0.2rem 0 0.2rem;
	}
	.insec6 .swiper-slide i {
		right: 0.3rem;
		bottom: .3rem;
	}
	.insec6 .swiper-slide .tit-14{
		display: none;
	}


	.nybanner .banner_navbox.exhi .swiper-wrapper{
		justify-content:center;
	}

	.nybanner .banner_navbox.exhi .nabbox .link_item {
		width: auto;
		padding: 0 0.4rem;
	}

	.nybanner .banner_navbox.about .swiper-wrapper{
		justify-content:flex-start;
	}

	.nybanner .banner_navbox.about .nabbox .link_item {
		/*width: 120px;*/
		width: calc(100%/3);
		padding: 0 0rem;
	}
	.nybanner .banner_navbox.service .swiper-wrapper{
		justify-content:flex-start;
	}

	.nybanner .banner_navbox.service .nabbox .link_item {
		width: 130px;
		padding: 0 0rem;
	}

	.nybanner .banner_navbox.product .swiper-wrapper{
		justify-content:flex-start;
	}

	.nybanner .banner_navbox.product .nabbox .link_item {
		width: auto;
		min-width: 120px;
		padding: 0 0.4rem;
	}
	.expo-wrap .video-box li .videoplay{
		width: 0.75rem
	}
}