﻿@media screen and (min-width: 1024px) {
	body {
		font-size: 24px;
		font-family: "微软雅黑";
	}

	img {
		object-fit: cover;
	}

	ul,
	h2,
	p,
	h3 {
		margin: 0;
		padding: 0;
	}

	.phone {
		display: none;
	}

	.container {
		padding: 0px 8.3%;
	}

	/* å¤´éƒ¨ */
	.wrapper {
		padding-top: 100px;
	}

	.wrapper.on {
		padding-top: 0;
	}

	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		height: 100px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #fff;
	}

	.wrapper.on .HeaderFlix {
		background-color: transparent;
	}

	.wrapper.on .HeaderFlix.on {
		background-color: #FFFFFF;
	}

	.wrapper.on .HeaderFlix.on .subnav_ul .tag {
		color: #666666;
	}

	.SearchText {
		background-image: url(../images/search1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 18px;
		height: 18px;
		float: right;
		margin-top: 41px;
	}

	.ContextSearcht {
		width: 95px;
		background-color: #f5f5f5;
		line-height: 25px;
		height: 25px;
		font-size: 12px;
		border-radius: 20px;
		padding-left: 7px;
		position: absolute;
		right: -6%;
		top: 37.5px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		opacity: 0;
	}

	.b_head.on .ContextSearcht {
		right: 2%;
		opacity: 1;
	}

	.wrapper.on .SearchText {
		background-image: url(../images/search.png);
	}

	.wrapper.on .HeaderFlix.on .SearchText {
		background-image: url(../images/search1.png);
	}

	.am_logo {
		background-image: url(../images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 266px;
		height: 42px;
		float: left;
		margin-top: 29px;
	}

	.subnav_ul {
		float: right;
		min-width: 71%;
		text-align: right;
	}

	.subnav_ul li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 1px;
		color: #ffffff;
		margin-right: 5%;
		position: relative;
	}

	.am_subfooterdiv:last-child,
	.NewsFx:nth-of-type(3n),
	.WelfareFx:nth-of-type(5n),
	.VideoCaseTag:nth-of-type(4n),
	.Company_Awards_Fx:nth-of-type(4n) {
		margin-right: 0;
	}

	.subnav_ul .tag {
		font-size: 16px;
		color: #666;
		display: block;
		line-height: 100px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.wrapper.on .subnav_ul .tag {
		color: #FFFFFF;
	}

	.subnav_ul .tag::after {
		content: '';
		width: 0;
		height: 2px;
		background: #fabe12;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: absolute;
		bottom: 30%;
		left: 0;
	}

	.subnav_ul .tag.active::after,
	.subnav_ul .tag:hover::after {
		content: '';
		width: 100%;
	}

	.ProductRayout a:hover {
		color: #fabe12;
	}

	.am_subfooterdiv:last-child img {
		display: block;
		margin: 0px auto 5px;
	}

	.IndexBanner,
	.IndexBanner .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.IndexBanner .swiper-pagination {
		bottom: 60px !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		background-color: #FFFFFF;
		opacity: 1;
		margin: 0px 12px !important;
		position: relative;
	}

	.IndexBanner .swiper-pagination-bullet-active:after {
		content: '';
		width: 28px;
		height: 28px;
		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: 50px 0 15px;
		font-size: 14px;
		line-height: 30px;
		color: #999;
		margin-top: 70px;
		border-top: 1px solid #cccccc;
	}

	.am_subfooterdiv {
		float: left;
		width: 16.4%;
		letter-spacing: 1px;
	}

	.am_subfooterdiv:last-child {
		text-align: center;
	}

	.am_subfooterdiv h2 {
		font-size: 18px;
		color: #333333;
		margin-bottom: 10px;
	}

	.am_subfooterdiv a {
		color: #999;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.am_subfooterdiv a:hover {
		color: #fabe12;
	}

	.am_subfooterdiv:nth-of-type(4) {
		width: 34.4%;
	}

	.am_subfooterdiv:nth-of-type(4) a {
		width: 48px;
		height: 48px;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 25px;
	}

	.go_top {
		width: 68px;
		height: 72px;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		position: fixed;
		bottom: 3%;
		right: 30px;
	}

	.am_bootom {
		width: 100%;
		padding-top: 15px;
		margin-top: 40px;
		border-top: 1px solid rgba(204, 204, 204, 0.15);
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.am_bootom a {
		color: #999999;
	}

	.ProductL,
	.ProductR {
		float: left;
		width: 50%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.ProductL img,
	.NewsFxImg img,
	.Company_Awards_Fx img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ProductL:hover img,
	.NewsFx:hover .NewsFxImg img,
	.Company_Awards_Fx:hover 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: 48px;
		line-height: 52px;
		text-align: center;
		color: #3a3633;
		font-weight: bold;
	}

	.ProductLyout h2 {
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: -2px;
		color: #cccccc;
	}

	.ProductLyout h2 i {
		display: block;
		font-size: 50px;
	}

	.ProductLyout a {
    font-size: 16px;
    line-height: 51px;
    color: #fabe12;
    display: block;
    margin-top: 20px;
    text-align: right;
}
.Parameter{
    border-top: 1px solid #cccccc;
}
	.MappingImg {
		float: right;
		width: 50%;
		position: relative;
		overflow: hidden;
	}

    .MappingImgAbout {
        width: 100%;
        margin-top: 40px;
    }

	.MappingImg img,
	.MappingImg1 img {
		width: 100%;
		height: 100%;
        padding-top:1px;
	}

	.MappingImg .play {
		background-image: url(../images/play.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 56px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		background-color: rgba(29, 29, 29, 0.6);
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
	}

	.vid {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: fill;
		display: none;
	}

	.ProductRayout {
		float: left;
		width: 50%;
		font-size: 14px;
		text-align: center;
		color: #999999;
		line-height: 24px;
		padding-top: 15%;
	}

	.ProductRayout h2 {
		font-size: 24px;
		margin-bottom: 35px;
		color: #3a3633;
	}

	.ProductRayout p {
		height: 100px;
		overflow: hidden;
		padding: 0px 15px;
	}

	.ProductRayout a {
		color: #3a3633;
		padding-top: 10px;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ProductRayout a img {
		display: block;
		margin: 0px auto 10px;
	}

	.MappingImg1 {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.play1 {
		background-image: url(../images/play.png);
		background-size: 56px;
		background-repeat: no-repeat;
		height: 56px;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		font-size: 18px;
		letter-spacing: 2px;
		color: #333333;
		text-align: center;
		z-index: 1;
		background-position: center;
	}

	.play1 i {
		display: block;
		padding-top: 68px;
	}

	/* 新闻中心 */
	.OtherBanner,
	.OtherBanner img {
		width: 100%;
		vertical-align: top;
		position: relative;
	}

	.TitNav {
		height: 70px;
		text-align: center;
		background-color: #fff;
		font-size: 0;
		border-bottom: 1px solid rgba(102, 102, 102, 0.08);
	}

	.TitNav a {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		color: #999;
		margin-right: 45px;
		line-height: 70px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.TitNav a:last-child {
		margin-right: 0;
	}

	.TitNav a:hover,
	.TitNav a.active,
	.NewsFx:hover h2,
	.am_bootom a:hover {
		color: #fabe12;
	}

	.NewsCt {
		margin: 100px auto;
	}

	.NewsFx {
		float: left;
		margin-bottom: 70px;
		width: 31%;
		margin-right: 3%;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.NewsFxImg {
		width: 100%;
		height: 300px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.NewsFx h2 {
		font-size: 24px;
		color: #3a3633;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 20px;
		margin-left: 25px;
		margin-right: 15px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.NewsFx p {
		height: 48px;
		overflow: hidden;
		margin-left: 25px;
		margin-right: 20px;
	}

	.page {
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
	}

	.page a {
		color: #999999;
		font-size: 20px;
		margin-right: 12px;
		background-color: #f7f7f7;
		height: 48px;
		line-height: 48px;
		width: 48px;
		display: inline-block;
		vertical-align: top;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		font-family: "font";
	}

	.page a.nor,
	.page a:hover {
		background-color: #3a3633;
		color: #fff;
	}

	/* 研发能力 */
	.CoreFx {
		height: 540px;
		background-color: #f7f7f7;
		width: 100%;
		position: relative;
		margin-bottom: 80px;
	}

	.CoreFx img,
	.CoreFxR {
		width: 50%;
		height: 100%;
		float: left;
		position: relative;
	}

	.CoreFx:nth-of-type(2n) img,
	.TalkingCt input:last-child {
		float: right;
	}

	.CenterPor {
		font-size: 16px;
		line-height: 30px;
		color: #999999;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 12%;
		width: 80%;
	}

	.CoreFxR h2 {
		font-size: 36px;
		margin-bottom: 35px;
		color: #3a3633;
	}

	/* 公司理念 */
	.Enterprise {
		padding: 100px 0;
		position: relative;
		font-size: 16px;
		line-height: 28px;
		color: #666666;
		text-align: center;
	}

	.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: 24px;
		margin-bottom: 20px;
		color: #FABE12;
		text-align: center;
	}

	.BaseH i,
	.BaseH em {
		display: block;
		font-size: 26px;
		color: #3A3633;
		margin-top: 40px;
		font-weight: bold;
	}

	.EnterpriseFx {
		font-size: 14px;
		line-height: 24px;
		margin-top: 80px;
		float: left;
		width: 25%;
		color: #999999;
		text-align: left;
	}

	.EnterpriseFx img {
		width: 100px;
		height: 100px;
		border-radius: 100%;
		float: left;
		margin-right: 20px;
	}

	.EnterpriseFx h2 {
		font-size: 24px;
		color: #3A3633;
		display: block;
		padding: 10px 0px 15px;
	}

	.QualityFx {
		float: left;
		width: 49%;
		margin-top: 30px;
		background-color: #f7f7f7;
		padding-bottom: 40px;
		font-size: 16px;
		text-align: center;
		color: #666666;
	}

	.QualityFx:nth-of-type(2n) {
		float: right;
	}

	.QualityFx h2 {
		padding-top: 40px;
		font-size: 24px;
		color: #3A3633;
		margin-bottom: 15px;
	}

	.Talent {
		font-size: 16px;
		text-align: center;
		line-height: 30px;
		padding-bottom: 40px;
		color: #666666;
	}

	/* 人才招聘 */
	.Invite::after {
		content: '';
		width: 0;
	}

	.Welfare {
		background-color: rgba(0, 0, 0, 0.03);
		padding: 100px 0;
	}

	.WelfareFx {
		width: 18.7%;
		height: 420px;
		background-color: #ffffff;
		float: left;
		margin-right: 1.5%;
		margin-top: 32px;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		color: #999999;
	}

	.WelfareFx h2 {
		font-size: 24px;
		line-height: 38px;
		color: #3a3633;
	}

	.WelfareFx p {
		padding: 0px 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		overflow: hidden;
	}

	.WelfareFx h3 {
		width: 100px;
		height: 100px;
		font-size: 42px;
		color: #3A3633;
		line-height: 100px;
		text-align: center;
		display: block;
		margin: 50px auto 20px;
		border-radius: 100%;
		background-color: #e5e5e5;
	}

	.Application {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding: 100px 0px 120px;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
		color: rgba(255, 255, 255, 0.5);
	}

	.ApplicationCt {
		margin-top: 80px;
		position: relative;
	}

	.ApplicationCt::after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: rgba(229, 229, 229, 0.2);
		position: absolute;
		top: 59%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
	}

	.ApplicationFx {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
		float: left;
		width: 11%;
	}

	.ApplicationFx img {
		width: 80px;
		height: 80px;
		border-radius: 100%;
		display: block;
		margin: 0px auto 20px;
	}

	.ApplicationFx h2 {
		width: 30px;
		height: 30px;
		background-color: #fabe12;
		line-height: 30px;
		font-size: 16px;
		color: #FFFFFF;
		margin: 0px auto 20px;
		border-radius: 100%;
	}

	.ServiceProvice {
		width: 100%;
		height: 61px;
		overflow: hidden;
		font-size: 0;
		text-align: center;
		margin: 50px auto 40px;
	}

	.ServiceProvice select,
	.ServiceProviceText {
		width: 301px;
		height: 61px;
		background-color: #f7f7f7;
		line-height: 61px;
		color: #666;
		font-size: 16px;
		padding: 0px 20px;
		background-image: url(../images/down.png);
		background-size: 14px 8px;
		background-repeat: no-repeat;
		background-position: 93%;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	.ServiceProviceText {
		width: 521px;
		margin-right: 0;
		background-position: 96%;
		background-image: none;
	}

	.ServiceProviceText1 {
		line-height: 61px;
		float: left;
		width: 80%;
	}

	.ServiceProviceText2 {
		background-image: url(../images/search1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 18px;
		height: 18px;
		float: right;
		margin-top: 21.5px;
	}

	.recruit_table {
		border: solid 1px rgba(0, 0, 0, 0.1);
	}

	.recruit_thead {
		height: 68px;
		background-color: #3a3633;
		line-height: 68px;
		padding: 0px 58px;
	}

	.recruit_thead h2 {
		font-size: 18px;
		color: #fff;
		width: 25%;
		float: left;
		line-height: 68px;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.RecuitBorerSub {
		line-height: 61px;
		padding: 0px 58px;
	}

	.RecuitBorer a {
		font-size: 16px;
		color: #3a3633;
		width: 25%;
		float: left;
		line-height: 61px;
		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 {
		float: left;
		width: 48.7%;
		height: 360px;
		background-color: #f7f7f7;
		margin-bottom: 60px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ProductFx:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.ProductFxImg {
		width: 48.7%;
		height: 100%;
		float: left;
		position: relative;
		overflow: hidden;
	}

	.ProductFxImg img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ProductFx:hover .ProductFxImg img {
		transform: scale(1.1) translate(-50%, -50%);
		-webkit-transition: scale(1.1) translate(-50%, -50%);
	}

	.ProductFxR {
		float: left;
		width: 45%;
		margin-left: 3%;
		font-size: 16px;
		line-height: 24px;
		color: #999999;
	}

	.ProductFxR h3 {
		font-size: 30px;
		margin: 20px auto;
		color: #3a3633;
	}

	.ProductFxR h2 {
		width: 120px;
		height: 39px;
		font-size: 20px;
		text-align: center;
		line-height: 39px;
		margin-top: 94px;
		line-height: 39px;
		letter-spacing: 1px;
		color: #ffffff;
		background-color: #fabe12;
	}

	.ProductFx:nth-of-type(2n) {
		float: right;
	}

	.am_menus {
		width: 100%;
		height: 70px;
		line-height: 70px;
		background: #fff;
		position: fixed;
		z-index: 101;
		top: 100px;
		left: 0;
		border-top: 1px solid rgba(102, 102, 102, 0.08);
	}

	.am_menusltag {
		font-size: 14px;
		line-height: 70px;
		color: #999999;
		float: left;
	}


	.am_menusltag a {
		color: #999;
		padding: 0 10px;
	}

	.am_menusr a {
		font-size: 14px;
		line-height: 70px;
		color: #999;
		margin-right: 40px;
		height: 70px;
		float: left;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.am_menusr .am_active,
	.am_menusr a:hover,
	.HealyTag:hover,
	.HealyTag:hover i {
		color: #fabe12;
	}

	.am_menusr input {
		width: 90px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		margin-top: 20px;
		color: #999;
		background-color: #ffffff;
		border: solid 1px rgba(0, 0, 0, 0.1);
	}

	.wrapper.nor {
		padding-top: 170px;
	}

	.OtherBannerPor {
		width: 46%;
		text-align: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 8.3%;
		font-size: 60px;
		color: #3a3633;
	}

	.OtherBannerPor h2 {
		width: 140px;
		height: 38px;
		background-color: #fabe12;
		font-size: 20px;
		line-height: 38px;
		text-align: center;
		margin: 0px auto 60px;
		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;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.GuaranteeDiv .VideoCaseTag {
		width: 24%;
		float: left;
		margin-top: 20px;
		margin-right: 1%;
		height: 240px;
		background-color: #f7f7f7;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.BaseNavImg {
		width: 100%;
		position: relative;
		height: 49px;
		overflow: hidden;
		margin-top: 59px;
		margin-bottom: 25px;
	}

	.VideoCaseTag .ActiveHImg,
	.VideoCaseTag:hover .ActiveImg {
		display: none;
	}

	.VideoCaseTag:hover .ActiveHImg {
		display: block;
	}

	.GuaranteeDiv .VideoCaseTag h2 {
		font-size: 20px;
		color: #3a3633;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.GuaranteeDiv .VideoCaseTag:hover {
		background-color: #3a3633;
	}

	.GuaranteeDiv .VideoCaseTag:hover h2 {
		color: #fff;
	}

	.GuaranteeDiv .VideoCaseTag p {
		font-size: 14px;
		line-height: 24px;
		color: #999999;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.Talking {
		height: 520px;
		background-color: #f7f7f7;
		width: 100%;
		margin-top: 40px;
	}

	.Talking img {
		float: left;
		width: 50%;
		height: 100%;
	}

	.TalkingR {
		float: right;
		width: 40%;
		padding-top: 78px;
		margin-right: 5%;
	}

	.TalkingCt input {
		width: 48.5%;
		float: left;
		height: 61px;
		line-height: 61px;
		font-size: 16px;
		color: #666;
		margin-bottom: 20px;
		text-indent: 1em;
		background-color: #ffffff;
	}

	.TalkingTxt {
		width: 100%;
		height: 61px;
		line-height: 61px;
		font-size: 16px;
		color: #666;
		margin-bottom: 20px;
		text-indent: 1em;
		background-color: #ffffff;
	}

	.TalkingR textarea {
		padding: 10px;
		height: 100px;
		line-height: 24px;
		font-size: 16px;
		color: #666;
		margin-bottom: 40px;
		background-color: #ffffff;
		width: 97%;
	}

	.TalkingBtn {
		width: 140px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		margin: 0px auto;
		background-color: #3a3633;
	}

	.HealyCt {
		width: 790px;
		height: 54px;
		background-color: #f7f7f7;
		margin: 24px auto 62px;
	}

	.HealyTxt {
		font-size: 16px;
		float: left;
		padding-left: 20px;
		width: 60%;
		line-height: 54px;
		color: #999999;
	}

	.HealyBtn {
		background-image: url(../images/search2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 18px;
		height: 18px;
		float: right;
		margin-right: 18px;
		margin-top: 20px;
	}

	.HealyLayout {
		background-color: #f7f7f7;
		padding: 55px 0;
	}

	.HealyFx {
		float: left;
		width: 50%;
		position: relative;
	}

	.HealyTag {
		padding: 0px 7.5%;
		font-size: 16px;
		line-height: 48px;
		color: #3a3633;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.HealyTag .fl img {
		margin-right: 20px;
		vertical-align: middle;
	}

	.HealyTag i {
		float: right;
		font-size: 14px;
		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: 18px;
		color: #666;
		line-height: 32px;
		padding: 0px 10%;
	}

	.newTitle {
		font-size: 24px;
		color: #3A3633;
		text-align: center;
		margin-bottom: 38px;
		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: 20px 0 50px;
		width: 100%;
		font-size: 14px;
		color: #666;
		line-height: 30px;
	}

	.newInfo p {
		text-align: left;
		font-size: 14px;
		color: #666;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.newInfo p strong,
	.newInfo p strong span {
		font-weight: bold;
	}

	.newInfo p img,
	.Business p img {
		max-width: 100%;
		text-align: center;
		margin: 20px auto 0;
	}

	.newInfo p.newInfoP {
		font-size: 18px;
		line-height: 34px;
		margin: 30px auto;
		color: #333333;
		text-align: center;
		display: block;
	}

	.BackPage {
		/* margin-top: 100px; */
		padding-top: 80px;
		width: 100%;
	}

	.BackPage h2 {
		font-size: 14px;
		line-height: 38px;
		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: 16px;
		line-height: 30px;
		color: #666;
		margin-top: 20px;
	}

	.BackPage .col-md-4 a img {
		width: 28px;
		height: 28px;
		margin-left: 15px;
	}

	/* 搜索 */
	.SearchResult {
		width: 100%;
		height: 100px;
		background-color: #f7f7f7;
	}

	.SearchResult h2 {
		font-size: 18px;
		color: #3A3633;
		line-height: 100px;
		float: left;
	}

	.OtherSet {
		width: 564px;
		height: 42px;
		background-color: #ffffff;
		float: right;
		margin-top: 29px;
		padding: 0px 18px;
		margin-bottom: 68px;
	}

	.OtherSet .SearchBtn {
		background-image: url(../images/search2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 18px;
		height: 18px;
		float: left;
		margin-top: 12.5px;
	}

	.OtherSet .SearchTxt {
		float: left;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		color: #999;
		margin-left: 25px;
		width: 520px;
		padding: 0;
	}

	.ProductTab {
		width: 100%;
		text-align: center;
		margin: 68px auto;
	}

	.ProductTab a {
		float: none;
		width: 140px;
		height: 34px;
		line-height: 34px;
		background-color: #f7f7f7;
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
	}

	.ProductTab a.active {
		color: #fff;
		background: #fabe12;
	}

	.ProductIntrotions {
		display: none;
	}

	.ParameterFx {
		padding: 60px 0;
		border-bottom: 1px solid #3A3633;
	}

	.ParameterFx:last-child {
		border: 0;
	}

	.ParameterFx h2 {
		font-size: 21px;
		color: #3A3633;
		float: left;
		width: 10%;
	}

	.ParameterFxR {
		float: right;
		width: 80%;
		font-size: 16px;
		color: #666;
		line-height: 28px;
	}

	.ParameterFxR h3 {
		font-size: 26px;
		color: #3A3633;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.newDate {
		font-size: 14px;
		text-align: center;
		color: #333;
		margin-bottom: 30px;
		margin-top: -25px;
	}

	.RecruitPopule {
		background-color: #fff;
		width: 60.7%;
		padding: 3% 4%;
		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: 18px;
		height: 17px;
		position: absolute;
		top: 30px;
		right: 30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		cursor: pointer;
	}

	.RecruitPopuleH {
		font-size: 30px;
		color: #3A3633;
		padding-bottom: 2%;
	}

	.RecruitScroll {
		height: 530px;
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: 3%;
	}

	.RecruitScroll::-webkit-scrollbar {
		display: none;
	}

	.RecruitCont {
		margin-bottom: 3%;
	}

	.RecruitJob {
		margin-top: 2%;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.RecruitJob h2 {
		font-size: 18px;
		color: #3A3633;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.PositionApplied {
		width: 120px;
		font-size: 14px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		height: 37px;
		display: block;
		margin: 0px auto;
		background-color: #fabe12;
	}

	.RecruitIntro {
		border-bottom: solid 2px rgba(0, 0, 0, 0.1);
		padding-bottom: 2%;
	}

	.RecruitIntro span {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		color: #666666;
		padding: 0px 30px;
		border-left: 1px solid #999;
	}

	.RecruitIntro span:first-of-type {
		padding-left: 0;
		border-left: 0;
	}

	.CloseImg:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.formtips {
		text-align: center;
		color: red;
		font-size: 16px;
		margin: 12px 0;
	}

	/* 新增公司简介 */
	.Into_Yilong {
		padding: 100px 0px 140px;
		position: relative;
	}

	.Into_Yilong_Layout {
		float: left;
		width: 60%;
		font-size: 30px;
		color: #3a3633;
	}

	.Into_Yilong_Layout .BaseH {
		text-align: left;
	}

	.Into_Yilong_Layout img {
		width: 100%;
		/*margin-top: 40px;*/
	}

	.Into_Yilong_R {
		width: 35%;
		float: right;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		margin-top: 110px;
	}

	.Into_Yilong::after {
		content: '';
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		background-color: #232a46;
	}

	.Into_Yilong_R p {
		margin-top: 20px;
		text-indent: 2em;
	}

	.Into_Yilong_R p:first-of-type {
		text-indent: 0;
	}

	.Annual_Sales {
		position: relative;
		padding-top: 100px;
	}

	.Annual_Sales_Layout {
		width: 48%;
		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: 48px;
		text-align: center;
		color: #3a3633;
		margin-top: 40px;
	}

	.Annual_Sales_Layout .clearfix span i {
		display: block;
		font-size: 24px;
	}

	.Annual_Works {
		background-color: #1e253f;
		padding: 100px 0;
		margin-top: 120px;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		text-align: center;
	}

	.Annual_Works h2 {
		margin-bottom: 30px;
		color: #fff;
		font-size: 30px;
	}

	.Annual_Works h2 i {
		color: #fabe12;
	}

	.Rd_Team {
		padding: 120px 0px 40px;
	}

	.Company_Awards {
		padding-bottom: 145px;
		font-size: 16px;
		line-height: 30px;
		color: #999;
		text-align: center;
	}

	.Company_Awards h2 {
		font-size: 36px;
		color: #3A3633;
		margin-bottom: 35px;
	}

	.Company_Awards_Fx {
		float: left;
		margin-top: 60px;
		width: 24%;
		height: 289px;
		overflow: hidden;
		margin-right: 1.3%;
	}

	@media screen and (min-width: 1441px) and (max-width: 1680px) {
		.NewsFxImg {
			height: 258px;
		}

		.CoreFx {
			height: 468px;
		}

		.Into_Yilong_R {
			max-height: 535px;
			overflow-y: scroll;
		}
		.Company_Awards_Fx{
			height: 250px;
		}
	}

	@media screen and (min-width: 1367px) and (max-width: 1441px) {
		.NewsFxImg {
			height: 221px;
		}
		
		.CoreFx {
			height: 400px;
		}
		
		.Into_Yilong_R {
			max-height: 458px;
			overflow-y: scroll;
		}
		.Company_Awards_Fx{
			height: 214px;
		}
	}

	@media screen and (min-width: 1024px) and (max-width: 1366px) {
		.NewsFxImg {
			height: 210px;
		}
		
		.CoreFx {
			height:380px;
		}
		
		.Into_Yilong_R {
			max-height: 458px;
			overflow-y: scroll;
		}
		.Company_Awards_Fx{
			height: 204px;
		}
	}

	@media screen and (min-width: 1279px) and (max-width: 1380px) {
		.RecruitScroll {
			height: 400px;
		}
	}
}
