@charset "utf-8";
@import url('reset.css');
@import url('../font/font-awesome-4.7.0/css/font-awesome.min.css');
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::placeholder {
	color: #808080;
}

:root {
	--common-font-size: .16rem;
	--common-font-color: #999;
	--common-hover-color: #f69130;
	--common-p-line-height: 180%;
	--common-p-color: #3e3e3e;
}

body {
	background-color: #fff;
	overflow: hidden;
}

input {
	font-family: arial;
}

img {
	max-width: 100%;
}

a {
	background: transparent;
	text-decoration: none;
	color: #666
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	color: var(--common-hover-color);
}

.textCenter {
	text-align: center;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: 1200px;
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pa {
	position: absolute;
	z-index: 0
}

.pf {
	position: fixed;
}

.bz {
	box-sizing: border-box
}

.b, .fb {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all100 {
	width: 100% !important;
}
/*animation*/
@keyframes slideDown {
	0% {
		top: .7rem;
		opacity: 0;
		transform: scale(0, 0) translateX(-1.2rem);
	}
	100% {
		top: .8rem;
		opacity: 1;
		transform: scale(1, 1) translateX(-1.2rem);
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: .7rem;
		opacity: 0;
		transform: scale(0, 0) translateX(-1.2rem);
	}

	100% {
		top: .8rem;
		opacity: 1;
		transform: scale(1, 1) translateX(-1.2rem);
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
	transition: all .8s;
}

a:hover .img img {
	transform: scale(1.1, 1.1);
	transition: all .8s;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

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

.flexColumn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flexAc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.flexCenter {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.flexWrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.flexRight {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

/*header*/
html{
	padding-top: .8rem;
}
header {
	width: 100%;
	height: .8rem;
	z-index: 99999;
	left: 0;
	top: 0;
	background-color: #4a4a4a;
}

header .wrapper {
	height: .8rem;
}

header .logo img {
	max-width: 100%;
}

header .r i.fa{
	font-size: .18rem;
	margin-left: .15rem;
	color: #fff;
}

header .r i.fa:hover {
	color: var(--common-hover-color);
}

/*nav*/
nav {
	height: .8rem;
}

nav ul {
	overflow: visible !important;
	margin: 0 auto;
	font-size: 0;
}

nav li {
	height: .8rem;
}

nav li>a{
	display: inline-block;
	text-align: center;
	line-height: .8rem;
	color: #fff;
	padding: 0 .21rem;
	font-size: 0;
}

nav li>a i {
	transform: translateY(-.02rem);
}

nav li>a>p {
	font-size: var(--common-font-size);
}

nav li a.active, nav li a.active i, nav li:hover>a>p, nav li:hover>a>i {
	color: var(--common-hover-color) !important;
}

nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: .8rem;
	left: 0;
	background: #fff;
	text-align: center;
	padding: 10px 25px;
	transform: translateY(-50%);
}

nav .dl.flexColumn {
	width: 390px;
	left: 50%;
	transform: translateX(-50%);
}

nav li:hover .dl {
	display: -webkit-flex;
	display: flex;
}

nav li .dl dt {
	overflow: hidden;
	width: 48%;
}

nav li .dl dt:nth-child(even) {
	margin-left: 4%;
}

nav .dl.flexColumn dt {
	width: 100% !important;
	margin-left: 0 !important;
}

nav li .dl dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	line-height: 25px;
}

nav li .dl dt a:link,
nav li .dl dt a:visited {
	font-size: var(--common-font-size);
	color: var(--common-p-color)
}

nav li .dl dt a:hover {
	text-decoration: none;
	color: var(--common-hover-color);
}

nav li .dl dt dt a {
	border: 0 !important;
	font-size: .14rem !important;
}

nav li .dl dt dt a:hover {
	color: var(--common-hover-color) !important;
}

nav li .dl dt a.a2 {
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
}

nav li .dl dt a.a2::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #919191;
	border-radius: 50%;
	margin-right: 13px;
}

nav li .dl dt a.a2:hover::before {
	background: var(--common-hover-color);
}

nav li .dl dt dt {
	padding-left: 40px;
}


nav li.lang {
	width: 120px;
	margin-right: 20px;
}


nav li.lang dl {
	flex: 1;
	height: 21px;
	border-bottom: 1px solid #fff;
	margin-left: 3px;
}

nav li.lang dl *{
	color: #fff;
}

nav li.lang dl dt {
	width: 100%;
	height: 20px;
	font-size: 14px;
	cursor: pointer;
}

nav li.lang dl dt i {
	right: 0;
	top: 0;
}

nav li.lang dl a{
	height: 40px;
	font-size: 14px;
	color: #333;
}

nav li.lang dl a:hover {
	color: var(--common-hover-color);
}

nav li.lang i {
	margin-left: 0 !important;
}

nav li.lang dd {
	display: none;
	position: absolute;
	top: .5rem;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 .05rem .05rem #666;
}

nav li.lang:hover dd {
	display: block;
	animation-direction: alternate;
}
/*swiper*/
.indexSwiper div.pa {
	left: calc( (100vw - 12rem) /2 );
	top: 35%;
}

.indexSwiper h2{
	line-height: 180%;
	font-size: .6rem;
	color: #fff;
}

.indexSwiper p{
	line-height: 180%;
	font-size: .22rem;
	color: #fff;
}

.indexSwiper .swiper-pagination-bullet {
	width: .44rem;
	height: .04rem;
	background: #fff;
	border-radius: 0;
	margin: 0 .1rem !important;
}

.indexSwiper .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
/*footer*/
footer {
	background: url(../images/bg/footer.jpg) center top #363437;
	padding: .69rem 0 0;
}

footer .fth {
	padding-bottom: .2rem;
}

footer .logo {
	align-items: flex-end;
	border-bottom: 1px solid #97999e;
	padding-bottom: 15px;
}
/*
footer .logo::after {
	display: none;
	content: '';
	display: block;
	height: 1px;
	background-color: #97999e;
	width: calc(100% - 1.42rem - .13rem);
	margin-left: .13rem;
}*/

footer article .l {
	width: 6rem;
	margin-top: .18rem;
}

footer article .l li {
	line-height: .34rem;
	font-size: .14rem;
	color: #b4b4b4;
}

footer article .r {
	margin-top: .18rem;
}

footer article .r dl {
	margin-left: .5rem;
}

footer article .r dl dt {
	line-height: .34rem;
}

footer article .r dl dt a {
	font-size: .14rem;
	color: #b4b4b4;
}

footer article .r dl dt a:hover {
	color: #fff;
}

footer .ftb {
	background-color: #232323;
}

footer .copyright {
	font-size: var(--common-font-size);
	color: #fff;
}

footer .copyright a{
	color: #fff;
}

footer .copyright a:hover {
	text-decoration: underline;
}

footer .sns a {
	font-size: .3rem;
	color: #666;
	margin-left: .2rem;
}

footer .sns a:hover {
	color: #fff;
}

/*swiper*/
.swiper-button-next, .swiper-button-prev {
	color: var(--common-font-color) !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--common-font-color) !important;
}

/*index*/
.index1 {
	background: url(../images/bg/industry_index1.jpg) no-repeat center top #fbfbfb;
	height: 7.28rem;
	padding: 1.06rem 0 0 0;
}

.index1 h2 {
	height: .67rem;
	font-size: .52rem;
	color: #293068;
	margin-bottom: .5rem;
}

.index1 .swiper {
	position: static;
}

.index1 .swiper-slide .pic {
	text-align: center;
	width: 100%;
}

.index1 .swiper-slide .pic img {
	width: 100%;
}

.index1 .swiper-slide h2.title {
	width: 100%;
	height: .71rem;
	line-height: .71rem;
	font-size: .18rem;
	color: #fff;
	background: url(../images/icon/arrowRight.png) no-repeat .25rem center #333;
	border-left: .05rem solid #f69130;
}

.index1 .swiper-slide a:hover h2 {
	color: var(--common-hover-color);
}

.index1 .swiper-button-prev, .index1 .swiper-button-next {
	width: .6rem;
	height: .6rem;
	background-color: #fff;
	border-radius: 50%;
}

.index1 .swiper-button-prev {
	left: -1.06rem;
}

.index1 .swiper-button-next {
	right: -1.06rem;
}

.index1 .swiper-button-prev::after, .index1 .swiper-button-next::after {
	font-size: .2rem;
	color: #000;
}

.index1 .swiper-button-prev:hover, .index1 .swiper-button-next:hover {
	background-color: var(--common-hover-color);
	color: #fff;
}

.index1 .swiper-button-prev:hover::after, .index1 .swiper-button-next:hover::after {
	color: #fff;
}

.index2 {
	width: 100%;
	height: 8.07rem;
	background: url(../images/bg/industry_index2.jpg) no-repeat center top;
	background-size: cover;
}

.index2 .typename {
	margin-top: 1.14rem;
	height: .75rem;
	font-size: .52rem;
	color: #131b59;
}

.index2 .c {
	margin-top: .58rem;
}

.index2 .c .img, .index2 .c .img img {
	width: 5.43rem;
}

.index2 .c .text {
	width: 5.9rem;
}

.index2 .c .des {
	line-height: .35rem;
	font-size: .24rem;
	color: #333;
	padding: .05rem 0 .2rem 0;
	border-bottom: 1px solid #dcdcdc;
}

.index2 .c ul {
	margin-top: .1rem;
}

.index2 .c li a {
	line-height: .48rem;
	font-size: .24rem;
	color: #333;
}

.index2 .c li a::before {
	content: '';
	display: block;
	width: .08rem;
	height: .08rem;
	background-color: #c2c2c2;
	margin-right: .18rem;
	border-radius: 50%;
	transition: all .5s;
}

.index2 .c li a:hover::before {
	background-color: #1d2088;
	transition: all .5s;
}

.index2 .c .more {
	margin-top: .23rem;
	line-height: .31rem;
	font-size: .18rem;
	color: #333;
	padding-left: .27rem;
}

.index2 .c .more::after {
	content: '';
	display: block;
	width: .92rem;
	height: 1px;
	background-color: #dcdcdc;
	margin-left: .13rem;
}

.index2 .c .more span {
	width: .16rem;
	height: .16rem;
	border: 1px solid #1d2088;
	border-radius: 50%;
	top: .08rem;
	left: 1.8rem;
}

.index2 .c .more span::before {
	content: '';
	display: block;
	width: .08rem;
	height: .08rem;
	background-color: #1d2088;
	border-radius: 50%;
}


.index3 {
	height: 2.5rem;
	background: url(../images/bg/industry_index3.jpg) no-repeat center top;
	background-size: cover;
}

.index3 h2 {
	line-height: .75rem;
	font-size: .52rem;
	color: #fff;
}

.index3 h3 {
	line-height: .37rem;
	font-size: .18rem;
	color: #fff;
}

.index3 a {
	margin-top: .18rem;
	width: 1.94rem;
	height: .55rem;
	font-size: .18rem;
	color: #fff;
	padding-left: .84rem;
	background: url(../images/icon/arrowRight.png) no-repeat .44rem #f69130;
}

.index3 a:hover {
	opacity: .8;
}
/*other*/
.banner img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.banner h2 {
	font-size: .6rem;
	color: #333;
	top: 50%;
	transform: translateY(-50%);
	left: calc( (100vw - 12rem) /2 );
}

.banner.center h2 {
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
/*main*/
main {
	padding: 34px 0;
}

/*sidebar*/
.sidebar {
	width: 100%;
	margin: .31rem 0;
}

.sidebar li a {
	line-height: .38rem;
	background-color: #273f87;
	border: 1px solid #273f87;
	padding: 0 .24rem;
	font-size: .24rem;
	color: #fff;
}

.sidebar li a.active {
	background-color: #fff;
	border-color: #f3981e;
	color: #333;
}

/*main content*/
.pageTitle {
	line-height: .68rem;
	margin: 1.01rem 0 0 0;
	padding-bottom: .25rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: .48rem;
	color: #333;
	font-family: Cambria;
}

.mainContent {
	width: 943px;
	margin-top: 31px;
	min-height: 400px;
}

.positions {
	width: 100%;
	height: 49px;
	border-bottom: 3px solid #f6f2ee;
}

.positions p, .positions p a {
	font-size: 14px;
	color: #555;
}

.positions p a:hover {
	color: var(--common-font-color2);
}

.positions .typename {
	font-size: 20px;
	color: #693100;
}

.introduction {
	padding: 24px 0;
	text-align: justify;
	line-height: var(--common-p-line-height);
	font-size: var(--common-font-size);
	color: var(--common-p-color);
}

.introduction.nmt {
	margin-top: 0
}

.introduction div,
.introduction p {
	font-size: var(--common-p-size);
	color: var(--common-p-color);
}

.introduction img {
	max-width: 100%
}

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

.articleImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleImg2 {
	width: 100%;
	margin: 0 0 22px 0;
	text-align: center
}

.articleImg2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleBody {
	width: 400px;
	margin: 20px 0
}

.articleTitle {
	overflow: hidden;
	width: 100%;
	padding: .5rem 0 0;
	text-align: center;
	line-height: 180%;
	font-size: .24rem;
	color: var(--common-p-color);
	font-weight: bold;
}

.articleTime {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	line-height: 21px;
	font-size: 13px;
	color: var(--common-p-color);
}

.articleDes {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #42403f
}

.articlePages {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #969797
}

.articlePages div {
	width: 50%;
	font-size: 16px;
	color: #666
}

.articlePages a {
	font-size: 16px;
	color: #333
}

.articlePages a:hover {
	color: #efae2e
}
/*产品*/
.products {
	margin-top: 0;
}
.products .h1 {
	line-height: .51rem;
	font-size: .32rem;
	color: #000;
}
.products .h2 {
	margin-top: .3rem;
	line-height: .37rem;
	padding-bottom: .13rem;
	border-bottom: 1px solid #e5e5e5;
}

.products .des {
	margin-top: .13rem;
	padding-bottom: .53rem;
	line-height: .3rem;
	font-size: .14rem;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
}
.products ul {
	margin-top: .4rem;
}

.products ul.mt30 {
	margin-top: .3rem;
}

.products li {
	width: 3.83rem;
	margin-right: .25rem;
	margin-bottom: .3rem;
}

.products li:nth-child(3n+3) {
	margin-right: 0;
}

.products li a {
	background-color: #fff;
	box-shadow: 0 0 .1rem #ccc;
	border-radius: .1rem;
	padding-bottom: .4rem;
}

.products li .img {
	width: 100%;
}

.products li .title {
	margin-top: .41rem;
	line-height: .29rem;
	padding: 0 .32rem;
	font-size: .16rem;
	color: #000;
}

.products li a:hover .title {
	color: var(--common-hover-color);
}

.productsDetail {
	margin-top: .92rem;
}

.productsDetail .h1 {
	line-height: .43rem;
	font-size: .32rem;
}

.productsDetail .t {
	margin-top: .32rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
}

.productsDetail .t .img, .productsDetail .t img {
	width: 4.6rem;
	height: 3rem;
}

.productsDetail .t img {
	object-fit: contain;
}

.productsDetail .t .text {
	margin-left: .71rem;
	flex: 1;
}

.productsDetail .h2 {
	line-height: .41rem;
	padding-bottom: .11rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: .17rem;
	color: #000;
}

.productsDetail p {
	line-height: 180%;
	font-size: .17rem;
	margin-top: .2rem;
}

.productsDetail .t ul {
	margin-top: .11rem;
}

.productsDetail .t ul li {
	line-height: .47rem;
	font-size: .24rem;
	color: #999;
	cursor: pointer;
}

.productsDetail .t ul li::before {
	content: '';
	width: .1rem;
	height: .1rem;
	background-color: #999;
	border-radius: 50%;
	margin-right: .15rem;
}

.productsDetail .t ul li:hover {
	color: #293068;
}

.productsDetail .t ul li:hover::before {
	background-color: #f2941b;
}

.productsDetail .specifications {
	margin-top: .31rem;
}

.productsDetail .specifications .title {
	line-height: .45rem;
	padding-bottom: .35rem;
	border-bottom: .02rem solid #000;
	font-size: .32rem;
	color: #000;
}

.productsDetail .specifications .intro {
	padding: .2rem 0;
	font-size: .18rem;
}

.productsDetail .applications {
	margin-top: .34rem;
}

.productsDetail .applications .title {
	line-height: .41rem;
	font-size: .32rem;
	color: #000;
}

.productsDetail .applications ul {
	margin-top: .27rem;
}

.productsDetail .applications li {
	width: 3.75rem;
	margin-right: calc( ( 100% - 11.25rem ) / 2 );
}

.productsDetail .applications li:nth-child(3n) {
	margin-right: 0;
}

.productsDetail .applications li .img, .productsDetail .applications li .img img {
	width: 100%;
	height: 2.26rem;
}

.productsDetail .applications li .text {
	background-color: #f7f7fa;
	padding: .29rem .23rem .44rem .23rem;
}

.productsDetail .applications li .title {
	line-height: .34rem;
	font-size: .18rem;
	color: #333;
}

.productsDetail .applications li .des {
	line-height: .28rem;
	font-size: .14rem;
	color: #999;
}

.productsDetail .applications li:hover .text {
	background-color: var(--common-hover-color);
}

.productsDetail .applications li:hover * {
	color: #fff;
}


/*留言*/
.message {
	background-color: #f9f9f9;
	padding: .61rem 0 .77rem 0;
}

.message h2 {
	line-height: .36rem;
	font-size: .18rem;
	color: #333;
}

.message ul {
	width: 7.08rem;
	margin-top: .3rem;
}

.message li {
	margin-bottom: .24rem;
}

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

.message .input {
	height: .6rem;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 .1rem;
	width: 100%;
	font-size: .14rem;
	color: #333;
}

.message .input:focus {
	border-color: var(--common-hover-color);
}

.message .input::placeholder {
	color: #808080;
}

.message li.flexJb .input {
	width: 3.42rem;
	border-radius: .05rem;
}

.message .textarea {
	height: 1.44rem;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: .1rem;
	width: 100%;
	font-size: .14rem;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.message .textarea:focus {
	border-color: var(--common-hover-color);
}

.message .textarea::placeholder {
	color: #808080;
}

.message li button {
	width: 100%;
	height: .6rem;
	background: #293068;
	border: 0;
	font-size: .24rem;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.message li p.required {
	font-size: .14rem;
	color: #808080;
}
/*新闻列表*/
.newsMain .tabs {
}

.newsMain .tabs li {
}

.newsMain .tabs li a {
	padding: .13rem 0 .54rem 0;
	line-height: .51rem;
	margin-right: 1.1rem;
	font-size: .24rem;
	color: #666;
}

.newsMain .tabs li:last-child a {
	margin-right: 0;
}

.newsMain .tabs li a.active {
	font-size: .42rem;
	color: #293068;
	background: url(../images/icon/arrowUp2.png) no-repeat center bottom;
}

.newslist {
	padding: .6rem 0;
	background-color: #f7f7f7;
}

.newslist li {
	margin-bottom: .4rem;
}

.newslist li a {
	width: 100%;
	background-color: #fff;
	padding: .4rem .37rem;
}

.newslist li .img, .newslist li .img img {
	width: 4.2rem;
}

.newslist li .text {
	width: 6.6rem;
}

.newslist li .text .title {
	margin-top: .34rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #333;
}

.newslist li .text .des {
	margin-top: .13rem;
	line-height: .3rem;
	font-size: .16rem;
	color: #333;
}

.newslist li .text .t {
	margin-top: .39rem;
}

.newslist li .text .t .time {
	line-height: .35rem;
	font-size: .18rem;
	color: #ccc;
}

.newslist li .text .t .more {
	font-size: .14rem;
	color: #000;
}

.newslist li .text .t .more i {
	margin-left: .1rem;
	color: #d62b48;
}

.newslist li a:hover {
	box-shadow: 0 0 .1rem #ccc;
}

/*招聘列表*/
.jobMain {
	background-color: #f1f1f1;
	padding-bottom: .27rem;
}

.jobMain .mainTop {
	margin-top: 1.13rem;
}

.jobMain .mainTop .title {
	font-size: .36rem;
	color: #333;
}

.jobMain .mainTop p {
	font-size: var(--common-font-size);
	color: #666;
}

.joblist {
	margin-top: .53rem;
}

.joblist li a {
	width: 100%;
	border: 2px solid #e6e6e6;
	padding: .24rem .33rem .21rem .33rem;
	background-color: #fff;
}

.joblist li .num {
	line-height: .47rem;
	font-size: .41rem;
	color: #e5e5e5;
}

.joblist li .text {
	margin-top: .15rem;
}

.joblist li .text::before {
	content: '';
	width: .07rem;
	height: .07rem;
	background-color: #131b59;
	margin-right: .14rem;
}

.joblist li .text .title {
	font-size: .18rem;
	color: #333;
}

.joblist li .text .title2 {
	margin-left: .4rem;
	font-size: .18rem;
	color: #333;
}

.joblist li a:hover {
	box-shadow: 0 0 .1rem #ddd;
}

.jobDetail {
	width: 100%;
	border: 2px solid #e6e6e6;
	padding: .17rem .21rem;
	background-color: #fff;
	margin-top: .53rem;
	margin-bottom: .53rem;
}

.jobDetail .title p {
	padding-left: .55rem;
	font-size: .2rem;
	color: #333;
	background: url(../images/icon/people.png) no-repeat left center;
}

.jobDetail .title i {
	font-size: .3rem;
	cursor: pointer;
}

.jobDetail .des {
	padding: .3rem .45rem;
	line-height: 180%;
	font-size: var(--common-font-size);
	color: #333;
}

.jobDetail .sendMail {
	width: 1.96rem;
	height: .45rem;
	padding-left: .4rem;
	border-radius: .245rem;
	margin: 0 0 0 .45rem;
	background: url(../images/icon/double_arrow2.png) no-repeat 1.32rem center #131b59;
	font-size: var(--common-font-size);
	color: #fff;
}

.jobDetail .sendMail:hover {
	background-color: var(--common-hover-color);
}

/*about*/
.about1 {
	margin-top: .98rem;
	padding-bottom: .5rem;
}

.about1 p.title {
	line-height: .42rem;
	font-size: .32rem;
	color: #333;
}

.about1 .c {
	margin-top: .35rem;
}

.about1 .c .des {
	width: 5.6rem;
	line-height: .32rem;
	font-size: .16rem;
	color: #666;
}

.about1 .c .pic, .about1 .c .pic img {
	width: 5.49rem;
}

.about2 {
	padding: 1.08rem 0 1.15rem 0;
	background: url(../images/bg/industry_about2.jpg) no-repeat center top;
	background-size: cover;
}

.about2 .wrapper {
	padding: .36rem .5rem;
}

.about2 h2.textCenter {
	font-size: .32rem;
	color: #fff;
	line-height: .47rem;
}

.about2 .c .des {
	width: 100%;
	margin-top: .33rem;
	line-height: .32rem;
	font-size: .16rem;
	color: #fff;
}

/*分页*/
.pages {
	padding: 20px 0 15px 0;
	text-align: right;
}

.pages li {
	display: inline;
}
.pages li.active a{
    background-color: #131b59;
}


.pages a,
.pages em {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	background: var(--common-color);
	border: 1px solid #fff;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span.disabled {
	background: var(--common-color);
	color: #fff
}

.pages em {
	background: var(--common-color);
	color: #fff;
	font-style: normal;
}

/*在线留言*/
.guestbook {
	margin-top: 40px;
}

.guestbook h2 {
	height: 32px;
	font-size: 20px;
	color: #000;
}

.guestbook ul {
	margin-top: 14px;
}

.guestbook li {
	margin-bottom: 14px;
}

.guestbook .title {
	width: 104px;
	margin-left: 180px;
	height: 26px;
	font-size: 15px;
	color: #696969;
}

.guestbook .wbk {
	box-sizing: border-box;
	width: 317px;
	height: 26px;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wby {
	box-sizing: border-box;
	width: 316px;
	height: 189px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wbk:focus {
	border-color: #04654d;
}

.guestbook button {
	box-sizing: border-box;
	width: 72px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #009a74;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin-left: 400px;
	border-radius: 4px
}

/*联系我们*/
.contactus {
	margin-top: 1.07rem;
	height: 6.1rem;
}

.contactus ul {
	width: 2.3rem;
	background-color: #293068;
	padding-top: 1.34rem;
	z-index: 999;
}

.contactus li {
	line-height: .37rem;
	padding-left: .63rem;
	font-size: .18rem;
	color: #fff;
	cursor: pointer;
	margin-bottom: 1.16rem;
}

.contactus li::before {
	content: '';
	display: block;
	width: .36rem;
	height: .36rem;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 2.11rem;
	top: 0;
}

.contactus li::after {
	content: '';
	display: block;
	width: .16rem;
	height: .16rem;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 2.21rem;
	top: .1rem;
}

.contactus .map {
	flex: 1;
}

.contactus .map iframe {
	width: 100%;
	height: 6.1rem !important;
}

.contactus .map .pos {
	width: 6rem;
	padding: .37rem .2rem .37rem .4rem;
	left: 50%;
	top: 10%;
	background-color: #fff;
	transform: translateX(-50%);
	box-shadow: 0 0 .1rem #ccc;
}

.contactus .map .pos .pic {
	width: 1.7rem;
	height: 1.06rem;
	border: .02rem solid #293068;
	border-radius: .05rem;
}

.contactus .map .pos .pic img {
	width: 1.66rem;
	height: 1.02rem;
	object-fit: contain;
}

.contactus .map .text {
	margin-left: .21rem;
	flex: 1;
}

.contactus .map .text h2 {
	line-height: .34rem;
	font-size: .24rem;
	color: #000;
}

.contactus .map .text div {
	margin-top: .02rem;
	line-height: .28rem;
	font-size: .16rem;
	color: #000;
}
/*hr*/
.hr {
	margin-top: 1.01rem;
}

.hr h1 {
	line-height: .44rem;
	font-size: .36rem;
	color: #333;
}

.hr .des {
	margin-top: .14rem;
	line-height: .32rem;
	font-size: .16rem;
	color: #666;
}

.hr .search {
	margin-top: .57rem;
}

.hr .search dl {
	width: 2.2rem;
	height: .6rem;
	cursor: pointer;
}

.hr .search dl dt {
	width: 100%;
	height: .59rem;
	padding: 0 .19rem;
	font-size: .16rem;
	color: #808080;
	outline: none;
	border: 1px solid #e6e6e6;
}

.hr .search dl dt i {
	font-size: .25rem;
}

.hr .search dl dd {
	top: .57rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.hr .search dl dd.active {
	display: block;
}

.hr .search dl dd a {
	padding: 0 .1rem;
	line-height: .5rem;
	border-bottom: 1px solid #e6e6e6;
	font-size: .14rem;
	color: #333;
}

.hr .search dl dd a:hover {
	background-color: #eee;
}

.hr .search .input {
	width: 2.86rem;
	height: .6rem;
	border: 1px solid #e6e6e6;
	border-right: 0;
	padding: 0 .2rem;
	font-size: .14rem;
}

.hr .list {
	margin-top: .4rem;
}

.hr button {
	width: 1.8rem;
	height: .6rem;
	background: #293068;
	border: 0;
	cursor: pointer;
	font-size: .14rem;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.hr .list {
	margin-top: .4rem;
}

.hr .list li {
	width: 3.86rem;
	border: 1px solid #e6e6e6;
	margin-right: .2rem;
	margin-bottom: .2rem;
	padding: .25rem .32rem;
}

.hr .list li:hover {
	box-shadow: 0 0 .1rem #666;
}

.hr .list li:nth-child(3n) {
	margin-right: 0;
}

.hr .list li h2 {
	padding: .08rem 0;
	line-height: .37rem;
	font-size: .24rem;
	color: #333;
}

.hr .list li h3 {
	line-height: .31rem;
	padding-bottom: .15rem;
	border-bottom: 1px solid #e6e6e6;
}

.hr .list li p {
	margin-top: .12rem;
	line-height: 150%;
	font-size: .14rem;
	color: #808080;
}


.indexSwiper img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;