/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* **********************************   基础样式  ************************************ */

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	vertical-align: top;
	word-break: break-all;
	line-height: 1;
	list-style: none;
	border: 0;
	background: none;
	box-sizing: border-box;

}

/*声明 WebFont*/
@font-face {
	font-family: "Light";
	src: url("../fonts/HarmonyOs_Sans_SC_Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Medium";
	src: url("../fonts/HarmonyOs_Sans_SC_Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Regular";
	src: url("../fonts/HarmonyOs_Sans_SC_Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bold";
	src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "alimama";
	src: url("../fonts/ALIMAMA_SHUHEITI_BOLD.TTF");
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

html {
	font-size: calc(100 / 1920 * 100vw);
}

@media (min-width: 1921px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 8vw;
	}
}

@media (max-width: 900px) {
	html {
		font-size: 14vw;
	}
}

@media (max-width: 640px) {
	html {
		font-size: 18vw;
	}
}

@media (min-width: 1921px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 8vw;
	}
}

@media (max-width: 900px) {
	html {
		font-size: 14vw;
	}
}

@media (max-width: 640px) {
	html {
		font-size: 18vw;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
}

body {
	color: #333;
	font-family: "Regular", "arial", "sans-serif";
	overflow-x: hidden;
	font-size: 0.16rem;
}

body.y-hidden {
	overflow-y: hidden;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
}

textarea {
	resize: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select,
input,
button,
textarea {
	color: #333;
	font-family: "Regular", "arial", "sans-serif";
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #818181;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #818181;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #818181;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #818181;
}


/* ***********************************************
					公共样式类
*********************************************** */
.link:hover {
	color: #1890FF;
}

.pr {
	position: relative;
}

.ab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.overhide {
	overflow: hidden;
}

.scale:hover img {
	transform: scale(1.05);
}

.scale img {
	transition: all .5s;
}

.scale {
	overflow: hidden;
}

.sizing {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden, .hide {
	display: none;
}

.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.j-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.j-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-colu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-reverse {
	flex-direction: row-reverse;
}

.a-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.a-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.a-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.nowrap1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nowrap2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nowrap3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.pointer:hover {
	cursor: pointer;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.t-just {
	text-align: justify;
}

/* 行高 */
.line-mn,
.line-mn * {
	line-height: 1.3;
}

.line-sm,
.line-sm * {
	line-height: 1.5;
}

.line-md,
.line-md * {
	line-height: 1.8;
}

.line-lg,
.line-lg * {
	line-height: 2;
}

/* 字体 */
.font-medium {
	font-family: "Medium";
}

.font-regular {
	font-family: "Regular";
}

.font-light {
	font-family: "Light";
}

.font-alimama {
	font-family: "alimama";
}

.font-heave {
	font-family: "Bold";
}


.font12 {
	font-size: 0.12rem;
}

.font14 {
	font-size: 0.14rem;
}

.font16 {
	font-size: .16rem;
}

.font18 {
	font-size: .18rem;
}

.font20 {
	font-size: .20rem;
}

.font22 {
	font-size: .22rem;
}

.font24 {
	font-size: .24rem;
}

.font25 {
	font-size: .25rem;
}

.font26 {
	font-size: .26rem;
}

.font28 {
	font-size: .28rem;
}

.font30 {
	font-size: .30rem;
}

.font32 {
	font-size: .32rem;
}

.font34 {
	font-size: .34rem;
}

.font35 {
	font-size: .35rem;
}

.font36 {
	font-size: .36rem;
}

.font38 {
	font-size: .38rem;
}

.font40 {
	font-size: .40rem;
}

.font42 {
	font-size: .42rem;
}

.font45 {
	font-size: .45rem;
}

.font48 {
	font-size: .48rem;
}

.font50 {
	font-size: .50rem;
}

.font54 {
	font-size: 0.54rem;
}

.font55 {
	font-size: 0.55rem;
}

.font56 {
	font-size: 0.56rem;
}

.font60 {
	font-size: 0.6rem;
}

.font65 {
	font-size: 0.65rem;
}

.font100 {
	font-size: 1rem;
}

.font-bold {
	font-weight: 700;
}

/* 网站常用类 */

/* 颜色 */
.corfff {
	color: #fff;
}

.cor317 {
	color: #317bb4;
}

.cor063 {
	color: #063299;
}

.cor666 {
	color: #666;
}

.cor333 {
	color: #333;
}

.cor999 {
	color: #999;
}

.corf39 {
	color: #f39911;
}

.corB4B4B4 {
	color: #B4B4B4;
}

.cor818181 {
	color: #7a7e87;
}

.cor3C3C3C {
	color: #3C3C3C;
}

.cor5a5a5a {
	color: #5a5a5a;
}

.opacity0 {
	opacity: 0;
}

.shadow {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.clearfix:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.mask {
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.t-sion {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.underline:hover {
	text-decoration: underline;
}

.font-light {
	font-weight: 400 !important;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-reverse {
	flex-direction: row-reverse;
}

.publicBox {
	padding: 0 1rem;
}

.w100 {
	width: 100%;
}

.hover:hover {
	color: #f39911 !important;
}

@media (min-width: 1921px) {
	html {
		font-size: 100px;
	}
}

.w1600 {
	max-width: 16rem;
	margin: 0 auto;
	width: 94%;
}

.after:after {
	position: absolute;
	content: "";
}

.scale {
	overflow: hidden;
}

.scale:hover img {
	transform: scale(1.03);
}

.pt9 {
	padding-top: .9rem;
}

.cor17c {
	color: #1c79b5;
}


/* ***************************   Header  ************************** */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.header .nav ul li a {
	display: block;
	padding-bottom: .1rem;
	border-bottom: solid 2px transparent;
	color: #fff;
}

.header .nav ul li.active .yiji {
	border-color: #f39911;
	color: #f39911;
}

.header .nav ul li:not(:last-child) {
	margin-right:.5rem;
}

.header .w1600 {
	height: 1rem;
}

.header .nav {
	margin-right: 1.5rem;
}

.header .langs {
	padding: 0 .2rem 0 .3rem;
	margin-top: -.1rem;
	color: #fff;
	background: url(../images/arrowDownWhite.png) no-repeat right center/.1rem, url(../images/langWhite.png) no-repeat 0 center/.2rem;

}

.header .searchBtn {
	width: .51rem;
	height: .21rem;
	margin-top: -.1rem;
	background: url(../images/searchWhite.png) no-repeat right center/.21rem;
	z-index: 1;
}

/* 导航白色样式 */
.header.white_on,
.header.white {
	background: #fff;
}

.header.white_on .nav ul li a,
.header.white .nav ul li a {
	color: #333;
}

.header.white_on .langs,
.header.white .langs {
	background: url(../images/arrowDownGray.png) no-repeat right center/.1rem, url(../images/lang.png) no-repeat 0 center/.2rem;
	color: #666;
}

.header.white_on .searchBtn,
.header.white .searchBtn {
	background-image: url(../images/searchBlue.png);
}

/* end */
.header .searchBtn img {
	width: .2rem;
}

.header .logo img {
	max-height:.56rem;
}

.hover-drop:hover .drop {
	display: block;
}

.drop {
	position: absolute;
	top: 100%;
	padding-top: .1rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.drop:after {
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: solid .1rem transparent;
	border-right: solid .1rem transparent;
	border-bottom: solid .1rem #fff;
}

.drop .dropTxt {
	width: 1rem;
	padding: .2rem .1rem;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);
}

.drop .dropTxt a {
	display: block;
	line-height: .4rem;
	border-bottom: solid 1px #eee;
	text-align: center;
}

.drop .dropTxt a:last-child {
	border-bottom: 0;
}

.more a {
	width: 2rem;
	height: .5rem;
	border-radius: .5rem;
	background: #f39911;
	color: #fff;
}

.more.border a {
	background: none;
	border: solid 1px #f39911;
	color: #f39911;
}

.more.border a:hover {
	color: #fff;
	background: #f39911;
}

.more.border a i {
	background-image: url(../images/arrowRightSlantYellow.png);
}

.more.border a:hover i {
	background-image: url(../images/arrowRightSlant.png);
}

.more a i {
	width: .11rem;
	height: .11rem;
	background: url(../images/arrowRightSlant.png) no-repeat center/100% 100%;
	margin-left: .1rem;
}

.more a:hover i {
	margin-left: .2rem;
}

.more a:hover {
	box-shadow: 2px 2px 5px rgba(243, 153, 17, 1);
}

.banner .txt h2 {
	font-size: .8rem;
	letter-spacing: 3px;
	font-family: "Medium";

}

.banner .more {
	margin-top: .5rem;
}

.homeBanner .swiper-slide .item {
	height: 100vh;
}

.homeBanner .swiper-slide .item .txt{
	z-index: 3;
}
.homeBanner .swiper-slide .item .video{
	z-index: 1;
	object-fit: cover;
}

.banner .txt .w1600 {
	transform: translateY(.5rem);
	opacity: 0;
}

.banner .active .w1600 {
	opacity: 1;
	transform: translateY(0);
}

.myPagination .swiper-pagination-bullet {
	width: .5rem;
	height: .04rem;
	background: #fff;
	opacity: .5;
	border-radius: 0;
	position: relative;
}

.myPagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #f39911;
	display: none;
}

.myPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #f39911;
}

.myPagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	animation: mymove 6s linear;
	-webkit-animation: mymove 6s linear;
	/*Safari and Chrome*/
}

.myPagination.notAnimate .swiper-pagination-bullet:after {
	width: 100%;
}

@keyframes mymove {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.indexBody .title {
	transition: all .5s;
	transform: translateY(.5rem);
	opacity: 0;
}

.indexBody .title.active,
.indexBody .section6 .title {
	transform: translateY(0);
	opacity: 1;
}

.header .topForm {
	background: #fff;
	z-index: 8;
}

.header .topForm form {
	border: solid 1px #edebeb;
	height: 100%;
}

.header .topForm .text {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 1.8rem 0 .2rem;
}

.header .topForm .submitBtn {
	position: absolute;
	right: .6rem;
	top: 0;
	width: 1rem;
	height: 100%;
	background: #f39911 url(../images/searchWhite.png) no-repeat center;
}

.header .topForm span {
	position: absolute;
	right: 0;
	top: 0;
	width: .6rem;
	height: 100%;
	background: url(../images/close.svg) no-repeat center/.3rem;
}

/* ***************************   Header end  ************************** */

/* ***************************   Main  ************************** */
.sectionPd .fp-tableCell {
	padding-top: 1rem;
}

.title span {
	margin-left: .25rem;
	text-transform: uppercase;
}

.title:after {
	width: 1rem;
	height: .5rem;
	background: url(../images/tittleLine.png) no-repeat center/100% 100%;
	left: 1.55rem;
	top: -.18rem;
	transition: all 1s;
}

.homeAbout .desc {
	margin: .5rem 0 .7rem;
	max-width: 6.5rem;
}

.homeAbout dl dd p {
	margin-top: .2rem;
}

.homeAbout dl dd:not(:last-child) {
	margin-right: .8rem;
}

.homeAbout .more {
	margin-top: 1rem;
}

.section3 .fp-tableCell,
.section4 .fp-tableCell {
	vertical-align: top;
}

.section3 .introduce {
	margin-top: .7rem;
}

.section3 .introduce .desc {
	margin: .2rem 0 .4rem;
	max-width: 6rem;
	opacity: .8;
}

.section3 .shemeBgImgs {
	z-index: 1;
}

.section3 .shemeBgImgs img {
	display: none;
	object-fit: cover;
	object-position: center;
}

.section3 .homeScheme {
	padding-top: 1.4rem;
	position: relative;
	z-index: 3;
}

.section3 .schemeMenu {
	position: absolute;
	bottom: .6rem;
	width: 100%;
	z-index: 3;
}

.section3 .schemeMenu ul li {
	min-width: 12.5%;
	border: solid 1px rgba(255, 255, 255, .1);
}

.section3 .schemeMenu ul li .name {
	height: .9rem;
	position: relative;
	z-index: 3;
  font-size: .2rem;
  padding: 0 .2rem;
}

.section3 .schemeMenu ul li .hoverIcon {
	position: absolute;
	bottom: 1px;
	width: calc(100% - 2px);
	left: 1px;
	height: .05rem;
	background: rgba(255, 255, 255, .3);
	z-index: 1;
	overflow: hidden;
}

.section3 .schemeMenu ul li.active .name {
	font-family: "Regular";
}

.section3 .schemeMenu ul li.active .hoverIcon {
	height: 1.8rem;
	background: url(../images/schemeMenuBg.png) no-repeat right bottom/cover;
	left: 0;
	bottom: 0;
	width: 100%;
}

.section3 .schemeMenu ul li.active .hoverIcon img {
	opacity: 1;
	margin-top: .4rem;
	max-height: .35rem;
}

.section3 .swiper {
	max-width: 8rem;
	margin-left: 0;
}

.homeFactory {
	z-index: 6;
	padding-top: 1.9rem;
}

.section4 .factoryVideo p {
	padding-top: 1rem;
	z-index: 6;
	letter-spacing: 2px;
	right: 0;
	margin: 0 auto;
	line-height: 1.5;
	width: 94%;
}

.section5 {
	background: #f3f8ff !important;
}

.homeNews .newsList {
	margin-top: .5rem;
}

.homeNews .newsList ul {
	margin: 0 -.2rem;
}

.homeNews .newsList ul li {
	width: 28%;
	padding: 0 .2rem;
}

.homeNews .newsList ul li.newsTop {
	width: 44%;
}

.homeNews .newsList ul li .txt,
.homeNews .newsList ul li .item {
	height: 100%;
	background: #fff;
}

.homeNews .newsList ul li .txt .info {
	padding: .3rem .4rem;
}

.homeNews .newsList ul li .txt .desc {
	margin: .2rem 0 .7rem;
}

.homeNews .newsList ul li.newsTop .introduce {
	padding: .3rem .4rem;
	padding-bottom: .2rem;
	padding-right: 1.4rem;
}

.homeNews .newsList ul li.newsTop .introduce h4 {
	margin-top: .15rem;
}

.more.news a {
	width: auto;
	height: auto;
	background: none;
	color: #666;
	margin-left: .15rem;
	padding-left: .1rem;
	border-left: solid 1px #d3d8e3;
	border-radius: 0;
}

.more.news a:hover {
	color: #063299;
	background: none;
	box-shadow: none;
	font-weight: 700;
}

.more.news a i {
	background-image: url(../images/arrowRightSlantBlue.png);
}

.homeNews .newsList .swiper-pagination {
	left: inherit;
	left: initial;
	right: 0;
	bottom: .3rem;
	width: 1.2rem;
}

.homeNews .newsList .swiper-pagination .swiper-pagination-bullet {
	background: #f0f5fa;
	opacity: 1;
	transition: all .5s;
}

.homeNews .newsList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: .3rem;
	border-radius: 8px;
	background: #063299;
}

/* ***************************   Main end  ************************** */


/* ***************************  内页  ************************** */
.banner h3 {
	text-transform: uppercase;
	margin-bottom: .1rem;
	margin-top: -1.2rem;
}

.banner .ag {
	width: 5rem;
}

.p12 {
	padding: 1.2rem 0;
}

.positionBox {
	border-bottom: solid 1px #eee;
	position: sticky;
	z-index: 10;
	top: 1rem;
	background: #fff;
}

.positionBox .subMenu ul li a {
	display: block;
	line-height: .8rem;
}

.positionBox .subMenu ul li:not(:last-child) {
	margin-right: .4rem;
}

.positionBox .subMenu ul li:hover:after,
.positionBox .subMenu ul li.active:after {
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #063299;
	left: 0;
}

.positionBox .subMenu ul li:hover a,
.positionBox .subMenu ul li.active a,
.positionBox .position a:hover {
	color: #063299;
	font-weight: 700;
}

.positionBox .position {
	padding-left: .3rem;
	background: url(../images/position.png) no-repeat 0 center/.15rem;
}

.positionBox .position em {
	color: #999;
	margin: 0 .1rem;
}

.positionBox .position,
.positionBox .position a {
	color: #666;
}

.aboutGsjj .infoTop .txt {
	width: 47%;
	padding-top: .9rem;
}

.aboutGsjj .infoTop .txt  .dl{
  justify-content: space-between;
  margin-top: .3rem;
}
.aboutGsjj .infoTop .txt  .dl dd:not(:last-child){
 padding-right:.2rem;
}
.aboutGsjj .infoTop .txt  .dl dd b{
line-height: 1;
}


.aboutGsjj .infoTop figure,
.aboutGsjj .infoBottom figure {
	width: 46%;
}

.aboutGsjj .infoTop .txt .aboutName {
	margin: .35rem 0 .4rem;
}

.titleYellowLine h3:after {
	content: "";
	display: block;
	width: .7rem;
	height: 3px;
	background: #f39911;
	margin-top: .15rem;
}

.aboutGsjj .infoBottom{
	display: none;
}
.aboutGsjj .infoBottom .txt {
	position: absolute;
	right: 0;
	top: 0;
	width: 69%;
	height: 100%;
	z-index: 2;
}

.aboutGsjj .infoBottom .txt .topDesc {
	height: 3.75rem;
	background: #f3f8fe;
	border-bottom-right-radius: .3rem;
	padding: 0 1.4rem;
	text-align: justify;
}

.aboutGsjj .infoBottom .txt .bottomDesc {
	padding-left: 3.15rem;
}

.titleCenter {
	margin-bottom: .5rem;
}

.titleCenter p {
	margin-top: .2rem;
	line-height: 1.5;
}

.yearBox:after {
	width: 100%;
	height: 1px;
	background: #d2d7de;
	left: 0;
	top: 56%;
}

.yearBox .year-list .item {
	height: 1.3rem;
	cursor: pointer;
}
.yearBox .year-list .item .year {
	height: .5rem;
}
.yearBox .year-list .item .year span {
	margin-right: .1rem;
}
.yearBox .year-list .item .disc {
	width: .14rem;
	height: .14rem;
	border-radius: 50%;
	background-color: #666666;
	margin: .2rem 0 .3rem;
}
.yearBox .year-list .item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: solid .16rem transparent;
	border-right: solid .16rem transparent;
	border-bottom: solid .2rem #fff;
	opacity: 0;
}

.y-prev,
.y-next {
	position: absolute;
	top: 55%;
	width: .23rem;
	height: .43rem;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
}

.y-prev {
	left: -.8rem;
	background: url(../images/arrowFzlcLeft.png) no-repeat center/100% 100%;
}

.y-next {
	right: -.8rem;
	background: url(../images/arrowFzlcRight.png) no-repeat center/100% 100%;
}

.yearContent {
	max-width: 14.4rem;
	margin: 0 auto;
	padding: .6rem 0 .4rem;
	background: #fff;
	box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.yearContent .year-con .item {
	padding-left: .6rem;
	border-left: solid 1px #eee;
	padding-right: 1.2rem;
	position: relative;
}

.yearContent .year-con .item:after {
	content: "";
	position: absolute;
	left: 1px;
	width: .4rem;
	height: 2px;
	background: #eee;
	top: .1rem;
}

.yearContent .year-con .item .yearName {
	margin-bottom: .15rem;
}

.yearContent .slick-current.item {
	border-color: #f39911;
}

.yearContent .slick-current.item:after {
	background: #f39911;
}

.yearContent .slick-current.item .yearName {
	font-weight: 700;
	color: #f39911;
}


.honorBox .item .txt {
	padding: .2rem;
}

.honorBox .item .txt figure {
	height: 2.1rem;
	margin-bottom: .4rem;
}

.honorBox .item .txt figure img {
	max-height: 2.1rem;
	padding: 0 .35rem;
	max-width: 3.2rem;
	background: url(../images/honeorImgShadow.png) no-repeat center bottom/100%;

}

.Pages {
	margin-top: .5rem;
}

.Pages .p_page {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump {
	display: none;
}

.Pages .nums {
	width: auto;
}

.Pages a {
	width: .5rem;
	height: .5rem;
	display: block;
	text-align: center;
	line-height: .48rem;
	border: solid 1px #eee;
	margin: 0 .05rem;
	border-radius: 5px;
}

.Pages .a_prev {
	background: url(../images/arrowPageLeft.png) no-repeat center;
	font-size: 0;
}

.Pages .a_prev:hover {
	background-color: #063299;
	background-image: url(../images/arrowPageLeftWhite.png);
}

.Pages .a_next {
	background: url(../images/arrowPageRight.png) no-repeat center;
	font-size: 0;
}

.Pages .a_next:hover {
	background-color: #063299;
	background-image: url(../images/arrowPageRightWhite.png);
}

.Pages span {
	background: none;
	position: relative;
	opacity: 1;
}

.Pages .nums span:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: .5rem;
	color: #999;
	border-radius: 5px;
	transition: all .5s;
}

.Pages .nums span.swiper-pagination-bullet-active:after,
.Pages .nums span:hover:after,
.Pages a:hover,
.Pages a.aon {
	background-color: #063299;
	color: #fff;
}

.Pages .nums span:nth-of-type(1):after {
	content: "1";
}

.Pages .nums span:nth-of-type(2):after {
	content: "2";
}

.Pages .nums span:nth-of-type(3):after {
	content: "3";
}

.Pages .nums span:nth-of-type(4):after {
	content: "4";
}

.Pages .nums span:nth-of-type(5):after {
	content: "5";
}

.Pages .nums span:nth-of-type(6):after {
	content: "6";
}

.Pages .nums span:nth-of-type(7):after {
	content: "7";
}

.Pages .nums span:nth-of-type(8):after {
	content: "8";
}

.Pages .nums span:nth-of-type(9):after {
	content: "9";
}

.Pages .nums span:nth-of-type(10):after {
	content: "10";
}

.aboutCulture {
	background: #fff;
}

.aboutHonor{
	background: #f5faff;
}

.cultureSlides ul {
	margin: 0 -.05rem;
}

.cultureSlides ul li {
	width: 10%;
	padding: 0 .05rem;
	overflow: hidden;
}

.cultureSlides ul li.active {
	width: 60%;
}

.cultureSlides ul li.active .min {
	opacity: 0;
}

.cultureSlides ul li.active .max {
	opacity: 1;
	width: calc(100% - .1rem);
}

.cultureSlides ul li .min {
	height: 6rem;
	padding: .1rem;
	max-width: 1.55rem;
}

.cultureSlides ul li .min img {
	max-height: .35rem;
	margin-bottom: .15rem;
}

.cultureSlides ul li .max {
	padding: .2rem .6rem .6rem .6rem;
	width: 9rem;
	opacity: 0;
	left: .05rem;
}

.cultureSlides ul li .max figure {
	max-width: .4rem;
	margin-right: .2rem;
}

.cultureSlides ul li .max .desc h4 {
	margin-bottom: .1rem;
}

.aboutClient .logoContent figure img {
	max-width: 70%;
	max-height: 1rem;
}

.aboutClient .logoContent ul li {
	width: 12.5%;
}

.aboutClient .logoContent ul li:nth-of-type(9) {
	margin-left: 1rem;
}

.aboutClient .logoContent ul li:nth-of-type(9),
.aboutClient .logoContent ul li:nth-of-type(10),
.aboutClient .logoContent ul li:nth-of-type(11),
.aboutClient .logoContent ul li:nth-of-type(12),
.aboutClient .logoContent ul li:nth-of-type(13),
.aboutClient .logoContent ul li:nth-of-type(14),
.aboutClient .logoContent ul li:nth-of-type(15) {
	margin-top: -.57rem;
}

.craftworkBox .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 1rem;
}

.craftworkBox .txt .introduce {
	max-width: 3.5rem;
}

.craftworkBox .txt .title p:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: .06rem;
	border-radius: .06rem;
	background: #fff;
	margin-top: .3rem;
}

.craftworkBox .txt .title p {
	margin: .15rem 0 0 0;
}

.craftworkBox .txt .title {
	margin: .8rem 0 .4rem;
}

.productBox .txt .desc {
	margin: .6rem 0 .4rem;
}

.productBox .txt .introduce h4 {
	text-align: left;
	line-height: 1.3;
	margin-bottom: .2rem;
	text-transform: uppercase;
}

.productBox .txt .introduce {
	max-width: 7rem;
}

.productBox .txt .introduce .title:after{display: none}

.productBox .txt .introduce .title h2{position: relative}

.productBox .txt .introduce .title h2:after {
    position: absolute;
    content: "";
	width: 1rem;
	height: .5rem;
	background: url(../images/tittleLine.png) no-repeat center/100% 100%;
	right: -.55rem;
	top: -.18rem;
	transition: all 1s;
}

.productDetailBox .item:nth-of-type(odd) {
	background: #edeceb;

}

.productDetailBox .item:nth-of-type(odd) .w1600 {
	flex-direction: row-reverse;
}

.productDetailBox .item:nth-of-type(even) {
/*	background: url(../images/proDetailEvenBg.jpg) no-repeat center bottom/cover;*/
}

.productDetailBox .item .figure {
	width: 45%;
}

.productDetailBox .item .figure .swiper,
.productDetailBox .item .figure .swiper figure img {
	border-radius: .4rem;
	overflow: hidden;
}

.productDetailBox .item .txt {
	width: 47.5%;
}

.productDetailBox .item .txt .introduce h4 {
	margin: .3rem 0 .4rem;
	text-transform: uppercase;
}

.productDetailBox .item .txt dl dd {
	max-width: 29%;
}

.productDetailBox .item .txt dl dd img {
	height: .3rem;
}

.productDetailBox .item .txt dl dd span {
	margin: .15rem 0 .05rem;
}

.productDetailBox .item .txt .introduce .desc {
	padding-right: .25rem;
	line-height: .3rem;
	height: 1.2rem;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: .6rem;
}

.productDetailBox .item .txt .p-btn{
    width: .35rem;
    height: .35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: none;
    position: absolute;
    border-radius: 50%;
}

.productDetailBox .item .txt .swiper-imgs:hover .p-btn{
    display: block;
}

.productDetailBox .item .txt .p-next{
    background: rgba(0, 0, 0, .5) url(../images/arrowPageRightWhite.png) no-repeat center/.1rem;
    right: 5px;
}
.productDetailBox .item .txt .p-prev{
    background: rgba(0, 0, 0, .5) url(../images/arrowPageLeftWhite.png) no-repeat center/.1rem;
    left: 5px;
}
.productDetailBox .item .txt .swiper-imgs figure img,
.productDetailBox .item .txt .swiper-imgs figure{
    border-radius: .2rem;
}
.productDetailBox .item .swiper-pagination {
	position: static;
	margin-top: .2rem;
}

.swiper-pagination.long .swiper-pagination-bullet {
	background: #f49a10;
	transition: all .5s;
}

.swiper-pagination.long .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: .4rem;
	border-radius: 8px;
}

.scroll::-webkit-scrollbar-track {
	background-color: #f0f5fa;
	border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb {
	background-color: #f39911;
	border-radius: 4px;
}

.scroll::-webkit-scrollbar {
	width: 4px;
	border-radius: 4px;
}

.newsTopBox {
	background-color: #f8f8f8;
}

.newsTopBox .item {
	padding: .2rem;
	padding-bottom: .5rem;
	border-bottom: solid 1px #ededed;
}

.newsTopBox .n-prev,
.newsTopBox .n-next {
	position: absolute;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.newsTopBox .n-prev {
	left: -1rem;
	background: #edebeb url(../images/arrowNewsLeft.png) no-repeat center;
}

.newsTopBox .n-next {
	right: -1rem;
	background: #edebeb url(../images/arrowNewsRight.png) no-repeat center;
}

.newsTopBox .n-prev:not(.swiper-button-disabled):hover {
	background-image: url(../images/arrowNewsLeftWhite.png);
	background-color: #f39911;
}

.newsTopBox .n-next:not(.swiper-button-disabled):hover {
	background-image: url(../images/arrowNewsRightWhite.png);
	background-color: #f39911;
}

.newsTopBox .item:hover {
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
	border-color: #063299;
}

.newsBox h4 a:hover {
	color: #063299;
	font-weight: 700;
}

.newsTopBox .item h4 {
	margin: .3rem 0 .1rem;
}

.newsBox .more a {
	border: 0;
	padding-left: 0;
	margin-left: 0;
}

.newsBox .more a i {
	background-image: url(../images/arrowRightSlantGray.png);
}

.newsTopBox .item .date {
	margin-top: .3rem;
}

.newsBox .more a:hover i {
	background-image: url(../images/arrowRightSlantYellow.png);
}

.newsBox .more a:hover,
.newsListBox ul li:hover .date span,
.newsListBox ul li:hover .date {
	color: #f39911;
}

.swiper .swiper-button-disabled,
.newsTopBox .swiper-button-disabled {
	opacity: .5 !important;
	cursor: not-allowed !important;
}

.newsListBox ul li {
	padding: .4rem 0;
	border-bottom: solid 1px #ededed;
}

.newsListBox ul li figure {
	width: 24%;
}

.newsListBox ul li .txt {
	width: 67%;
}

.newsListBox ul li .txt .date {
	width: 1.6rem;
	border-right: solid 1px #ededed;
}

.newsListBox ul li .txt .info {
	padding-bottom: .2rem;
	width: calc(100% - 1.6rem);
	padding-left: .8rem;
}

.newsListBox ul li .txt .info .desc {
	margin: .2rem 0 .5rem;
}

.newsListBox ul li .txt .date span {
	margin-bottom: .15rem;
}

.canclePosition .positionBox {
	position: static;
}

.newsDetailBox {
	max-width: 14rem;
	margin: 0 auto;
}

.newsDetailBox .ndTitle {
	padding: 1.2rem 0 .4rem;
	margin-bottom: .6rem;
	border-bottom: solid 1px #ededed;
}

.newsDetailBox .ndTitle h3 {
	margin-bottom: .15rem;
}

.newsDetailBox .newsPage {
	margin: .8rem 0 .3rem;
	padding-bottom: .3rem;
	border-bottom: solid 1px #ededed;
}

.newsDetailBox .newsPage aside {
	width: 48%;
}

.newsDetailBox .newsPage aside:hover {
	color: #333;
	font-weight: 700;
}

.newsDetailBox .newsPage aside a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newsDetailBox .newsPage .prev {
	padding-left: .5rem;
	background: url(../images/arrowPageLeft.png) no-repeat 0 center;
}

.newsDetailBox .newsPage .prev:hover {
	background-image: url(../images/arrowPageLeftBlack.png);
}

.newsDetailBox .newsPage .next {
	padding-right: .5rem;
	background: url(../images/arrowPageRight.png) no-repeat right center;
}

.newsDetailBox .newsPage .next:hover {
	background-image: url(../images/arrowPageRightBlack.png);
}

.jobFoster .fosterCloumn .item {
	width: 48%;
	box-shadow: 0 5px .1rem rgba(0, 0, 0, .1);
}


.jobFoster .fosterCloumn .item .txt {
	height: 1.4rem;
	padding: 0 .4rem;
}

.jobFoster .fosterCloumn .item .txt p {
	margin-top: .15rem;
}

.jobFoster .fosterCloumn .item .txt .more a {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
	color: #f39911;
}

.jobFoster .fosterCloumn .item .txt .more a i {
	background-image: url(../images/arrowRightSlantYellow.png);
}

.usTitle h3 span {
	display: block;
	width: 82%;
	height: 1px;
	background-color: #edebeb;
}

.usTitle h3 span:after {
	left: -3px;
	height: 6px;
	width: 6px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #f39911;
}

.usTop .desc {
	margin: .35rem 0;
}

.usTop .introduceBox .item figure {
	width: 48%;
}

.usTop .introduceBox .item .txt {
	width: 48%;
}

.usTop .introduceBox .item .txt p {
	margin-top: .15rem;
}

.usTop .introduceBox .item {
	margin-bottom: 1rem;
}

.usTop .introduceBox .item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.jobIntroduce {
	background: #f5f5f5;
}

.jobIntroduce ul li {
	width: 48%;
}

.jobIntroduce ul li:nth-of-type(2) {
	padding-top: .6rem;
}

.jobIntroduce ul li h4 {
	margin: .4rem 0 .2rem;
}

.ambientImgs ul {
	margin: 0 -.05rem;
}

.ambientImgs ul li {
	width: 12%;
	padding: 0 .05rem;
}

.ambientImgs ul li.active {
	width: 76%;
}

.ambientImgs ul li img {
	height: 5.3rem;
	object-fit: cover;
	width: 200%;
}

.ambientImgs ul li.active img {
	width: 100%;
}

.ambientImgs ul li.active {
	flex-basis: 4;
}

.swiper-pagination.static {
	position: static;
	margin-top: .2rem;
}

.myTable tr th {
	height: .6rem;
	background-color: #f39911;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
}

.myTable tr.tdTitle td {
	height: .7rem;
	vertical-align: middle;
	text-align: center;
	border-bottom: dashed 1px #edebeb;
}

.myTable tr.tdTitle td img {
	width: .07rem;
}

.myTable tr.tdTitle td:last-child {
	width: .9rem;
}

.detailTxt {
	padding: .6rem;
	background-color: #f8f8f8;
}

.detailTxt .desc {
	width: 50%;
	padding-right: .3rem;
}

.detailTxt .desc h5 {
	margin-bottom: .3rem;
}

.detailTxt .send {
	margin-top: .3rem;
}

.myTable tr.notShow img {
	transform: rotateZ(90deg);
}

.contactWay figure {
	width: 50%;
	border-radius: .3rem;
	overflow: hidden;
}

.contactWay .txt {
	width: 50%;
	padding-left: 1rem;
}

.contactWay .txt dl dd {
	padding: .3rem 0;
}

.contactWay .txt dl dd p {
	margin-top: .1rem;
}

.contactWay .txt dl dt {
	margin-bottom: .2rem;
}

.contactWay .txt dl dd:not(:last-child) {
	border-bottom: solid 1px #edebeb;
}

.contactWay .txt dl dd .icon {
	margin-left: .2rem;
}

.contactWay .txt dl dd .icon i {
	width: .46rem;
	height: .46rem;
	background: #f39911;
	border-radius: 50%;
}

.contactWay .txt dl dd .icon i img {
	max-width: .3rem;
}

.contactWay .txt dl dd .drop .dropTxt {
	padding: 0;
}

.onlineForm {
	max-width: 12rem;
	margin: 0 auto;
}

.onlineForm .input {
	width: 48%;
	padding-bottom: .2rem;
	margin-bottom: .4rem;
	border-bottom: solid 1px #edebeb;
}

.onlineForm .input.w100 {
	width: 100%;
}

.onlineForm .input .text {
	width: 82%;
}

.onlineForm .input.w100 .text {
	width: 91.5%;
}

.onlineForm .input textarea {
	height: .6rem;
	line-height: .3rem;
}

.onlineForm .input .codeImg {
	position: absolute;
	right: 0;
	height: .4rem;
	top: -.1rem;
}

.onlineForm .input .tip {
	color: red;
	position: absolute;
	left: 0%;
	bottom: -.3rem;
}

.error404 {
	min-height: 50vh;
	margin-top: 1rem;
}

.single-piece {
	min-height: 35vh;
}

/* ***************************   内页 end  ************************** */


/* ***************************   Footer  ************************** */
.footer .ftForm {
	height: 3.6rem;
}

.footer .ftForm .title:after {
	left: inherit;
	left: initial;
	right: 0;
}

.footer .ftForm .input {
	width: 3.5rem;
}

.footer .ftForm .submit {
	width: auto;
}

.footer .ftForm .input:not(.submit) {
	margin-right: .2rem;
}

.footer .ftForm .input:not(.submit) .text {
	display: block;
	height: .6rem;
	border-radius: .6rem;
	padding: 0 .35rem 0 .5rem;
	background: #fafafa url(../images/input.png) no-repeat .3rem center/5px;
	width: 100%;
}

.footer .ftForm .submit .more {
	position: relative;
}

.footer .ftForm .submit .more a {
	height: .6rem;
	border-radius: .6rem;
}

.footer .ftForm .submit .ab {
	cursor: pointer;
}

.footer .ftForm .submit:hover .more a i {

	margin-left: .2rem;
}

.footer .ftForm .label {
	margin-bottom: .15rem;
}

.footer .ftInfo {
	padding: .3rem 0;
	background: url(../images/footerBg.jpg) no-repeat center/cover;
}

.footer .ftInfo .folTxt {
	margin: .3rem 0;
}

.footer .ftInfo .folTxt .iconInfo {
	margin-top: .15rem;
}

.footer .fbLogo img {
	height: .64rem;
}

.iconInfo {
	padding-left: .25rem;
}

.footer .ftInfo .folTxt .address {
	background: url(../images/address.png) no-repeat 0 center/auto .15rem;
}

.footer .ftInfo .folTxt .email {
	background: url(../images/email.png) no-repeat 0 center/auto .15rem;
}

.footer .ftInfo .ftCode p {
	width: 1rem;

}

.footer .ftInfo .ftCode p img {
	display: block;
	margin-bottom: .1rem;
}

.footer .ftInfo .ftCode p:nth-of-type(1) {
	margin-right: .2rem;
}

.footer .ftNav {
	padding-top: .4rem;
}

.footer .ftNav dl {
	max-width: 2.3rem;
	margin-right: 1rem;
}

.footer .ftNav dl:last-child {
	margin-right: 0;
}

.footer .ftNav dl dt {
	margin-bottom: .3rem;
}

.footer .ftNav dl dd:not(:last-child) {
	margin-bottom: .15rem;
}

.footer .ftBottom {
	margin-top: 1rem;
}

.footer .otherCloumn a:not(:last-child):after {
	content: '·';
	display: inline-block;
	margin: 0 .05rem;
	color: #666;
}

.slideRIght {
	position: fixed;
	right: .45rem;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 19;
}

.slideRIght:after,
.slideRIght:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 39%;
	background: rgba(255, 255, 255, .1);
}

.slideRIght:after {
	top: 0;
}

.slideRIght:before {
	bottom: 0;
}

.slideRIght ul li {
	height: 16px;
	width: 20px;
	position: relative;
}

.slideRIght ul li a {
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	background: url(../images/slideBg.png) no-repeat center/100% 100%;
	display: none;
}

.slideRIght ul li i {
	display: block;
	width: 8px;
	height: 8px;
	border: solid 1px #fff;
	border-radius: 50%;
}

.slideRIght ul li.active a,
.slideRIght ul li:hover a {
	display: block;
}

.slideRIght ul li.active i,
.slideRIght ul li:hover i {
	display: none;
}

.slideRIght ul li:not(:last-child) {
	margin-bottom: .3rem;
}

.footer {
	margin-top: 1rem;
}

/* ***************************   Footer end  ************************** */


/* ***************************   响应式  ************************** */
/* 手机端头部按钮 */
.menuBtn {
	position: relative;
	z-index: 5;
}

.menuBtn span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	margin-top: 5px;
	transition: all .5s;
}

.menuBtn span:nth-of-type(1) {
	margin-top: 0;
}

.menuBtn.active .two {
	transform: scale(0);
}

.menuBtn.active .one {
	transform: rotateZ(-45deg) translateX(-10px);
}

.menuBtn.active .three {
	transform: rotateZ(45deg) translateX(-10px);
}

@media (min-width: 1201px) {
	 .header .nav ul li:hover .yiji{
		border-color: #f39911;
		color: #f39911;
	}
}

@media (min-width: 901px) {
	.yearBox .slick-current.item .year span {
		color: #f39911;
		font-size: .4rem;
		font-weight: 700;
	}

	.yearBox .slick-current.item .year {
		color: #f39911;
	}

	.yearBox .slick-current.item:after {
		opacity: 1;
	}

	.yearBox .slick-current.item .disc {
		background: #f39911;
	}
}

@media (max-width: 1200px) {
	.header .nav {
		position: fixed;
		top: 60px;
		left: -300px;
		width: 250px;
		height: calc(100% - 60px);
		background: #fff;
		z-index: 20;
		overflow-y: auto;
		overflow-x: hidden;
		margin-right: 0;
		padding: .3rem;
		transition: all .5s;
	}

	.header .nav ul {
		display: block;
	}

	.header .nav ul li a {
		padding: 0;
		line-height: .6rem;
		border-bottom: solid 1px #ededed;
		color: #333;
	}

	.header .nav ul li:last-child a {
		border-bottom: 0;
	}

	.header .nav ul li:not(:last-child) {
		margin-right: 0;
	}

	.header.active .nav {
		left: 0;
	}

	.header.active .mask,
	.newsTopBox .swiper-pagination {
		display: block;
	}

	.slideRIght {
		right: .1rem;
	}

	.header .menuBtn {
		display: flex;
		width: .5rem;
	}

	.header .mask {
		position: fixed;
		z-index: 19;
		top: 60px;
		width: 100%;
		height: calc(100% - 60px);
		background: rgba(0, 0, 0, .7);
		display: none;
	}

	.header .w1600,
	.header .langs,
	.header .searchBtn,
	.header .menuBtn {
		height: 60px;
	}

	.header .searchBtn {
		margin-top: 0;
	}

	.header .langs {
		margin-top: 0;
	}

	.drop .dropTxt {
		width: 1.2rem;
		padding: 0.1rem 0.1rem;
	}

	.drop .dropTxt a {
		line-height: .3rem;
		font-size: .14rem;
	}

	.footer .ftNav dl {
		margin-right: .3rem;
	}

	.indexBody .title h2,
	.font54 {
		font-size: .4rem;
	}

	.footer .ftBottom {
		margin-top: .5rem;
	}

	.section6 .title {
		margin-bottom: .3rem;
	}

	.section6 .w1600 {
		justify-content: center;
	}

	.header.white_on .menuBtn span,
	.header.white .menuBtn span {
		background-color: #333;
	}

	.header .logo img,
	.footer .fbLogo img {
		height: 50px;
	}

	.more a {
		width: 1.6rem;
		height: .4rem;
		border-radius: .4rem;
	}

	.sectionPd .fp-tableCell {
		padding-top: 60px;
	}

	.title:after {
		width: 0.8rem;
		height: 0.4rem;
		left: 1.15rem;
	}

	.positionBox .subMenu,
	.positionBox .w1600 {
		width: 100%;
	}

	.positionBox .subMenu {
		position: sticky;
		top: 60px;
		background: #fff;
		z-index: 10;
	}

	.positionBox .position {
		padding-top: .2rem;
		padding-bottom: .2rem;
		width: 94%;
		margin: 0 auto;
	}

	.positionBox .subMenu ul li a {
		line-height: .5rem;
	}

	.positionBox,
	.newsTopBox .swiper-pagination {
		position: static;
	}

	.positionBox .subMenu ul li:not(:last-child) {
		margin-right: .3rem;
	}

	.aboutClient .logoContent ul li:nth-of-type(9), .aboutClient .logoContent ul li:nth-of-type(10), .aboutClient .logoContent ul li:nth-of-type(11), .aboutClient .logoContent ul li:nth-of-type(12), .aboutClient .logoContent ul li:nth-of-type(13), .aboutClient .logoContent ul li:nth-of-type(14), .aboutClient .logoContent ul li:nth-of-type(15) {
		margin-top: -.42rem;
	}

	.aboutClient .logoContent ul li:nth-of-type(9) {
		margin-left: .75rem;
	}

	.craftworkBox {
		background: #013d61;
	}

	.craftworkBox .txt {
		position: static;
	}

	.craftworkBox .txt .introduce {
		max-width: 100%;
		margin-bottom: .5rem;
	}

	.positionBox .subMenu ul {
		display: block;
		white-space: nowrap;
		overflow: auto;
		padding: 0 3%;
	}

	.positionBox .subMenu ul li {
		display: inline-block;
	}

	.newsTopBox .n-prev, .newsTopBox .n-next {
		display: none;
	}

	.newsTopBox .swiper-pagination {
		margin-top: .2rem;
	}

	.usTitle h3 span {
		width: 70%;
	}
}

@media (max-width: 900px) {
	.banner .txt h2 {
		font-size: .6rem;
	}

	.myPagination .swiper-pagination-bullet {
		width: .3rem;
	}

	.section3 .schemeMenu,
	.homeNews .newsList ul li,
	.footer .ftNav {
		display: none;
	}

	body:not(.indexBody) .banner,
	.banner>img {
		height: 3.5rem;
		object-fit: cover;
	}

	.section3 .fp-tableCell, .section4 .fp-tableCell {
		vertical-align: middle;
	}

	.section3 .homeScheme {
		padding-top: 0;
	}

	.homeAbout dl dd:not(:last-child) {
		margin-right: .3rem;
	}

	.homeAbout dl dd strong {
		font-size: .36rem;
	}

	.section3 .w1600, .section2 .w1600 {
		padding-right: .3rem;
	}

	.font30 {
		font-size: .26rem;
	}

	.homeFactory {
		padding-top: 0;
		margin-top: -2rem;
	}

	.homeNews .newsList ul li:nth-of-type(1) {
		display: block;
	}

	.homeNews .newsList ul li:nth-of-type(1),
	.footer .otherCloumn,
	.footer .ftRecord,
	.aboutGsjj .infoTop .txt,
	.aboutGsjj .infoTop figure, .aboutGsjj .infoBottom figure,
	.productDetailBox .item .txt,
	.productDetailBox .item .figure,
	.newsListBox ul li figure,
	.newsListBox ul li .txt,
	.newsListBox ul li .txt .date,
	.newsListBox ul li .txt .info,
	.usTop .introduceBox .item figure,
	.usTop .introduceBox .item .txt,
	.detailTxt .desc,
	.contactWay figure,
	.contactWay .txt {
		width: 100%;
	}

	.homeNews .newsList ul li.newsTop .introduce {
		padding: .3rem;
	}

	.homeNews .newsList .swiper-pagination {
		position: static;
		width: 100%;
		margin-top: .2rem;
	}

	.indexBody .section6 .title h2 {
		font-size: .3rem;
	}

	.footer .ftForm .label {
		font-size: .16rem;
	}

	.footer .ftForm .input:not(.submit) .text {
		height: 0.4rem;
		border-radius: 0.4rem;
		padding: 0 0.2rem 0 0.3rem;
		background-position-x: .15rem;
	}

	.footer .ftForm .submit .more a {
		height: 0.4rem;
		border-radius: 0.4rem;
	}

	.footer .ftForm .input:not(.submit) {
		margin-right: 0;
	}

	.footer .ftForm form {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer .ftForm .input {
		width: 32%;
	}

	.footer .ftForm {
		height: 3rem;
	}

	.footer .ftOne,
	.footer .ftCode {
		justify-content: center;
	}

	.footer .ftInfo .folTxt {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.fbLogo,
	.footer .otherCloumn,
	.footer .ftRecord {
		text-align: center;
	}

	.footer .ftRecord {
		margin-top: .1rem;
		line-height: 1.5;
	}

	.footer .ftRecord * {
		line-height: 1.5;
	}

	.banner .ag {
		width: 3.5rem;
	}

	.p12 {
		padding: .5rem 0;
	}

	.craftworkBox .txt {
		padding-top: .5rem;
	}

	.aboutGsjj .infoTop .txt,
	.productDetailBox .item .txt,
	.usTop .introduceBox .item .txt,
	.detailTxt .desc:nth-of-type(2) {
		padding-top: 0;
		margin-top: .3rem;
	}

	.aboutGsjj .infoBottom {
		margin-top: .5rem;
	}

	.aboutGsjj .infoBottom .txt {
		position: static;
		width: 100%;
		height: auto;
	}

	.aboutGsjj .infoBottom .txt .topDesc,
	.aboutGsjj .infoBottom .txt .bottomDesc {
		height: auto;
		padding: .2rem;
	}

	.yearContent .year-con .item{
		padding:0 .4rem;
	}

	.yearBox .slick-current.item .year span {
		font-size: .26rem;
	}

	.y-prev {
		left: 0;
	}

	.y-next {
		right: 0;
	}

	.font24 {
		font-size: .20rem;
	}

	.yearBox .slick-current.item .year span {
		color: #f39911;
		font-size: .26rem;
		font-weight: 700;
	}

	.yearBox .slick-current.item .year {
		color: #f39911;
	}

	.yearBox .slick-current.item:after {
		opacity: 1;
	}

	.yearBox .slick-current.item .disc {
		background: #f39911;
	}

	.Pages span,
	.Pages a {
		width: .3rem;
		height: .3rem;
		line-height: .28rem;
	}

	.Pages .nums span:after {
		line-height: .3rem;
	}

	.honorBox .item .txt figure img {
		max-height: 1.5rem;
	}

	.cultureSlides ul li .min {
		text-align: center;
	}

	.cultureSlides ul li .max {
		padding: .2rem;
	}

	.aboutClient .logoContent ul li {
		width: 16.66%;
	}

	.aboutClient .logoContent ul li:nth-of-type(9) {
		margin-left: 0;
	}

	.aboutClient .logoContent ul li:nth-of-type(7),
	.aboutClient .logoContent ul li:nth-of-type(8),
	.aboutClient .logoContent ul li:nth-of-type(9),
	.aboutClient .logoContent ul li:nth-of-type(10),
	.aboutClient .logoContent ul li:nth-of-type(11) {
		margin-top: -.32rem;
	}

	.aboutClient .logoContent ul li:nth-of-type(7) {
		margin-left: .56rem;
	}

	.aboutClient .Pages .nums {
		display: none;
	}

	.aboutClient .Pages a {
		margin: 0 .1rem !important;
	}

	.productBox>img {
		height: 8rem;
		object-fit: cover;
	}

	.productDetailBox .item .txt .introduce .desc {
		height: auto;
	}

	.font36 {
		font-size: .28rem;
	}

	.swiper-pagination.long .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: .3rem;
	}

	.newsListBox ul li .txt {
		flex-direction: column;
	}

	.newsListBox ul li .txt .date {
		border: 0;
		flex-direction: row;
		margin: .15rem 0;
	}

	.newsListBox ul li .txt .date span {
		display: none;
	}

	.newsListBox ul li .txt .date em {
		display: inline-block;
	}

	.newsListBox ul li .txt .info {
		padding-left: 0;
	}

	.newsListBox ul li .txt .info .desc {
		margin: .1rem 0 .3rem;
	}

	.newsDetailBox .newsPage .prev {
		padding-left: .3rem;
		padding-right: .2rem;
	}

	.newsDetailBox .newsPage .next {
		padding-right: .3rem;
		padding-left: .2rem;
	}

	.newsDetailBox .ndTitle {
		padding: .5rem 0 .3rem;
	}

	.jobFoster .fosterCloumn .item .txt {
		padding: 0 .2rem;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.jobFoster .fosterCloumn .item .txt p {
		margin: .05rem 0 .3rem;
	}

	.usTop .introduceBox .item {
		margin-bottom: .5rem;
	}

	.detailTxt {
		padding: .3rem;
	}

	.detailTxt .desc {
		padding-right: 0;
	}

	.detailTxt .desc h5 {
		margin-bottom: .1rem;
	}

	.contactWay .txt {
		padding: .3rem 0 0 0;
	}

	.contactWay .txt dl dd {
		padding: .15rem 0;
	}

	.onlineForm .input .text {
		width: 100%;
		height: .4rem;
	}

	.onlineForm .input {
		padding-bottom: 0;
	}

	.footer {
		margin-top: .5rem;
	}
}

@media (max-width: 480px) {
	.banner .txt h2 {
		font-size: .5rem;
	}

	.more a {
		width: 1.3rem;
	}

	.homeAbout .desc {
		margin: .2rem 0 .4rem;
	}

	.homeAbout .more {
		margin-top: .6rem;
	}

	.footer .ftForm .input:not(.submit) .text,
	.footer .ftForm .submit .more a {
		font-size: .14rem;
	}

	.slideRIght ul li:not(:last-child) {
		margin-bottom: .2rem;
	}

	.honorBox .item .txt figure img {
		max-height: 1rem;
	}

	.honorBox .item .txt figure {
		margin-bottom: .2rem;
	}

	.Pages span,
	.Pages a {
		margin: 0 2px !important;
	}

	.cultureSlides ul li .min,
	.ambientImgs ul li img {
		height: 4rem;
	}

	.aboutClient .logoContent ul li {
		width: 25%;
	}

	.aboutClient .logoContent ul li:nth-of-type(7) {
		margin-left: 0;
	}

	.aboutClient .logoContent ul li:nth-of-type(5) {
		margin-left: 0.66rem;

	}

	.aboutClient .logoContent ul li:nth-of-type(5),
	.aboutClient .logoContent ul li:nth-of-type(6),
	.aboutClient .logoContent ul li:nth-of-type(7) {
		margin-top: -0.38rem;
	}

	.aboutClient .logoContent figure img {
		max-height: .6rem;
	}

	.craftworkBox .txt .title p:after {
		width: 1rem;
	}

	.clogo img {
		max-height: .8rem;
	}

	.jobIntroduce ul li,
	.jobFoster .fosterCloumn .item {
		width: 100%;
	}

	.usTitle h3 span {
		width: 50%;
	}

	.titleCenter,
	.jobFoster .fosterCloumn .item:nth-of-type(1) {
		margin-bottom: .3rem;
	}

	.titleCenter p {
		margin-top: .05rem;
	}

	.myTable tr th {
		font-size: .16rem;
	}

	.myTable tr th,
	.myTable tr td {
		padding: .1rem;
		line-height: 1.3;
	}
}

/* ***************************   响应式 end  ************************** */

/* 新增 */

.header .topRight {
	height: 100%;
}
.header .nav {
    height: 100%;
    display: flex;
    align-items: center;
}
.header ul{
	height: 100%;
    align-items: center;
}
.header .nav ul li{
	position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.one-levl {
    position: absolute;
    top: 100%;
    width: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    background: #fff;
    display: none;
    text-align: center;
}
.header .nav ul li:hover .one-levl{
	display: block;
}

.one-levl dl dd a {
    padding: .1rem .05rem;
    display: block;
    font-size: .16rem;
    background: transparent;
    color: #3e3e3f !important;
    border-radius: 0;
	line-height: 1.2;
}

.one-levl dl dd a:hover {
    background: #fbb03f;
    color: #fff !important;
}
.abModal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .35);
	position: absolute;
	left: 0;
	top: 0;
	display: block !important;
	z-index: 222;
}

.Pages .nums span:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: .5rem;
	color: #999;
	border-radius: 5px;
	transition: all .5s;
	border: 1px solid #999;
	font-size: 0;
}

.myTable tr {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.myTable tr:hover {
	background-color: #eee;
}

.mobileMenu {
	display: none;
}
.moreDetail{
	display: none;
}
@media screen and (min-width:901px){
	.subMenu{
		display: block !important;
	}
}
@media screen and (max-width:1200px){
	.one-levl{
		display: none !important;
	}
	.header .nav ul li{
		height: auto;
	}
	.one-levl{
		position: static;
	}
	.header .nav ul li{
		flex-direction: column;
	}
	.header .nav ul{
		width: 100%;
	}
	.header .nav ul li a{
		width: 100%;
	}
	.one-levl {
        position: static;
        width: 100%;
        margin-left: 0;
        text-align: left;
        padding: 0;
    }
	.one-levl a {
        line-height: 1.5 !important;
        padding: .1rem 0 !important;
    }
	.header .nav {
		background: #f5f5f5;
    padding: 0.3rem 0;
	}
	.yiji{
		padding: 0 0.3rem !important;
	}
	#nav01 a{
		padding: 0 0.3rem !important;
	}
	.header .nav ul li{
		align-items: flex-start;
	}
	.header .nav ul li .yiji{
		/* width: auto; */
		width: auto;
	}
	.header .nav ul li.active .yiji {
		border-color: #ededed;
	}
	.one-levl dl dd a:hover {
		background: transparent;
		color: #fbb03f !important;
	}
	.header .nav ul li .one-levl a{
		padding: 0.1rem 0.3rem !important;
	}
}
@media screen and (max-width:900px) {
	.section3 .schemeMenu {
		display: block;
	}

	.section3 .schemeMenu ul li .name {
		display: none;
	}

	.section3 .schemeMenu ul li.active .hoverIcon {
		height: 0.05rem;
		background: #f39911;
		bottom: 1px;
	}

	.section3 .schemeMenu ul li.active .hoverIcon img {
		display: none;
	}

	.footer .ftForm .input {
		width: calc(50% - 5px);
	}

	.footer .ftForm .label {
		font-size: 0.2rem;
	}

	.footer .ftForm {
		height: 3.5rem;
	}

	.footer .ftForm .submit {
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-top: 0.3rem;
	}

	.footer .ftForm .input:not(.submit) .text, .footer .ftForm .submit .more a {
		font-size: 0.16rem;
	}

	.section6 .title {
		margin-bottom: .4rem;
	}

	.indexBody .section6 .title h2 {
		font-size: 0.26rem;
	}

	.homeNews .newsList ul li .txt, .homeNews .newsList ul li .item {
		height: 100%;
		background: #fff;
		padding-bottom: 0.2rem;
	}

	.Pages span {
		width: 10px;
		height: 10px;
		line-height: 10px;
	}

	.Pages .nums span:after {
		line-height: 10px;
	}

	.aboutClient .Pages .nums {
		display: flex;
	}

	.Pages .nums span:nth-of-type(11):after {
		content: "11";
	}

	.aboutClient .Pages .nums span::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: .5rem;
		color: #999;
		border-radius: 5px;
		transition: all .5s;
		border: 1px solid #999;
		font-size: 0;
	}

	.mobileMenu {
		font-size: 0.22rem;
		line-height: 0.52rem;
		background: #063299;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		width: 94%;
		margin: 10px auto 0 auto;
		padding-left: 0.3rem;
		color: #fff;
		display: block;
		position: relative;
	}

	.positionBox .subMenu ul li {
		display: block;
		margin-right: 0px !important;
	}

	.positionBox {
		padding-bottom: 10px;
	}

	.positionBox .subMenu ul li a {
		padding-left: 0.3rem;
        border-bottom: 1px solid #eee;
        font-size: 0.18rem;
        line-height: 0.52rem;
	}

	.mobileMenu::after {
		position: absolute;
        right: 0.3rem;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        content: '';
        background-image: url(../images/arrowPageRightWhite.png);
        width: .3rem;
        height: .3rem;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: right center;
		z-index: 2;
    }
	.subMenu{
		display: none;
	}
}




.Talent .ul li{border: 1px solid rgba(0,0,0,0.1);}
.Talent .ul li+li{margin-top: 0.3rem;}
.Talent .ul li .con{ padding:.3rem;}
.Talent .ul li .tit{ font-size:.28rem; margin-bottom: .2rem; color: #333;}
.Talent .ul li .txt{ font-size:.16rem;line-height: 1.8; color: #666;}
@media(min-width:1025px){
.Talent .ul li{display: flex; align-items: center;}
.Talent .ul li img{width: 40%;}
.Talent .ul li .con{width:60%; padding:3vw;}
.Talent .ul li:nth-child(2n) img{order: 2;}
.Talent .ul li .tit{ font-size:.26rem; }
.Talent .ul li .txt{ font-size:.18rem;}
}


.Qualifications{margin-bottom: .5rem;}
.Qualifications .dl{justify-content: space-between;}
.Qualifications .dl dd{padding: 0 3vw;}
.Qualifications .con{display: flex; align-items: flex-end; margin-bottom: .1rem;}
.Qualifications .con span{margin-left: .1rem;}
@media(max-width:1024px){
.Qualifications .dl{flex-wrap: wrap;}
.Qualifications .con{justify-content: center;}
.Qualifications .dl dd{width: 50%; text-align: center; padding: .2rem;}
}
  
  