/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */
nav {
	display: flex;
	align-items: center;
	padding: 0px 10px;
	background: #fff;
}

nav .logo {
	width: 193px;
}
nav .logo  img{
	width: 100%;
}
nav .header-nav {
	width: calc(100% - 243px);
	margin: 0 auto;
}

nav .header-nav .navbar-nav {
	display: flex;
	padding-top: 30px;
}

nav .header-nav .navbar-nav>li {
	margin-right: 3px;
	transition: 0.4s;
	position: relative;
	z-index: 99;
}

nav .header-nav .navbar-nav>li::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url('../Images/navBG1.png') no-repeat center bottom;
	opacity: 0;
	transition: 0.4s;
}

nav .header-nav .navbar-nav>li.active::after,
nav .header-nav .navbar-nav>li:hover::after {
	opacity: 1;
}

nav .header-nav .navbar-nav>li>a {
	display: block;
	width: 110px;
	height: 87px;
	overflow: hidden;
	line-height: 87px;
	color: #5e5f5f;
	font-size: 14px;
	text-align: center;
	transition: 0.4s;
}

nav .header-nav .navbar-nav>li.active>a,
nav .header-nav .navbar-nav>li:hover>a {
	color: #1a5493;
}

nav .header-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 83px;
	z-index: 999;
	padding: 15px;
	background: #fff;
	top: 100%;
	transition: 0.4s;
}

nav .header-nav .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

nav .header-nav .dropdown-menu li {
	margin-bottom: 10px;
}

nav .header-nav .dropdown-menu li:last-child {
	margin-bottom: 0;
}

nav .header-nav .dropdown-menu li a {
	white-space: nowrap;
	padding-left: 13px;
	background: url(../Images/spic1.png) no-repeat left center;
}

nav .header-nav .dropdown-menu li:hover a {
	color: #1a5493;
	background: url(../Images/spic2.png) no-repeat left center;
}
.mobile-nav{
	display: none;
}
.mindh{
	display: none;
}
.nav-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}
footer .footerBox{
	background: #232323 url(../Images/footerBG.jpg) no-repeat center top;
}

footer .footerBox .footer {
	width: 100%;
	padding: 40px 35px;
	
	display: flex;
	justify-content: space-between;
}

footer .footerBox .footer .footer-left p {
	color: #919191;
	font-size: 12px;
	line-height: 26px;
}

footer .footerBox .footer .footer-left p a {
	color: #919191;
	display: inline-block;
	text-decoration: underline;
}

.main-content {
	background: #fff;
	padding-bottom: 20px;
}

.main-content .banner ul li a img {
	width: 100%;
}

.main-content .banner .btn-op {
	opacity: 0;
	transition: 0.4s;
}

.main-content .banner:hover .btn-op {
	opacity: 1;
}

.main-content .banner .swiper-button-prev {
	width: 33px;
	height: 53px;
	left: 15px;
}

.main-content .banner .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url('../images/BannerLeft.png') no-repeat;
}

.main-content .banner .swiper-button-next {
	width: 33px;
	height: 53px;
	right: 15px;
}

.main-content .banner .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url('../images/BannerRgt.png') no-repeat;
}

.ProdBox {
	margin-top: 30px;
	padding-bottom: 30px;
}

.ProdBox .productList {
	padding: 5px;
}

.ProdBox .productList ul li a {
	position: relative;
	max-width: 254px;
}

.ProdBox .productList ul li a img {
	width: 100%;
	height: 175px;
	transition: 0.4s;
}

.ProdBox .productList ul li a {
	overflow: hidden;
}

.ProdBox .productList ul li:hover a img {
	transform: scale(1.05);
}

.ProdBox .productList ul li a p {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgb(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 34px;
	transition: 0.4s;
}

.ProdBox .productList ul li:hover a p {
	background: #1a5493;
}

.page-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.page-top .change-btn {
	display: flex;
}

.page-top .change-btn .btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.page-top .change-btn .btn.left-btn {
	background: url(../Images/p_left1.jpg) no-repeat center center;
	margin-right: 5px;
}

.page-top .change-btn .btn.left-btn:hover {
	background: url(../Images/p_left2.jpg) no-repeat center center;
}

.page-top .change-btn .btn.right-btn {
	background: url(../Images/p_right1.jpg) no-repeat center center;
}

.page-top .change-btn .btn.right-btn:hover {
	background: url(../Images/p_right2.jpg) no-repeat center center;
}



.newsBox .newsList {
	padding: 5px;
}
.newsBox .news>ul>li{
	margin-right: 2%;
}
.newsBox .news>ul>li:nth-child(3n){
	margin-right: 0%;
}
.newsBox .newsList>ul>li{
	width: 32%;
}
.newsBox .newsList>ul>li>a {
	width: 100%;
	padding: 20px;
	background: rgb(230, 230, 230);
	position: relative;
	transition: 0.4s;
	background: rgb(230, 230, 230);
	border-top: 4px solid #000;
}

.newsBox .newsList>ul>li:hover a {
	background: #fff;
	box-shadow: 0px 2px 7px 1px rgb(0, 0, 0, 0.3);
}

.newsBox .newsList>ul>li:hover a {
	border-top: 4px solid #1a5493;
}

.newsBox .newsList>ul>li a .time {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #a2a2a2;
}

.newsBox .newsList>ul>li a .newsImg {
	height: 119px;
	margin-bottom: 15px;
	overflow: hidden;
}

.newsBox .newsList>ul>li a .newsImg img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.newsBox .newsList>ul>li:hover a .newsImg img {
	transform: scale(1.05);
}

.newsBox .newsList>ul>li a p {
	height: 48px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.newsBox .newsList>ul>li:hover a p {
	color: #1a5493;
}

.newsBox .newsList>ul>li a .desc {
	height: 36px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.index_linkBox {
	width: 100%;
	height: 120px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.index_link {
	width: 1100px;
	margin: 0 auto;
	display: flex;
}
.index_link li{
		width: 32%;
		height: 100px;
		margin-right: 2%;
	}
	.index_link li:last-child{
		margin-right: 0;
	}

.index_link li.last {
	margin-right: 0px;
}

.index_link li a {
	position: relative;
	display: block;
	width: 238px;
	height: 76px;
	padding-top: 24px;
	padding-left: 110px;
	font-size: 12px;
	color: #353434;
}

.index_link li a span.img {
	position: absolute;
	top: 24px;
	left: 54px;
	width: 48px;
	height: 55px;
}

.index_link li a b {
	display: block;
	height: 26px;
	padding-top: 5px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
}

.index_link li a em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

.index_link li:hover .img {
	-webkit-animation-name: beat;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: 1;
	animation-name: beat;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	animation-iteration-count: 1;
}

@-webkit-keyframes beat {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(-15px);
	}

	40% {
		transform: translateY(0px);
	}

	60% {
		transform: translateY(-10px);
	}

	80% {
		transform: translateY(0px);
	}

	90% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}


.detail {
	margin-left: 30px;
	flex: 1;
	max-width: 832px;
	padding-bottom: 70px;
}

.detail img {
	max-width: 100%;
}

.detail .title {
	margin-bottom: 20px;
	line-height: 50px;
	font-weight: normal;
	font-size: 24px;
	color: #1a5493;
}

.detail .product-desc {
	width: 100%;
}

.detail .product-desc img {
	max-width: 100%;
}

.detail .product-list {
	width: 100%;
}

.detail .product-list .tt {
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #1a5493;
	border-bottom: 1px solid #e5e9ea;
}

.detail .product-list .swiper {
	width: 100%;
}

.detail .product-list ul li a .pro-img {
	height: 162px;
	overflow: hidden;
}

.detail .product-list ul li a .pro-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.detail .product-list ul li:hover a .pro-img img {
	transform: scale(1.05);
}

.detail .product-list ul li a .pro-title {
	width: 100%;
	height: 50px;
	padding: 12px 10px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	color: #454545;
	background: #f0f0f0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail .product-list ul li:hover a .pro-title {
	color: #fff;
	background: #1a5493;
}

.detail.show-box .title {
	border-bottom: 1px solid #e5e9ea;
}

.detail.show-box .show {
	display: flex;
}

.detail.show-box .show .left {
	flex: 1;
}

.detail.show-box .show .right {
	width: 373px;
	margin-left: 30px;
}

.detail>ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.detail .swiper-wrapper {
	flex-wrap: nowrap;
}

.detail>ul>li {
	margin-right: 58px;
	margin-bottom: 20px;
}

.detail ul li:nth-child(3n) {
	margin-right: 0;
}

.detail ul li .img {
	width: 238px;
	height: 162px;
	overflow: hidden;
}

.detail ul li .img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.detail ul li .p {
	width: 238px;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	color: #454545;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s;
}

.detail ul li:hover .p {
	color: #fff;
	background: #1a5493;
}

.detail>ul>li:hover a .img img {
	transform: scale(1.05);
}

.detail .top-box {
	border-bottom: 1px solid #e5e9ea;
}

.detail .top-box h2 {
	text-align: center;
	padding-bottom: 14px;
	font-size: 24px;
	font-weight: normal;
	color: #1a5493;
}

.detail .top-box p {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.detail .news-show {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e9ea;
}

.detail .page-link {
	padding-top: 15px;
}

.detail .page-link span:nth-child(2) {
	display: none;
}

.detail .page-link span:nth-child(4) {
	display: none;
}

.detail .page-link span,
.detail .page-link a {
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.down-btn {
	display: inline-block;
	line-height: 20px;
	background: #1a5493;
	padding: 5px 20px;
	color: #fff;
	margin: 0 0 0 auto;
}

.detail .tt {
	margin-bottom: 20px;
}

.detail .tt span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-family: "SimSun";
	font-size: 12px;
	color: #333;
}

.detail .tt em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-family: "Arial";
	font-size: 12px;
	color: #999;
}

.detail .contact-detail p {
	display: flex;
	align-items: center;
	line-height: 30px;
}

.contact-detail p img {
	margin-right: 10px;
}

.map-box {
	margin-top: 20px;
}

.map-box #container {
	height: 300px;
}

.job-box p {
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 14px;
	color: #1482c5;
	text-indent: 2rem;
}

.job-list table {
	border-collapse: collapse;
}

.job-list table tr th {
	background: #1482c5;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	
}
.job-list table tr th:nth-child(1){
	width: 180px;
}
.job-list table tr th:nth-child(2){
	width: 80px;
}
.job-list table tr th:nth-child(3){
	width: 130px;
}
.job-list table tr th:nth-child(4){
	width: 150px;
}
.job-list table tr td {
	text-align: center;
	border-bottom: 1px solid #ebeaea;
	line-height: 20px;
	padding: 10px;
}

.job-list table tr td a {
	color: #1482c5;
}

.job-list table tr td a.join-btn {
	width: 60px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	color: #1482c5;
	background: #eae9e9;
	display: inline-block;
}

.job-list table tr td a.join-btn:hover {
	color: #eae9e9;
	background: #1482c5;
}