.nbanner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*******************************banner-内页*******************************/
.banner-in {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-text-table {
	display: table;
	width: 100%;
	height: 100%;
}

.banner-txt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.banner-txt h1 {
	margin: 0;
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.banner-in h3 {
	font-size: 40px;
	margin: 0;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

@media(max-width:1200px) {
	.banner-in {
		height: 420px;
	}

	.banner-txt h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.banner-in h3 {
		font-size: 36px;
	}
}

@media(max-width:991px) {
	.banner-in {
		height: 360px;
	}

	.banner-txt h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.banner-in h3 {
		font-size: 32px;
	}
}

@media(max-width:700px) {
	.banner-in {
		height: 200px;
	}

	.banner-txt h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.banner-in h3 {
		font-size: 28px;
	}

}


.nmain {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0;
}

.post {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto 20px;
	font-size: 16px;
	color: #333;
}

.post i {
	margin-right: 5px;
	font-size: 18px;
	color: #333;
}

.post a {
	font-size: 16px;
	color: #333;
}


.nmain_left {
	float: left;
	width: 270px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}

.nmain_left_title {
	width: 100%;
	height: 120px;
	background: url(../images/nnav_bj.jpg) no-repeat center;
	background-size: cover;

	margin-bottom: 10px;
}

.nmain_left_title span {
	display: block;
	text-align: center;
}

.nmain_left_title span.nmain_left_title_t1 {
	text-transform: uppercase;
	font-family: impact;
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
}

.nmain_left_title span.nmain_left_title_t2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

.nmain_left_title span.nmain_left_title_t3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 120px;
}

.nmain_left_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}


.nmain_left_nav_one {
	background: #eee;
	line-height: 50px;
	text-indent: 40px;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nmain_left_nav.active .nmain_left_nav_one {
	background: #0075cf;
}

.nmain_left_nav.active .nmain_left_nav_one a {
	display: block;
	color: #fff;
	font-weight: 600;
}

.nmain_left_nav:hover .nmain_left_nav_one {
	background: #0075cf;
}

.nmain_left_nav:hover .nmain_left_nav_one a {
	display: block;
	color: #fff;
	font-weight: 600;
}


.nmain_left_nav_two {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-indent: 40px;
}

.nmain_left_nav_two ul li {
	float: left;
}

.nmain_left_nav_two li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_left_nav_two li a {
	display: block;
	font-size: 16px;
}

.nmain_left_nav:hover .nmain_left_nav_two li:hover a {
	color: #0075cf;
}

.nmain_left_nav_two li.on {
	color: #0075cf;
	background: #fff;
}

.nmain_left_nav_two li.on a {
	color: #0075cf;
}


.nmain_left_contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
}

.nmain_left_contact p {

	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px dashed #cccc;
}

.nmain_left_contact p i {
	font-style: normal;
	color: #fff;
	font-size: 16px;
}


.nmain_right {
	float: right;
	width: calc(100% - 300px);
	height: auto;
	overflow: hidden;
	/* border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px 0; */
}


.nmain_tuijian {
	width: 100%;
	height: auto;
	overflow: hidden;

	margin-bottom: 20px;
}



.tuijian_prev:after {
	position: absolute;
	left: 10px;
	font-size: 30px !important;
	color: #0075cf;

	background: #eee;

	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}

.tuijian_prev:hover:after {
	color: #38b6f4;
}

.tuijian_next:after {
	position: absolute;
	right: 10px;
	font-size: 30px !important;
	color: #0075cf;

	background: #eee;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}

.tuijian_next:hover:after {
	color: #38b6f4;
}


.tuijian_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.tuijian_txt_box {
	background: #eee;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.tuijian_txt_box i {
	display: block;
	font-size: 46px;
	text-align: center;
	color: #0075cf;
	margin-bottom: 20px;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.tuijian_txt_box:hover {
	background: #0075cf;
	color: #fff;
}

.tuijian_txt_box:hover i {
	color: #fff;
}

.nmain_prolist {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;

}

.nmain_prolist_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nmain_prolist_box:hover {
	border: 1px solid #0075cf;
}

.nmain_prolist_box a {
	display: block;
}

.nmain_prolist_box img {
	width: 100%;
}

.nmain_prolist_box span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 45px;
	background: #eee;
}

.nmain_prolist_box span a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* 防淘宝切换 */
.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pc-slide {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 5px;
}

.view .swiper-slide .img-center {
	width: 100%;
	height: 300px;
	line-height: 300px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin: 0 30px;
	overflow: hidden;
}

.preview .swiper-slide .img-center {
	height: 85px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .active-nav .img-center {
	border-color: #0075cf;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}


.nmain_right_txt {
	float: right;
	width: calc(100% - 450px);
	height: auto;
	overflow: hidden;
}

.nmain_right_txt_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 24px;
	font-weight: 600;
	line-height: 48px;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.nmain_right_txt_des {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_right_txt_des strong {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 600;
	display: block;
	line-height: 50px;
	font-size: 20px;
}

.nmain_right_txt_des p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 32px;
}


.nmain_right_txt_anniu{
	margin-top: 10px;
}

.nmain_right_txt_anniu a{
	background: #0075cf;
	display: inline-block;
	color: #fff;
	padding: 8px 30px;
	margin-right: 20px;
	border-radius: 20px;
}

.nmain_right_txt_tel {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.nmain_right_txt_tel span {
	background: #ccc;
	display: inline-block;
	color: #333;
	padding: 0 20px 0 20px;
	line-height: 40px;
	height: auto;
	border-radius: 20px;
	font-size: 18px;
}

.nmain_right_txt_tel span i {
	color: #333;
	font-size: 20px;
	margin-right: 5px;
}

.nmain_right_txt_tel span strong {
	color: #d2070b;
	line-height: 40px;
	font-size: 18px;
}

.nmain_neirong {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_neirong_nav {
	border-bottom: 1px solid #e4e4e4;
	margin: 20px 0;
	padding-bottom: 5px;
}

.nmain_neirong_nav span {
	font-size: 20px;
	color: #111;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 3px solid #0075cf;
	padding-bottom: 10px;
}

/* .nmain_neirong_one{
	overflow-x: scroll;
} */

.nmain_neirong_one table {
	width: 100%;
	border: 1px solid #e4e4e4;
	border-spacing: 0;
}

.nmain_neirong_one table tr {
	border: 1px solid #e4e4e4;
}

.nmain_neirong_one table tr td {
	font-size: 16px;
	padding: 5px;
	line-height: 32px;
	color: #333;
	text-align: center;
	border: 1px solid #e4e4e4;
}

.nmain_neirong_one table tr td:nth-child(2n+2) {
	border-right: 1px solid #999;
}

.nmain_neirong_one table tr td:nth-child(4n+4) {
	border-right: 1px solid #e4e4e4;
}

.nmain_neirong_one table tr:nth-child(1) {
	background-color: #f1f1f1;
}

.nmain_neirong_one table tr:nth-child(1) td {
	font-size: 16px;
	color: #333;
	/* font-weight: bold; */
}

.nmain_neirong_one table tr:nth-child(2n-1) {
	background-color: #f1f1f1;
}


.nmain_neirong_two {
	position: relative;
	width: 100%;
	height: auto;
	/* overflow: hidden; */

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
}


.nmain_neirong_two_box {
	position: relative;

	float: left;
	width: 100%;
	height: auto;
	min-height: 350px;
	/* overflow: hidden; */

	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* .nmain_neirong_two_box:nth-child(odd){
	float: right;
} */


.pos-center {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pos-center p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 32px;
}

.nmain_neirong_two_box strong {
	color: #0075cf;
	font-size: 26px;
}

/* .nmain_neirong_two_box strong em{
	background: #0075cf;
	font-style: normal;	
	padding: 5px 6px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
} */

.nmain_neirong_two_box img {
	max-width: 100%;
	max-height: 90%;
	display: block;
	margin: 0px auto;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.nmain_jiangwen {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_jiangwen_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eee;

	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 10px;

	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;

}


.nmain_jiangwen_box_left {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_jiangwen_box_left img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.nmain_jiangwen_box_right {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #0075cf;
	padding: 20px;
}

.nmain_jiangwen_box_right span {
	display: block;
	color: #fff;
}

.nmain_jiangwen_box_right span.t1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 20px;
}

.nmain_jiangwen_box_right span.t2 {
	font-size: 16px;
	line-height: 32px;
}



.nmain_zhanshi {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.nmain_zhanshi_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 10px;
}

.nmain_zhanshi_box_main {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.nmain_zhanshi_box_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_zhanshi_box_img img {
	border-radius: 5px;
	width: 100%;
}

.nmain_zhanshi_box_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_zhanshi_box_txt span {
	display: block;
}

.nmain_zhanshi_box_txt span.nmain_zhanshi_box_txt_t1 {
	line-height: 50px;
	font-size: 20px;
	color: #0075cf;
	font-weight: 800;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.nmain_zhanshi_box_txt span.nmain_zhanshi_box_txt_t2 {
	font-size: 16px;
	line-height: 32px;
	color: #111;
}



.nmain_neirong_changsuo {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_neirong_changsuo p {
	font-size: 16px;
	line-height: 32px;
}

.nmain_neirong_zhuyishixiang {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_neirong_zhuyishixiang img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.nmain_neirong_zhuyishixiang p {
	font-size: 16px;
	line-height: 32px;
}



/* 新闻 */
.nmain_newslist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_newslist ul li {
	float: left;
}

.nmain_newslist li {
	width: 100%;
	height: auto;
	overflow: hidden;

	border: 1px solid #dedede;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}

.nmain_newslist li:hover {
	border: 1px solid #0075cf;
}

.nmain_newslist_box {
	display: grid;
	grid-template-columns: 1.2fr 2.8fr;
	gap: 30px;
}

.nmain_newslist_box_left {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_newslist_box_left img {
	width: 100%;
}

.nmain_newslist_box_left a {
	display: block;
}

.nmain_newslist_box_right {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_newslist_h1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.nmain_newslist_h1 a {
	display: block;
	font-size: 18px;
	color: #111;
	line-height: 40px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nmain_newslist_des {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 30px;
	overflow: hidden;
}

.nmain_newslist_more {
	float: right;
	width: 100px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	background: #b6b6b6;
	text-align: center;
	display: block;
}

.nmain_newslist_more a {
	color: #fff;
}

.nmain_newslist li:hover .nmain_newslist_more {
	background: #0075cf;
}


.nmain_news {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_news_title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #111;
	margin-bottom: 10px;
	font-weight: bold;
}

.nmain_news_date {
	text-align: center;
	font-size: 13px;
	color: #9f9f9f;
	line-height: 30px;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.nmain_news_des {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
}

.nmain_news_des img {
	max-width: 100%;
	display: inline-block;
}


/* 下载 */

.nmain_downlist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_downlist ul li {
	float: left;
}

.nmain_downlist li {
	width: 23%;
	margin: 0 1% 20px;
	border: 1px solid #DEDEDE;
	line-height: 30px;
	border-radius: 30px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}

.nmain_downlist li a {
	padding: 5px 0 5px 20px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	position: relative;
	display: block;
}

.nmain_downlist li a i {
	display: block;
	width: 60px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: #0075cf url(../images/downicon.png) no-repeat center;
	background-size: auto;
	background-size: auto;
	background-size: 20px;
}

/* 人才招聘 */
.nmain_joblist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_joblist ul li {
	float: left;
}

.nmain_joblist li {
	padding: 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_joblist li:first-child {
	padding-top: 0;
}

.nmain_joblist li:nth-child(2n+2) {
	background-color: #f1f1f1;
}



.pg-about-title {
	margin-bottom: 30px;
}

.pg-about-title h5 {
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.pg-about-title span {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	display: block;
}

.zhaaopin-yaoqiu {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.zhaaopin-yaoqiu div {
	float: left;
	width: 33%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.page-about3-text {
	overflow: hidden;
}

.page-about3-left {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.page-about3-right {
	float: left;
	width: 49%;
}

.pg-dt-tt {
	font-size: 18px;
	color: #0075cf;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}

.pg-dt-tt1 span {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: block;
}


/* 关于我们 */
.about img {
	max-width: 100%;
}

.about h2 {
	color: #0075cf;
	margin-bottom: 20px;
	font-weight: 600;
}

.about h2 span {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #0075cf;
	display: block;
}

.about span {
	color: #0075cf;
	line-height: 45px;
	font-size: 18px;
	font-weight: 800;
}

.about p {
	line-height: 36px;
}

.culturelist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.culturelist li {
	background: #fff;
	width: 23%;
	margin: 0 1% 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #dedede;
	padding: 10px 5px;
	float: left;
	min-height: 130px;
}

.culturelist li strong {
	display: block;
	color: #0075cf;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.culturelist li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: auto;
	overflow: hidden;
}

.historylist {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.historylist:before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 52px;
	width: 1px;
	background: #0075cf;
}

.historylist li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.historylist li i {
	width: 9px;
	height: 9px;
	background: #0075cf;
	border-radius: 10px;
	display: block;
	position: absolute;
	left: -5px;
	top: 15px;
}

.historylist li strong {
	font-size: 30px;
	font-family: impact;
	color: #0075cf;
	float: left;
	margin-right: 20px;
	line-height: 40px;
	background: #fff;
}

.historylist li p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.compshow {}

.compshow li {
	width: 31.3333%;
	float: left;
	margin: 0 1% 20px;
	text-align: center;
	color: #666;
	font-size: 16px;
}

.compshow li img {
	display: block;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 5px;
}

.compshow li p {
	line-height: 30px;
	margin-bottom: 0 !important;
}

.brand_i {
	float: right;
}

.brand span.fl {
	width: 70%;
	color: #333;
}

.brand p.p1 {
	text-align: center;
}

.brand p.p1 img.honor_i {
	width: 45%;
}

.brand p.p2 {
	text-align: center;
}

.brand p.p2 img {
	width: 19%;
}



/* 联系我们 */

.contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.contact .contact2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 150px;
}

.contact .contact2 img {
	height: auto;
	display: block;
	margin-top: 30px;
}

.contact .p1 {
	font-size: 18px;
	color: #0075cf;
	font-weight: bold;
	line-height: 36px;
}

.contact .p2 {
	font-size: 16px;
	line-height: 32px;
}

.shuaitable {
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	width: 100%;
}

.shuaitable th {
	border: 1px solid #DEDEDE;
	line-height: 32px;
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
	background: #f1f1f1
}

.shuaitable tr:nth-child(1) td {
	font-weight: 600;
}

.shuaitable td {
	border: 1px solid #DEDEDE;
	line-height: 32px;
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
}

.shuaitable tr:nth-child(2n) td {
	background: #f1f1f1;
}

.shuaitable2 {
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	width: 100%;
}

.shuaitable2 a {
	color: #fff !important;
}

.shuaitable2 th {
	border: 1px solid #DEDEDE;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 10px !important;

	background: #f1f1f1
}

.shuaitable2 td {
	border: 1px solid #DEDEDE;
	line-height: 1.6 !important;
	font-size: 12px !important;
	padding: 5px !important;

}

.shuaitable2 tr:nth-child(2n) td {
	background: none !important;
}

.shuaitable3 {
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	width: 100%;
}

.shuaitable3 th {
	border: 1px solid #DEDEDE;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	background: #f1f1f1
}

.shuaitable3 td {
	border: 1px solid #DEDEDE;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
}

.shuaitable3 tr:nth-child(2n) td {
	background: #f1f1f1;
}



@media screen and (max-width: 1200px) {

	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 10px 0;
	}

	.post {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		font-size: 12px;
		color: #333;
	}

	.post i {
		margin-right: 5px;
		font-size: 18px;
		color: #333;
	}

	.post a {
		font-size: 12px;
		color: #333;
	}


	.nmain_left {
		display: none;

		float: left;
		width: 270px;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
	}

	.nmain_left_title {
		width: 100%;
		height: 120px;
		background: url(../images/nnav_bj.jpg) no-repeat center;
		background-size: cover;

		margin-bottom: 10px;
	}

	.nmain_left_title span {
		display: block;
		text-align: center;
	}

	.nmain_left_title span.nmain_left_title_t1 {
		text-transform: uppercase;
		font-family: impact;
		color: #fff;
		font-size: 40px;
		padding-top: 10px;
	}

	.nmain_left_title span.nmain_left_title_t2 {
		color: #fff;
		font-size: 28px;
		font-weight: 600;
	}


	.nmain_left_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}


	.nmain_left_nav_one {
		background: #eee;
		line-height: 50px;
		text-indent: 40px;
	}

	.nmain_left_nav.active .nmain_left_nav_one {
		background: #0075cf;
	}

	.nmain_left_nav.active .nmain_left_nav_one a {
		display: block;
		color: #fff;
		font-weight: 600;
	}

	.nmain_left_nav:hover .nmain_left_nav_one {
		background: #0075cf;
	}

	.nmain_left_nav:hover .nmain_left_nav_one a {
		display: block;
		color: #fff;
		font-weight: 600;
	}


	.nmain_left_nav_two {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		border: 1px solid #eee;
		box-sizing: border-box;
		text-indent: 40px;
	}

	.nmain_left_nav_two ul li {
		float: left;
	}

	.nmain_left_nav_two li {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_left_nav_two li a {
		display: block;
		font-size: 16px;
	}

	.nmain_left_nav:hover .nmain_left_nav_two li:hover a {
		color: #0075cf;
	}

	.nmain_left_nav.active .nmain_left_nav_two li.on a {
		color: #0075cf;
	}



	.nmain_left_contact {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 10px;
	}

	.nmain_left_contact p {

		line-height: 30px;
		font-size: 16px;
		border-bottom: 1px dashed #cccc;
	}

	.nmain_left_contact p i {
		font-style: normal;
		color: #fff;
		font-size: 16px;
	}


	.nmain_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 10px 0; */
	}


	.nmain_tuijian {
		width: 100%;
		height: auto;
		overflow: hidden;

		margin-bottom: 20px;
	}



	.tuijian_prev:after {
		position: absolute;
		left: 10px;
		font-size: 30px !important;
		color: #0075cf;

		background: #eee;

		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
	}

	.tuijian_prev:hover:after {
		color: #38b6f4;
	}

	.tuijian_next:after {
		position: absolute;
		right: 10px;
		font-size: 30px !important;
		color: #0075cf;

		background: #eee;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
	}

	.tuijian_next:hover:after {
		color: #38b6f4;
	}


	.tuijian_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 30px;
		margin-top: 10px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.tuijian_txt_box {
		background: #eee;
		padding: 20px;
		text-align: center;
		border-radius: 5px;
	}

	.tuijian_txt_box i {
		display: block;
		font-size: 46px;
		text-align: center;
		color: #0075cf;
		margin-bottom: 20px;
	}

	.tuijian_txt_box:hover {
		background: #0075cf;
		color: #fff;
	}

	.tuijian_txt_box:hover i {
		color: #fff;
	}


	.nmain_prolist {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;

	}

	.nmain_prolist_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		border: 1px solid #eee;
		box-sizing: border-box;
	}

	.nmain_prolist_box a {
		display: block;
	}

	.nmain_prolist_box img {
		width: 100%;
	}

	.nmain_prolist_box span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		line-height: 45px;
		background: #eee;
	}

	.nmain_prolist_box span a {
		display: block;
		font-size: 14px;
	}


	/* 防淘宝切换 */
	.img-center {
		text-align: center;
		font-size: 0;
	}

	.img-center img {
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.img-cover {
		overflow: hidden;
		position: relative;
	}

	.img-cover span {
		display: block;
		width: 100%;
		background: no-repeat center / cover;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.pc-slide {
		float: left;
		width: 400px;
		height: auto;
		overflow: hidden;
		border: 1px solid #eee;
		box-sizing: border-box;
		padding: 5px;
	}

	.view .swiper-slide .img-center {
		width: 100%;
		height: 300px;
		line-height: 300px;
	}

	.view .swiper-container {
		width: 100%;
	}

	.preview {
		width: 100%;
		margin-top: 10px;
		position: relative;
	}

	.preview .swiper-container {
		margin: 0 30px;
		overflow: hidden;
	}

	.preview .swiper-slide .img-center {
		height: 85px;
		border: 1px solid #ddd;
		cursor: pointer;
		position: relative;
		line-height: 80px;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.preview .arrow-left {
		background: url(../images/feel3.png) no-repeat left top;
		position: absolute;
		left: 9px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview .arrow-right {
		background: url(../images/feel4.png) no-repeat left bottom;
		position: absolute;
		right: 9px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview .active-nav .img-center {
		border-color: #0075cf;
	}

	div.zoomDiv {
		z-index: 999;
		position: absolute;
		top: 0;
		left: 0;
		background: #ffffff;
		border: 1px solid #ddd;
		display: none;
		text-align: center;
		overflow: hidden;
		font-size: 0;
	}

	div.zoomMask {
		position: absolute;
		background: url(../images/mask.png) repeat scroll 0 0 transparent;
		cursor: move;
		z-index: 1;
	}


	.nmain_right_txt {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_right_txt_title {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		font-weight: 800;
		line-height: 32px;
		text-align: center;
		border-bottom: 1px dashed #999;
		margin-bottom: 5px;
		padding-bottom: 3px;
	}

	.nmain_right_txt_des {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_right_txt_des strong {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-weight: 800;
		display: block;
		line-height: 32px;
		font-size: 16px;
	}

	.nmain_right_txt_des p {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 24px;
	}
	
	
	.nmain_right_txt_anniu{
		margin-top: 10px;
	}
	
	.nmain_right_txt_anniu a{
		font-size: 14px;
		background: #0075cf;
		display: inline-block;
		color: #fff;
		padding: 8px 30px;
		margin-right: 20px;
		border-radius: 20px;
	}
	

	.nmain_right_txt_tel {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}

	.nmain_right_txt_tel span {
		background: #ccc;
		display: block;
		color: #333;
		padding: 0 20px 0 20px;
		line-height: 40px;
		height: auto;
		border-radius: 20px;
		font-size: 14px;
		text-align: center;
	}

	.nmain_right_txt_tel span i {
		color: #333;
		font-size: 20px;
		margin-right: 5px;
	}

	.nmain_right_txt_tel span strong {
		color: #d2070b;
		line-height: 40px;
		font-size: 18px;
	}

	.nmain_neirong {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_neirong_nav {
		border-bottom: 1px solid #e4e4e4;
		margin: 20px 0;
		padding-bottom: 5px;
	}

	.nmain_neirong_nav span {
		font-size: 16px;
		color: #111;
		line-height: 32px;
		font-weight: bold;
		border-bottom: 3px solid #0075cf;
		padding-bottom: 10px;
	}

	.nmain_neirong_one {
		overflow-x: scroll;
	}

	.nmain_neirong_one table {
		width: 100%;
		border: 1px solid #e4e4e4;
		border-spacing: 0;
	}

	.nmain_neirong_one table tr {
		border: 1px solid #e4e4e4;
	}

	.nmain_neirong_one table tr td {
		font-size: 12px;
		padding: 2px;
		line-height: 24px;
		color: #333;
		text-align: center;
		border: 1px solid #e4e4e4;
	}

	.nmain_neirong_one table tr td p {
		font-size: 12px;
		padding: 2px;
		line-height: 24px;
		color: #333;
	}

	.nmain_neirong_one table tr:nth-child(1) {
		background-color: #f1f1f1;
	}

	.nmain_neirong_one table tr:nth-child(1) td {
		font-size: 14px;
		color: #333;
		/* font-weight: bold; */
	}

	.nmain_neirong_one table tr:nth-child(2n-1) {
		background-color: #f1f1f1;
	}




	.nmain_neirong_two {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0px;
		padding: 5px;
	}


	.nmain_neirong_two_box {
		position: relative;

		float: left;
		width: 100%;
		height: auto;
		min-height: 150px;
		/* overflow: hidden; */

		border-bottom: 1px dashed #999;
		margin-bottom: 10px;
		padding: 10px;
	}


	/* .nmain_neirong_two_box:nth-child(odd){
		float: right;
	} */


	.pos-center {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.pos-center p {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.nmain_neirong_two_box strong {
		color: #0075cf;
		font-size: 14px;
		line-height: 28px;
	}

	/* .nmain_neirong_two_box strong em{
		background: #0075cf;
		font-style: normal;	
		padding: 5px;
		border-radius: 50%;
		color: #fff;
		font-size: 16px;
	} */

	.nmain_neirong_two_box img {
		max-width: 90%;
		max-height: 90%;
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}



	.nmain_jiangwen {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_jiangwen_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #eee;

		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;

		border-radius: 5px;
		padding: 0px;
		margin-bottom: 10px;

	}


	.nmain_jiangwen_box_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_jiangwen_box_left img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
		width: 100%;
	}

	.nmain_jiangwen_box_right {
		width: auto;
		height: auto;
		overflow: hidden;
		background: #0075cf;
		padding: 10px;
	}

	.nmain_jiangwen_box_right span {
		display: block;
		color: #fff;
	}

	.nmain_jiangwen_box_right span.t1 {
		font-weight: 600;
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 5px;
	}

	.nmain_jiangwen_box_right span.t2 {
		font-size: 14px;
		line-height: 24px;
	}



	.nmain_zhanshi {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
	}

	.nmain_zhanshi_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f7f7f7;
		padding: 10px;
	}

	.nmain_zhanshi_box_main {
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	.nmain_zhanshi_box_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_zhanshi_box_img img {
		border-radius: 5px;
		width: 100%;
	}

	.nmain_zhanshi_box_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_zhanshi_box_txt span {
		display: block;
	}

	.nmain_zhanshi_box_txt span.nmain_zhanshi_box_txt_t1 {
		line-height: 28px;
		font-size: 14px;
		color: #0075cf;
		font-weight: 800;
		border-bottom: 1px dashed #999;
		padding-bottom: 0px;
		margin-bottom: 5px;
	}

	.nmain_zhanshi_box_txt span.nmain_zhanshi_box_txt_t2 {
		font-size: 12px;
		line-height: 20px;
		color: #111;
	}


	.nmain_neirong_changsuo {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_neirong_changsuo p {
		font-size: 14px;
		line-height: 28px;
	}

	.nmain_neirong_zhuyishixiang {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_neirong_zhuyishixiang p {
		font-size: 12px;
		line-height: 20px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}




	/* 新闻 */
	.nmain_newslist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_newslist ul li {
		float: left;
	}

	.nmain_newslist li {
		width: 100%;
		height: auto;
		overflow: hidden;

		border: 1px solid #dedede;
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 10px;
		background: #fff;
	}

	.nmain_newslist li:hover {
		border: 1px solid #0075cf;
	}

	.nmain_newslist_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.nmain_newslist_box_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_newslist_box_left img {
		width: 100%;
	}

	.nmain_newslist_box_left a {
		display: block;
	}

	.nmain_newslist_box_right {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_newslist_h1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.nmain_newslist_h1 a {
		display: block;
		font-size: 16px;
		color: #111;
		line-height: 32px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nmain_newslist_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 24px;
		color: #797979;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.nmain_newslist_more {
		float: right;
		width: 100px;
		height: auto;
		overflow: hidden;
		line-height: 30px;
		background: #b6b6b6;
		text-align: center;
		display: block;
	}

	.nmain_newslist_more a {
		font-size: 14px;
		color: #fff;
	}

	.nmain_newslist li:hover .nmain_newslist_more {
		background: #0075cf;
	}


	.nmain_news {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_news_title {
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #111;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.nmain_news_date {
		text-align: center;
		font-size: 12px;
		color: #9f9f9f;
		line-height: 20px;
		border-bottom: 1px dashed #999;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.nmain_news_des {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_news_des p {
		line-height: 24px;
		font-size: 12px;
	}

	.nmain_news_des img {
		max-width: 100%;
		display: inline-block;
	}


	/* 下载 */

	.nmain_downlist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_downlist ul li {
		float: left;
	}

	.nmain_downlist li {
		width: 48%;
		margin: 1%;
		border: 1px solid #DEDEDE;
		box-sizing: border-box;
		line-height: 20px;
		border-radius: 20px;
		overflow: hidden;
		float: left;
		box-sizing: border-box;
	}

	.nmain_downlist li a {
		padding: 10px 0 10px 10px;
		font-size: 12px;
		color: #333;
		text-decoration: none;
		position: relative;
		display: block;
	}

	.nmain_downlist li a i {
		display: block;
		width: 42px;
		height: 42px;
		position: absolute;
		right: 0;
		top: 0;
		background: #0075cf url(../images/downicon.png) no-repeat center;
		background-size: auto;
		background-size: auto;
		background-size: 16px;
	}

	/* 人才招聘 */
	.nmain_joblist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_joblist ul li {
		float: left;
	}

	.nmain_joblist li {
		padding: 20px 10px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_joblist li:first-child {
		padding-top: 20px;
	}

	.nmain_joblist li:nth-child(2n+2) {
		background-color: #f1f1f1;
	}



	.pg-about-title {
		margin-bottom: 10px;
	}

	.pg-about-title h5 {
		color: #333;
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: 600;
		text-align: center;
	}

	.pg-about-title span {
		color: #666;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		display: block;
	}

	.zhaaopin-yaoqiu {
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ccc;
		box-sizing: border-box;
	}

	.zhaaopin-yaoqiu div {
		float: left;
		width: 50%;
		font-size: 14px;
		line-height: 28px;
		color: #666;
	}

	.page-about3-text {
		overflow: hidden;
	}

	.page-about3-left {
		float: left;
		width: 100%;
		margin-right: 0%;
	}

	.page-about3-right {
		float: left;
		width: 100%;
	}

	.pg-dt-tt {
		font-size: 16px;
		color: #0075cf;
		font-weight: bold;
		line-height: 30px;
		margin: 10px 0;
	}

	.pg-dt-tt1 span {
		font-size: 14px;
		color: #333;
		line-height: 28px;
		display: block;
	}




	/* 关于我们 */
	.about img {
		max-width: 100%;
	}

	.about h2 {
		color: #0075cf;
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 24px;
		text-align: center;
	}

	.about h2 span {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 20px;
		color: #0075cf;
		display: block;
	}

	.about span {
		color: #0075cf;
		line-height: 45px;
		font-size: 18px;
		font-weight: 800;
	}

	.about p {
		line-height: 28px;
		font-size: 14px;
	}

	.culturelist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.culturelist li {
		background: #fff;
		width: 98%;
		margin: 0 1% 10px;
		box-sizing: border-box;
		text-align: center;
		border-radius: 4px;
		border: 1px solid #dedede;
		padding: 20px;
		float: left;
	}

	.culturelist li strong {
		display: block;
		color: #0075cf;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.culturelist li p {
		font-size: 14px;
		color: #666;
		line-height: 24px;
		height: auto;
		overflow: hidden;
	}

	.historylist {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.historylist:before {
		content: "";
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 40px;
		width: 1px;
		background: #0075cf;
	}

	.historylist li {
		position: relative;
		padding-left: 10px;
		margin-bottom: 20px;
	}

	.historylist li i {
		width: 9px;
		height: 9px;
		background: #0075cf;
		border-radius: 10px;
		display: block;
		position: absolute;
		left: -5px;
		top: 15px;
	}

	.historylist li strong {
		font-size: 24px;
		font-family: impact;
		color: #0075cf;
		float: left;
		margin-right: 20px;
		line-height: 40px;
		background: #fff;
	}

	.historylist li p {
		font-size: 14px;
		color: #666;
		line-height: 28px;
	}

	.compshow {}

	.compshow li {
		width: 48%;
		float: left;
		margin: 0 1% 10px;
		text-align: center;
		color: #666;
		font-size: 16px;
	}

	.compshow li img {
		display: block;
		width: 100%;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	.compshow li p {
		line-height: 30px;
		margin-bottom: 0 !important;
	}

	.brand_i {
		float: right;
	}

	.brand span.fl {
		width: 70%;
		color: #333;
	}

	.brand p.p1 {
		text-align: center;
	}

	.brand p.p1 img.honor_i {
		width: 45%;
	}

	.brand p.p2 {
		text-align: center;
	}

	.brand p.p2 img {
		width: 19%;
	}



	/* 联系我们 */

	.contact {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.contact .contact2 {
		width: 100%;
		height: auto;
		overflow: hidden;
		min-height: 150px;
	}

	.contact .contact2 img {
		height: auto;
		display: block;
		margin-top: 30px;
	}

	.contact .p1 {
		font-size: 18px;
		color: #0075cf;
		font-weight: bold;
		line-height: 36px;
	}

	.contact .p2 {
		font-size: 16px;
		line-height: 32px;
	}


	.biaogedundong {
		overflow-x: scroll;
	}

	.shuaitable {
		border-collapse: collapse;
		border: 1px solid #DEDEDE;
		width: 100%;
	}

	.shuaitable th {
		border: 1px solid #DEDEDE;
		line-height: 20px;
		font-size: 14px;
		padding: 10px 20px;
		background: #f1f1f1
	}

	.shuaitable tr:nth-child(1) td {
		font-weight: 600;
	}

	.shuaitable td {
		border: 1px solid #DEDEDE;
		line-height: 20px;
		font-size: 14px;
		padding: 10px 20px;

	}

	.shuaitable tr:nth-child(2n) td {
		background: #f1f1f1;
	}

	.shuaitable2 {
		border-collapse: collapse;
		border: 1px solid #DEDEDE;
		width: 100%;
	}

	.shuaitable2 a {
		color: #fff !important;
	}

	.shuaitable2 th {
		border: 1px solid #DEDEDE;
		line-height: 20px;
		font-size: 14px;
		padding: 5px 10px !important;

		background: #f1f1f1
	}

	.shuaitable2 td {
		border: 1px solid #DEDEDE;
		line-height: 1.6 !important;
		font-size: 12px !important;
		padding: 5px !important;

	}

	.shuaitable2 tr:nth-child(2n) td {
		background: none !important;
	}

	.shuaitable3 {
		border-collapse: collapse;
		border: 1px solid #DEDEDE;
		width: 100%;
	}

	.shuaitable3 th {
		border: 1px solid #DEDEDE;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
		background: #f1f1f1;
	}

	.shuaitable3 td {
		border: 1px solid #DEDEDE;
		line-height: 32px;
		font-size: 16px;
		text-align: center;
	}

	.shuaitable3 tr:nth-child(2n) td {
		background: #f1f1f1;
	}


}




.nabout_pinpai {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	display: block;
}

.page-about1-1tit {
	font-size: 18px;
	color: #0075cf;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}

.page-about1-1txt {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	line-height: 30px;
	text-indent: 30px;
}

.nabout_zhengshu_one {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabout_zhengshu_one ul li {
	float: left;
}

.nabout_zhengshu_one li {
	width: 50%;
}

.nabout_zhengshu_one li img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}


.nabout_zhengshu_two {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.nabout_zhengshu_two img {
	width: 100%;
}

.nabout_zhengshu_two>div {
	border: 1px solid #f2f2f2;
	padding: 3px;
}

.nabout_zhengshu_two span {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
}

.nmain_tuijian_box_img {
	position: relative;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.nmain_tuijian_box_img img {
	width: 100%;
}




@media screen and (max-width: 1200px) {



	.nabout_pinpai {
		font-size: 16px;
		line-height: 36px;
		color: #333;
		display: block;
	}

	.page-about1-1tit {
		font-size: 18px;
		color: #0075cf;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.page-about1-1txt {
		font-size: 16px;
		color: #333;
		margin-bottom: 15px;
		line-height: 30px;
		text-indent: 30px;
	}

	.nabout_zhengshu_one {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.nabout_zhengshu_one ul li {
		float: left;
	}

	.nabout_zhengshu_one li {
		width: 50%;
	}

	.nabout_zhengshu_one li img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}


	.nabout_zhengshu_two {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.nabout_zhengshu_two img {
		width: 100%;
	}

	.nabout_zhengshu_two>div {
		border: 1px solid #f2f2f2;
		padding: 3px;
	}

	.nabout_zhengshu_two span {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		color: #333;
		font-size: 14px;
		font-weight: 500;
		line-height: 40px;
	}

	.nmain_tuijian_box_img {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.nmain_tuijian_box_img img {
		width: 100%;
	}

}



.xiazai_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.xiazai_nav a {
	display: inline-block;

	padding: 10px 50px;
	margin: 0px 30px 30px;
	color: #fff;
	background: #0075cf;
	border-radius: 30px;
}

.xiazai_nav a:hover {
	color: #fff;
	background: #0075cf;
}

.xiazai_nav a.active {
	color: #fff;
	background: #0075cf;
}



@media screen and (max-width: 1200px) {

	.xiazai_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.xiazai_nav a {
		display: inline-block;

		padding: 5px 20px;
		margin: 0px 10px 10px;
		color: #111;
		background: #f7f7f7;
	}

	.xiazai_nav a:hover {
		color: #fff;
		background: #0075cf;
	}

	.xiazai_nav a.active {
		color: #fff;
		background: #0075cf;
	}

}




.suportlist03 {
	display: grid;
	grid-template: ".." /1fr;
	gap: 20px;
}

.suportlist03 .item {
	border: 1px solid #dedede;
	border-radius: 6px;
	overflow: hidden;
}

.suportlist03 .item .hd {
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 20px;
	border-bottom: 1px solid #dedede;
	background: #f7f7f7;
	color: #333;
}

.suportlist03 .item .hd:before {
	content: '问';
	background: #d71419;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 4px;
}

.suportlist03 .item .hd span {
	display: none;
	margin: 0 10px 0 0;
}

.suportlist03 .item .bd {
	padding: 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

.suportlist03 .item .bd:before {
	content: '答';
	background: #0075cf;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 4px;
}


/* 租赁 */

.zulin{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}


.zulin_one_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 10px;
}


.zulin_one_list{
	width: 100%;
	height: auto;
}

.zulin_one_list img.zulin_che{
	position: absolute;
	
	width: 600px;
}

.zulin_one_t1{
	font-size: 40px;
	font-style: italic;
	font-weight: 600;
	color: #0075cf;
	margin-top: 50px;
}

.zulin_one_t1en{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.zulin_one_t2{
	font-size: 18px;
	text-align: left;
	line-height: 40px;
}

.zulin_one_t2 span{
	color: #397bd9;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
}

.zulin_one_t3{
	width: 70%;
	background: -webkit-linear-gradient(270deg, #28a1de, #4957d4);
	background: linear-gradient(270deg, #28a1de, #4957d4);
	line-height: 50px;
	margin: 20px auto;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
}

.zulin_one_t3 strong{
	color: #fff000;
	font-size: 16px;
}

.zulin_one_t4{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	margin-top: 50px;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.zulin_one_t4_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zulin_one_t4_list img{
	display: block;
	margin: 0px auto;
}

.zulin_one_t4_list span{
	display: block;
	margin: 10px auto;
	color: #000;
	font-size: 16px;
}


.zulin_two_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e5edff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 30px 0;
	margin: 30px auto;
	color: #333;
	
}

.zulin_three_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.zulin_three_box_list{
	position: relative;
	min-height: 500px;
}

.zulin_three_box_list img{
	display: block;
	margin: 0px auto;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	max-width: 100%;
}

.zulin_four_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zulin_four_box img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}

.zulin_five_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zulin_five_box img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}

.zulin_sex_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zulin_sex_box img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}



@media screen and (max-width: 1200px) {
	
	
	/* 租赁 */
	
	.zulin{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	
	
	.zulin_one_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	
	.zulin_one_list{
		width: 100%;
		height: auto;
	}
	
	.zulin_one_list img.zulin_che{
		position: relative;
		max-width: 100%;
	}
	
	.zulin_one_t1{
		font-size: 30px;
		font-style: italic;
		font-weight: 600;
		color: #0075cf;
		margin-top: 10px;
	}
	
	.zulin_one_t1en{
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	
	.zulin_one_t2{
		font-size: 16px;
		text-align: left;
		line-height: 40px;
	}
	
	.zulin_one_t2 span{
		color: #397bd9;
		font-size: 18px;
		font-style: italic;
		font-weight: 600;
	}
	
	.zulin_one_t3{
		width: 70%;
		background: -webkit-linear-gradient(270deg, #28a1de, #4957d4);
		background: linear-gradient(270deg, #28a1de, #4957d4);
		line-height: 50px;
		margin: 10px auto;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
	}
	
	.zulin_one_t3 strong{
		color: #fff000;
		font-size: 16px;
	}
	
	.zulin_one_t4{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		margin-top: 30px;
		
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}
	
	.zulin_one_t4_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.zulin_one_t4_list img{
		display: block;
		margin: 0px auto;
		max-width: 80%;
	}
	
	.zulin_one_t4_list span{
		display: block;
		margin: 10px auto;
		color: #000;
		font-size: 14px;
	}
	
	
	.zulin_two_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #e5edff;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		padding: 20px 0;
		margin: 20px auto;
		color: #333;
		
	}
	
	.zulin_three_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		position: relative;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.zulin_three_box_list{
		position: relative;
		min-height: 250px;
	}
	
	.zulin_three_box_list img{
		display: block;
		margin: 0px auto;
		max-width: 100%;
		
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.zulin_four_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.zulin_four_box img{
		display: block;
		margin: 20px auto;
		max-width: 100%;
	}
	
	.zulin_five_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.zulin_five_box img{
		display: block;
		margin: 20px auto;
		max-width: 100%;
	}
	
	.zulin_sex_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.zulin_sex_box img{
		display: block;
		margin: 30px auto;
		max-width: 100%;
	}
	

}
	