﻿/****************reset css样式********************/

body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
figcaption,
figure,
time,
i,
video {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea,
button,
select {
	outline: none;
	border: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

textarea {
	resize: none;
}

.clearfix {
	zoom: 1;
}

.abso {
	position: absolute;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #005bac;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #005bac;
}

/*引入字体开始*/

@font-face {
	font-family: 'pingfang';
	src: url('PingFang SC Regular.ttf');
	/* IE9 Compat Modes */
	src: url('PingFang SC Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('PingFang SC Regular.ttf') format('woff'), /* Modern Browsers */
	url('PingFang SC Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang SC Regular.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'helvetica';
	src: url('HELVETICAINSERATLTSTD-ROMAN_0.ttf');
	/* IE9 Compat Modes */
	src: url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('woff'), /* Modern Browsers */
	url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('truetype'), /* Safari, Android, iOS */
	url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('truetype'), /* Safari, Android, iOS */
	url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('truetype'), /* Safari, Android, iOS */
	url('HELVETICAINSERATLTSTD-ROMAN_0.ttf') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'MyriadBold';
	src: url('MyriadPro-Bold.ttf');
	/* IE9 Compat Modes */
	src: url('MyriadPro-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('MyriadPro-Bold.ttf') format('woff'), /* Modern Browsers */
	url('MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('MyriadPro-Bold.ttf') format('svg');
	/* Legacy iOS */
}

body {
	color: #525252;
	font-size: 0.24rem;
	line-height: 0.45rem;
	font-family: "pingfang"
}


/*引入字体开始*/


/*头部*/

.container {
	width: 7.5rem;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.header {
	width: 7.1rem;
	margin: 0 auto;
	height: 0.88rem;
}

.header dt {
	float: left;
}

.header dt img {
	width: 2.36rem;
	height: auto;
	margin-top: 0.13rem;
}

.header dd {
	float: right;
	position: relative;
	width: 0.4rem;
	height: 0.3rem;
	margin-top: 0.3rem;
}

.menu_icon,
.header dd:before,
.header dd:after {
	width: 0.4rem;
	height: 0.04rem;
	background-color: #1e5ea9;
	border-radius: 8px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menu_icon {
	top: 0.12rem;
}

.header dd:before {
	top: 0;
}

.header dd::after {
	bottom: 0px;
}

.header dd:before,
.header dd:after {
	content: "";
	display: block;
}

.header dd.active:before {
	-webkit-transform: translate3d(-0.08rem, 0.01rem, 0) rotate(-45deg) scale(0.8, 1);
	transform: translate3d(-0.08rem, 0.01rem, 0) rotate(-45deg) scale(0.8, 1);
}

.header dd.active:after {
	-webkit-transform: translate3d(-0.072rem, -0.015rem, 0) rotate(45deg) scale(0.8, 1);
	transform: translate3d(-0.072rem, -0.015rem, 0) rotate(45deg) scale(0.8, 1);
}

.wid100 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
}


/*头部*/


/*导航*/

.headerNav {
	background-color: rgba(30, 94, 169, 0.9);
	width: 100%;
	position: absolute;
	top: 0.88rem;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
	z-index: 99;
}

.headerNav li a {
	display: block;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
	font: 12px/46px "pingfang";
}

.headerNav a:hover {
	color: rgba(255, 255, 255, 0.4);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}


/*导航*/


/*banner*/

.banner {
	width: 100%;
	height: 6.18rem;
	position: relative;
}

.banner .bd li {
	width: 100%;
	float: left;
	height: 6.18rem;
}

.banner .hd {
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0.33rem;
	margin: auto;
	position: absolute;
	z-index: 9;
	text-align: center;
}

.banner .hd li {
	font-size: 0;
	width: 5px;
	height: 5px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	transition: all 0.5s;
}

.banner .hd li.on {
	width: 15px;
	height: 0.1rem;
	border-radius: 0.1rem;
}


/*banner*/


/*about*/

.homeAboutPart {
	padding-bottom: 0.5rem;
}

.homeCommonTitle {
	text-align: center;
	padding: 0.43rem 0 0.33rem;
}

.homeCommonTitle h3 {
	font-size: 0.44rem;
	line-height: 0.44rem;
	font-family: "MyriadBold";
	color: #3a3a3a;
	font-weight: normal;
	text-transform: uppercase;
}

.homeCommonTitle p {
	font-size: 0.32rem;
	line-height: 0.44rem;
	color: #3a3a3a;
}

.homeCommonTitle p span {
	color: #1e63bc;
}

.homeAboutText h3 {
	font-size: 0.26rem;
	line-height: 0.26rem;
	color: #1e5eaf;
}

.homeAboutText i {
	display: block;
	width: 0.7rem;
	height: 1px;
	margin-top: 0.3rem;
	background-color: #1e5eaf;
}

.homeAboutText p {
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #646464;
	margin-top: 0.2rem;
}

.homeAboutIntro dt {
	width: 100%;
	margin-top: 0.24rem;
	position: relative;
}

.homeAboutIntro .aboutImg {
	width: 6.2rem;
	height: auto;
}

.homeAboutIntro .aboutSmall {
	position: absolute;
	width: 2.97rem;
	height: auto;
	right: 0;
	bottom: 0;
	border-top: 0.08rem solid #fff;
	border-left: 0.08rem solid #fff;
}


/*about*/


/*product*/

.homeProductPart {
	overflow: hidden;
	padding-bottom: 0.48rem;
	background: url(homeProductBg.jpg) no-repeat center/cover;
}

.homeProductPart .homeCommonTitle h3 {
	color: #e6e6e7;
}

.homeProductPart .homeCommonTitle p {
	color: #e6e6e7;
}

.homeProductSlide {
	position: relative;
	padding-top: 0.4rem;
}

.homeProductSlide li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0.25rem;
}

.homeProductSlide li figure {
	width: 1.65rem;
	height: 1.89rem;
	position: absolute;
	top: -0.4rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	animation: all 3s ease-in-out;
	animation-delay: 1s;
	background: url(proSmallCircle1.png) no-repeat center/cover;
}

.homeProductSlide li figure:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.homeProductSlide li:nth-child(1n) figure:before {
	background: url(homeProductIcon1.png) no-repeat center;
	background-size: 40%;
}

.homeProductSlide li:nth-child(2n) figure:before {
	background: url(homeProductIcon2.png) no-repeat center;
	background-size: 38%;
}

.homeProductSlide li:nth-child(3n) figure:before {
	background: url(homeProductIcon3.png) no-repeat center;
	background-size: 38%;
}

.homeProductSlide li figcaption {
	width: 100%;
	height: 3.67rem;
	position: relative;
	transition: all 1s;
	background: url(proLargeCircle1.png) no-repeat center/cover;
}

.homeProductTitle {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 0.96rem;
}

.homeProductTitle h3 {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #464646;
}

.homeProductTitle p {
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #464646;
	height: 0.24rem;
	overflow: hidden;
	font-family: "pingfang";
}

.homeProductTitle i {
	display: block;
	margin: 0 auto;
	width: 0.36rem;
	height: 1px;
	margin-top: 0.38rem;
	background-color: #005bac;
}


/*product*/


/*news*/

.homeNews {
	margin-top: -0.05px;
}

.homeNewsSlide {
	position: relative;
	overflow: hidden;
}

.homeNewsPart {
	padding-bottom: 0.2rem;
	position: relative;
	background: url(homeNewsBg.jpg) no-repeat center/cover;
}

.homeNewsList {
	margin-top: 0.4rem;
}

.homeNewsList li {
	background: #fff;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
	padding: 0.15rem;
	box-shadow: 3px 3px 7px rgba(0, 40, 91, 0.35)
}

.homeNewsList li.first {
	padding: 0.15rem;
	box-shadow: none;
	border: 1px solid #dee1e6;
}

.homeNewsList li.first figure {
	width: 2.7rem;
	float: left;
	overflow: hidden;
}

.homeNewsList li.first figure img {
	width: 100%;
	height: 1.65rem;
	transition: all 0.5s;
}

.homeNewsList li.first figcaption {
	width: 3.85rem;
	float: right;
}

.homeNewsList li.first h3 {
	line-height: 0.48rem;
	height: 0.48rem;
	overflow: hidden;
}

.homeNewsList li h3 {
	font-size: 0.24rem;
	line-height: 0.58rem;
	font-weight: normal;
	color: #545454;
}

.homeNewsList li p {
	font-size: 0.24rem;
	line-height: 0.38rem;
	height: 0.76rem;
	overflow: hidden;
	color: #777;
}

.homeNewsList li time {
	font-size: 0.22rem;
	line-height: 0.38rem;
	color: #999;
	margin-top: 0.1rem;
	display: block;
}

.homeNewsSlide .hd {
	text-align: center;
	font-size: 0;
}

.homeNewsSlide .hd li {
	display: inline-block;
	width: 1.99rem;
	height: 0.61rem;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.61rem;
	background-color: #dedede;
	margin: 0 0.15rem;
	border-radius: 8px;
	color: #505050;
}

.homeNewsSlide .hd li.on {
	color: #fff;
	background-color: #115897;
}


/*news*/


/*contact*/

.homeContactPart {
	width: 100%;
	position: relative;
}

.homeContactPart dt {
	width: 100%;
	margin-top: -1.6rem;
}

.homeContactText {
	width: 6.47rem;
	color: #f5f5f5;
	box-sizing: border-box;
	padding: 0.3rem 0.95rem;
	position: relative;
	margin: 0 auto;
	background: url(homeContactBg.jpg) no-repeat center/cover;
}

.homeContactText p {
	color: #fff!important;
	font-size: 0.24rem!important;
	line-height: 0.36rem!important;
}

.homeContactText li {
	padding: 0.18rem 0;
}

.homeContactText li h3 {
	font-size: 0.32rem;
	font-family: "Latha";
}

.homeContactText li p {
	font-size: 0.24rem;
	line-height: 0.36rem;
}


/*contact*/


/*footer*/

.footer {
	width: 100%;
	font-size: 0.22rem;
	line-height: 0.75rem;
	color: #9c9c9c;
	text-align: center;
	text-transform: uppercase;
	background-color: #4b4b4b;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}


/*footer*/


/*innerBanner*/

.innerContainer {
	position: relative;
	min-height: 10rem;
	padding-bottom: 0.75rem;
}

.innerBanner {
	height: 2.5rem;
	position: relative;
}

.bannerTitle dt {
	width: 5.38rem;
	margin: 0 auto;
	text-align: right;
	font-size: 0.72rem;
	line-height: 0.72rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.51;
	text-transform: uppercase;
}

.bannerTitle dd {
	width: 2.67rem;
	height: 0.94rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.26);
	box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.1);
}


/*innerBanner*/


/*secondnav*/

.secondClumn {
	font-size: 0.24rem;
	line-height: 0.66rem;
	text-align: center;
}

.secondClumn dt {
	float: left;
	width: 4.83rem;
	color: #fff;
	height: 0.65rem;
	border-bottom: 1px solid transparent;
	background-color: #005bac;
}

.secondClumn dd {
	float: right;
	width: 2.67rem;
	color: #014da1;
	height: 0.65rem;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}

.secondNav {
	position: relative;
	overflow: hidden;
}

.secondNav li a {
	display: block;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.secondNav li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #004d92;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.secondNav li a.on:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*secondnav*/


/*companyIntro*/

.companyIntro {
	margin-top: 0.24rem;
}

.companyIntro h3 {
	font-size: 0.26rem;
	line-height: 0.76rem;
	color: #014da1;
	text-align: center;
}

.companyIntro p {
	font-size: 0.24rem;
	line-height: 0.43rem;
	color: #4e4e4e;
}

.companyIntro a {
	width: 2.4rem;
	height: 0.62rem;
	display: block;
	font-size: 0.24rem;
	line-height: 0.62rem;
	color: #737373;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #eee;
	margin: 0.32rem auto 0;
}

.introTab {
	font-size: 0;
	text-align: center;
	margin-top: 0.5rem;
}

.introTab li {
	width: 33.33%;
	float: left;
}

.introTab li figcaption {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	position: relative;
	margin-top: 0.18rem;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}

.introTab li:nth-child(2) figcaption {
	width: 1.92rem;
	height: 1.92rem;
	margin-top: 0;
}

.introTab li h3 {
	font-size: 0.36rem;
	line-height: 0.46rem;
	font-family: "微软雅黑";
	color: #014da1;
}

.introTab li p {
	font-size: 0.14rem;
	line-height: 0.18rem;
	color: #555;
}

.homeIntroTitle {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding: 0 0.15rem;
	transform: translate(-50%, -50%);
}


/*companyIntro*/


/*companyCulture*/

.aboutCommonTitle {
	text-align: center;
	padding: 0.42rem 0 0.34rem;
}

.aboutCommonTitle h3 {
	font-size: 0.32rem;
	line-height: 0.44rem;
	color: #444;
}

.aboutCommonTitle p {
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #848484;
	text-transform: uppercase;
}

.companyCulture dl {
	color: #fff;
	text-align: center;
	background: url(cultureBg.jpg) no-repeat center/cover;
}

.companyCulture dt {
	padding: 0.36rem 0.48rem 0.32rem;
	background: rgba(53, 125, 204, 0.8);
	border-bottom: 1px solid #7dabdd;
}

.companyCulture h3 {
	font-size: 0.26rem;
	line-height: 0.52rem;
}

.companyCulture dl p {
	font-size: 0.24rem;
	line-height: 0.38rem;
	color: #d5e9ff;
}

.companyCulture dd {
	padding: 0.36rem 0.48rem 0.42rem;
	background: rgba(53, 125, 204, 0.92);
}

.companyCulture dd p {
	text-align: left;
}


/*companyCulture*/


/*companyHistory*/

.companyHistory {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0rem 0.2rem 0.45rem;
	background-color: #f5f5f5;
}

.companyHistory h2 {
	font-size: 0.32rem;
	line-height: 0.42rem;
	color: #444;
	text-align: center;
}

.flexHistory {
	width: 7.1rem;
	margin: 0 auto;
	position: relative;
	margin-top: 0.35rem;
}

.flexHistory:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #bbb;
	content: '';
}

.flexHistory .slides li {
	position: relative;
	width: 3.08rem;
	height: 3.46rem;
	margin-left: -0.6rem;
}

.flexHistory .slides li:first-child {
	margin-left: 0;
}

.flexHistory .item {
	position: absolute;
	bottom: 0;
	height: 0.84rem;
	padding: 0.4rem 0 0 0;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.flexHistory .item:before,
.flexHistory .item:after {
	content: '';
	position: absolute;
	left: 50%;
	z-index: 9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 100%;
}

.flexHistory .item:before {
	top: -29px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -4px;
	background-color: rgba(1, 97, 172, .6);
}

.flexHistory .item:after {
	top: -27px;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	background-color: #015cac;
}

.flexHistory .slides li:nth-child(even) .item {
	bottom: auto;
	padding: 0 0 0.45rem;
}

.flexHistory .slides li:nth-child(even) .item:before {
	top: auto;
	bottom: -27px;
}

.flexHistory .slides li:nth-child(even) .item:after {
	top: auto;
	bottom: -25px;
}

.flexHistory .item h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0;
	font-size: 0.22rem;
	font-weight: bold;
	color: #606060;
	text-align: center;
	font-family: "Vrinda";
	background-color: #e7e7e7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.flexHistory .slides li .item h3:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent #e7e7e7;
	content: '';
}

.flexHistory .slides li:nth-child(even) .item h3 {
	top: auto;
	bottom: 0;
}

.flexHistory .slides li:nth-child(even) .item h3:before {
	top: 100%;
	bottom: auto;
	border-width: 6px 6px 0;
	border-color: #e7e7e7 transparent transparent;
}

.flexHistory .item .hisotyText {
	min-width: 2.58rem;
	line-height: 0.36rem;
	height: 0.72rem;
	padding: 0.12rem 0.25rem 0;
	font-size: 0.22rem;
	color: #606060;
	overflow: auto;
}

.flexHistory .item .hisotyText p {
	margin: 0;
	padding-left: 0.16rem;
	position: relative;
}

.flexHistory .item .hisotyText p:before {
	content: "";
	position: absolute;
	width: 0.08rem;
	height: 1px;
	left: 0;
	top: 0.1rem;
	background-color: #adadad;
}


/*companyHistory*/


/*companyStructure*/

.companyStructure {
	padding-bottom: 0.5rem;
	background: url(structureBg.jpg) no-repeat  center/cover;
}

.companyStructure .aboutCommonTitle h3 {
	color: #fff;
}

.companyStructure .aboutCommonTitle p {
	color: #fff;
}

.companyStructure * {
	max-width: 100%;
	height: auto;
}


/*companyStructure*/


/*companyhonor*/

.companyHonor {
	padding-bottom: 0.5rem;
}
.companyHonor>a{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.honorSlide {
	padding-bottom: 0.4rem;
}
.honorSlide li {
	width: 100%;
}

.honorSlide li img {
	width: 100%;
	height: 2.59rem;
}

.honorSlide li p {
	font-size: 0.24rem;
	line-height: 0.24rem;
	margin-top: 0.15rem;
	color: #464545;
	text-align: center;
}


/*companyhonor*/


/*newsList*/

.newsList {
	padding: 0.25rem 0.2rem 0.3rem;
}

.newsList li {
	padding: 0.2rem 0;
	border-bottom: 1px dashed #e5e5e5;
}

.newsList li:last-child {
	border-bottom: none;
}

.newsList dt {
	width: 2.89rem;
	float: left;
}

.newsList dt img {
	width: 100%;
	height: auto;
}

.newsList dd {
	width: 4.03rem;
	float: right;
}

.newsList dd h3 {
	font-size: 0.24rem;
	line-height: 0.45rem;
	height: 0.45rem;
	overflow: hidden;
	color: #404141;
}

.newsList dd p {
	font-size: 0.24rem;
	line-height: 0.38rem;
	height: 0.76rem;
	overflow: hidden;
	color: #565656;
	margin-top: 0.04rem;
}

.newsList dd time {
	font-size: 0.22rem;
	line-height: 0.34rem;
	margin-top: 0.1rem;
	color: #989898;
	display: block;
	font-family: "helvetica";
}


/*newsList*/


/*contactUs*/

.contactUs {
	padding-bottom: 0.5rem;
}

.contactList {
	margin-top: 0.32rem;
}

.contactList h3 {
	color: #005bac;
	font-size: 0.24rem;
	line-height: 0.42rem;
}

.contactList figure {
	margin-top: 0.2rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #434343;
}

.contactList figure p {
	font-size: 0.24rem!important;
	line-height: 0.42rem!important;
	color: #434343!important;
}

.mapBox {
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	width: 100%;
}


/*contactUs*/


/*recruitUs*/

.recruitUs {
	padding: 0.3rem 0 0.5rem;
}

.commonBox .firstLine {
	background-color: #014da1;
}

.commonBox .firstLine p,
.commonBox h3 p {
	float: left;
	width: 25%;
	text-align: center;
	height: 0.64rem;
	overflow: hidden;
	font-size: 0.24rem;
	line-height: 0.64rem;
	text-transform: uppercase;
}

.purchaseBox .firstLine p:nth-child(1),
.purchaseBox .purchaseList p:nth-child(1) {
	width: 30%;
}

.purchaseBox .firstLine p:nth-child(2),
.purchaseBox .purchaseList p:nth-child(2) {
	width: 30%;
}

.purchaseBox .firstLine p:nth-child(3),
.purchaseBox .purchaseList p:nth-child(3) {
	width: 20%;
}

.purchaseBox .firstLine p:nth-child(4),
.purchaseBox .purchaseList p:nth-child(4) {
	width: 20%;
}



.commonBox .firstLine p {
	color: #fff;
}

.commonBox li p {
	color: #626262;
}

.commonBox li {
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.workDetail {
	width: 6.5rem;
	margin: 0 auto;
	display: none;
	padding-bottom: 0.2rem;
}

.workDetail h4 {
	padding: 0.1rem 0;
	font-size: 0.22rem;
	line-height: 0.42rem;
}

.workDetail * {
	max-width: 100%!important;
	height: auto!important;
}

.workConItem {
	font-size: 0.22rem;
	line-height: 0.42rem;
	color: #7d7d7d!important;
	font-family: "pingfang"!important;
}

.workConItem * {
	font-size: 0.22rem;
	line-height: 0.42rem;
	color: #7d7d7d!important;
	font-family: "pingfang"!important;
}


/*recruitUs*/


/*supply*/

.supplyTitle {
	position: relative;
	text-align: center;
	margin: 0.5rem 0 0.28rem;
}

.supplyTitle h2 {
	font-size: 1.14rem;
	line-height: 1.14rem;
	color: #f4f4f4;
	text-align: center;
	font-family: "arial";
	text-transform: uppercase;
}

.supplyTitle h3 {
	color: #444;
	width: 100%;
	font-size: 0.32rem;
	line-height: 1.14rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.supplyDetail {
	color: #666;
	font-size: 0.24rem;
	line-height: 0.38rem;
}

.supplyForm {
	padding-bottom: 0.5rem;
	margin-top: 0.35rem;
}

.formBox ul {
	padding-top: 0.4rem;
	padding-bottom: 0.16rem;
	background: rgba(255, 255, 255, 0.89);
}

.formBox li {
	margin-bottom: 0.25rem;
}

.formBox label {
	width: 2.12rem;
	display: block;
	font-size: 0.24rem;
	line-height: 0.58rem;
	float: left;
	text-align: right;
}

.formBox input,
.formBox select,
.formBox textarea {
	width: 4.58rem;
	height: 0.56rem;
	font-size: 0.22rem;
	line-height: 0.56rem;
	border: 1px solid #a7a7a7;
	text-indent: 0.18rem;
	background: transparent;
	border-radius: 5px;
	float: left;
	font-family: "pingfang";
}

.formBox span {
	float: left;
	color: #ff5150;
	margin-left: 0.1rem;
}

.formBox select {
	width: 1.62rem;
}

.formBox textarea {
	text-indent: 0;
	padding: 0.18rem;
	box-sizing: border-box;
	height: 1.68rem;
}

.formBox .code input {
	width: 1.62rem;
	float: left;
}

.formBox .code img {
	float: left;
	height: 0.56rem;
	width: auto;
}

.formBox a {
	width: 2.05rem;
	height: 0.58rem;
	line-height: 0.58rem;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0.46rem auto 0;
	background-color: #005bac;
}


/*supply*/


/*page*/

.pageClass {
	text-align: center;
	padding-top: .3rem;
	margin-bottom: .3rem;
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	clear: both;
	font-size: 0.24rem;
}

.pageClass a {
	color: #3f3f3f;
}

.pageClass a:first-child span {
	background-color: #005bac;
	color: #fff;
}

.pageClass span {
	border: 1px solid #DEDEDE;
	padding: 0 .24rem;
	line-height: .5rem;
	display: inline-block;
	margin: 0 .05rem;
}

.pageClass strong span {
	background-color: #005bac;
	color: #fff;
}


/*page*/


/*文章内容页*/

.articleTitle {
	padding-top: 0.2rem;
}

.articleTitle h2 {
	color: #005bac;
	text-align: center;
	height: 0.48rem;
	overflow: hidden;
	font-weight: bold;
	font-size: 0.26rem;
	line-height: 0.48rem;
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font-size: 0.2rem;
	line-height: 0.24rem;
}

.articleTitle p span {
	margin: 0 0.1rem;
}

.articleContent {
	color: #343434;
	padding: 0.2rem 0;
	min-height: 5rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	max-width: 100%!important;
	height: auto!important;
	font-size: 0.24rem;
	line-height: 0.42rem;
}

.articleContent video {
	background-color: #000;
}

.articleContent table {
	width: 100%!important;
}

.articleContent p {
	color: #343434;
	font-size: 0.24rem;
	line-height: 0.42rem;
}

.articleContent img {
	max-width: 100%;
	height: auto;
}

.articleTab {
	color: #6c6c6c;
	padding: 0.2rem 0;
	font-size: 0.2rem;
	line-height: 0.42rem;
}

.articleTab dt,
.articleTab dd {
	font-size: 0.2rem;
	line-height: 0.42rem;
	color: #6c6c6c;
}

.articleTab dt a,
.articleTab dd a {
	font-size: 0.2rem;
	line-height: 0.42rem;
	color: #6c6c6c;
}

.articleTab dt a:hover,
.articleTab dd a:hover {
	color: #005bac;
}


/*文章内容页*/


/*采购详情*/

.purchaseDetail {
	padding: 0.3rem 0.2rem 0.5rem;
}

.purchaseDetail dt h3 {
	font-size: 0.28rem;
	line-height: 0.68rem;
	color: #005bac;
	font-weight: bold;
}

.purchaseDetail .perceseDetailText {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #444;
	margin-top: 0.15rem;
}

.purchaseDetail .perceseDetailText p {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #444;
}

.purchaseDetail dd {
	margin-top: 0.25rem;
}

.purchaseDetail dd h4 {
	font-size: 0.24rem;
	line-height: 0.44rem;
	color: #444;
	font-weight: bold;
}

.purchaseDetail dd p {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #444;
}

.perceseDetailList ul {
	padding: 0.2rem 0.28rem;
	background-color: #edf3fa;
}

.perceseDetailList li {
	float: left;
	width: 50%;
	font-size: 0.24rem;
	line-height:0.42rem;
	height: 0.42rem;
	overflow: hidden;
	color: #787777;
}

.perceseDetailList li strong {
	color: #4d4d4d;
}

.hidePosition{
	display: none;
}
/*采购详情*/

/*honorList*/ 
.honorList{
	width: 7.4rem;
	margin: 0 auto;
}
.honorList li{
	float: left;
	width: 3.3rem;
	margin: 0 0.2rem 0.15rem;
}
.honorList li p{
	font-size: 0.24rem;
	line-height: 0.42rem;
	text-align: center;
	padding-top: 0.15rem;
}
.honorList1 li img{
	width: 100%;
	height: 2.46rem;
}
.honorList2 li img{
	width: 100%;
	height: 4.58rem;
}
/*honorList*/ 