﻿@media screen and (max-width: 1023px) {
	img {
		object-fit: cover;
	}

	.pc {
		display: none;
	}

	body {
		font-size: 0.24rem;
	}

	.container {
		max-width: 7.5rem;
		margin: 0px auto;
		padding: 0px 0.3rem;
	}

	.wrapper {
		padding-top: 1rem;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 99;
		height: 1rem;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.LogoImg {
		background-image: url(../images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		width: 2.66rem;
		height: 0.42rem;
		margin-top: 0.29rem;
		margin-left: 0.3rem;
	}

	.mobile-nav {
		float: right;
		width: 0.48rem;
		height: 0.3rem;
		position: relative;
		top: 0.35rem;
		right: 0.3rem;
	}

	.mobile-nav span {
		width: 0.48rem;
		height: 0.04rem;
		background: #3a3633;
		display: block;
		margin-bottom: 0.1rem;
		position: relative;
	}

	.mobile-nav.on span {
		transform-origin: center;
		transition: transform .3s
	}

	.mobile-nav.on span.line2 {
		display: none
	}

	.mobile-nav.on span.line1 {
		transform: rotate(45deg);
		top: 0.12rem;
	}

	.mobile-nav.on span.line3 {
		transform: rotate(-45deg);
		top: -0.02rem;
	}

	.SearchText {
		background-image: url(../images/search1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		width: 0.32rem;
		height: 0.32rem;
		position: absolute;
		top: 0.34rem;
		right: 1.2rem;
	}

	.ContextSearcht {
		width: 2rem;
		background-color: #f5f5f5;
		line-height: 0.5rem;
		height: 0.5rem;
		font-size: 0.24rem;
		border-radius: 0.2rem;
		padding-left: 0.2rem;
		position: absolute;
		right: -2rem;
		top: 0.25rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.Mb_head.on .ContextSearcht {
		right: 1.7rem;
		opacity: 1;
	}

	.go_top {
		width: 1rem;
		height: 1.06rem;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		bottom: 7%;
		right: 0.3rem;
		z-index: 99;
	}

	/* 测导航 */
	/*menu*/
	.menu-li {
		position: fixed;
		top: 1rem;
		z-index: 102;
		width: 100%;
		background: #fff;
		display: none;
		border-top: 1px solid #eee;
		height: 100%;
		overflow: auto;
	}

	.menu-li ul li {
		display: block;
		overflow: hidden;
	}

	.menu-li ul li>a {
		display: block;
		line-height: 1rem;
		font-size: 0.34rem;
		color: #3a3633;
		padding: 0px 0.3rem;
		overflow: hidden;
		border-bottom: 1px solid #f5f5f5;
	}

	.menu-li ul li>a i {
		float: right;
		width: 0.3rem;
		height: 0.17rem;
		background-image: url(../images/dowm.png);
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.40rem;
	}

	.menu-li ul li.on>a i {
		background-image: url(../images/dowm_h.png);
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
	}

	.menu-li ul li dl {
		display: none;
		background: #f8f8f8;
		padding-top: 0.25rem;
		padding-bottom: 0.5rem;
	}

	.menu-li ul li dt {
		overflow: hidden;
		font-size: 0.3rem;
		color: #333;
		font-weight: normal;
		line-height: 0.48rem;
	}

	.MenuMain {
		width: 100%;
		margin-top: 0.45rem;
	}

	.MenuMain.Nor h2 {
		color: #0c3668;
	}

	.MenuMain.Nor h2:after {
		content: '';
		width: 0.3rem;
		height: 0.17rem;
		background-image: url(../images/dowm_h.png);
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0.3rem;
	}

	.MenuMain.Nor .MenuDown {
		display: block;
	}

	.menu-li ul li dt h2 {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.3rem;
		color: #000;
		margin-top: 0.24rem;
		position: relative;
	}

	.menu-li ul li dt h2:after {
		content: '';
		width: 0.3rem;
		height: 0.17rem;
		background-image: url(../images/dowm.png);
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0.3rem;
	}

	.MenuDown {
		padding-left: 0.76rem;
		padding-top: 0.3rem;
		display: none;
	}

	.menu-li ul li dt .MenuDown a {
		font-size: 0.26rem;
		color: #999;
		margin-top: .2rem;
		padding-left: 0;
	}

	.menu-li ul li.on dl .MenuDown a {
		color: #999;
	}

	.menu-li ul li dt a {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.3rem;
		color: #000;
		margin-top: 0.24rem;
	}

	.menu-li ul li dl dt a.on,
	.menu-li ul li.on a,
	.menu-li ul li.on dl a.Not {
		color: #3a3633;
	}

	.menu-li ul li.on dl a {
		color: #000;
	}

	/*banner */
	.IndexBanner,
	.IndexBanner .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.IndexBanner .swiper-pagination {
		bottom: 0.3rem !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		background-color: #FFFFFF;
		opacity: 1;
		margin: 0px 0.12rem !important;
		position: relative;
		width: 0.12rem;
		height: 0.12rem;
	}

	.IndexBanner .swiper-pagination-bullet-active:after {
		content: '';
		width: 0.28rem;
		height: 0.28rem;
		border: solid 1px #ffffff;
		position: absolute;
		border-radius: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		padding: .5rem 0 0;
		font-size: 0.26rem;
		line-height: 0.42rem;
		color: #fff;
		margin-top: 0.7rem;
		border-top: 1px solid #eee;
		background: #3a3633;
	}

	.am_subfooterdiv {
		width: 100%;
		letter-spacing: 1px;
		padding: 0.4rem 0;
		border-bottom: 1px solid rgba(204, 204, 204, 0.15);
	}

	.am_subfooterdiv:last-child {
		text-align: center;
		border: 0;
	}

	.am_subfooterdiv:last-child img {
		width: 2rem;
		display: block;
		margin: 0px auto 0.1rem;
	}

	.am_subfooterdiv h2 {
		font-size: 0.32rem;
		color: #fff;
		background-image: url(../images/jia.png);
		background-size: 0.24rem 0.26rem;
		background-repeat: no-repeat;
		background-position: right;
	}

	.am_subfooterdiv.on h2 {
		background-image: url(../images/jian.png);
		background-size: 0.24rem 0.03rem;
		background-repeat: no-repeat;
		background-position: right;
	}

	.am_subtag {
		display: none;
		margin-top: 0.2rem;
	}

	.am_subfooterdiv a {
		color: rgba(255, 255, 255, 0.6);
		display: block;
		padding: 0.15rem;
	}

	.am_subfooterdiv:nth-of-type(4) {
		border: 0;
		margin-top: 0.5rem;
	}

	.am_subfooterdiv:nth-of-type(4) a {
		width: 0.8rem;
		height: 0.8rem;
		display: inline-block;
		vertical-align: top;
		margin-right: 0.3rem;
		margin-bottom: 0.3rem;
		padding: 0;
	}

	.am_subfooterdiv:nth-of-type(4) a img {
		width: 100%;
		height: 100%;
	}

	.am_bootom {
		padding: 0.3rem 1.6rem;
		margin-top: 0.4rem;
		border-top: 1px solid rgba(204, 204, 204, 0.15);
		text-align: center;
	}

	.am_bootom a {
		color: #fff;
	}

	.ProductL,
	.ProductR {
		width: 100%;
		position: relative;
	}

	.ProductL img,
	.NewsFxImg img {
		width: 100%;
		height: 100%;
	}

	.ProductL:hover img,
	.NewsFx:hover .NewsFxImg img {
		transform: scale(1.1);
		-webkit-transition: scale(1.1);
		-ms-transition: scale(1.1);
		-mos-transition: scale(1.1);
	}

	.ProductLyout {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 140px;
		font-size: 0.48rem;
		line-height: 0.52rem;
		text-align: center;
		color: #3a3633;
		font-weight: bold;
	}

	.ProductLyout h2 {
		font-size: 0.4rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
		color: #cccccc;
	}

	.ProductLyout h2 i {
		display: block;
		font-size: 0.5rem;
	}

	.ProductLyout a {
		    margin-top: 0.2rem;
    display: block;
    text-align: right;
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #fabe12;
		
	}
	.Parameter{
    border-top: 1px solid #eee;}
	.MappingImg {
		position: relative;
		margin: 0.5rem 0.3rem;
	}

	.MappingImg img,
	.MappingImg1 img {
		width: 100%;
		height: 100%;
	}

	.MappingImg .play {
		background-image: url(../images/play.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 0.8rem;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(29, 29, 29, 0.6);
	}

	.vid {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: fill;
		display: none;
	}

	.ProductRayout {
		width: 100%;
		font-size: 0.24rem;
		text-align: center;
		color: #999999;
		line-height: 0.42rem;
		padding-top: 1rem;
	}

	.ProductRayout h2 {
		font-size: 0.32rem;
		margin-bottom: 0.25rem;
		color: #3a3633;
	}

	.ProductRayout p {
		padding: 0px 0.3rem;
	}

	.ProductRayout a {
		color: #3a3633;
		padding-top: 0.5rem;
		display: block;
	}

	.ProductRayout a img {
		display: block;
		margin: 0px auto 0.1rem;
	}

	.MappingImg1 {
		margin: 0px 0.3rem;
		position: relative;
	}

	.play1 {
		background-image: url(../images/play.png);
		background-size: 0.8rem;
		background-repeat: no-repeat;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		font-size: 0.3rem;
		letter-spacing: 0.02rem;
		color: #333333;
		text-align: center;
		z-index: 1;
		background-position: center;
	}

	.play1 i {
		display: block;
		padding-top: 1.5rem;
	}

	/* 新闻中心 */
	.OtherBanner,
	.OtherBanner img {
		width: 100%;
		vertical-align: top;
		position: relative;
	}

	.TitNav {
		height: 1rem;
		text-align: center;
		background-color: #fff;
		font-size: 0;
		border-bottom: 1px solid rgba(102, 102, 102, 0.08);
		overflow-x: scroll;
	}

	.TitNav .container {
		padding: 0;
		max-width: initial;
		overflow-x: scroll;
	}

	.TitNav a {
		display: inline-block;
		vertical-align: top;
		font-size: 0.28rem;
		color: #999;
		margin-right: 0.35rem;
		line-height: 1rem;
	}

	.TitNav a:last-child {
		margin-right: 0;
	}

	.TitNav a.active {
		color: #fabe12;
	}

	.NewsCt {
		margin: 1rem auto;
	}

	.NewsFx {
		margin-bottom: 0.7rem;
		display: block;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
	}

	.NewsFxImg {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.NewsFx h2 {
		font-size: 0.32rem;
		color: #3a3633;
		margin-bottom: 0.2rem;
		margin-left: 0.25rem;
	}

	.NewsFx p {
		margin-left: 0.25rem;
		margin-right: 0.2rem;
	}

	.page {
		width: 100%;
		margin: 0.3rem auto 0;
		text-align: center;
	}

	.page a {
		color: #999999;
		font-size: 0.24rem;
		margin-right: 0.12rem;
		background-color: #f7f7f7;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 0.6rem;
		display: inline-block;
		vertical-align: top;
		font-family: "font";
	}

	.page a.nor,
	.page a:hover {
		background-color: #3a3633;
		color: #fff;
	}

	/* 研发能力 */
	.CoreFx {
		background-color: #f7f7f7;
		width: 100%;
		position: relative;
		margin-bottom: 0.8rem;
	}

	.CoreFx img,
	.CoreFxR {
		width: 100%;
		position: relative;
	}

	.CoreFxR .CenterPor {
		position: initial;
		transform: none;
		width: auto;
		padding: 0.5rem 0.3rem;
	}

	.TalkingCt input:last-child {
		float: right;
	}

	.CenterPor {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 12%;
		width: 80%;
	}

	.CoreFxR h2 {
		font-size: 0.32rem;
		margin-bottom: 0.35rem;
		color: #3a3633;
	}

	/* 公司理念 */
	.Enterprise {
		padding: 0.3rem 0 0.6rem;
		position: relative;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #666666;
		text-align: center;
	}

	.Enterprise img {
		margin-top: 0.8rem !important;
	}

	.Enterprise::after {
		content: '';
		width: 100%;
		height: 540px;
		background-color: #000000;
		opacity: 0.03;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.BaseH {
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
		color: #FABE12;
		text-align: center;
		margin-top: 0.5rem !important;
	}

	.BaseH i,
	.BaseH em {
		display: block;
		font-size: 0.38rem !important;
		color: #3A3633;
		margin-top: 0.4rem;
		font-weight: bold;
		line-height: 0.52rem;
	}

	.EnterpriseFx {
		font-size: 0.24rem;
		line-height: 0.42rem;
		margin-top: 0.8rem;
		width: 100%;
		color: #999999;
		text-align: left;
		float: left;
	}

	.EnterpriseFx img {
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 100%;
		float: left;
		margin-right: 0.2rem;
		margin-top: 0.3rem !important;
	}

	.EnterpriseFx h2 {
		font-size: 0.32rem;
		color: #3A3633;
		display: block;
		padding: 0.1rem 0;
	}

	.QualityFx {
		width: 100%;
		margin-top: 0.3rem;
		background-color: #f7f7f7;
		padding-bottom: 0.4rem;
		font-size: 0.24rem;
		text-align: center;
		color: #666666;
	}

	.QualityFx h2 {
		padding-top: 0.4rem;
		font-size: 0.32rem;
		color: #3A3633;
		margin-bottom: 0.15rem;
	}

	.Talent {
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.52rem;
		padding-bottom: 0.4rem;
		color: #666666;
	}

	/* 人才招聘 */
	.Invite::after {
		content: '';
		width: 0;
	}

	.Welfare {
		background-color: rgba(0, 0, 0, 0.03);
		padding: 1rem 0;
	}

	.WelfareFx {
		width: 100%;
		background-color: #ffffff;
		margin-top: 0.35rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		text-align: center;
		color: #999999;
		padding: 0.5rem 0;
	}

	.WelfareFx h2 {
		font-size: 0.32rem;
		line-height: 0.58rem;
		color: #3a3633;
		margin-bottom: 0.1rem;
	}

	.WelfareFx p {
		padding: 0px 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		overflow: hidden;
	}

	.WelfareFx h3 {
		width: 1.5rem;
		height: 1.5rem;
		font-size: 0.52rem;
		color: #3A3633;
		line-height: 1.5rem;
		text-align: center;
		display: block;
		margin: 0px auto 0.2rem;
		border-radius: 100%;
		background-color: #e5e5e5;
	}

	.Application {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding: 0.5rem 0;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.48rem;
		color: rgba(255, 255, 255, 0.5);
	}

	.ApplicationCt {
		margin-top: 0.8rem;
		position: relative;
	}

	.ApplicationFx {
		font-size: 0.24rem;
		line-height: 0.42rem;
		text-align: center;
		color: #FFFFFF;
		float: left;
		width: 33.3%;
		margin-bottom: 0.8rem;
	}

	.ApplicationFx img {
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 100%;
		display: block;
		margin: 0px auto 0.2rem;
	}

	.ApplicationFx h2 {
		width: 0.4rem;
		height: 0.4rem;
		background-color: #fabe12;
		line-height: 0.4rem;
		font-size: 0.28rem;
		color: #FFFFFF;
		margin: 0px auto 0.2rem;
		border-radius: 100%;
	}

	.ServiceProvice {
		width: 100%;
		font-size: 0;
		text-align: center;
		margin: 0.5rem auto;
	}

	.ServiceProvice select,
	.ServiceProviceText {
		width: 48%;
		height: 1rem;
		background-color: #f7f7f7;
		line-height: 1rem;
		color: #666;
		font-size: 0.24rem;
		padding: 0px 0.2rem;
		background-image: url(../images/down.png);
		background-size: 0.24rem 0.12rem;
		background-repeat: no-repeat;
		background-position: 93%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0.25rem;
	}

	.ServiceProvice select:nth-of-type(2) {
		margin-right: 0;
	}

	.ServiceProviceText {
		width: 94%;
		margin-right: 0;
		margin-top: 0.2rem;
		background-image: none;
	}

	.ServiceProviceText1 {
		line-height: 1rem;
		float: left;
		width: 80%;
	}

	.ServiceProviceText2 {
		background-image: url(../images/search1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.24rem;
		height: 0.24rem;
		float: right;
		margin-top: 0.38rem;
	}

	.recruit_table {
		border: solid 1px rgba(0, 0, 0, 0.1);
	}

	.recruit_thead {
		height: 1rem;
		background-color: #3a3633;
		line-height: 1rem;
		padding: 0px 0.2rem;
	}

	.recruit_thead h2 {
		font-size: 0.28rem;
		color: #fff;
		width: 25%;
		float: left;
		line-height: 1rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.RecuitBorerSub {
		line-height: 1rem;
		padding: 0px 0.2rem;
	}

	.RecuitBorer a {
		font-size: 0.24rem;
		color: #3a3633;
		width: 25%;
		float: left;
		line-height: 1rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.RecuitBorer a:first-of-type,
	.recruit_thead h2:first-of-type {
		text-align: left;
	}

	.RecuitBorerSub:nth-of-type(2n) {
		background-color: #f7f7f7;
	}

	/* 产品中心 */
	.ProductFx {
		display: block;
		background-color: #f7f7f7;
		margin-bottom: 0.6rem;
		padding: 0.5rem 0;
	}

	.ProductFx:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.ProductFxImg img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.ProductFxR {
		padding:0px 0.3rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		text-align: center;
	}

	.ProductFxR h3 {
		font-size: 30px;
		margin: 20px auto;
		color: #3a3633;
	}

	.ProductFxR h2 {
		width: 2rem;
		height: 0.6rem;
		font-size: 0.28rem;
		text-align: center;
		margin: 0.9rem auto 0;
		line-height: 0.6rem;
		letter-spacing: 1px;
		color: #ffffff;
		background-color: #fabe12;
	}

	.am_menus {
		padding: 0.2rem 0;
		line-height: 0.42rem;
		background: #fff;
		position: fixed;
		z-index: 101;
		top: 1rem;
		left: 0;
		border-top: 1px solid rgba(102, 102, 102, 0.08);
	}

	.am_menusltag {
		font-size: 0.22rem;
		line-height: 0.42rem;
		color: #999999;
		float: left;
	}


	.am_menusltag a {
		color: #999;
		padding: 0px 0.05rem;
	}

	.am_menusr a {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999;
		margin-right: 0.15rem;
		float: left;
	}

	.am_menusr .am_active,
	.am_menusr a:hover,
	.HealyTag:hover,
	.HealyTag:hover i {
		color: #fabe12;
	}

	.am_menusr input {
		width: 1rem;
		height: 0.4rem;
		line-height: 0.4rem;
		text-align: center;
		font-size: 0.22rem;
		color: #999;
		background-color: #ffffff;
		border: solid 1px rgba(0, 0, 0, 0.1);
		float: left;
	}

	.wrapper.nor {
		padding-top: 2rem;
	}

	.OtherBannerPor {
		width: 60%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0.3rem;
		font-size: 0.4rem;
		color: #3a3633;
	}

	.OtherBannerPor h2 {
		width: 2rem;
		height: 0.6rem;
		background-color: #fabe12;
		font-size: 0.24rem;
		line-height: 0.6rem;
		text-align: center;
		margin-bottom: 0.3rem;
		color: #000000;
	}

	/* 服务中心 */
	.BaseNavImg img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		margin-top: 0 !important;
	}

	.GuaranteeDiv .VideoCaseTag {
		width: 48%;
		float: left;
		margin-top: 0.2rem;
		height: 3rem;
		background-color: #f7f7f7;
	}

	.GuaranteeDiv .VideoCaseTag:nth-of-type(2n) {
		float: right;
	}

	.BaseNavImg {
		width: 100%;
		position: relative;
		height: 0.6rem;
		overflow: hidden;
		margin-top: 0.7rem;
		margin-bottom: 0.3rem;
	}

	.VideoCaseTag .ActiveHImg,
	.VideoCaseTag:hover .ActiveImg {
		display: none;
	}

	.VideoCaseTag:hover .ActiveHImg {
		display: block;
	}

	.GuaranteeDiv .VideoCaseTag h2 {
		font-size: 0.32rem;
		color: #3a3633;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.GuaranteeDiv .VideoCaseTag:hover {
		background-color: #3a3633;
	}

	.GuaranteeDiv .VideoCaseTag:hover h2 {
		color: #fff;
	}

	.GuaranteeDiv .VideoCaseTag p {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.Talking {
		background-color: #f7f7f7;
		width: 100%;
		margin-top: 0.4rem;
		/*padding-bottom: 0.5rem;*/
	}

	.Talking img {
		width: 100%;
		margin-top: 0 !important;
	}

	.TalkingR {
		width: 90%;
		padding-top: 0.4rem;
		margin: 0px auto;
	}

	.TalkingCt input {
		width: 48.5%;
		float: left;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		color: #666;
		margin-bottom: 0.2rem;
		text-indent: 1em;
		background-color: #ffffff;
	}

	.TalkingTxt {
		width: 100%;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		color: #666;
		margin-bottom: 0.2rem;
		text-indent: 1em;
		background-color: #ffffff;
	}

	.TalkingR textarea {
		padding: 0.1rem;
		height: 1.5rem;
		line-height: 0.32rem;
		font-size: 0.24rem;
		color: #666;
		margin-bottom: 0.4rem;
		background-color: #ffffff;
		width: 96.5%;
	}

	.TalkingBtn {
		width: 2rem;
		height: 0.65rem;
		line-height: 0.65rem;
		text-align: center;
		font-size: 0.24rem;
		color: #FFFFFF;
		margin: 0px auto;
		background-color: #3a3633;
	}

	.HealyCt {
		width: 100%;
		height: 0.8rem;
		background-color: #f7f7f7;
		margin: 0.45rem auto;
	}

	.HealyTxt {
		font-size: 0.24rem;
		float: left;
		padding-left: 0.2rem;
		width: 60%;
		line-height: 0.8rem;
		color: #999999;
	}

	.HealyBtn {
		background-image: url(../images/search2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.24rem;
		height: 0.24rem;
		float: right;
		margin-right: 0.2rem;
		margin-top: 0.28rem;
	}

	.HealyLayout {
		background-color: #f7f7f7;
		padding: 0.6rem 0;
	}

	.HealyFx {
		width: 100%;
		position: relative;
	}

	.HealyTag {
		padding: 0px 0.3rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #3a3633;
		display: block;
		margin-bottom: 0.2rem;
	}

	.HealyTag .fl img {
		margin-right: 0.2rem;
		vertical-align: middle;
		margin-top: 0 !important;
	}

	.HealyTag i {
		float: right;
		font-size: 0.24rem;
		color: #999999;
	}

	.HealyFx:first-of-type::after {
		content: '';
		background-color: rgba(183, 183, 185, 0.3);
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* 新闻详情 */
	.NewDetails {
		font-size: 0.24rem;
		color: #666;
		line-height: 0.42rem;
	}

	.newTitle {
		font-size: 0.32rem;
		color: #3A3633;
		text-align: center;
		margin-bottom: 0.4rem;
		font-weight: bold;
	}

	.newTime {
		text-align: center;
		line-height: 32px;
		margin-bottom: 35px;
		font-size: 14px;
		color: #999;
	}

	.newTime h2 {
		float: right;
		font-size: 14px;
		color: #999;
	}

	.newTime h2 img {
		vertical-align: middle;
		margin-right: 5px;
	}

	.newInfo {
		margin: 0.2rem 0 0.5rem;
		width: 100%;
		font-size: 0.24rem;
		color: #666;
		line-height: 0.42rem;
	}

	.newInfo p {
		text-align: left;
		font-size: 0.24rem;
		color: #666;
		line-height: 0.48rem;
		margin-bottom: 0.15rem;
	}

	.newInfo p strong,
	.newInfo p strong span {
		font-weight: bold;
	}

	.newInfo p img,
	.Business p img {
		max-width: 100%;
		text-align: center;
		margin: 0.3rem auto 0;
	}

	.newInfo p.newInfoP {
		font-size: 18px;
		line-height: 34px;
		margin: 30px auto;
		color: #333333;
		text-align: center;
		display: block;
	}

	.BackPage {
		padding-top: 0.8rem;
		width: 100%;
	}

	.BackPage h2 {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
	}

	.BackPage h2 a {
		color: #999;
	}

	.BackPage h2.nor,
	.BackPage h2.nor a {
		color: #fabe12;
	}

	.BackPage h2.nor {
		border-bottom: 1px solid #fabe12;

	}

	.BackPage .col-md-4 a {
		float: right;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666;
		margin-top: 0.2rem;
	}

	.BackPage .col-md-4 a img {
		width: 0.38rem;
		height: 0.38rem;
		margin-left: 0.15rem;
		vertical-align: middle;
	}

	/* 搜索 */
	.SearchResult {
		width: 100%;
		height: 1rem;
		background-color: #f7f7f7;
	}

	.SearchResult h2 {
		font-size: 0.28rem;
		color: #3A3633;
		line-height: 1rem;
		float: left;
	}

	.OtherSet {
		width: 3rem;
		height: 0.6rem;
		float: right;
		margin-top: 0.2rem;
		padding: 0px 0.18rem;
		background: #fff;
	}

	.OtherSet .SearchBtn {
		background-image: url(../images/search2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.24rem;
		height: 0.24rem;
		float: left;
		margin-top: 0.18rem;
	}

	.OtherSet .SearchTxt {
		float: left;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		color: #999;
		margin-left: 0.2rem;
		width: 2.5rem;
		padding: 0;
	}

	.ProductTab {
		width: 100%;
		text-align: center;
		margin: 0.68rem auto;
	}

	.ProductTab a {
		float: none;
		width: 2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		background-color: #f7f7f7;
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 0.24rem;
	}

	.ProductTab a.active {
		color: #fff;
		background: #fabe12;
	}

	.ProductIntrotions {
		display: none;
	}

	.ParameterFx {
		padding: 0.6rem 0;
		border-bottom: 1px solid #3A3633;
	}

	.ParameterFx:last-child {
		border: 0;
	}

	.ParameterFx h2 {
		font-size: 0.3rem;
		color: #3A3633;
		float: left;
		width: 25%;
	}

	.ParameterFxR {
		float: right;
		width: 72%;
		font-size: 0.24rem;
		color: #666;
		line-height: 0.42rem;
	}

	.ParameterFxR h3 {
		font-size: 0.3rem;
		color: #3A3633;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	.newDate {
		font-size: 0.26rem;
		text-align: center;
		color: #333;
		margin-bottom: 0.3rem;
		margin-top: -0.15rem;
	}

	.RecruitPopule {
		background-color: #fff;
		width: 6rem;
		padding: 0.3rem;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.RecruitPopule .CloseImg {
		background-image: url(../images/close.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.24rem;
		height: 0.23rem;
		position: absolute;
		top: 0.3rem;
		right: 0.3rem;
	}

	.RecruitPopuleH {
		font-size: 0.32rem;
		color: #3A3633;
		padding-bottom: 0.3rem;
		font-weight: bold;
	}

	.RecruitScroll {
		height: 3.3rem;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.RecruitScroll::-webkit-scrollbar {
		display: none;
	}

	.RecruitCont {
		margin-bottom: 3%;
	}

	.RecruitJob {
		margin-top: 0.3rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		margin-top: 0.2rem;
	}

	.RecruitJob h2 {
		font-size: 0.3rem;
		color: #3A3633;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	.PositionApplied {
		width: 2rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
		text-align: center;
		color: #fff;
		height: 0.6rem;
		display: block;
		margin: 0px auto;
		background-color: #fabe12;
	}

	.RecruitIntro {
		border-bottom: solid 0.02rem rgba(0, 0, 0, 0.1);
		padding-bottom: 0.2rem;
	}

	.RecruitIntro span {
		display: inline-block;
		vertical-align: top;
		font-size: 0.24rem;
		color: #666666;
		padding: 0px 0.3rem 0.15rem;
		border-left: 1px solid #999;
	}

	.RecruitIntro span:first-of-type {
		padding-left: 0;
		border-left: 0;
	}

	.formtips {
		text-align: center;
		color: red;
		font-size: 0.24rem;
		margin: 0.24rem 0 0.3rem;
	}

	/* 新增公司简介 */
	.Into_Yilong {
		padding: 1rem 0;
		position: relative;
	}

	.Into_Yilong_Layout {
		font-size: 0.26rem;
		color: #3a3633;
	}

	.Into_Yilong_Layout .BaseH {
		text-align: left;
	}

	.Into_Yilong_Layout img {
		width: 100%;
		margin-top: 0.4rem;
	}

	.Into_Yilong_R {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #3a3633;
		margin-top: 0.3rem;
	}

	.Into_Yilong_R p {
		margin-top: 0.3rem;
		text-indent: 2em;
	}

	.Into_Yilong_R p:first-of-type {
		text-indent: 0;
	}

	.Annual_Sales {
		position: relative;
		padding-top: 1rem;
	}

	.Annual_Sales_Layout {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.Annual_Sales_Layout .clearfix {
		font-size: 0;
		text-align: center;
	}

	.Annual_Sales_Layout .clearfix span {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 0.48rem;
		text-align: center;
		color: #3a3633;
		margin-top: 0.4rem;
	}

	.Annual_Sales_Layout .clearfix span i {
		display: block;
		font-size: 0.26rem;
		margin-top: 0.2rem;
	}

	.Annual_Works {
		background-color: #1e253f;
		padding: 1rem 0;
		margin-top: 1rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #ffffff;
		text-align: center;
	}

	.Annual_Works h2 {
		margin-bottom: 0.3rem;
		color: #fff;
		font-size: 0.32rem;
	}

	.Annual_Works h2 i {
		color: #fabe12;
	}

	.Rd_Team {
		padding: 1rem 0 0.5rem;
	}

	.Company_Awards {
		padding-bottom: 1rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
		text-align: center;
	}

	.Company_Awards h2 {
		font-size: 0.38rem;
		color: #3A3633;
		margin-bottom: 0.4rem;
	}

	.Company_Awards_Fx {
		margin-top: 0.6rem;
		width: 100%;
	}

	.Company_Awards_Fx img {
		width: 90%;
		margin: 0px auto;
	}
}
