/*style css*/

* {
	padding: 0;
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
}

body {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	max-width: 1920px;
	width: 100%;
	height: 100%;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #404040;
}

a {
	color: #2a3855;
	font-weight: 400;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

ul>li {
	color: #726a84;
	font-size: 16px;
	font-weight: 300;
	list-style-type: none;
}

.typearea {
	margin: auto;
	width: 1200px;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.container {
	margin-left: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* header   start*/
.header {
	background-color: rgba(29, 56, 137, 0.3);
	
}

.pc-header {
	height: 90px;
}

.header-nav {
	width: 100%;
	margin: auto 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.header-nav ul.a li a:hover {
	color: #d4d4d4;
}

.header-nav ul.a li .sub a:hover {
	color: #d4d4d4;
}

.header-nav a.logo {
	/* width: 277px; */
	float: left;
	margin: auto 0 auto;
}

.header-nav ul.a li {
	float: left;
	position: relative;
}

.header-nav ul.a li a {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}

.clearfix {
	margin: auto 0 auto auto;
	padding-top: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header-nav ul.a li .sub {
	display: none;
	width: 100px;
	left: 0;
	top: 65px;
	position: absolute;
	line-height: 26px;
	background-color: rgba(29, 56, 137, 0.3);
	padding-bottom: 15px;
}

.header-nav ul.a li .sub li {
	zoom: 1;
}

.header-nav ul.a li .sub a {
	display: block;
	height: 42px;
	line-height: 42px;
}

.app-header {
	display: none;
}

.footertop {
	height: 50px;
	width: 100%;
	background-color: #e7e7e7;
	opacity: 0.5;
}

/* header  end*/

/*index start*/
.index-slider .swiper-button-next, .swiper-button-prev{
	font-size: 50px;
	color: #fff;
}
@media screen and (min-width:0) and (max-width:1023px) {
	.index-slider .swiper-button-next, .swiper-button-prev{
		display: none;
	}
}
.arr {
	display: inline-block;
}

.buttom_arrow svg {
	width: 68px;
	height: 49px;
	display: block;
	margin: auto;
}

.buttom_arrow .c,
.buttom_arrow .c-h,
.buttom_arrow .ar {
	opacity: .5;
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #054175;
}

.buttom_arrow .c-h {
	transition: all .2s ease-in-out;
	stroke-dasharray: 188;
	stroke-dashoffset: 100;
	opacity: 0;
}

.buttom_arrow .c,
.buttom_arrow .c-h,
.buttom_arrow .ar {
	opacity: .5;
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #054175;
}

.plx .buttom_arrow .ar {
	transition: all .3s ease-in-out .3s;
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	opacity: 0;
}

.plx.in .buttom_arrow .ar {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.buttom_arrow .ar {
	stroke-width: 2;
}

.buttom_arrow.black .c,
.buttom_arrow.black .c-h,
.buttom_arrow.black .ar {
	stroke: #333333;
}

.buttom_arrow.white .c,
.buttom_arrow.white .c-h,
.buttom_arrow.white .ar {
	stroke: #FFFFFF;
}

.buttom_arrow span {
	width: auto;
	font-size: 12px;
	display: block;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
	padding-left: 12px;
}

@media(min-width:1023px) {
	.buttom_arrow:hover .c-h {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	.plx.in .buttom_arrow:hover .ar,
	.plx.in a:hover .buttom_arrow .ar {
		-webkit-animation: buttonArrow .5s ease-in-out 1;
		animation: buttonArrow .5s ease-in-out 1
	}
}

@-webkit-keyframes buttonArrow {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	39% {
		-webkit-transform: translate(26px, 0);
		transform: translate(26px, 0);
		opacity: 0;
	}

	59% {
		-webkit-transform: translate(26px, 0);
		transform: translate(26px, 0);
		opacity: 0;
	}

	60% {
		-webkit-transform: translate(-26px, 0);
		transform: translate(-26px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes buttonArrow {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	39% {
		-webkit-transform: translate(26px, 0);
		transform: translate(26px, 0);
		opacity: 0;
	}

	59% {
		-webkit-transform: translate(26px, 0);
		transform: translate(26px, 0);
		opacity: 0;
	}

	60% {
		-webkit-transform: translate(-26px, 0);
		transform: translate(-26px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.goodsitem {
	display: flex;
	justify-content: space-between;
}

.goodslink {
	position: relative;
	margin: 0;
}

.goods {
	position: absolute;
	top: 25%;
	left: 100px;
	width: 30%;
}

.goods-logo {
	padding: 40px;
	position: absolute;
	top: 0;
}

.goods-title {
	margin: 0;
}

.goods-title p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}

.goods-title span {
	background-color: #044273;
	width: 60px;
	height: 1px;
	display: inline-block;
}

.goods-text {
	margin: 30px 0;
}

.goods-text p {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 32px;
}

.goods-btn {
	background-color: #046BC7;
	width: 120px;
	height: 40px;
	margin: 0;
	display: flex;
	align-content: center;
}

.goods-btn a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
}

.goods-btn a:hover {
	color: #FFFFFF;
}

.goods-color span {
	background-color: #A9845A;
}

.goods-bgcolor {
	background-color: #BF9C74;
}

.index-aboutbox {
	padding: 100px 0 0;
}

.index-about {
	text-align: center;
	margin-bottom: 20px;
}

.index-about h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin: 0 auto 20px;
}

.index-about h5 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin: 20px auto 40px;
}

.index-about p {
	width: 700px;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	letter-spacing: 0px;
	margin: auto;
	/* border-bottom: 1px solid #dbdbdb; */
}

.index-about .dian {
	margin-top: 15px;
}

.index-aboutimg {
	position: relative;
}

.index-aboutitem {
	width: 25%;
	position: absolute;
	top: 45%;
	left: 37.5%;
	display: flex;
}

.index-aboutlink {
	margin: auto 0;
}

.index-aboutlink:last-child {
	margin: auto 0 auto auto;
}

.index-aboutlink a {
	display: flex;
}

.index-aboutlink span {
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 25px;
	display: inline-block;
	margin: auto auto auto 10px;
}

.index-aboutlink img {
	height: 100%;
}

.index-aboutlink .abouthide {
	display: none;
}

.index-aboutlink a:hover .abouthide {
	display: block;
}

.index-aboutlink a:hover .aboutshow {
	display: none;
}

.index-aboutlink a:hover span {
	color: #1d3889;
}

@media screen and (min-width:0px) and (max-width:1023px) {
	.index-aboutlink .abouthide {
		display: block;
	}

	.index-aboutlink .aboutshow {
		display: none;
	}

	.index-aboutlink a:hover span {
		color: #FFFFFF;
	}
}

.index-aboutslide {
	margin-top: -60px;
	width: 100%;
}

.index-aboutslide .mdaSection_giza svg {
	fill: #FFFFFF;
}

.index-aboutslide .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #133e8a;
}

.index-aboutslide .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	border-radius: 0;
	background: #133e8a;
	opacity: 0.2;
}

.index-aboutslide .swiper-container-horizontal>.swiper-pagination-bullets,
.index-aboutslide .swiper-pagination-custom,
.index-aboutslide .swiper-pagination-fraction {
	bottom: -8px;
}

.index-aboutslide .swiper-slide {
	width: calc(33.33% - 30px);
}

.core {
	padding: 0 50px;
}

.core-up {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.core-up li {
	position: relative;
	width: 33.33%;
}
.core-up li:nth-child(1) .imgWrap,.core-up li:nth-child(4) .imgWrap {
	margin-left: 0;
}
.core-up li:nth-child(3n+0) .imgWrap {
	margin-right: 0;
}

.core-up li:nth-child(2) .detailDesc,.core-up li:nth-child(5) .detailDesc {
	left: -100%;
}

.core-up li:nth-child(3n+0) .detailDesc{
	left: -200%;
}
.core-up li:nth-child(1) .detailDesc::after,.core-up li:nth-child(4) .detailDesc::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 10%;
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #1d3889;
}

.core-up li:nth-child(2) .detailDesc::after,.core-up li:nth-child(5) .detailDesc::after {
	content: "";
	position: absolute;
	top: -15px;
	left: calc(50% - 20px);
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #1d3889;
}

.core-up li:nth-child(3n+0) .detailDesc::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 10%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #1d3889;
}


.detailBtn {
	width: 80px;
	height: 80px;
	background-color: #1d3889;
	border-radius: 50%;
	position: absolute;
	bottom: 20%;
	right: -20px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}

.detailBtn:hover {
	opacity: 0.6;
}

.detailWrap {
	display: none;
}

@media screen and (min-width:0) and (max-width:1023px) {
	.detailBtn:hover {
		opacity: 1;
	}

}

.detailDesc {
	width: 300%;
	background-color: #1d3889;
	border-radius: 26px;
	display: flex;
	align-items: center;
	padding: 30px 90px;
	margin-bottom: 20px;
	position: relative;
}

.detailDesc h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
}

.detailDesc .dian {
	margin: auto 60px;
}

.detailDesc p {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 0;
}

.imgWrap {
	width: 200px;
	margin: auto;
	text-align: center;
	position: relative;
}

.imgWrap p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	margin: 30px auto;
	font-weight: bold;
}

.imgWrap img {
	border-radius: 50%;
}

.core .open {
	display: block;
	ransition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.index-product {
	display: flex;
	padding: 100px 0;
	background-color: rgba(29, 56, 137, 1);
}

.index-productext {
	width: 40%;
	padding: 0 35px 0 50px;
}

.index-productext p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 0;
}

.index-productext h4 {
	font-size: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 30px auto;
}

.index-productext img {
	margin: 20px 0 0;
}

.index-productext a {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 40px;
	display: inline-block;
}

.index-productext a:hover {
	color: #ffffff;
}

.index-producslide {
	width: 60%;
}

.index-producslide .swiper-scrollbar {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1 !important;
	bottom: 0;
	left: 0 !important;
	height: 1px !important;
}

.index-producslide .swiper-scrollbar-drag {
	background: #FFFFFF;
	border-radius: 0;
	top: -5px;
	height: 5px;
	margin-left: 0;
}

.index-producslide .swiper-container {
	height: 500px;
}

.index-producslide .swiper-slide {
	width: calc(40% - 10px);
}

.index-producslide .swiper-slide a {
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
}

.index-producslide .swiper-slide a img {
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .75s;
	transition-duration: .75s;
}

.index-producslide .swiper-slide a img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (min-width:0px) and (max-width:1023px) {
	.index-producslide .swiper-slide a img:hover {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.index-newstitle {
	display: flex;
}

.index-newstitle p {
	font-size: 24px;
	line-height: 16px;
	color: #183883;
	margin: 0;
}

.index-newstitle .buttom_arrow {
	margin-right: 0;
}

.index-newstitle .buttom_arrow span {
	color: #183883;
}

.index-newstext {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -80px;
	margin-top: 80px;
}

.index-newstext li {
	position: relative;
	width: calc(33.33% - 80px);
	margin: 0 80px 0 0;
	border-top: 2px solid #014099;
}

.index-newstext li:nth-child(2) {
	margin-top: 25px;
}

.index-newstext li:nth-child(3) {
	margin-top: 50px;
}

.index-newstext li h4 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	margin: 15px auto 20px;
}

.index-newstext li p {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #666666;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-newstext li span {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.index-newstext li:hover h4,
.index-newstext li:hover p,
.index-newstext li:hover span {
	color: #183883;
}

@media screen and (min-width:0px) and (max-width:1023px) {

	.index-newstext li:hover h4,
	.index-newstext li:hover p,
	.index-newstext li:hover span {
		color: #666666;
	}
}

.index-newsbtn {
	width: 1000px;
	margin: 100px auto;
	border-radius: 17px;
	height: 200px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-newsbtn a {
	display: flex;
	align-items: center;
}

.index-newsbtn h4 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	width: 200px;
}

.index-newsbtn .dian {
	margin: 0 60px;
}

.index-newsbtn p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0 100px 0 0;
}

.index-newsbtn .jiantou {
	margin-right: 0;
}

/* index  end*/
/*other start*/
.content {
	width: 100%;
}

.content-banner {
	width: 100%;
	position: relative;
}

.content-bannertext {
	position: absolute;
	top: 70%;
	left: 23%;
}

.content-bannertext h4 {
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 10px;
}

.content-bannertext p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.about-banner p {
	width: 800px;
	background-color: rgba(29, 56, 137, 0.16);
	padding: 10px;
	font-size: 14px;
	line-height: 26px;
}

.about-banner .content-bannertext {
	left: 20%;
}
@media screen and (min-width:1025px) and (max-width:1920px) {
	.about-banner img{
		height: 650px;
	}
	.about-banner .content-bannertext {
		top: 17%;
	}
}
.about-swiper {
	padding: 80px 100px;
	text-align: center;
}

.about-swiper p {
	font-size: 20px;
	color: #333333;
}

.about-swiper .swiper-slide {
	width: calc(33.33% - 30px);
	margin-top: 80px;
}

.about-swiper .swiper-container {
	height: 430px;
}

.about-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.about-swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -7px;
}

.about-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	border: 1px solid #1D3889;
}

.swiper-pagination-bullet-active {
	background: #1D3889 !important;
}

.about-bg {
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
}

.speechbox {
	margin-top: 100px;
}

.speechbox img {
	margin-left: 0;
}

.speech {
	position: absolute;
	top: 30%;
	right: 5%;
	width: 550px;
	height: 300px;
	background-color: #ffffff;
	padding: 60px 80px;
}

.speech p {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #1d3889;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about-title {
	margin-bottom: 40px;
}

.about-title h4 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	color: #333333;
	margin-bottom: 15px;
	text-align: center;
}

.about-title p {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
}

.speech .about-title h4,
.speech .about-title p {
	text-align: left;
}

.speech-text {
	padding: 50px 100px;
}

.speech-text p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-indent: 25px;
}

.culture .about-title h4,
.culture .about-title p {
	color: #FFFFFF;
}

.culture ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 80px;
	margin-right: -20px;
	text-align: center;
}

.culture ul li {
	width: calc(20% - 20px);
	margin: 0 20px 0 0;
}

.culture ul li img {
	margin-bottom: 35px;
	min-height: 65px;
}

.culture ul li p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.processbox {
	background-position: bottom;
	background-size: 100% auto;
    margin-bottom: 50px;
	padding-bottom: 50px;
}

.process-text {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -20px;
	height: 400px;
	position: relative;
}

.process-text li {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 100px;
	width: calc(25% - 20px);
	margin: 0 20px 0 0;
	padding-left: 34px;
	background: url(../img/xia.png) no-repeat left top;
}

.process-text li:nth-child(2) {
	left: 25%;
	top:30%;
}

.process-text li:nth-child(3) {
	left: 50%;
	bottom: 20%;
}

.process-text li:nth-child(4) {
	left: 75%;
	top: 5%;
}

.process-text li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	color: #1d3889;
}

.process-text li p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.process .swiper-button-next,
.process .swiper-button-prev {
	position: absolute;
	top: 100%;
	width: 50px;
	height: 50px;
	margin-top: -60px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(29, 56, 137, .8);
}

.process .swiper-button-prev,
.process .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 60px;
}

.process .iconfont {
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
}

.about-honor {
	position: absolute;
	width: 300px;
	top: 30%;
	right: 20%;
}

.about-honor h4 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 30px;
}

.about-honor p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
}

.about-honor .arr {
	margin-top: 30px;
}

.structure ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 80px;
	margin-right: -40px;
	text-align: center;
}

.structure ul li {
	width: calc(25% - 40px);
	margin: 0 40px 0 0;
}

.structure ul li img {
	margin-bottom: 35px;
	min-height: 65px;
}

.structure ul li h4 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 10px;
}

.structure ul li p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
}

.about-contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-contactdown {
	display: flex;
	align-items: center;
}

.about-contacttext {
	margin: 0;
	padding-right: 40px;
}

.contact-map {
	margin: auto 0 auto auto;
	width: 50%;
	height: 300px;
}
.contact-map img {
	max-width: initial;
}
.about-contacttext h4 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 10px;
}

.about-contacttext li {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
}

.honorbox {
	background: url(../img/bg.png) no-repeat center;
}

.honor {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.honor-content {
	width: 1300px;
	background-color: #FFFFFF;
	padding: 80px 50px;
}

.honor li {
	width: 25%;
	height: 400px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px transparent;
	display: flex;
	align-items: center;
}

.honor li:hover {
	border: solid 1px #014099;
}

@media screen and (min-width:0px) and (max-width:1023px) {

	.honor li:hover {
		border: solid 1px transparent;
	}
}

.brand {
	padding: 80px 0;
}

.brand-up {
	padding: 40px 0 80px;
	text-align: center;
}

.brand-up h4 {
	font-size: 38px;
	letter-spacing: 6px;
	color: #333333;
	padding: 80px 0;
}

.brand-logo {
	margin-bottom: 50px;
}

.brand-briefbox {
	margin-top: 80px;
}

.brand-brief {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 80px;
}

.brand-brief::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100px;
	border: 2px dashed #d5dadd;
	top: 100%;
	left: calc(50% - 6px);
}

.brand-brief:last-child::after {
	content: none;
}

.brand-brief:nth-child(2n+0) {
	flex-direction: row-reverse;
}

.brand-img {
	width: 38%;
}

.brand-img img {
	border-radius: 50%;
}

.brand-text {
	width: 62%;
	padding-left: 40px;
}

.brand-brief:nth-child(2n+0) .brand-text {
	padding-right: 40px;
}

.brand-text img {
	margin: auto auto auto 20px;
}

.brand-brieftext {
	padding: 20px 40px;
	margin-top: 30px;
	border: solid 2px #d5dadd;
	border-radius: 17px;
	position: relative;
}

.brand-brieftext::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid #183883;
	border-left: 12px solid transparent;
	border-right: 12px solid #183883;
	border-bottom: 12px solid transparent;
	top: 0;
	right: 0;
}

.brand-brieftext h4 {
	background-color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
	position: absolute;
	top: -20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 85%;
}

.brand-brieftext p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #666666;
}

.brand-brieftext p:nth-child(2) {
	margin-top: 40px;
}

.group {
	padding: 80px 0;
	position: relative;
}

.group ul li {
	width: 420px;
	margin: auto;
	text-align: right;
	position: absolute;
	left: 0;
	padding-right: 40px;
}

.group ul li:nth-child(2n+0) {
	text-align: left;
	left: auto;
	right: 0;
	padding-left: 40px;
	padding-right: 0;
}

.group ul li:nth-child(1),
.group ul li:nth-child(2) {
	top: 0;
}

.group ul li:nth-child(3) {
	top: 40%;
	left: -10%;
}

.group ul li:nth-child(4) {
	top: 40%;
	right: -10%;
}

.group ul li:nth-child(5),
.group ul li:nth-child(6) {
	bottom: 0;
}

.group ul li h4 {
	font-size: 24px;
	color: #1D3782;
	margin-bottom: 10px;
}

.group ul li p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.public {
	text-align: center;
}

.public p {
	font-size: 24px;
	color: #333333;
	margin: 30px auto;
}

.brand .index-about p {
	width: 1000px;
}

.intobrief {
	margin: 80px auto;
}

.contactbox {
	margin-bottom: 0 !important;
}

.contactbox .nav-tabs {
	border-bottom: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.contact-up {
	border-bottom: 1px solid #d5d5d5;
}

.contact {
	padding: 80px 0;
}

.newfooter {
	width: 100%;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.newfooter-down ul,
.newfooter-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newfooter-down ul li a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	position: relative;
}

.newfooter-down ul li a::after {
	position: absolute;
	content: "/";
	top: -3px;
	right: -100%;
	color: #FFFFFF;

}

.newfooter-down ul li:last-child a::after {
	content: none;

}

.newfooter-text p {
	font-size: 12px;
	letter-spacing: 1px;
	color: #ffffff;
}

.conditions img {
	margin: 80px auto;
}

.support ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -14px;
	text-align: center;
}

.support ul li {
	width: calc(14% - 14px);
	margin: 0 14px 0 0;
	background-color: #ffffff;
	padding: 20px 8px 0;
	min-height: 240px;
}

.support ul li img {
	margin-bottom: 20px;
}

.support ul li h4 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 20px;
}

.support ul li p {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
}

.joining {
	padding: 80px 0 0;
}

.advantage {
	border: solid 6px #e8ebf3;
	padding: 100px 30px;
	position: relative;
}

.advantage ul li {
	width: 400px;
	margin: auto;
	text-align: right;
	position: absolute;
	left: 30px;
	padding-right: 30px;
}

.advantage ul li:nth-child(1) {
	top: 30px;
}

.advantage ul li:nth-child(2) {
	top: 30px;
	left: auto;
	right: 30px;
}

.advantage ul li:nth-child(3) {
	bottom: 30px;
}

.advantage ul li:nth-child(4) {
	bottom: 30px;
	left: auto;
	right: 30px;
}

.advantage ul li:nth-child(2n+0) {
	text-align: left;
}

.advantage ul li h4 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #1d3889;
	margin-bottom: 20px;
}

.advantage ul li p {
	font-size: 16px;
	color: #1d3889;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.contact-brief {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -60px;
	margin-top: 60px;
	padding: 0 60px;
}

.contact-brief li {
	width: calc(33.33% - 60px);
	margin: 0 60px 40px 0;
}

.contact-brief li h4 {
	font-size: 20px;
	color: #333333;
	margin: 20px auto;
}

.contact-brief li p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.contact-process {
	margin-top: 50px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	display: flex;
	padding-left: 200px;
}

.contact-process-img {
	margin: 0;
}

.contact-process li {
	line-height: 75px;
}

.contact-process-left li {
	border-bottom: 1px solid #d5d5d5;
	font-size: 24px;
	color: #1d3889;
	margin-right: 80px;
}

.contact-process-left li:last-child,
.contact-process-right li:last-child {
	border-bottom: none;
}

.contact-process-left {
	width: 18%;
}

.contact-process-img {
	width: 2%;
}

.contact-process-right {
	width: 80%;
}

.contact-process-right li {
	border-bottom: 1px dashed #d5d5d5;
	font-size: 20px;
	color: #333333;
	margin-left: 80px;
	padding-left: 30px;
}

.policy {
	display: flex;
	align-items: center;
}

.policy-img {
	margin: 0;
}

.policy-text {
	padding-left: 40px;
}

.policy-text li {
	font-size: 16px;
	color: #333333;
	margin-bottom: 40px;
	position: relative;
	padding-left: 10px;
}

.policy-text li:last-child {
	margin-bottom: 0;
}

.policy-text li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #1d3889;
	border-radius: 50%;
}

.healthbox .nav-tabs {
	border-bottom: none;
}

@media screen and (min-width:0px) and (max-width:1023px) {
	.news .nav {
		padding-left: 4%;
	}
}

.health-up {
	margin-top: 40px;
}

.health-product {
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #d5d5d5;
}

.health-product:nth-child(2n+0) {
	flex-direction: row-reverse;
}

.health-text {
	width: 52%;
	padding-right: 45px;
}

.health-text-img {
	width: 48%;
}

.health-product:nth-child(2n+0) .health-text {
	padding-left: 45px;
}

.healthimg,
.health-craft-img {
	margin: 80px auto;
}

.health-text h4 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #1d3889;
	margin-bottom: 30px;
}

.health-textupitem {
	width: 82%;
}

.health-textup p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
}

.health-textup h6 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	font-weight: bold;
	margin: 0;
}

.health-textup {
	display: flex;
}

.health-textdown {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.health-textdown p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
}

.health-textdownimg {
	width: 35%;
	margin: 0;
}

.health-textdownitem {
	width: 240px;
	margin: 0;
	padding-left: 40px;
}

.healthline {
	width: 183px;
	height: 1px;
	background-color: #1d3889;
	margin: 10px 0;
}

.health-textdownitem img {
	margin: 0;
}

.health-brief {
	height: 540px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 80px 0;
	text-align: center;
}

.brief-text h4 {
	font-size: 30px;
	line-height: 48px;
	color: #ffffff;
}

.brief-text h5 {
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
}

.brief-text p {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}

.brief-text ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 80px;
}

.brief-text ul li {
	width: 15%;
}

.brief-text ul li img {
	margin-bottom: 60px;
}

.lifetext {
	border: solid 1px #1d3889;
	padding: 5px;
	margin-bottom: 20px;
}

.life .job {
	border: 1px dashed #1d3889;
}

.life .job:first-child {
	border-top: 1px dashed #1d3889;
}

.life .job-hide {
	padding: 20px;
}

.life .job-hide p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
}

.news {
	margin-bottom: 80px;
}

.news .nav-tabs {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.news .nav-tabs>li.active>a,
.news .nav-tabs>li.active>a:focus,
.news .nav-tabs>li.active>a:hover {
	color: #1d3889;
	border: 1px solid #1d3889;
}


.news .nav-tabs>li>a:hover {
	background-color: transparent;
	border: 1px solid #1d3889;
	color: #1d3889;

}

.news .nav-tabs li a {
	text-align: center;
	line-height: 48px;
	padding: 0;
	margin-right: 0;
	width: 280px;
	height: 50px;
	border: solid 1px #d5d5d5;
	border-radius: 0;
	font-size: 24px;
	letter-spacing: 2px;
	color: #333333;
}

@media only screen and (max-width: 1023px) {
	.news .nav-tabs>li>a:hover {
		background-color: transparent;
		border: 1px solid #d5d5d5;
		color: #333333;

	}
}

.news-content li {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.news-content li a {
	display: flex;
	align-items: center;
}

.news-img {
	margin: 0;
	width: 21%;
}

.news-text {
	margin: auto;
	width: 79%;
	padding-left: 30px;
}

.news-text h4 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 30px 0;
}

.news-text:hover h4 {
	color: #1d3889;
}

.news-text p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}

.news-text p:nth-child(3) {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.news-text:hover h4 {
		color: #333333;
	}
}

.news-details {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
}

.news-details h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}

.news-detailsup {
	display: flex;
	align-items: center;
}

.news-details-left {
	display: flex;
	align-items: center;
	margin: auto auto auto 0;
}

.news-details-left img {
	margin-right: 5px;
}

.news-details-right {
	margin: auto 0 auto auto;
}

.news-detailsup p {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 0;
}

.news-down {
	margin-top: 20px;
}

.news-down h4 {
	font-size: 18px;
	color: #333333;
	text-indent: 25px;
	margin-bottom: 20px;
}

.news-down p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-indent: 25px;
	margin-bottom: 20px;
}

.news-down img {
	margin: 20px auto;
	text-align: center;
}

.resources {
	margin: 80px auto;
}

.stylebox {
	margin-bottom: 50px;
}

.stylebox h4 {
	text-align: center;
	line-height: 50px;
	width: 280px;
	height: 50px;
	border: solid 1px #1d3889;
	border-radius: 0;
	font-size: 24px;
	letter-spacing: 2px;
	color: #1d3889;
	margin-bottom: 30px;
}

.resources-style {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -38px;
}

.resources-style li {
	width: calc(50% - 38px);
	text-align: center;
	margin: 0 38px 0 0;
}
.resources-style li img {
	width: 100%;
	height: 400px;
}
.resources-style p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	margin: 20px auto;
}

.jobbox {
	margin-top: 40px;
}

.job {
	border-bottom: 1px solid #d5d5d5;
}

.job:first-child {
	border-top: 1px solid #d5d5d5;
}

.job-show {
	display: flex;
	align-items: center;
	padding: 20px;
}

.job-hidetext {
	display: flex;
	padding: 20px;
}

.job-hide {
	display: none;
	border: 1px solid #d5d5d5;
	border-bottom: none;
}

.job-btnhide {
	display: none;
}

.job-text {
	margin: auto auto auto 0;
}

.job-text h4 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
}

.job p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.job-btn {
	margin: auto 0 auto auto;
}

.job-btn button {
	width: 100px;
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #1d3889;
	border: none;
	outline: none;
}

.job-img {
	margin: 0;
	width: 18%;
}

.job-hide ul {
	margin: 0 auto auto 0;
	padding-left: 30px;
	width: 82%;
}

.job-hide ul li {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	display: flex;
}

.job-hide ul li p {
	padding-left: 20px;
	width: 80%;
}

.productbox {
	margin-bottom: 80px;
}

.product-bg {
	position: relative;
}

.product-bgtext {
	position: absolute;
	width: 450px;
	top: 30%;
	right: 20%;
}

.product-bg:nth-child(2n+0) .product-bgtext {
	top: 30%;
	left: 20%;
	right: auto;
}

.product-bgtext h4 {
	font-size: 30px;
	letter-spacing: 3px;
	color: #333333;
	margin-bottom: 20px;
}

.product-bgtext h5 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 10px;
}

.product-bgtext p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	line-height: 30px;
}

.product-bg:nth-child(2n+0) .product-bgtext h4,
.product-bg:nth-child(2n+0) .product-bgtext h5,
.product-bg:nth-child(2n+0) .product-bgtext p {
	color: #FFFFFF;
}

.product-bg .buttom_arrow svg {
	width: 50px;
	height: 50px;
	margin-top: 20px;
}

.product {
	margin-bottom: 80px;
	position: relative;
}

.product-text {
	position: absolute;
	top: 30%;
	right: 25%;
	background-color: #FFFFFF;
	width: 450px;
	height: 350px;
	padding: 80px 60px;
}

.product:nth-child(2n+0) .product-text {
	top: 30%;
	left: 25%;
	right: auto;
}

.product-text h4 {
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.product-text p {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}

.product .buttom_arrow svg {
	width: 50px;
	height: 50px;
}

.video {
	margin-bottom: 80px;
}

.video video {
	margin-top: 30px;
}

.product-img {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -30px;
	margin-top: 80px;
	text-align: center;
}

.product-img li {
	width: calc(33.33% - 30px);
	margin: 0 30px 0 0;
}
.product-img li img{
	height: 400px;
}
.product-img p {
	font-size: 16px;
	letter-spacing: 3px;
	color: #333333;
	margin: 20px auto;
}

.product-details {
	margin-bottom: 80px;
}

.product-link {
	display: flex;
	align-items: center;
	padding: 30px 40px;
}

.product-link li {
	margin: auto 10px auto 0;
}

.product-link li a {
	font-size: 12px;
	letter-spacing: 2px;
	color: #333333;
}

.product-buy,
.product-brief {
	display: flex;
	padding: 40px;
}

.product-buyimg {
	width: 32%;
	margin: 0;
}

.product-buytext {
	width: 68%;
	padding-left: 40px;
	padding-top: 10px;
}

.product-buytext h4 {
	font-size: 24px;
	letter-spacing: 5px;
	color: #333333;
	margin-bottom: 20px;
}

.product-buytext h5 {
	font-size: 18px;
	letter-spacing: 4px;
	color: #333333;
	margin-bottom: 40px;
}

.product-buytext p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3px;
	color: #333333;
	margin-bottom: 80px;
}

.product-buytext a {
	font-size: 16px;
	letter-spacing: 3px;
	color: #014099;
}

.product-brieftext {
	width: 58%;
}

.product-briefimg {
	width: 42%;
	padding-left: 40px;
}

.product-brieftext h4 {
	font-size: 24px;
	letter-spacing: 5px;
	color: #333333;
	margin-bottom: 40px;
}

.product-brieftext tr {
	border: 1px solid #dcdcdc;
	width: 100%;
}

.product-brieftext th {
	padding: 15px 10px;
	width: 25%;
	border-right: 1px solid #dcdcdc;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
}

.product-brieftext td {
	padding: 15px 10px;
	width: 75%;
	font-size: 16px;
	letter-spacing: 2px;
	color: #666666;
}

/* other  end*/


@media screen and (min-width:992px) and (max-width:1300px) {

	/* 中型设备（台式电脑，992px 起） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}

	.pc-header {
		height: 80px;
	}

	.header-nav a.logo {
		width: 200px;
	}

	.header-nav ul.a li a {
		float: left;
		width: 79px;
		line-height: 50px;
	}
	.header-nav ul.a li .sub {
		width: 79px;
		top: 55px;
	}

	.header-nav ul.a li .sub {
		padding-bottom: 15px;
	}

	.topHeroItem_body {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.topHero {
		height: 80vh !important;
	}

	.topHeroItemImage svg {
		left: -8px;
	}

	.topHeroItem_title {
		line-height: 35px !important;
	}

	.goods-logo {
		padding: 20px 0 0 20px;
		position: absolute;
		top: 0;
	}

	.goods {
		top: 20%;
		left: 20px;
		width: calc(100% - 20px);
	}

	.goods-text {
		margin: 15px 0;
	}

	.goods-text p {
		font-size: 26px;
		line-height: 26px;
	}

	.goods-btn {
		width: 120px;
		height: 35px;
	}

	.goods-btn a {
		line-height: 35px;
	}

	.index-aboutitem {
		width: 40%;
		left: 30%;
	}

	.index-product {
		padding: 80px 0;
	}

	.index-productext img {
		width: 180px;
	}

	.index-productext h4 {
		font-size: 28px;
		margin: 20px auto;
	}

	.index-productext p {
		line-height: 26px;
	}

	.index-producslide {
		width: 55%;
	}

	.index-productext {
		width: 45%;
		padding: 0 30px;
	}

	.index-producslide .swiper-container {
		height: 300px;
	}

	.index-newsbtn {
		width: auto;
		margin: 80px auto;
		height: 200px;
		padding: 0 40px;
	}

	.index-newstext {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -30px;
		margin-top: 50px;
	}

	.index-newstext li {
		width: calc(33.33% - 30px);
		margin: 0 30px 0 0;
	}

	.menuBanner_item {
		position: initial !important;
	}

	.menuContents {
		padding: 50px 0 0 4% !important;
	}

	.menuBannersup {
		display: none;
	}
    
	.menuGiza svg {
		height: auto !important;
	}

	.menuGiza_bg {
		height: 100vh;
	}

	.menuCopy ul {
		display: flex;
		padding: 0 0 10px 0;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}

	.index-newsbtn h4 {
		width: auto;
	}

	.content-bannertext {
		top: 40%;
		left: 20%;
	}

	.product-bgtext {
		top: 20%;
		right: 10%;
		width: 400px;
	}
    
	.product-bg:nth-child(2n+0) .product-bgtext {
		top: 20%;
		left: 10%;
	}

	.product-text {
		top: 20%;
		right: 15%;
		width: 400px;
		height: 280px;
		padding: 40px;
	}

	.product:nth-child(2n+0) .product-text {
		top: 20%;
		left: 15%;
	}

	.product-buy,
	.product-brief {
		padding: 30px;
	}

	.product-buytext h5 {
		margin-bottom: 20px;
	}

	.product-buytext p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.product-brieftext h4 {
		margin-bottom: 30px;
	}

	.product-brieftext th,
	.product-brieftext td {
		padding: 10px;
		font-size: 15px;
	}
    .product-img li img{
		height: 350px;
	}
	.health-textupitem {
		width: 76%;
	}

	.honor li {
		height: 350px;
	}

	.brand .index-about p {
		width: 100%;
	}

	.brand-up h4 {
		font-size: 30px;
		padding: 60px 0;
	}

	.news .nav-tabs {
		padding-left: 4%;
	}

	.support ul li h4 {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.support ul li p {
		line-height: 26px;
		letter-spacing: 0;
	}

	.about-banner .content-bannertext {
		left: 10%;
		top: 24%;
	}

	.about-swiper .swiper-container {
		height: 300px;
	}
    .about-banner p {
		background-color: rgba(29, 56, 137, 0.16);
		padding: 8px;
		width: 80%;
	}
	.about-banner img{
		height: 500px;
	}
	
	.speech {
		top: 40%;
		right: 10%;
		width: 300px;
		height: 220px;
		padding: 40px;
	}

	.about-honor {
		top: 20%;
		right: 15%;
	}

	.advantage ul li {
		width: 300px;
	}

	.contact-brief {
		padding: 0;
		margin-right: -40px;
	}

	.contact-brief li {
		width: calc(33.33% - 40px);
		margin: 0 40px 40px 0;
	}

	.contact-process {
		padding-left: 100px;
	}

	.contact-process-left {
		width: 22%;
	}

	.contact-process-right {
		width: 76%;
	}

	.policy-text li {
		margin-bottom: 30px;
	}

	.group ul li {
		width: 300px;
		padding-right: 20px;
	}

	.group img {
		width: 60%;
	}

	.group ul li:nth-child(3) {
		left: 0;

	}

	.group ul li:nth-child(4) {
		right: 0;
	}
    .resources-style li img {
		width: 100%;
		height: 350px;
	}
}

@media screen and (min-width:0px) and (max-width:991px) {
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}

	.pc-header {
		display: none;
	}

	.app-header {
		display: block;
	}

	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 24px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.app-header .navbar {
		margin-bottom: 0;
		border: none;
		background-color: #FFFFFF;
	}

	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent !important;
	}

	.header .navbar-collapse {
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-right: 0;
	}

	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
		color: #333333 !important;
	}

	.header .navbar-default .navbar-nav>.active>a,
	.header .navbar-default .navbar-nav>.active>a:focus,
	.header .navbar-default .navbar-nav>.active>a:hover {
		color: #333333 !important;
		background-color: #FFFFFF !important;
	}

	.header .navbar-default .navbar-nav>.open>a,
	.header .navbar-default .navbar-nav>.open>a:focus,
	.header .navbar-default .navbar-nav>.open>a:hover {
		color: #333333 !important;
		background-color: #ffffff !important;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.header .open>.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
	}

	.header a {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
	}

	.header .dropdown-menu>li>a {
		display: block;
		padding: 0px 15px !important;
		clear: both;
		font-weight: 400;
		line-height: 30px !important;
		white-space: nowrap;
		background-color: #e1dfdf;
	}

	.index-news .arr,
	.topHeroItem_body .arr {
		display: none !important;
	}
    .index-slider{
		margin-top: 60px;
	}
	.goodsitem {
		display: block;
	}

	.index-aboutbox {
		padding: 50px 0 0;
	}

	.index-aboutitem {
		width: 50%;
		top: 40%;
		left: 25%;
	}

	.index-aboutslide {
		margin-top: -20px;
		width: 100%;
	}

	.index-product {
		display: block;
		padding: 50px 0;
	}

	.index-productext {
		width: 100%;
		padding: 0 4% 0 4%;
		text-align: center;
	}

	.index-productext img {
		margin: 20px auto;
		width: 180px;
	}

	.index-productext h4 {
		font-size: 26px;
		letter-spacing: 1px;
		margin: 20px auto;
	}

	.index-productext p {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.index-productext a {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 1px;
		margin-top: 30px;
	}

	.index-producslide {
		width: 60%;
		margin: 30px auto auto;
	}

	.index-producslide .swiper-slide {
		width: calc(50% - 10px);
	}

	.index-producslide .swiper-container {
		height: 250px;
	}

	.index-producslide .swiper-scrollbar-drag {
		height: 3px;
		top: -3px;
	}

	.index-newstext {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-top: 20px;
	}

	.index-newstext li {
		position: relative;
		width: calc(33.33% - 20px);
		margin: 0 20px 0 0;
		border-top: 2px solid #014099;
	}

	.index-newstext li h4 {
		margin: 15px auto;
	}

	.index-newstext li p {
		margin-bottom: 15px;
	}

	.index-newsbtn {
		width: auto;
		margin: 50px auto;
		height: 150px;
		padding: 0 20px;
	}

	.index-newsbtn .dian {
		margin: 0 20px;
	}

	.index-newsbtn h4 {
		font-size: 18px;
		letter-spacing: 1px;
		width: auto;
	}

	.index-newsbtn p {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0;
	}

	.index-newsbtn .jiantou {
		display: none;
	}

	.footertop {
		height: 20px;
		opacity: 0.8;
	}

	.speech {
	position: initial;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 15px;
	}
	.speech .about-title {
		margin-bottom: 10px;
	}
	.speech p {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
	.speech .about-title h4, .speech .about-title p {
		text-align: center;
	}
    .VideoBtn {
		display: none !important;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {

	/* 小型设备（平板电脑，768px 起） */

	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 80px;
		background-color: rgba(29, 56, 137, 1);
	}

	.app-header .navbar-header {
		background-color: rgba(29, 56, 137, 1);
		height: 80px;
		border: none;
	}

	.app-header img {
		margin: auto 0;
		width: 240px;
	}

	.goods {
		top: 20%;
		left: 50px;
	}

	.goods-text p {
		color: #FFFFFF;
		font-size: 24px;
		line-height: 30px;
	}

	.index-about h3 {
		font-size: 24px;
		line-height: 26px;
	}

	.index-about h5 {
		font-size: 18px;
		line-height: 26px;
		margin: 20px auto;
	}

	.index-about p {
		width: 100%;
		padding: 0 4%;
		font-size: 14px;
		line-height: 26px;
	}

	.menuSitemapItems {
		width: calc(25% - 15px) !important;
	}

	.menuBannertext {
		margin: auto auto auto 30px !important;
	}

	.imgWrap {
		width: 180px;
		margin: auto;
		text-align: center;
		position: relative;
	}

	.detailBtn {
		width: 70px;
		height: 70px;
	}

	.detailDesc {
		padding: 20px;
	}

	.detailDesc .dian {
		margin: auto 30px;
	}

	.content {
		margin-top: 80px;
	}

	.resources {
		margin: 50px auto;
	}

	.video {
		margin-bottom: 50px;
	}
	.product {
		margin-bottom: 50px;
	}

	.product-bgtext {
		width: 300px;
		top: 15%;
		right: 5%;
	}

	.product-bg:nth-child(2n+0) .product-bgtext {
		top: 15%;
		left: 5%;
	}

	.product-text {
		top: 20%;
		right: 15%;
		width: 300px;
		height: 220px;
		padding: 30px 30px 0 30px;
	}

	.product:nth-child(2n+0) .product-text {
		top: 20%;
		left: 15%;
	}

	.product-text h4,
	.product-bgtext h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.product-bgtext h5 {
		font-size: 16px;
	}

	.product-bgtext p {
		font-size: 14px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.product-text p {
		margin-bottom: 10px;
	}

	.product-img {
		margin-right: -20px;
		margin-top: 50px;
	}

	.product-img li {
		width: calc(33.33% - 20px);
		margin: 0 20px 0 0;
	}

	.product-img p {
		font-size: 14px;
		letter-spacing: 2px;
		margin: 15px auto;
	}

	.product-link,
	.product-buy,
	.product-brief {
		padding: 20px;
	}

	.product-buytext {
		padding-left: 20px;
		padding-top: 0;
	}

	.product-buytext h4 {
		font-size: 20px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.product-buytext h5 {
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.product-buytext p {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.product-buytext a {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.product-brieftext h4 {
		font-size: 20px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.product-briefimg {
		padding-left: 20px;
	}

	.product-brieftext th,
	.product-brieftext td {
		padding: 10px;
		font-size: 14px;
	}

	.product-details {
		margin-bottom: 50px;
	}
    .product-img li img{
		height: 240px;
	}
	.content-bannertext {
		top: 30%;
		left: 15%;
	}

	.content-bannertext h4 {
		font-size: 24px;
		line-height: 26px;
	}

	.content-bannertext p {
		font-size: 12px;
		line-height: 22px;
		padding: 7px;
	} 
	.about-banner p{
		width: 90%;
	}
	.about-banner img{
		height: 400px;
	}
	.news .nav-tabs,
	.news-content li {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.news .nav-tabs li a {
		line-height: 33px;
		width: 170px;
		height: 35px;
		font-size: 20px;
	}

	.news-img {
		width: 35%;
	}

	.news-text {
		width: 65%;
		padding-left: 20px;
	}

	.news-text h4 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px 0;
	}

	.news-details {
		padding-top: 20px;
	}

	.news-details h4 {
		line-height: 26px;
		margin-bottom: 20px;
	}

	.news-down p {
		line-height: 26px;
		margin-bottom: 15px;
	}

	.news-down h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.news-down img {
		margin: 15px auto;
	}

	.news {
		margin-bottom: 50px;
	}

	.job-show,
	.job-hidetext {
		padding: 15px;
	}

	.life .job-hide {
		padding: 15px;
	}

	.job-text h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.job p {
		font-size: 14px;
		line-height: 26px;
	}

	.job-btn button {
		width: 80px;
		height: 35px;
		font-size: 14px;
	}

	.stylebox h4 {
		line-height: 38px;
		width: 240px;
		height: 40px;
		font-size: 20px;
	}

	.stylebox {
		margin-bottom: 30px;
	}

	.resources-style p {
		font-size: 14px;
		margin: 15px auto;
	}

	.resources-style {
		margin-right: -20px;
	}

	.resources-style li {
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
    .resources-style li img {
		width: 100%;
		height: 300px;
	}
	.about-banner .content-bannertext {
		top: 5%;
		left: 5%;
	}

	.about-swiper {
		padding: 50px 4%;
		text-align: center;
	}

	.about-swiper p {
		font-size: 16px;
	}

	.about-swiper .swiper-container {
		height: 200px;
	}

	.about-swiper .swiper-slide {
		margin-top: 30px;
	}

	.about-bg {
		padding: 50px 0;
	}
    .processbox {
		margin-bottom: 20px;
	}
	.speechbox {
		margin-top: 30px;
	}

	.speech-text {
		padding: 30px 4% 0;
	}

	.about-title h4 {
		font-size: 24px;
		line-height: 26px;
		letter-spacing: 2px;
	}

	.about-title p {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.about-title {
		margin-bottom: 30px;
	}

	.culture ul {
		margin-top: 30px;
	}

	.culture ul li {
		width: calc(33.33% - 20px);
		margin: 0 20px 10px 0;
	}

	.process-text {
		height: 350px;
	}

	.process-text li:nth-child(2) {
		left: 25%;
		top: 30%;
	}
	.process-text li:nth-child(3) {
		left: 50%;
       bottom:10%;
	}
	.process-text li p {
		font-size: 14px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}
	.process .swiper-button-next, .process .swiper-button-prev {
		width: 40px;
		height: 40px;
		margin-top: -40px;
	}
	.process .iconfont {
		font-size: 14px;
		line-height: 40px;
	}
	.process .swiper-button-prev, .process .swiper-container-rtl .swiper-button-next {
		right: 50px;
	}
	.about-honor {
		top: 10%;
		right: 5%;
	}

	.about-honor h4 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.about-honor p {
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 0;
	}

	.about-honor .arr {
		margin-top: 10px;
	}

	.structure ul li h4 {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.structure ul {
		margin-top: 30px;
		margin-right: -20px;
	}

	.structure ul li {
		width: calc(25% - 20px);
		margin: 0 20px 0 0;
	}

	.about-contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.about-contacttext {
		padding-right: 10px;
	}

	.about-contacttext h4 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.about-contacttext li {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.honor-content {
		padding: 50px 4%;
	}

	.honor {
		margin-top: 50px;
	}

	.honor li {
		height: 240px;
	}

	.brand {
		padding: 50px 0;
	}

	.brand .index-about p {
		width: 100%;
	}

	.brand-up {
		padding: 30px 0;
	}

	.brand-up h4 {
		font-size: 24px;
		letter-spacing: 2px;
		padding: 30px 0;
	}

	.brand-logo {
		margin-bottom: 30px;
	}

	.brand-logo img {
		width: 180px;
	}

	.brand-brieftext {
		padding: 20px;
		margin-top: 25px;
	}

	.brand-brieftext h4 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.brand-brieftext p:nth-child(2) {
		margin-top: 20px;
	}

	.brand-brieftext p {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.brand-text {
		width: 70%;
		padding-left: 10px;
	}

	.brand-img {
		width: 30%;
	}

	.brand-brief:nth-child(2n+0) .brand-text {
		padding-right: 10px;
	}

	.brand-brief {
		margin-bottom: 40px;
	}

	.contact {
		padding: 50px 4%;
	}

	.conditions img {
		margin: 30px auto;
	}

	.support ul li {
		width: calc(25% - 14px);
		margin: 0 14px 14px 0;
		padding: 10px 8px;
		min-height: 200px;
	}

	.support ul li h4 {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.support ul li p {
		line-height: 26px;
		letter-spacing: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.joining {
		padding: 50px 0 0;
	}

	.advantage {
		border: solid 3px #e8ebf3;
		padding: 30px;
	}

	.advantage ul {
		margin-top: 20px;
	}

	.advantage ul li {
		width: 100%;
		margin: auto auto 10px auto;
		position: initial;
		left: auto;
		padding-right: 0;
	}

	.advantage ul li h4 {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		text-align: center;
	}

	.advantage ul li p {
		font-size: 14px;
		height: auto;
		text-align: left;
	}

	.contact-brief {
		margin-right: -20px;
		margin-top: 30px;
		padding: 0;
	}
.contact-process {
    margin-top: 30px;
    padding-left: 0;
}
.contact-process-img{
	display: none;
}
.contact-process-left {
    width: 20%;
}
.contact-process-left li {
    font-size:18px;
    margin-right: 0;
	padding-left: 20px;
}
.contact-process-right li {
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    margin-left:0;
    padding-left: 15px;
}
.contact-process li {
    line-height: 60px;
}
.policy {
    display: block;
}
.policy-text {
    padding-left: 0;
	width: 80%;
	margin: auto;
}
.policy-img {
   width: 100%;
}
.policy-text li {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}
	.contact-brief li {
		width: calc(33.33% - 20px);
		margin: 0 20px 20px 0;
	}

	.contact-brief li h4 {
		font-size: 16px;
		margin: 10px auto;
	}

	.contact-brief li p {
		font-size: 14px;
		line-height: 26px;
		height: auto;
	}

	.health-up {
		margin-top: 30px;
	}

	.health-product {
		padding: 20px 0;
	}

	.health-text {
		width: 60%;
		padding-right: 20px;
	}

	.health-text-img {
		width: 40%;
	}

	.health-text h4 {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.health-textupitem {
		width: 75%;
	}

	.health-textup h6,
	.health-textup p {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.health-textdownimg {
		width: 30%;
	}

	.health-textdownitem {
		width: 70%;
		padding-left: 10px;
	}

	.health-product:nth-child(2n+0) .health-text {
		padding-left: 20px;
	}

	.healthimg,
	.health-craft-img {
		margin: 50px auto;
	}

	.health-brief {
		height: auto;
		padding: 50px 0;
	}

	.brief-text h4 {
		font-size: 24px;
		line-height: 26px;
	}

	.brief-text h5 {
		font-size: 18px;
		line-height: 26px;
	}

	.brief-text ul {
		margin-top: 30px;
	}

	.brief-text ul li img {
		margin-bottom: 30px;
	}

	.productbox {
		margin-bottom: 50px;
	}

	.intobrief {
		margin: 50px auto;
	}

	.group {
		padding: 50px 4% 0;
	}

	.group ul {
		margin-top: 50px;
	}

	.group ul li {
		width: 100%;
		margin: auto auto 15px auto;
		text-align:left;
		position: initial;
		left: 0;
		padding-right: 0;
	}
    .group ul li h4{
		text-align:center;
	}
	.group ul li:nth-child(2n+0) {
		padding-left: 0;
	}

	.public p {
		font-size: 18px;
		margin: 20px auto;
	}
}

@media screen and (max-width:767px) {

	/* 超小设备（手机，小于 768px） */
	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 60px;
		background-color: rgba(29, 56, 137, 1);
	}

	.header .navbar-toggle {
		padding: 7px;
		margin-top: 15px;
	}

	.app-header .navbar-header {
		background-color: rgba(29, 56, 137, 1);
		height: 60px;
		border: none;
	}

	.app-header img {
		margin: auto 0;
		width: 180px;
	}

	.topHeroItem_title {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}

	.goods-logo {
		padding: 10px 0 0 10px;
	}

	.goods {
		top: 30%;
		left: 20px;
		width: 80%;
	}

	.goods-title {
		margin: 0;
		display: none;
	}

	.goods-text {
		margin: 10px 0;
	}

	.goods-text p {
		font-size: 16px;
		line-height: 22px;
	}

	.goods-btn {
		width: 80px;
		height: 30px;
	}

	.goods-btn a {
		font-size: 12px;
		line-height: 30px;
	}

	.index-aboutslide .swiper-pagination-bullet {
		width: 20px;
		height: 5px;
	}

	.index-aboutslide .swiper-slide {
		width: 100%;
	}

	.index-aboutbox {
		padding: 30px 0 0;
	}

	.index-about h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 auto 10px;
	}

	.index-about .wave {
		width: 60%;
	}

	.index-about h5 {
		font-size: 16px;
		line-height: 22px;
		margin: 10px auto;
	}

	.index-about p {
		width: 100%;
		padding: 0 4%;
		font-size: 12px;
		line-height: 22px;
	}

	.index-aboutitem {
		display: none;
	}

	.index-aboutimg img:first-child {
		height: 150px;
	}

	.core {
		padding-bottom: 20px;
	}

	.core-up {
		display: block;
	}

	.core-up li{
		position: relative;
		width: auto;

	}

	.core-up li .coreimg {
		margin: auto auto auto 0;
		width: 180px;
	}

	.core-up li:nth-child(2n+0) .coreimg {
		margin: auto 0 auto auto;
	}

	.core-up li .detailBtn {
		bottom: 25%;
		left: 35%;
		margin: 0;
	}

	.core-up li:nth-child(2n+0) .detailBtn {
		bottom: 25%;
		left: 45%;
	}


	.detailBtn {
		width: 70px;
		height: 70px;
	}

	.imgWrap {
		width: 100%;
		margin: auto;
	}

	.imgWrap p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		margin: 10px auto;
	}

	.detailDesc {
		width: 100% !important;
		border-radius: 10px;
		padding: 15px;
		display: block;
		text-align: center;
		margin-top: 20px;
		left: 0 !important;
	}

	.detailDesc .dian {
		transform: rotate(90deg);
		margin: auto;
	}

	.detailDesc h4 {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 2px;
	}

	.detailDesc p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		text-align: left;
	}
	.core-up li:nth-child(odd) .detailDesc::after{
		top: -15px;
		left: 20%;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #1d3889;
	}

	.core-up li:nth-child(even) .detailDesc::after {
		top: -15px;
		right: 20%;
		left: auto;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #1d3889;
	}
	.index-product {
		padding: 30px 0;
	}

	.index-productext p {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0;
	}

	.index-productext img {
		margin: 15px auto;
		width: 120px;
	}

	.index-productext h4 {
		font-size: 18px;
		letter-spacing: 0px;
		margin: 15px auto;
	}

	.index-productext a {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
		margin-top: 20px;
	}

	.index-producslide .swiper-slide {
		width: 100%;
	}

	.index-producslide .swiper-container {
		height: 250px;
	}

	.index-newstitle p {
		font-size: 18px;
	}

	.index-newstext {
		margin-right: -15px;
		margin-top: 15px;
	}

	.index-newstext li {
		width: calc(100% - 15px);
		margin: 0;
		border-top: 1px solid #014099;
	}

	.index-newstext li:nth-child(2),
	.index-newstext li:nth-child(3) {
		margin-top: 15px;
	}

	.index-newsbtn {
		width: auto;
		margin: 30px auto;
		height: 120px;
		padding: 0 20px;
	}

	.index-newsbtn p {
		line-height: 22px;
		letter-spacing: 0;
	}

	.content {
		margin-top: 60px;
	}

	.resources {
		margin: 30px auto;
	}

	.product {
		margin-bottom: 20px;
	}

	.product-bgtext {
		top: 0;
		right: 0;
		width: 100%;
		position: initial;
		padding: 10px 4%;
		color: #333;
	}

	.product-bg:nth-child(2n+0) .product-bgtext {
		top: 0;
		left: 0;
		right: auto;
	}

	.product-text {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		padding: 10px 4% 0;
	}

	.product:nth-child(2n+0) .product-text {
		top: 0;
		left: 0;
		right: auto;
	}

	.product-bgtext .video video {
		margin-top: 20px;
	}

	.product-text h4,
	.product-bgtext h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.product-bgtext h5 {
		font-size: 12px;
		margin-bottom: 0;
	}

	.product-text p {
		line-height: 22px;
		margin-bottom: 10px;
	}

	.product-bgtext p {
		    font-size: 12px;
		    letter-spacing: 0;
		    line-height:22px;
	}
    .product-bg:nth-child(2n+0) .product-bgtext h4, .product-bg:nth-child(2n+0) .product-bgtext h5, .product-bg:nth-child(2n+0) .product-bgtext p {
		color: #333333;
	}
	.product .buttom_arrow svg,
	.product-bg .buttom_arrow svg {
		width: 30px;
		height: 30px;
	}

	.video {
		margin-bottom: 30px;
	}

	.product-img {
		margin-right: -20px;
		margin-top: 30px;
	}

	.product-img li {
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
    .product-img li img {
		height: auto;
	}
	.product-img p {
		font-size: 14px;
		letter-spacing: 0;
		margin: 10px auto;
	}

	.product-link,
	.product-buy,
	.product-brief {
		padding: 10px 0;
	}

	.product-link li{
		display: none;
	}
	.product-buy,
	.product-brief {
		display: block;
	}

	.product-buyimg,
	.product-brieftext {
		width: 100%;
		margin: auto auto 20px auto;
	}

	.product-buytext {
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	.product-buytext h4 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}

	.product-buytext h5 {
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.product-buytext p {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 2px;
		margin-bottom: 20px;
		text-align: left;
	}

	.product-buytext a {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.product-brieftext h4 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}

	.product-briefimg {
		width: 100%;
		padding-left: 0;
	}

	.product-brieftext th,
	.product-brieftext td {
		padding: 8px;
		font-size: 14px;
		letter-spacing: 0;
	}

	.product-details {
		margin-bottom: 30px;
	}

	.content-bannertext {
		top: 20%;
		left: 10%;
	}

	.content-bannertext h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.content-bannertext p {
		font-size: 14px;
		line-height: 22px;
	}

	.news .nav-tabs,
	.news-content li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.news .nav-tabs li a {
		line-height: 28px;
		width: 100px;
		height: 30px;
		font-size: 16px;
		letter-spacing: 0;
	}

	.news-content li a {
		display: block;
	}

	.news-img {
		width: 100%;
		text-align: center;
	}

	.news-text {
		width: 90%;
		padding-left: 0;
		margin: 20px auto auto auto;
	}

	.news-text h4,
	.news-details h4 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}

	.news-text p {
		font-size: 12px;
		line-height: 22px;
	}

	.news-text p:nth-child(3) {
		line-height: 22px;
		letter-spacing: 0;
	}

	.news-details {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.news-down p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.news-down h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.news-down img {
		margin: 15px auto;
	}

	.news {
		margin-bottom: 30px;
	}

	.jobbox {
		margin-top: 30px;
	}

	.resources-style {
		margin-right: 0;
	}

	.resources-style li {
		width: 100%;
		margin: 0 0 10px 0;
	}
    .resources-style li img {
		width: 100%;
		height: auto;
	}
	.stylebox h4 {
		line-height: 28px;
		width: 100px;
		height: 30px;
		font-size: 18px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.stylebox {
		margin-bottom: 20px;
	}

	.resources-style p {
		font-size: 14px;
		letter-spacing: 0;
		margin: 10px auto;
	}

	.job-show {
		align-items: start;
		padding: 10px;
	}
    .life .job-hide {
        padding: 10px;
    }
	.life .job-hide p {
	    font-size: 12px;
	    line-height: 22px;
	    letter-spacing: 0;
	}
	.job-text h4 {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0px;
	}

	.job p {
		font-size: 12px;
		line-height: 22px;
	}

	.job-btn button {
		width: 70px;
		height: 30px;
		font-size: 10px;
		letter-spacing: 0px;
	}

	.job-hidetext {
		display: block;
		padding: 10px;
	}

	.job-img {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.job-btn {
		margin: 0 0 0 15px;
	}

	.job-hide ul {
		margin: 10px auto auto 0;
		padding-left: 0;
		width: 100%;
	}

	.job-hide ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.job-hide ul li p {
		padding-left: 10px;
		width: 70%;
	}
    .about-banner .content-bannertext {
        top: 10%;
        left: 10%;
    }
    .about-banner p {
        width:90%;
		padding: 5px;
		font-size: 8px;
		line-height: 12px;
	}
	.about-banner img {
       height: 300px;
    }
.about-swiper {
    padding: 30px 4%;
}
.about-swiper p {
    font-size: 16px;
}
.about-swiper .swiper-container {
    height: 260px;
}
.about-swiper .swiper-slide {
    width: 100%;
    margin-top: 30px;
}
.about-bg {
    padding: 30px 0;
}
.processbox {
    margin-bottom: 0;
}
.speechbox {
    margin-top: 20px;
}
.speech-text {
    padding: 10px 0;
}
.speech-text p {
    font-size: 14px;
    line-height: 22px;
}
.about-title h4 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.about-title p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
.culture ul {
    margin-top: 30px;
    margin-right: -10px;
}
.culture ul li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
}
.culture ul li p {
    font-size: 10px;
    line-height: 22px;
	text-align: center;
}
/* .culture ul li p:nth-child(2) {
    text-align: center;
} */
.culture ul li img {
    margin-bottom: 15px;
}
.process-text {
    margin-right: -10px;
    height: 300px;
}
.process-text li {
    min-height: 100px;
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    padding-left: 20px;
}
.process-text li h4 {
    font-size: 14px;
    line-height: 22px;
}
.process-text li p {
    font-size: 12px;
    line-height: 22px;
	 overflow:hidden; 
	 text-overflow:ellipsis;
	 display:-webkit-box; 
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:4; 
}
.process-text li:nth-child(2) {
    left: 5%;
    top: 15%;
}
.process-text li:nth-child(3) {
	left: 45%;
	bottom: 5%;
}
.process-text li:nth-child(4) {
    left: 50%;
   top: 10%;
}
.process .swiper-button-next, .process .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -30px;
}
.process .iconfont {
    font-size: 14px;
    line-height: 30px;
}
.process .swiper-button-prev, .process .swiper-container-rtl .swiper-button-next {
    right: 40px;
}
.about-honor {
    width: 150px;
    top: 10%;
    right: 0;
}
.about-honor h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.about-honor p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
}
.product-bg .buttom_arrow svg {
    margin-top: 0;
}
.product-into img{
height: 210px;
}
.product-into .about-honor .arr {
    margin-top: 10px;
}
.productbox {
    margin-bottom: 30px;
}
.about-title {
    margin-bottom: 20px;
}
.structure ul {
    margin-top: 30px;
    margin-right: -15px;
}
.structure ul li {
    width: calc(50% - 15px);
    margin: 0 15px 10px 0;
}
.structure ul li img {
    margin-bottom: 10px;
}
.structure ul li h4 {
    font-size: 16px;
    letter-spacing: 0;
}
.structure ul li p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
	text-align: left; 
	overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:4; 
}
.about-contact {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-contactdown {
    display: block;
}
.about-contacttext {
    padding-right:0;
	margin-top: 20px;
}
.about-contacttext h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
.about-contacttext li {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
}
.contact-map {
    margin: 20px auto auto auto;
    width: 100%;
    height: 200px;
}
.honor-content {
    padding: 30px 4%;
}
.honor {
    margin-top: 30px;
}
.honor li {
    width: 50%;
    height: 220px;
    padding: 10px;
}
.brand {
    padding:30px 0;
}
.brand .index-about p {
    width: 100%;
}
.brand-up {
    padding: 20px 0 30px;
}
.brand-up h4 {
    font-size:20px;
    letter-spacing: 2px;
    padding: 30px 0;
}
.brand-logo {
    margin-bottom: 20px;
}
.brand-logo img{
	width: 120px;
}
.brand-briefbox {
    margin-top:30px;
}
.brand-brief {
    display: block;
    margin-bottom: 30px;
}
.brand-img {
    width: 60%;
}
.brand-text {
    width: 100%;
    padding-left: 0;
	margin-top: 20px;
}
.brand-brief::after {
    content: none;
}
.brand-text img {
    margin: auto ;
}
.brand-brieftext {
    padding: 20px;
    margin-top: 20px;
}
.brand-brieftext h4 {
    font-size: 18px;
    line-height: 26px;
}
.brand-brieftext p:nth-child(2) {
    margin-top: 20px;
}
.brand-brieftext p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}
.brand-brief:nth-child(2n+0) .brand-text {
    padding-right: 0;
}
.contact {
    padding: 30px 4%;
}
.conditions img {
    margin: 30px auto;
}
.support ul {
    margin-right: -8px;
}
.support ul li {
    width: calc(33.33% - 8px);
    margin: 0 8px 8px 0;
    padding: 10px 5px;
    min-height: 200px;
}
.support ul li h4 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.support ul li p {
    line-height: 22px;
    letter-spacing: 0;
	 overflow:hidden; 
	 text-overflow:ellipsis;
	 display:-webkit-box; 
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:4; 
	 text-align: left;
}
.joining {
    padding: 30px 0 0;
}
.advantage {
    border: solid 2px #e8ebf3;
    padding: 20px;
}
.advantage img{
	width: 150px;
}
.advantage ul{
	margin-top: 20px;
}
.advantage ul li {
    width: 100%;
    margin: auto auto 10px auto;
    position: initial;
    padding-right: 0;
}
.advantage ul li h4 {
    font-size: 16px;
    letter-spacing:0;
    margin-bottom: 10px;
	 text-align: center; 
}
.advantage ul li p {
    font-size: 12px;
    height:auto;
	 text-align:left; 
}
.contact-brief {
    margin-right: -10px;
    margin-top: 10px;
    padding: 0;
}
.contact-brief li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
}
.contact-brief li h4 {
    font-size: 16px;
    margin: 10px auto;
	text-align: center;
}
.contact-brief li p {
    font-size: 12px;
    line-height: 22px;
    height: auto;
}
.policy {
    display: block;
}
.policy-text {
    padding-left: 0;
}
.policy-text li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.contact-process {
    margin-top: 20px;
    display: flex;
    padding-left: 0;
}
.contact-process-img{
	display: none;
}
.contact-process-left {
    width: 25%;
}
.contact-process-right{
	width: 75%;
}
.contact-process-left li {
    font-size: 16px;
    margin-right: 0;
	padding-right: 10px;
}
.contact-process li {
    line-height: 50px;
}
.contact-process-right li {
    font-size: 14px;
    margin-left: 0;
    padding-left: 10px;
	    border-bottom: 1px solid #d5d5d5;
		 white-space:nowrap;
		  overflow:hidden;
		  text-overflow:ellipsis;
}
.newfooter-down ul li a {
    font-size: 10px;
    letter-spacing: 0;
}
.newfooter-down ul li a::after {
    content: none;
}
.newfooter-text{
	display: block;
	text-align: center;
}
.newfooter-text p {
    letter-spacing:0;
}
.newfooter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.health-product {
	display: block;
    padding: 20px 0;
}
.health-text {
    width: 100%;
    padding-right: 0;
	margin-bottom: 15px;
}
.health-text-img {
    width: 100%;
}
.health-text h4 {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}
.health-textup h6,.health-textup p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}
.health-textupitem {
    width: 70%;
}
.health-textdownitem {
    width: 65%;
    padding-left: 20px;
}
.healthline {
    width: 100%;
}
.health-product:nth-child(2n+0) .health-text {
    padding-left: 0;
}
.healthimg, .health-craft-img {
    margin: 30px auto;
}
.health-brief {
    height: auto;
    padding: 30px 0;
}
.brief-text h4 {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 10px;
}
.brief-text h5 {
    font-size: 14px;
    line-height: 22px;
}
.brief-text ul li img {
    margin-bottom: 15px;
}
.brief-text ul {
    margin-top: 30px;
	margin-right: -10px;
}
.brief-text ul li {
    width: calc(33.33% - 10px);
	margin: auto 10px 10px auto;
}
.brief-text p {
    font-size: 12px;
    letter-spacing: 0;
}
.health-up {
    margin-top: 10px;
}
.intobrief {
    margin: 30px auto;
}
.video video {
	margin-top: 20px;
	height: inherit;
}
.group {
    padding: 30px 4% 0;
}
.group img{
	width: 240px;
}
.group ul{
	margin-top: 20px;
}
.group ul li {
    width: 100%;
    margin: auto auto 15px auto;
    position: initial;
    padding-right: 0;
}
.group ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
	text-align: center; 
}
.group ul li p {
    font-size: 12px;
    line-height: 22px;
	text-align: left;
}
.group ul li:nth-child(2n+0) {
    padding-left: 0;
}
.public p {
    font-size: 16px;
    margin: 15px auto;
}
.VideoBtn{
	display: none !important;
}









}
