body {
	margin: 0;
}

html {
	font-size: 20px !important;
}

@media screen and (min-width: 576px) {
	html {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 460px) {
	html {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 13.5px !important;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 12px !important;
	}
}



html,
body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

li {
	list-style: none;
}

p {
	margin: 0;
}
[v-cloak] {
  display: none;
}

@media (max-width: 576px) {
	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

ul,
li,
label {
	margin: 0;
	padding: 0;
}

body a:hover {
	text-decoration: none;
}

.button {
	width: 10rem;
	height: 3rem;
	color: #048c40;
	border: solid 1px #048c40;
	background: none;
	text-align: center;
	line-height: 3rem;
	font-size: 1.1rem;
}

.clearfix {
	clear: both;
}

.row {
	margin: 0;
}

/*-- header-top --*/
.header-top {
	background: url(../images/headbg.jpg)repeat-x;
	color: #999;
	font-size: .7rem;
}

.header-top a {
	color: #999;
}

.header-top .content {
	max-width: 60rem;
	line-height: 2rem;
	margin: 0 auto;
	display: flex;
}

.afters:after {
	content: '';
	display: inline-block;
	clear: both;
}

.social {
	text-align: left;
	flex-grow: 1;
}

.tel {
	text-align: right;
	flex-grow: 1;
}

.top-navs {
	max-width: 60rem;
	margin: 0 auto;
}



.bg-light {
	background: none !important;
}

.navbar {
	max-width: 60rem;
	margin: 0 auto;
	padding: 0 0 1rem;
}

.navbar-brand {
	padding: 0;
}

@media screen and (max-width:54rem) {
	.navbar-brand {
		width: 40%;
		float: left;
	}

	.navbar-brand img {
		width: 100%;
	}
}

.navbar-collapse {

	float: right;
}

.navbar-nav {
	float: right !important;
}

.navbar-nav a {
	font-size: 18px;
}

.navbar-nav a.active {
	color: #f1912a !important;
}

.senkai-logo {
	width: 25%;
	float: left;
}

.senkai-logo img {
	width: 100%;
}

.NewsHomeWrap {
	margin-bottom: 2rem;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	padding-bottom: 2rem;
}

.news-bg {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.news-bg img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:500px) {
	.news-bg img {
		width: auto; 
	}	
}

.NewsHomeList {
	max-width: 55rem;
	margin: 0 auto;
	padding-top: 1rem;
	position: relative;

}

.NewsHomeTitle {
	padding: 0 1rem;
	margin-top: 2rem;
	text-align: center;
	font-weight: bold;
	color: #ffd76e;
}

.card-title {
	font-size: 1.2rem;
}

.card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1rem;
	color: #999;
	margin-bottom: 1rem;
}

.card-btn-box {
	padding: 0 0 2rem;
}

.card-btn {
	margin: 0 auto;
	/* padding: 1rem 0; */
	font-size: 1.2rem;
	color: #048C40;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.NewsHomeList .card-img-top {
	width: 100%;
}

.NewsHomeList .card {
	padding: 0;
	border-radius: 0.8rem;
	overflow: hidden;
	border: none;
}

/* aboutCompany */
.aboutCompany {
	max-width: 60rem;
	margin: 1rem auto;
	display: flex;
}

.about-text {
	font-size: 1rem;
	line-height: 1.6rem;
	padding: 0;
	margin-top: 1rem;
	color: #3f3f3f;
}


.about-title {
	margin: 1rem auto 0;

}

.about-title img {
	max-width: 16rem;
	margin-bottom: 1rem;

}

.aboutCompany .aboutbtn {
	margin: 1rem auto;

}

.showPic {
	width: 100%;
	margin-top: 4rem;
}

.showPic ul {
	display: flex;
	flex-direction: row; 
}

.showPic ul li { 
	flex-grow: 1;
}

.showPic img {
	width: 100%;
	/* float: left; */
}

.bottom {
	 
}

.bottom img {
	width: 100%;
	float: left;
}

.address-warp {
	 width: 100%;
	 padding-top: 1px;
	 float: left;
	 height: 21rem;
	 background: url(../images/map-bg.jpg);
	 background-size:100% ;
} 

.address-content {
	margin-top: 3rem !important;	
}
.address-content .maps {
	float: left;
	width: 50%;
	background: #fff;
	height: 2rem;
	padding: 10px;
}
.maps-infor {
	width: 50%;
	float: right;
	color: #fff;
	padding-left: 2rem;
	margin-top: 3rem;
}

.maps-infor h2 {
	font-size: 1.2rem;
	color: #909090;
}
.maps-infor h3 {
	font-size: 1.4rem;
	color: #dfdfdf;
}
.maps-infor .tells {
	margin-bottom: 1rem; 
}

.maps-infor .tells h2:before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .5rem;
	background: url(../images/tell.png) no-repeat;
	background-size: 100% 100%;
	
}
.maps-infor .addr h2:before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .5rem;
	background: url(../images/location.png) no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width :450px) {
	.address-content {
		padding: 1rem;
	}
	.maps-infor h2 { font-size: 1rem;}
	.maps-infor h3 { font-size: 1.1rem;}
}

.copyright {
	background: #090909;
	color: #444;
	text-align: center;
	line-height: 2rem;
	float: left;
	width: 100%;
	font-size: .7rem;
}

.about-pic {
	width: 100%; 
	margin-top: 1rem;
}

.about-pic img {
	width: 100%;
}
.about-pic2 {
	width: 100%; 
	margin-top: -6rem;
}

.about-pic1 {
	
}

.about-pic2 img {
	width: 100%;
}

@media screen and (max-width:500px) {
	 
	 .about-pic1 img{
	 	width: 95%;
	 }
	 
	 .about-pic2 {
	 	width: 100%; 
	 	margin-top: 1rem;
	 }
	.about-pic2 img {
		width: 95%;
	}
}

.aboutCompanyPage {
	margin-bottom: 8rem;
}

.about-title {
	width: 100%;
}

.about-title:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: .4rem;
	border-radius: .3rem;
	background: #009943;
	margin-bottom: .5rem;
}

.about-title h2 {
	font-size: 2.8rem;
	color: #3e3e3e;
}

.about-title h5 {
	font-size: 1.2rem;
	color: #8c8c8c;
}

/* 人才招聘 */
.recruit-list {
	max-width: 1200px;
	margin: 2rem 0;
	border-bottom: solid 1px #ccc;
	padding: 0;
}

.recruit-list:last-child {
	border: none;
}

.recruit-title {
	margin-bottom: 1rem;
}

.recruit-title h2 {
	color: #009943;
	font-size: 1.5rem;
}

.recruit-title h3 {
	margin-top: .5rem;
}

.recruit-title h3 {
	color: #000;
	font-size: 1rem;
}

.demand-basic {
	color: #999;
	margin: 1rem auto;
}

.demand-basic ul li {
	margin: 0;
	padding: 0;
}

.demand-basic h3 {
	color: #000;
	font-size: 1rem;
	margin-bottom: .5rem;
}

/* 联系我们 */
.contact-list {
	margin-top: 1rem;
}

.contact-list h2 {
	font-size: 1.2rem;
}

.contact-list h2:before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/contact-tell.png);
	background-size: 100% 100%;
}

.contact-list:nth-child(2) h2:before {
	background: url(../images/contact-email.png);
	background-size: 100% 100%;
}

.contact-list:nth-child(3) h2:before {
	background: url(../images/contact-address.png);
	background-size: 100% 100%;
}

.contact-list h3 {
	font-size: 1rem;
	color: #8d8d8d;
}

.contact-map {
	margin-top: 1rem;
}

.contact-map img {
	width: 100%;
}

 
.new-title {
	padding: 1rem;
	font-size: 1.5rem;
	text-align: center;
}

.new-title h5 {
	font-size: 1rem;
	margin-top: 1rem;
	text-align: right;
	color: #999;
}

@media (max-width: 576px) {
	.showPic ul { 
		flex-warp: warp; 
	}
	.showPic ul li { 
		flex-grow: 3;
	}
	.about-title h2 {
		font-size: 2rem;
	}

	.navbar {
		padding: 1rem;
	}

	.navbar-toggler {
		padding: 0.2rem;
	}

	.navbar-nav {
		width: 100%;
	}

	.navbar-nav a:hover {
		background: #ffe8a1;
	}

	.navbar-collapse {
		width: 100%;
	}

	.header-top {
		display: none;
	}

	.card-title {
		font-size: 1rem;
	}

	.NewsHomeTitle {
		margin-top: 0;
		padding: 1rem 0 .5rem;
	}

	.NewsHomeList {
		padding-top: 0;
		padding-bottom: 1rem;
	}

	.NewsHomeList .card {
		margin-bottom: 1rem;
	}

	.NewsHomeWrap {
		margin-bottom: 1rem;
	}

	.card-text,
	.card-title {
		margin-bottom: 0;
	}

	.card-body {
		padding: .5rem;
	}

	.card-btn {
		font-size: 1rem;
	}

/* 	.showPic {
		margin-top: 2rem;
	}

	.showPic img {
		width: 33.33%;
		margin-bottom: .5rem;
	} */

}

/* swiper */
.swiper-container {
	width: 100%;
}

.swiper-slide {
	background-position: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.content-warp {
	max-width: 60rem;
	margin: 2rem auto;
}

.new-page {
	width: 100%;
	float: left;
	min-height: 20rem;
	margin-bottom: 4rem;
}

.new-side-bar {
	padding: 0;
	margin: 0;
	float: left;
}
.new-content {
	float: right;
}

.new-page .new-list {
	background: #fff;
	padding: 0;
	margin: 0;
}

.new-page .new-list .title {
	background: #999;
	color: #fff;
	text-align: center;
	padding: .5rem 0;
}

.new-page .new-list .title-active {
	background: #009943;
}

.new-page .new-list h2 {
	font-size: 1.6rem;

}

.new-page .new-list h3 {
	font-size: .6rem;

}

.new-page .new-list .pagelist ul li {
	line-height: 2rem;
	font-size: .8rem;
	color: #909090;
	padding: 0 1rem;
	border: solid 1px #ddd;
	border-top: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.new-page .new-list .pagelist ul li.active {
	border: solid 1px #009943;
	color: #000;
}

.new-page .new-list .pagelist ul li:hover {
	/* border: solid 1px #009943; */
	cursor: pointer;
}


.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	background: #fff !important;
	border: solid 1px #eee;
	margin: 0 2px !important;
}

.el-pagination {
	margin: .5rem 0 1rem;
	padding: 0;

}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	color: #009943;
	border: solid 1px #009943;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #009943;
}

.btn-prev,
.btn-next {
	padding: 0 5px !important;

}

.btn-prev,
.btn-next span {
	font-size: 12px !important;

}

.newcontent {
	padding: 1rem;
	float: right;
}
