.proIBox {
	padding: 4.6em 0 5.9em;
}

.proIBox .tab ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.proIBox .tab ul li {
	cursor: pointer;
	padding: 0.6em 56px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #b0b0b0;
	position: relative;
}

.proIBox .tab ul li section {
	display: none;
	background: #fff;
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 555555;
}

.proIBox .tab ul li section a {
	color: #333 !important;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.proIBox .tab ul li:hover section {
	display: block;

}

.proIBox .tab ul li:last-child {
	margin-right: 0;
}

.proIBox .tab ul li.cur,
.proIBox .tab ul li:hover {
	background: #ff6600;
	color: #fff;
	position: relative;
}

.proIBox .tab ul li.cur a,
.proIBox .tab ul li:hover a {
	color: #fff
}

/* .proIBox .tab ul li.cur::after { display: block; content: ""; */
/* position: absolute; left: 50%; bottom: 0; margin-left: -0.7em; */
/* height: 0.3em; width: 1.4em;background-color: #002fa7;} */
@media only screen and (max-width:1920px) {
	.proIBox .tab ul li {
		padding: 0.6em 2.9vw;
		margin-right: 20px;
	}
}

@media only screen and (max-width:828px) {

	.proIBox .tab ul li {
		padding: 0.6em 2vw;
		margin-right: 0.5vw;
	}
}

.proIBox .list {
	width: 92.8%;
	margin: 0 auto;
}

.proIBox .list ul {
	margin-top: 0.8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.proIBox .list li {
	position: relative;
	z-index: 0;
	padding: 2.7% 0 6.5%;
	width: 30.7%;
	margin-right: 3.95%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.proIBox .list li:nth-child(3n) {
	margin-right: 0;
}

.proIBox .list li::before {
	content: "";
	display: block;
	z-index: 10;
	position: absolute;
	background-color: #ebebeb;
	width: 2px;
	height: 77%;
	top: 0;
	right: -6.6%;
}

.proIBox .list li::after {
	content: "";
	display: block;
	z-index: 10;
	position: absolute;
	background-color: #ebebeb;
	width: 87%;
	height: 2px;
	bottom: 0;
	margin-bottom: 14%;
	left: 6.5%;
}

.proIBox .list li:nth-child(3n)::before {
	display: none;
}

.proIBox .list li:nth-child(4)::after,
.proIBox .list li:nth-child(5)::after,
.proIBox .list li:nth-child(6)::after {
	display: none;
}

.proIBox .list .txt {
	padding: 7.3% 1.4em 0;
	text-align: center;
}

.proIBox .list .name {
	color: #3b3b3b;
	font-weight: bold;
}

.proIBox .list .name a {
	color: #3b3b3b;
}

.proIBox .list .name a:hover {
	color: #013e8e;
}

.proIBox .list .cla {
	margin-top: 0.2em;
	color: #002fa7;
}

.proIBox .list .pic {
	position: relative;
	z-index: 0;
	padding-top: 62%;
	overflow: hidden;
	background: #3f3f41;
	background-size: 100% 100%;
}

.proIBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.proIBox .list .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.proIBox .list .pic .intro {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 7px solid #002fa7;
	background-color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
	text-align: left;
	padding: 8% 0.8em;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*.proIBox .list li:hover .intro {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}*/

@media only screen and (max-width:828px) {
	.proIBox {
		padding: 3em 0 1.5em;
	}

	.proIBox .list li {
		width: 100%;
		margin-top: 1em;
		margin-right: 0
	}

	;

	.proIBox .list li:nth-child(3n) {
		margin-right: 0;
	}

	.proIBox .list li:nth-child(2n) {
		margin-right: 0;
	}

	.proIBox .list .txt {
		padding: 1em 0.1em 0;
	}

	.proIBox .list li::before {
		display: none;
	}

	.proIBox .list li::after {
		display: none;
	}
}


.newIBox {
	padding: 2.7em 0 4.5em;
}

.newIBox .list {
	width: 92.8%;
	margin: 0 auto 6.4em;
}

.newIBox .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.newIBox .list li {
	position: relative;
	z-index: 0;
	width: 49.25%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newIBox .list li:nth-child(2n) {
	margin-right: 0;
}

.newIBox .list li .lib {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newIBox .list li .lib:hover {
	-moz-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, .08);
	box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, .08);
}

.newIBox .list .txt {
	flex: 1;
	padding: 6.7% 4.6% 6% 2.6%;
	text-align: left;
}

.newIBox .list .name {
	display: block;
	cursor: pointer;
	color: #4c4c4c;
	line-height: 1.1em;
	padding: 0.3em 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	z-index: 0;
}

.newIBox .list .nameC {
	max-height: 2.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newIBox .list .name a {
	color: #4c4c4c;
}

.newIBox .list li:hover .name {
	color: #fff;
}

.newIBox .list li:hover .name a {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newIBox .list li .name::after {
	content: "";
	display: block;
	position: absolute;
	left: -1.45em;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #002fa7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.newIBox .list li:hover .name::after {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.newIBox .list .date {
	margin-top: 7.5%;
	font-style: italic;
	color: #4a4a4a;
}

.newIBox .list .intro {
	margin-top: 7.5%;
	line-height: 1.3em;
	color: #828282;
	height: 6.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.btnMore {
	display: inline-block;
	border-bottom: 1px solid #002fa7;
	color: #002fa7;
	margin-top: 15%;
}

.btnMore b {
	display: inline-block;
	margin-left: 0.3em;
}

.newIBox .list .picb {
	width: 43.7%;
}

.newIBox .list .pic {
	display: block;
	cursor: pointer;
	width: 100%;
	position: relative;
	z-index: 0;
	height: 100%;
	overflow: hidden;
}

.newIBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newIBox .list .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
	.newIBox {
		padding: 2.7em 0 3em;
	}

	.newIBox .list {
		margin: 0 auto 3em;
	}

	.newIBox .list ul {
		display: block;
	}

	.newIBox .list li {
		width: 100%;
		margin-right: 0;
		margin-top: 1.8em;
	}

}

@media only screen and (max-width:500px) {
	.newIBox .list li .lib {
		display: block;
	}

	.newIBox .list .picb {
		width: 100%;
	}

	.newIBox .list .pic {
		height: 0;
		padding-top: 92.5%;
	}
}


.samIBox {
	padding: 5.3% 0;
}

.samIBox .tit {
	color: #002fa7;
	line-height: 1.2;
}

.samIBox .tit2 {
	color: #a7a7a7;
	margin-top: 0.6em;
}

@media only screen and (max-width:828px) {
	.samIBox {
		padding: 3em 0;
	}
}

.samDBox {
	position: relative;
	z-index: 0;
}

.samDBox .btnNext {
	cursor: pointer;
	position: absolute;
	font-size: 125px;
	right: 0;
	top: 50%;
	margin-top: -0.6em;
	line-height: 1.2em;
	color: #cdcdcd;
}

.samDBox .btnNext:hover {
	color: #002fa7;
}

.samDBox .btnPrev {
	cursor: pointer;
	position: absolute;
	font-size: 125px;
	left: 0;
	top: 50%;
	margin-top: -0.6em;
	line-height: 1.2em;
	color: #cdcdcd;
}

.samDBox .btnPrev:hover {
	color: #002fa7;
}

@media only screen and (max-width:1920px) {

	.samDBox .btnNext,
	.samDBox .btnPrev {
		font-size: 6.5vw;
	}
}

.swiper-sam-d {
	width: 73.6%;
	margin: 3.6% auto 0;
}

.swiper-sam-d .pic {
	position: relative;
	z-index: 0;
	padding-top: 57.2%;
	overflow: hidden;
}

.swiper-sam-d .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.samDBox .swiper-scrollbar {
	width: 100%;
	position: relative;
	margin: 5% auto 0;
	background-color: transparent;
	height: 6px;
	border-radius: 0;
	filter: alpha(opacity=100) !important;
	;
	-moz-opacity: 1.0 !important;
	;
	opacity: 1.0 !important;
}

.samDBox .swiper-scrollbar-drag {
	border-radius: 0 !important;
	background-color: #002fa7 !important;

	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

@media only screen and (max-width:1920px) {
	.samDBox .swiper-scrollbar {
		height: 0.3vw
	}
}

@media only screen and (max-width:828px) {
	.swiper-sam-d {
		margin: 1.5em auto 0;
	}

	.swiper-container-horizontal.swiper-sam-d>.swiper-scrollbar {
		margin-bottom: 1em;
	}
}

.swiper-sam-s {
	margin-top: 2.5%;
}

.swiper-sam-s .swiper-slide {
	width: 18.9%;
	margin-right: 0.87%;
}

.swiper-sam-s .pic {
	position: relative;
	z-index: 0;
	padding-top: 88.8%;
	overflow: hidden;
}

.swiper-sam-s .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-horizontal.swiper-sam-s>.swiper-scrollbar {
	width: 73.6%;
	position: relative;
	margin: 0 auto 2.5%;
	background-color: transparent;
	height: 6px;
	border-radius: 0;
	filter: alpha(opacity=100) !important;
	;
	-moz-opacity: 1.0 !important;
	;
	opacity: 1.0 !important;
}

.swiper-sam-s .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #002fa7;
}

@media only screen and (max-width:828px) {
	.swiper-sam-s {
		margin: 2em auto 0;
	}

	.swiper-container-horizontal.swiper-sam-s>.swiper-scrollbar {
		margin-bottom: 1em;
	}
}

.appIBox {
	padding: 5.9em 0 2.8em;
}

.appIBox .list {}

.appIBox .list ul {
	padding-left: 0.35%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.appIBox .list li {
	position: relative;
	z-index: 0;
	width: 32.98%;
	margin-right: 0.35%;
	margin-top: 0.35%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.appIBox .list .pic {
	position: relative;
	z-index: 0;
	padding-top: 84%;
	overflow: hidden;
}

.appIBox .list li:nth-child(1),
.appIBox .list li:nth-child(7) {
	width: 66.31%;
}

.appIBox .list li:nth-child(1) .pic,
.appIBox .list li:nth-child(7) .pic {
	padding-top: 41.7%;
}

.appIBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.appIBox .list .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.appIBox .list .pic .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16%;
	text-align: left;
	padding: 0 1.5em;
	color: #fff;
	line-height: 2;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.appIBox .list .pic .name span {
	display: inline-block;
	border-bottom: 0.08em solid #fff;
}

.appIBox .list .pic:hover .name {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

@media only screen and (max-width:828px) {
	.appIBox {
		padding: 3em 0;
	}

	.appIBox .list ul {
		padding-left: 0.7%;
	}

	.appIBox .list li {
		width: 49.3%;
		margin-top: 0.7%;
		margin-right: 0.7%;
	}


	.appIBox .list li:nth-child(1),
	.appIBox .list li:nth-child(4) {
		width: 99.3%;
	}

	.appIBox .list li:nth-child(1) .pic,
	.appIBox .list li:nth-child(4) .pic {
		padding-top: 41.7%;
	}
}

.compList {
	border-bottom: 1px solid #d1d1d1;
	padding: 0.7em 0 0.7em;
}

.compList ul {
	color: #2b2b2b;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.compList li {
	margin: 0.8em 0.8em 0;
}

.compList img {
	vertical-align: middle;
	width: 3.5em;
	height: 3.5em;
	display: inline-block;
}

.compList span {
	margin-left: 1em;
	vertical-align: middle;
	display: inline-block;
}

@media only screen and (max-width:828px) {
	.compList span {
		margin-left: 0.3em;
	}

	.compList li {
		margin: 0.8em 0.3em 0;
	}

	.compList img {
		width: 2.6em;
		height: 2.6em;
	}
}

.speBox {
	padding: 5.4% 0 2%;
}

.speBox .tit {
	font-weight: bold;
	color: #000;
}

.speBox .txt {
	margin: 2.8% 2.5% 0;
	color: #555;
	line-height: 1.6;
}

.speBox .line {
	width: 0.37em;
	height: 6.8em;
	margin: 4.3% auto 0;
	background-color: #002fa7;
}

@media only screen and (max-width:828px) {
	.speBox {
		padding: 3em 0 1.5em;
	}

	.speBox .txt {
		margin-top: 1.5em;
	}

	.speBox .line {
		margin-top: 2em;
		height: 4em;
		width: 0.2em;
	}
}

.facBox {
	padding: 2% 0 5%;
}

.facBox .tit {
	font-weight: bold;
	color: #002fa7;
}

.swiper-fac-w {
	margin-left: -3.3%;
	margin-right: 3.3%;
}

.swiper-fac {
	margin: 3.4% auto 0;
	max-width: 1920px;
	overflow: visible;
}

.swiper-fac .swiper-slide {
	width: 18.9%;
	margin-right: 0.87%;
}

.swiper-fac .pic {
	position: relative;
	z-index: 0;
	padding-top: 68.1%;
	overflow: hidden;
}

.swiper-fac .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-horizontal.swiper-fac>.swiper-scrollbar {
	width: 402px;
	position: relative;
	left: 3.3%;
	margin: 3.1% auto 0;
	background-color: #e2e2e2;
	height: 6px;
	border-radius: 0;
	filter: alpha(opacity=100) !important;
	;
	-moz-opacity: 1.0 !important;
	;
	opacity: 1.0 !important;
}

.swiper-fac .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #002fa7;
}

@media only screen and (max-width:828px) {
	.facBox {
		padding: 1.5em 0 3em;
	}

	.swiper-container-horizontal.swiper-fac>.swiper-scrollbar {
		margin-top: 6%;
		width: 80%;
		height: 3px;
	}
}

.persBox {
	margin-bottom: 4.9%;
	background: #000 url(../images/pers_bg.jpg) center center no-repeat;
	color: #fff;
	padding: 8% 0 6.4%;
}

.persBox .tit {
	color: #e8e8e8;
	line-height: 1.2;
}

.persBox .tit2 {
	line-height: 1.2;
	margin-top: 1.9%;
	font-weight: bold;
}

.persBox .tit3 {
	line-height: 1.2;
	margin-top: 3.9%;
	color: #d7d6d6;
}


@media only screen and (max-width:828px) {
	.persBox {
		padding: 3em 0;
	}
}

.contBox {
	max-width: 1920px;
	margin: 0 auto;
	padding: 5.3em 0 3.6em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contBox .txtb {
	width: 19%;
	margin-left: 9.5%;
	text-align: left;
}

.contBox .txtb .tit {
	color: #002fa7;
	line-height: 1.3;
}

.contBox .txtb .tit2 {
	font-weight: bold;
	color: #272727;
	line-height: 1.3;
}

.contBox .txtb .line {
	width: 2px;
	height: 98px;
	background-color: #002fa7;
	margin: 1em auto 0 0.3em;
}

@media only screen and (max-width:1920px) {
	.contBox .txtb .line {
		height: 5.1vw;
	}
}

.contBox .txtb dl {
	margin-top: 13.8%;
	color: #4b4b4b;
	line-height: 1.25;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.contBox .txtb dl dt {
	width: 3em;
	margin-right: 0.7em;
	font-weight: bold;
	font-style: italic;
}

.contBox .txtb dl dd {
	flex: 1;
}

.contBox .mapb {
	position: relative;
	z-index: 0;
	margin-right: 1.9%;
	width: 68.3%;
	height: 673px;
}

.contBox .mapb .map {
	object-fit: cover;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.contBox .mapb::after {
	position: absolute;
	z-index: -1;
	right: -2.8%;
	top: 0;
	margin-top: -3.2%;
	content: "";
	display: block;
	width: 16.3%;
	height: 100%;
	background-color: #002fa7;
}

@media only screen and (max-width:1920px) {
	.contBox .mapb {
		height: 35vw;
	}
}

@media only screen and (max-width:828px) {
	.contBox {
		display: block;
		padding: 3em 0 1.5em;
	}

	.contBox .txtb {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}

	.contBox .mapb {
		width: 92%;
		height: 70vw;
		margin-top: 2em;
		margin-right: 4%;
		margin-left: 4%;
	}

	.contBox .txtb .line {
		height: 8vw;
	}

	.contBox .txtb dl {
		margin-top: 1em;
	}
}

.messBox {
	padding: 3.6em 0 4.5em;
}

.messBox .tit {
	font-weight: bold;
	color: #1d1d1d;
	line-height: 1.2;
}

.messBox .tit span {
	color: #002fa7;
}

.messBox .tit2 {
	margin-top: 1.4em;
	font-weight: bold;
	color: #010101;
}

.messBox .form form {
	margin-top: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
}

.messBox dl {
	line-height: 1.7;
	padding: 2.4em 0 0.7em;
	width: 100%;
	border-bottom: 1px solid #828282;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.messBox .form {
	margin: 0 6.7%;
}

.messBox dl.dl_s {
	width: 48.6%;
}

.messBox dl dt {
	padding: 0 0.3em;
	color: #000;
	font-weight: bold;
}

.messBox dl dd {
	flex: 1;
	padding-left: 8.4%;
}

.messBox dl .input,
.messBox dl .textarea {
	font-size: 1em;
	width: 100%;
	line-height: 2.4;
	height: 2.4em;
	border: 0;
	outline-width: 0;
}

.messBox dl .textarea {
	line-height: 1.3;
	height: 7.8em;
}

.messBox dl.dl_content {
	align-items: flex-start;
	height: auto;
}

.messBox dl.dl_content dd {
	padding: 0 0.3em 0 4.3%;
}

.messBox .btnSubmit {
	position: relative;
	z-index: 0;
	line-height: 2;
	border: 0;
	outline-width: 0;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 10em;
	text-indent: 5em;
	height: 2.5em;
	line-height: 2.5;
	color: #002fa7;
	border: 1px solid #002fa7;
}

.messBox .btnSubmit::after {
	content: "";
	display: block;
	left: -0.4em;
	bottom: -0.2em;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
}

.messBox .btnW {
	margin-top: 5.8%;
	padding-bottom: 0.4em;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:828px) {
	.messBox {
		padding: 1.5em 0 3em;
	}

	.messBox dl.dl_s {
		width: 100%;
	}

	.messBox dl dd {
		padding-left: 4.3%;
	}
}

.proTop {
	padding: 7em 0 3.1em;
	border-bottom: 1px solid #f3f3f3;
}

.proTop .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.proTop .picb {
	width: 49.5%;
}

.proTop .txtb {
	width: 40%;
	text-align: left;
}

.proTop .txtb .tit {
	line-height: 1.1;
	color: #282828;
}

.proTop .txtb .line {
	margin-top: 10%;
	height: 3px;
	width: 3.2em;
	background-color: #002fa7;
}

.proTop .txtb .intro {
	margin-top: 10%;
	line-height: 1.25;
	color: #262626;
}

.proTop .txtb .tel {
	margin-top: 13%;
	line-height: 1.7;
	padding-left: 2em;
	color: #002fa7;
	background: url(../images/tel.png) 0 center no-repeat;
	background-size: 1.1em auto;
	font-weight: bold;
}

.proTop .txtb .btn {
	position: relative;
	z-index: 0;
	border: 0;
	outline-width: 0;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 14.6em;
	height: 3.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: 1px solid #002fa7;
	background-color: #002fa7;
}

.proTop .txtb .btn span {
	position: relative;
	top: 2px;
	margin-left: 0.7em;
	vertical-align: middle;
	font-size: 1.2em;
}

.proTop .txtb .btn::after {
	content: "";
	display: block;
	left: -0.4em;
	bottom: -0.3em;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #002fa7;
}

.proTop .txtb .btnW {
	margin-top: 13%;
	padding-bottom: 0.4em;
	text-align: left;
}


@media only screen and (max-width:828px) {
	.proTop {
		padding: 3em 0 1em;
	}

	.proTop .con {
		display: block;
	}

	.proTop .picb {
		width: 100%;
	}

	.proTop .txtb {
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}

	.proTop .txtb .line {
		margin-top: 1.5em;
	}

	.proTop .txtb .intro {
		margin-top: 1.5em;
	}

	.proTop .txtb .tel {
		margin-top: 1.5em;
	}

	.proTop .txtb .btnW {
		padding-left: 0.6em;
		margin-top: 1.5em;
	}
}


.proDBox {
	position: relative;
	z-index: 0;
}

.proDBox .btnNext {
	cursor: pointer;
	position: absolute;
	font-size: 125px;
	right: 0;
	top: 50%;
	margin-top: -0.6em;
	line-height: 1.2em;
	color: #cdcdcd;
}

.proDBox .btnNext:hover {
	color: #002fa7;
}

.proDBox .btnPrev {
	cursor: pointer;
	position: absolute;
	font-size: 125px;
	left: 0;
	top: 50%;
	margin-top: -0.6em;
	line-height: 1.2em;
	color: #cdcdcd;
}

.proDBox .btnPrev:hover {
	color: #002fa7;
}

@media only screen and (max-width:1920px) {

	.proDBox .btnNext,
	.proDBox .btnPrev {
		font-size: 6.5vw;
	}
}

.swiper-pro-d {
	margin: 0 auto 0;
}

.swiper-pro-d .pic {
	position: relative;
	z-index: 0;
	padding-top: 58%;
	overflow: hidden;
	background: #3f3f41;
	background-size: 100% 100%;
}

.swiper-pro-d .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width:828px) {
	.swiper-pro-d {
		margin: 1.5em auto 0;
	}
}

.picSBox {
	position: relative;
	z-index: 0;
}

.picSBox .btnNext {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 50%;
	margin-top: -3.3em;
	width: 4.25em;
	height: 4.25em;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #002fa7;
	background: url(../images/arr_2.png) center center no-repeat;
	background-size: 30% auto;
}

.picSBox .btnNext::after {
	content: "";
	display: block;
	left: -0.5em;
	bottom: -0.5em;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
}

.swiper-pro-s {
	margin-top: 4.9%;
	margin-right: 11%;
}

.swiper-pro-s .swiper-slide {
	cursor: pointer;
	width: 41%;
	margin-right: 1.1%;
}

.swiper-pro-s .pic {
	position: relative;
	z-index: 0;
	padding-top: 58.2%;
	overflow: hidden;
	background: #3f3f41;
	background-size: 100% 100%;
}

.swiper-pro-s .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-container-horizontal.swiper-pro-s>.swiper-scrollbar {
	width: 100%;
	position: relative;
	margin: 5.4% auto 0;
	background-color: transparent;
	height: 2px;
	border-radius: 0;
	filter: alpha(opacity=100) !important;
	;
	-moz-opacity: 1.0 !important;
	;
	opacity: 1.0 !important;
}

.swiper-pro-s .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #002fa7;
}


@media only screen and (max-width:828px) {
	.swiper-pro-s {
		margin: 2em auto 0;
	}

	.swiper-container-horizontal.swiper-pro-s>.swiper-scrollbar {
		margin-bottom: 1em;
	}
}

.proDetail {
	padding: 0 0 2em;
	text-align: left;
}

.proDetail .tit {
	margin-top: 2em;
	color: #151515;
	font-weight: bold;
}

.proDetail .txt {
	margin-top: 0.5em;
	color: #151515;
	line-height: 1.8;
}

.proDetail .videoBox {
	position: relative;
	z-index: 0;
	width: 79%;
	margin: 2.2em auto 0;
	padding-top: 49%;
	background-color: #000;
}

.proDetail .videoBox video {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.proDetail .videoBox .videoPic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.proDetail .videoBox .btnPlay {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-top: -37px;
	margin-left: -37px;
	width: 74px;
	height: 74px;
	cursor: pointer;
	background: url(../images/play.png) center center no-repeat;
	background-size: contain;
}

.proDetail .videoBox.curPlay .videoPic {
	display: none;
}

.proDetail .videoBox.curPlay .btnPlay {
	display: none;
}


.para {
	margin-top: 1.4em;
}

.para table {
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
}

.para table td {
	color: #000;
	border: 1px solid #000;
	padding: 0.1em 0.5em;
}

@media only screen and (max-width:828px) {
	.para table {
		font-size: 12px;
	}
}