html {
	font-size: 10px;
}

/* banner */
.banner,
.banner_swiper {
	width: 100%;

}

.swiper-slide img {
	width: 100%;
}

img.banner {
	margin-top: 80px;
}

.banner .swiper-pagination-bullet {
	width: 13px;
	height: 4px;
	background-color: rgba(255, 255, 255, .36);
	border-radius: 2px;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	width: 40px;
	background-color: rgba(255, 255, 255, 1);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 45px;
}

/* business */
.business ul {
	display: flex;
}

.business li {
	width: 50%;
	text-align: center;
	/* transition: all ease 0.8s; */
	position: relative;
	overflow: hidden;
}

.business li .hover_bg {
	height: 460px;
	overflow: hidden;
}

.business li:first-child .hover_bg .img {
	background: url(../images/business-jl.jpg) center center no-repeat;
	background-size: cover;
}

.business li:last-child .hover_bg .img {
	background: url(../images/business-jc.jpg) center center no-repeat;
	background-size: cover;
}

.hover_bg .img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.hover_bg .img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.business h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
	padding-top: 34px;
	color: #333;
}

.business p {
	font-size: 16px;
	color: #888;
	line-height: 36px;
	line-height: 2;
	padding-bottom: 56px;
}

/* aboutus */
.aboutus {
	position: relative;
	width: 100%;
	height: 780px;
	background-image: url(../images/aboutus-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* display: flex; */
	/* align-items: center; */
	overflow: hidden;
	position: relative;

}

.aboutus .row {
	margin: 0;
	height: calc(100% - 160px);
}

.company-introduct {
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #333;
	padding: 0 3% 0px;

}

.company-introduct .about-detail {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.companyImg {
	height: 100%;
	background: url(../images/aboutus-img.jpg) top right no-repeat;
	background-size: cover;
}

.companyImg img {
	width: 100%;
}

.title-box h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;

}

.title-box p {
	font-size: 18px;
	line-height: 1.6;
	color: #888;
}

.more {
	position: relative;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 4px;
}

.more-blue {
	background-color: #014da2;
	color: #fff;
}

/* datalist */
.datalist {
	width: 100%;
	padding-top: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.datalist ul {
	display: flex;
	justify-content: space-between;
	padding: 0 4%;
	padding-bottom: 40px;

}

.datalist ul li {
	text-align: center;
}

.datalist ul li h3 {
	color: #333333;
	font-size: 56px;
	line-height: 50px;
	font-weight: bold;
}

.datalist ul li span {
	color: #888888;
	font-size: 16px;
	line-height: 20px;
}

/* culture */
.culture {
	position: relative;
	/* width: 100%; */
	height: 430px;
	background-image: url(../images/culture-bg.jpg);
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
	background-size: cover;
	padding: 0 6%;
	overflow: hidden;
}

.culture .title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding-top: 100px;
}

.culture .title-box h3 {
	position: relative;
}

.culture .title-box h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 30px;
	height: 3px;
	background-color: #fff;
}

.culture .more,
.order .more {
	background: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	color: #fff;
}

.culture-box {
	color: #fff;
	padding-top: 50px;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}



/*jiaodiantu*/
.news,
.news .container-content {
	overflow: hidden;
}

.index-news {
	padding: 20px 0;

}

.focus1 {
	position: relative;
	/* width: 724px;
	height: 551px; */
	width: 820px;
	height: 530px;
	float: left;
}

.focus1 img {
	width: 100%;
	height: 100%;
}

.focus1 .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus1 .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus1 .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus1 .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus1 .btn a:hover,
.focus1 .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus1 .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.fcon {
	width: 100%;
	height: 100%;
}

.focus1 .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus1 .shadow {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	height: 44px;
	line-height: 44px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\;6A
}

.focus1 .shadow a {
	text-decoration: none;
	color: #515151;
	font-size: 15px;
	padding-left: 10px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	color: #fff;
}

.focus1 .shadow p {
	height: 40px;
	color: #fff;
	text-indent: 16px;
	text-align: left;
}

.focus1 .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus1 .fcon img {
	display: block;
}

.page_icon {
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 12px;
	z-index: 999;
}

.page_icon a {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	color: #000000;
	background-color: #cccccc;
	float: left;
	margin-right: 10px;
}

.page_icon a.current,
.page_icon a:hover {
	background-color: #a20702;
	color: #fff;
}

.arrow6 {
	z-index: 9;
	width: 40px;
	height: 70px;
	cursor: pointer;
}

.arrow6L {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	background: url(../images/prev.png) no-repeat;
	background-size: 100% 100%;
}

.arrow6R {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0;
	background: url(../images/next.png) no-repeat;
	background-size: 100% 100%;
}

/* news-list */
.news-list {
	/* float: right; */
	/* width: calc(100% - 860px); */
	background-color: #FFFFFF;
	box-sizing: border-box;
	/* padding: 30px 0 0 30px; */
	padding-bottom: 0;
	/* height: 530px; */
}

.news-list dl {
	overflow: hidden;
	margin-bottom: 28px;

}

.news-list dl dt {
	width: 197px;
	height: 150px;
	float: left;
	margin-right: 20px;
}


.news-list dl dd.news-tit {
	font-size: #333;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.news-list dl dd.news-date {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}

.news-list dl dd.news-txt {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.news-ul li {
	/* margin-bottom: 40px; */
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.news-time {
	float: right;
	padding-left: 36px;
}

.news-time p {
	font-size: 40px;
	color: #888;
	font-weight: normal;
}

.news-time span {
	font-size: 14px;
}

.news-ul li .news-tit {
	color: #333;
	font-size: 22px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.news-ul li .news-txt {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/* newsParty */
.newsParty {
	background: #f5f5f5 url(../images/newsParty-bg.jpg) top no-repeat;
	background-size: 100% auto;
	/* padding-top: 90px; */
	/* padding-bottom: 40px; */
}

.newsParty .title-box {
	padding-bottom: 20px;
	padding-top: 90px;
	position: relative;
}

.newsParty .container-content {
	padding-top: 0;
}

.icon-dh {
	position: absolute;
	right: 0;
	bottom: 20px;
}

/* order */
.order {
	position: relative;
	height: 400px;
	background-image: url(../images/order-bg.jpg);
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
	background-size: cover;
	overflow: hidden;
}

.order .title-box {
	display: flex;
	justify-content: space-between;
}

.order .title-box h3 {
	color: #fff;
}

.order .title-box p {
	color: #fff;
}

.form-box {
	padding-top: 40px;
}

.form-box .inp-line {
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 90%;
	font-size: 16px;
	line-height: 2;
	/* font-weight: bold; */
}

.form-box .button {
	background-color: #014da2;
	color: #fff;
	border: 0;
	/* width: 90%; */
	font-size: 16px;
	line-height: 2;
	height: 36px;
	font-weight: bold;
	border-radius: 6px;
}

.form-box .code {
	width: 94px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.form-box .col-md-2:nth-child(5) {
	position: relative;
}

.form-box .col-md-2:nth-child(5) input[type=text] {
	padding-right: 70px;
}

.form-box .col-md-2:last-child {
	text-align: right;
}

.inp-line::placeholder {
	color: #fff;
}

.agree-box {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

.agree-box a {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}



/* news-item */
.items-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.flex {
	display: flex;
}

.news-item {
	flex: 1;
	margin: 3vw 0;
}

.justify-between {
	justify-content: space-between;
}

/* news-ind */

.news-ind {
	background-image: url("../images/bg-news.png");
	background-size: cover;
}

.news-ind .main-content {
	display: flex;
	justify-content: space-between;
}

.news-content {
	flex: 1;
	padding: 0;
}

.news-ind .title-box {
	display: flex;
	justify-content: space-between;
}

.more-blue:hover {
	color: #FFFFFF;
	background-color: rgba(1, 77, 162, .9);
}

.news-ind .row {
	display: flex;
}

.news-content .bg-white {
	padding: 30px 30px;
	border-radius: 0px 0px 14px 14px;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px 0px rgba(226, 208, 207, 0.302);
}


.news-title-wrap {
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0px;
}

.news-title {
	overflow-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: normal;
	color: #333333;

}

.news-date {

	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: #999999;
}

.zoom-on-hover {
	overflow: hidden;
	position: relative;
	height: 0px;
	padding-bottom: 56%;
}

.zoom-on-hover img {
	transition: transform 0.3s ease;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.zoom-on-hover img:hover {
	transform: scale(1.1);
}

.rgt-newslist li {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.rgt-newslist .news-title2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rgt-newslist .news-date {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: #999999;
}

.col-md-4.news-item:last-child {
	display: flex;
	flex-direction: column;
}

.rgt-newslist {
	flex: 1;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.rgt-newslist li {
	flex: 1;
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* culture-ind */
.culture-ind .title-box {
	display: flex;
	justify-content: space-between;
}

.culture-ind {
	background-image: url("../images/cultureBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
}

.culture-ind ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	justify-content: flex-start;
	padding-top: 48px;
}

.culture-ind li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9f9f9;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
	padding: 30px;
	margin-bottom: 24px;

}

.culture-ind .text-container {
	flex: 1;
	text-align: left;
}

.culture-ind ul img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-left: 20px;
}

.culture-ind ul h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;

	letter-spacing: normal;
	color: #000000;
	margin-bottom: 10px;
}
.culture-ind ul p {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #767676;
	min-height: calc(1.5em * 2);
	max-height: auto;
	display: block;
	overflow: visible;
}



/* media start */
@media (max-width:1700px) {
	.aboutus {
		height: 620px;
	}
}

@media (max-width:1600px) {

	html {
		overflow-x: hidden;
	}
}

@media (max-width:1500px) {
	.aboutus {
		height: 620px;
	}
}

@media (max-width:1480px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
	.container_pad {
		width: 90%;
	}

	.news-list {
		width: 100%;
	}

	.focus1 {
		width: 100%;
	}

	/* culture-ind */
	.culture-ind ul h3 {
		font-size: 24px;
	}

	.culture-ind ul p {
		font-size: 18px;
	}

	.culture-ind {
		padding: 20px 0;
	}

	.container-content {
		padding: 20px 4% 20px;
	}

}




@media (max-width:990px) {
	.order .container-content {
		padding-top: 40px;
	}

	.form-box {
		padding-top: 20px;
	}

	.form-box .button {
		margin-top: 20px;
	}

	.form-box .col-md-2:last-child {
		text-align: left;
	}

	.form-box .inp-line {
		width: 100%;
	}

	.news-ind .row {
		display: block;
	}
}

@media (max-width: 960px) {

	.culture-ind ul {
		grid-template-columns: 1fr;
		padding: 0 10px;
		padding-top: 30px;
	}

	.culture-ind li {
		margin-bottom: 0;
	}


	.culture-ind .text-container {
		flex: 1;
		text-align: left;
	}

	.culture-ind ul h3 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: normal;
		color: #000000;
		margin-bottom: 10px;
	}

	.culture-ind ul p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: normal;
		color: #767676;
	}

	.culture-ind ul img {
		width: 64px;
		height: 64px;
		margin-left: 15px;
	}
	/* tab-nav */
	.tab-nav li {
				flex: inherit;
			}

			.tab-more {
				top: -50px;
			}
}
