@charset "utf-8";
/* CSS Document */

.w1200 {
	max-width: 1480px;
	min-width: 1280px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

.flex2 {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between
}

.pd100 {
	padding: 100px 0;
}

.pd60 {
	padding: 60px 0;
}

.pd140 {
	padding: 195px 0;
}

.video-js .vjs-big-play-button {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
	line-height: 50px;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button {
	background-color: rgba(0, 0, 0, .3);
	transition: all 0s;
	border: 2px solid #fff;
}

video {
	object-fit: fill;
}

.vjs-poster {
	background-size: cover;
}

.f34 {
	font-size: 34px;
}

.header {
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.6);
}

.banner {
	overflow: hidden;
}

.banner img {
	width: 100%;
	display: block;
	-webkit-transition: all 5s;
	transition: all 5s;
}

.header img.black {
	display: none;
}

.nav>ul>li {
	margin-right: 50px;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 25px 5px;
	position: relative;
}

.nav>ul>li>a:after {
	width: 0;
	transition: all .3s;
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.nav>ul>li.on>a:after,
.nav>ul>li:hover>a:after {
	width: 100%;
}

.lang img {
	vertical-align: middle;
	margin-left: 10px;
}

.langli {
	height: 80px;
	line-height: 80px;
}

.langli span {
	color: #fff;
	font-size: 14px;
	line-height: 80px;
	display: inline-block;
	cursor: pointer;
}

.langli {
	padding-left: 20px;
	margin-left: 20px;
	display: flex;
	padding-top: 25px;
}

.langli div {
	flex: 0 0 auto;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}

.langli div a {
	font-size: 16px;
	line-height: 26px;
}

.langli div:first-child {
	background-color: #2b61f1;
}

.langli div:first-child a {
	color: #fff;
}

.langli div:last-child {
	background-color: #fff;
	color: #2b61f1;
}
.langbox,
.searchboxtc {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fafafa;
	padding: 20px 0;
}

.search {
	width: 600px;
	border-radius: 100px;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.search button {
	width: 100px;
	height: 35px;
	background: #0103fc;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.search input {
	width: 498px;
	height: 35px;
	background: #fff;
	padding: 0 25px;
	background-image: url(../images/sc.jpg);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.searchbox {
	cursor: pointer;
}

.langbox {
	text-align: right;
}

.langbox img {
	vertical-align: middle;
	margin-right: 10px;
}

.langbox a {
	font-size: 18px;
	color: #333;
}

.langbox a:hover {
	color: #0012ff
}

.langbox em {
	display: inline-block;
	padding: 0 10px;
	font-style: normal;
}

.subnav {
	position: absolute;
	left: 0;
	top: 90%;
	transition: all .3s;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #fafafa;
	text-align: center;
}

.subnav li {
	display: inline-block;
}

.subnav li {
	padding: 20px .45rem;
}

.subnav li:hover>a {
	color: #0012ff
}

.subnav li>a {
	font-size: 18px;
	color: #333333;
}

.subnavs {
	position: absolute;
	top: 80%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

.subnavs a {
	display: inline-block;
	padding: 0 .45rem;
	color: #333;
	font-size: 18px;
}

.subnavs a:hover {
	color: #0012ff
}

.subnav li:hover .subnavs {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header li:hover .subnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
}


.header img.white,
.header.on img.white {
	display: none;
}

.header img.black,
.header.on img.black {
	display: inline-block;
}

.header .nav>ul>li>a,
.header.on .nav>ul>li>a {
	color: #333;
}

.header .nav>ul>li:hover>a {
	color: #0012ff;
}

.header .nav>ul>li>a:after,
.header.on .nav>ul>li>a:after {
	background: #333;
}

.header .nav>ul>li>a:after,
.header.on .nav>ul>li>a:after {
	background: #0012ff;
}

.header .langli:before,
.header.on .langli:before {
	background: #333;
}

.header .langli span,
.header.on .langli span {
	color: #333;
}

.header .nav>ul>li.on>a,
.header.on .nav>ul>li.on>a {
	color: #0012ff;
}

.header .nav>ul>li.on>a:after,
.header.on .nav>ul>li.on>a:after {
	background: #0012ff;
}


.banner {
	position: relative;
}

.bannerYS {
	position: absolute;
	left: 100px;
	bottom: 55px;
}

.banner img.godown {
	max-width: 100%;
	width: auto;
	position: absolute;
	right: 100px;
	bottom: 55px;
	z-index: 20;
	cursor: pointer;
	animation: banner 2s;
	-webkit-animation: banner 2s;
	animation-iteration-count: infinite;
}

.banner .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.banner .swiper-button-next {
	margin-top: 0;
	left: 0;
	right: auto;
	top: 0;
	background: rgba(255, 255, 255, .1);
	width: 32px;
	height: 32px;
	border: 2px solid transparent;
	border-radius: 100%;
	opacity: 1;
}

.banner .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.banner .swiper-button-next span {
	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;
	position: absolute;
	left: 40px;
	color: #fff;
	white-space: nowrap;
}

.bannerYS {
	height: 32px;
	width: 100%;
}


.banner .swiper-button-next i {
	position: absolute;
	border-radius: 50%;
}

.banner .swiper-pagination {
	left: 130px;
	width: 500px;
	text-align: left;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	margin-left: 20px;
}

.banner .swiper-slide-active img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.main1le {
	width: 52%;
	padding-right: 65px;
	position: relative;
}

.main1le>span {
	opacity: .05;
	font-size: 100px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

.main1ri {
	width: 48%;
	border-radius: 15px;
	overflow: hidden;
	height: 440px;
}

.main1 {
	padding-left: 100px;
	padding-right: 100px;
}

.main1ri video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main1le b {
	color: #333;
	display: block;
}

.main1le .line {
	height: 2px;
	background: #0103fc;
	width: 40px;
	margin: 15px 0;
}

.main1le .intro {
	padding-top: 15px;
}

.main1le .intro p {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.more a {
	font-size: 16px;
	color: #999;
	display: inline-block;
	padding-right: 40px;
	line-height: 25px;
	position: relative;
}

.more a span i {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -10px;
	top: 0;
	background: rgba(0, 0, 0, .1);
	border-radius: 100%;
}

.more a span {
	vertical-align: middle;
	color: #999;
	position: absolute;
	right: 12px;
	top: 0;
	margin-left: 10px;
	font-size: 22px;
	display: inline-block;
	line-height: 25px;
}

.more a:hover {
	color: #0012ff
}

.more a:hover span {
	color: #0012ff
}

.more a:hover span i {
	background: rgba(1, 3, 252, 0.1);
}


.main2 {
	background-size: cover;
	position: relative;
}

.main2 b.f34,
.about_title h4 {
	color: #333;
	position: absolute;
	top: 100px;
	display: block;
	left: 0;
	width: 100%;
	text-align: center;
}

.main2 li {
	width: 33.33%;
	padding-top: 256px;
	padding-bottom: 200px;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	text-align: center;
	color: #fff;
}

.main2 li:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.main2 li b {
	font-size: 36px;
	font-weight: normal;
}

.main2 li .line {
	height: 2px;
	width: 60px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 40px;
}

.main2 li p {
	font-size: 18px;
}

.about_title h4 {
	font-size: 34px;
}

.titles {
	margin-bottom: 40px;
}

.main3 li {
	width: 24%;
	margin-bottom: 1%;
}

.main3 li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.main3 li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main3 li a h3 {
	transition: all .3s;
	padding: 5px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #4186da;
}

.main3 li a:hover h3 {
	background: #ff3a3a;
}

.main4 {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.main4 .titles {
	color: #fff;
}

.main4 .more a {
	color: #fff;
}

.main4 .more a span {
	color: #fff;
}

.main4 .more a span i {
	background-color: rgba(255, 255, 255, .1);
}

.main4 li {
	width: 24%;
	padding: 20px;
	background: rgba(255, 255, 255, .3);
}

.main4 li b {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.main4 li .imgs {
	height: 3.2rem;
}

.main4 li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main5 li {
	width: 19%;
	height: 1.4rem;
	margin-bottom: 1%;
	position: relative;
	background: #fafafa;
	transition: all .3s;
}

.main5 li img {
	position: absolute;
	max-width: 90%;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.main5 li:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.footer {
	background: #17202e;
}

.fotle {
	width: 300px;
}

.fotle img {
	max-width: 100%;
	margin-bottom: 15px;
	max-width: 100%;
}

.fotle p {
	font-size: 14px;
	color: #999999;
}

.fottel {
	padding: 30px 0;
}

.fottel span {
	display: block;
	font-size: 18px;
	color: #ffffff;
}

.fottel a {
	font-size: 24px;
	color: #999999;
	line-height: 1.3;
}

.fotcont p {
	font-size: 14px;
	color: #999999
}



.spirit {
	margin: 0;
}



.spirit_wrap {
	width: 100%;
	height: 690px;
	position: relative;
	transition: all .5s;
}



.spirit_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all .5s;
}



.spirit_bg ul {
	height: 100%;
}



.spirit_bg ul li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
	width: 100%;
}



.spirit_bg ul li:first-child {
	display: block !important;
}







.spirit_bg ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.spirit_wrap_con {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .5s;
}



.spirit_wrap_con ul {
	height: 100%;
}



.spirit_wrap_con ul li {
	width: 33.33333%;
	float: left;
	border-right: 1px solid #93b5d2;
	height: 100%;
	padding-top: 16%;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	position: relative;
}



.spirit_wrap_con ul li:last-child {
	border: none;
}



.spirit_wrap_con ul li h5 {
	font-size: 36px;
	text-align: center;
	transition: all .5s;
}



.spirit_wrap_con ul li span.s_line {
	width: 32px;
	height: 2px;
	background: #fff;
	margin: 10px auto;
	display: block;
	transition: all .5s;
}



.spirit_wrap_con ul li p {
	font-size: 18px;
	text-align: center;
	padding: 15px;
	transition: all .5s;
	padding: 0 10px;
	line-height: 30px;
	max-width: 280px;
	margin: 0 auto;
}



.spirit_wrap_con ul li dd {
	transition: all .5s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 15%;
}



.spirit_wrap_con ul li dd img {
	display: block;
	margin: 0 auto;
	transition: all .5s;
}



.w50 {
	width: 50% !important;
}



.w25 {
	width: 25% !important;
}


.spirit_wrap_con ul li:hover {



	padding-top: 15%;



}



.spirit_wrap_con ul li:hover dd {
	bottom: 25%;
}



.spirit_wrap_con ul li:hover h5 {}




.fotmi {
	width: calc(50% - 150px);
	padding: 0 1.1rem;
}

.fotmi b,
.fotri li b {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: normal;
}

.fotmi .line,
.fotri li .line {
	width: 40px;
	height: 1px;
	background: #fff;
	margin-bottom: 30px;
	margin-top: 10px;
}

.fotmi input {
	width: 48%;
	border: 1px solid #898d94;
	padding: 0 10px;
	background: none;
	height: 40px;
	color: #fff;
}

.fotmi textarea {
	height: 100px;
	color: #fff;
	padding: 10px;
	border: 1px solid #898d94;
	width: 100%;
	background: none;
	margin-top: 4%;
	margin-bottom: 3%;
}

.fotmi .btns {
	text-align: right;
}

.btns button {
	transition: all .3s;
	width: 100%;
	padding: 0 55px;
	display: block;
	height: 40px;
	border: 1px solid #898d94;
	background: none;
	color: #fff;
	cursor: pointer;
}

.btns button:hover {
	background: #fff;
	color: #333;
}

.fotmi input:focus,
.fotmi textarea:focus {
	border: 1px solid #fff;
}

.fotri {
	width: calc(50% - 150px);
}

.fotri li {
	width: 33%;
}

.fotri li a {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}

.fotri li a:hover {
	color: #fff;
}

.fotcopy {
	text-align: center;
	background: #17202e;
	border-top: 1px solid #2f3743;
	padding: 15px 0;
}

.fotcopy p {
	color: #999999;
	font-size: 14px;
}

.fotcopy p a {
	font-size: 14px;
	color: #999;
	display: inline-block;
	padding: 0 20px;
}

.fotcopy p a:hover {
	color: #fff
}

.fotcont p:hover {
	color: #fff;
}

.xuanfu_kf {
	z-index: 111;
	position: fixed;
	right: 10px;
	bottom: 50px;
}

.xuanfu_kf li {
	width: 60px;
	padding-top: 12px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding-bottom: 8px;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.xuanfu_kf li img {
	display: block;
	margin: 0 auto;
}

.xuanfu_kf li span {
	display: block;
	font-size: 12px;
	color: #333333;
}

.xuanfu_kf li.gotop {
	padding: 0;
	cursor: pointer;
}

.xuanfu_kf li .tanchubox {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	right: 90%;
	top: 0;
	width: 150px;
	background: #fff;
	transition: all .3s;
	border-radius: 5px;
}

.xuanfu_kf li .tanchubox img {
	max-width: 100%;
}

.xuanfu_kf li .tanchubox span {
	font-size: 16px;
}

.xuanfu_kf li .tanchubox p {
	font-size: 14px;
}

.xuanfu_kf li:hover .tanchubox {
	visibility: visible;
	right: 110%;
	opacity: 1;
}

.xuanfu_kf li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}


.newslist li .imgs {
	height: 400px;
	width: 500px;
}

.newslist li .txts {
	width: calc(100% - 500px);
	padding-left: 35px;
}

.newslist li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsbox {
	box-shadow: 0 0 15px rgba(0, 0, 0, .11);
	padding: 45px;
	border-radius: 4px;
}

.newsbox h1 {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
}

.contentnews {
	padding: 40px 0;
}

.contentnews p {
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 5px;
}

.contentnews p img {
	margin: 0 auto;
	display: block;
}

.prev_next a {
	max-width: 48%;
	color: #999999;
}

.prev_next a:hover {
	color: #0012ff;
}

.position {
	padding-top: 60px;
}

.position a,
.position {
	font-size: 14px;
	color: #999999;
}

.position a:last-child {
	color: #333
}

.contactmaps {
	padding-bottom: 100px;
	padding-top: 40px;
}

.contactmaps p {
	display: block;
	width: 100%;
}

.contactmaps p iframe {
	height: 600px !important;
	background: #eee;
	width: 100%;
	border: none;
}

b.contit {
	font-size: 24px;
	text-align: center;
	display: block;
}

.contact01 .line {
	width: 50px;
	height: 2px;
	background: #0103fc;
	margin: 5px auto;
}

.contact01 p {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.contact01 ul {
	margin-top: 60px;
}

.contact01 ul li {
	width: 25%;
	text-align: center;
	padding: 0 15px;
}

.contact01 ul li img {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.contact01 ul li b {
	font-size: 18px;
	display: block;
}

.contact01 ul li span {
	font-size: 18px;
	display: block;
}



.subban {
	height: 600px;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.about01 .imgs {
	width: 45%;
}

.about01 .imgs img {
	width: 100%;
	object-fit: cover;
}

.about01 .txts {
	width: 50%;
}

.about01 .txts b {
	font-size: 24px;
	color: #333333;
}

.about01 .txts p {
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	margin-top: 20px;
}


.about02 {
	background-size: cover;
	background-position: center;
	padding-bottom: 200px;
}

.about02 b {
	color: #fff;
	display: block;
	text-align: center;
}

.about02 .txt {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px 2.2rem;
	margin-top: 1rem;
	text-align: center;
}

.about02 .txt p {
	color: #fff;
	font-size: 20px;
}

.about02 .txt img.leimg {
	position: absolute;
	top: 0;
	left: 0;
}

.about02 .txt img.riimg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.abouthistory {
	background-size: cover;
	background-position: center;
}

.abouthistory .titles {
	text-align: center;
}

.abouthistory .titles b {
	color: #fff;
	display: block;
}

.hisbox {
	padding: 0 100px;
	position: relative;
}

.hisbox2 {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 0;
}

.hisbox2 p {
	color: #fff;
	font-size: 24px;
}

.hisbox2 p span {
	font-size: 24px;
	color: #fff;
	padding-right: 10px;
	width: 80px;
	display: inline-block;
}

.hisbox {}

.hisbox .swiper-slide {
	text-align: center;
	padding-bottom: 25px;
}

.hisbox .swiper-slide span {
	font-size: 20px;
	color: #fff;
}

.hisbox .swiper-slide img {
	display: none;
	margin: 0 auto;
}

.hisbox .swiper-slide.swiper-slide-active span {
	font-size: 60px;
}

.hisbox .swiper-slide.swiper-slide-active img {
	display: block;
}

.hisbox .swiper-container {
	padding-bottom: 16px;
}

.hisbox .swiper-container:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	bottom: 15px;
	left: 0;
}

.hisbox .swiper-wrapper {
	align-items: flex-end;
}


.hisbox2 li {
	display: none;
}


.abouthistory {
	margin-bottom: 100px;
}

.hisbox .swiper-button-next {
	bottom: -12px;
	top: auto;
	background-image: url(../images/2about2_11.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.hisbox .swiper-button-prev {
	bottom: -12px;
	top: auto;
	left: 10px;
	background-image: url(../images/2about2_11.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.videobox {
	background: #fafafa;
}

.videobox li {
	width: 32%;
	margin-bottom: 2%;
	position: relative;
}

.videobox li img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videobox li i {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	width: calc(100% - 40px);
	background-image: url(../images/probofang_03.png);
	display: block;
	height: 17px;
}



.video_tc {
	position: fixed;
	width: 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .7);
	transition: all .3s;
}

.video_tc.open {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.videotcbox {
	max-width: 800px;
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.videotcbox video {
	width: 100%;
	height: auto;
}

.prolists li {
	padding: 60px 0;
}

.prolists li:nth-child(2n) {
	background: #fafafa
}

.prolists li .imgs {
	width: 739px;
	height: auto;
}

.prolists li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prolists li .txts {
	width: calc(100% - 800px);
	padding: 30px 0;
}

.prolists li .txts h2 a {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.prolists li .txts .intros {
	padding: 30px 0;
}

.prolists li .txts .intros p {
	font-size: 16px;
	color: #666666;
}

.prolists li .txts h2 a:hover {
	color: #0103fc
}

.prolists li .imgs a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.prolists li .imgs a:after {
	transition: all .3s;
	opacity: 0;
	content: "";
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-align: center;
	background-color: rgba(0, 138, 255, .3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.prolists li .imgs a:hover:after {
	opacity: 1;
}


.pro_le {
	width: 300px;
}

.pro_ri {
	width: calc(100% - 340px);
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pro_ri p {
	font-size: 16px;
	color: #333;
}

.pro_ri img {
	max-width: 100%;
}

.pro_le b {
	font-size: 24px;
	color: #333;
	display: block;
}

.pro_le .line {
	width: 40px;
	height: 2px;
	background: #0103fc;
	margin: 15px 0;
}

.proview .w1200 {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pro_le>ul>li {
	padding: 0;
}

.pro_le>ul>li a {
	cursor: pointer;
}

.pro_le>ul ul li {
	padding: 0 20px;
}

.pro_le>ul ul {
	display: none;
}

.pro_le li>a {
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	display: block;
	position: relative;
}

.pro_le li.on>a {
	color: #0103fc;
}

.pro_le>ul>li.on>a:after {
	width: 1000px;
	right: 0;
	content: "";
	bottom: 0;
	height: 1px;
	position: absolute;
	display: block;
	background: #0103fc;
}

.pro_le>ul>li.on ul {
	display: block;
}

.pro_le li>a:hover {
	color: #0103fc;
}

.pro_le>ul ul li a {
	color: #666
}

.pro_le>ul ul li.on a {
	border-bottom: 1px solid #0103fc
}


.join01 {
	margin: 60px auto 0;
}

.join01box {
	background-size: cover;
	border-radius: 10px;
	background-position: center;
	padding: 200px 100px;
}

.join01box .join01boxs {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 25px 0;
}

.join01box .join01boxs b {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

.join01box .join01boxs p {
	font-size: 18px;
	color: #333;
}

.join01box .join01boxs img.yh1 {
	position: absolute;
	left: 0;
	top: 0;
}

.join01box .join01boxs img.yh2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.jointit {
	text-align: center;
	margin-bottom: 40px;
}

.join02 li {
	width: 32%;
}

.join02 li .imgs {
	height: 5.6rem;
	border-radius: 10px;
	overflow: hidden;
}

.join02 li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join02 li b {
	display: block;
	font-family: Impact;
	font-size: 60px;
	line-height: 1;
	margin: 20px 0 15px;
}

.join02 li .line {
	width: 80px;
	height: 2px;
	transition: all .3s;
	background: #333333;
}

.join02 li span {
	display: block;
	font-size: 36px;
	color: #333333;
}

.join02 li:hover .line {
	width: 140px;
	background: #0103fc;
}

.join02 li:hover b,
.join02 li:hover span {
	color: #0103fc
}


.jointit span {
	display: block;
	font-size: 18px;
}

.join03 {
	background: #fafafa;
}

.join03 ul {
	max-width: 1300px;
	margin: 0 auto;
}

.join03 ul li {
	border-bottom: 1px solid #eee;
}

.join03 ul li.th {
	background: #eee;
}

.join03 ul li b {
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0 35px;
	width: 25%;
}

.join03 ul li .box {
	display: none;
}

.join03 ul li span {
	line-height: 60px;
	height: 60px;
	padding: 0 35px;
	width: 25%;
}

.join03 ul li span em,
.join03 ul li span i {
	transition: all .3s;
	font-style: normal;
}

.join03 ul li span i img {
	vertical-align: middle;
}

.join03 ul li span.flex {
	cursor: pointer;
}

.join03 ul li .box {
	padding: 35px;
	border-top: 1px solid #eee;
}

.join03 ul li .box p {
	font-size: 14px;
	line-height: 2;
}

.join03 ul li.on span i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

.yanfa01 li {
	width: 25%;
	position: relative;
	text-align: center;
}

.yanfa01 li:after {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	background: #eeeeee;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
}

.yanfa01 li img {
	margin: 0 auto;
}

.yanfa01 li:last-child:after {
	display: none;
}

.yanfa01 li .img {
	height: 60px;
}

.yanfa01 li em {
	font-size: 50px;
	color: #000;
	font-style: normal;
}

.yanfa01 li b {
	font-size: 40px;
	color: #0103fc;
	font-weight: normal;
}

.yanfa01 li p {
	font-size: 18px;
	color: #666666;
}

.yanfa02 .content {
	padding-bottom: 100px;
}

.yanfa02 .content p {
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 20px;
}

.yanfalist {
	margin-bottom: 50px;
}

.yanfalist>span {
	font-size: 20px;
	color: #333333;
	display: block;
	font-weight: normal;
}

.yanfalist ul {
	padding: 30px 0;
	justify-content: initial;
}

.yanfalist ul li {
	width: 15.6%;
	margin: .5%;
	transition: all .3s;
}

.yanfalist ul li:nth-child(n+7) {
	display: none;
}

.yanfalist ul li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.yanfalist ul li img {
	width: 100%;
}

.yanfalist a {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #999999;
}

.yanfalist a:hover {
	color: #0103fc
}

.yanfacontent {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 50px;
}

.yanfacontent b {
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}

.yanfacontent p {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.yanfacontent img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.newslist li {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
	transition: all .3s;
}

.newslist li .txts h2 a {
	font-size: 24px;
	color: #333;
}

.newslist li .txts .time {
	padding: 15px 0;
}

.newslist li .txts .time span {
	font-size: 16px;
	color: #cccccc;
	margin-right: 15px;
}

.newslist li .txts .time span:nth-child(2) {
	background-image: url(../images/yan.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.newslist li .txts h2 a {
	color: #333;
	transition: all .3s;
}

.newslist li .txts p {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 40px;
}

.newslist li:hover {
	border-bottom: 1px solid #0103fc
}

.newslist li:hover h2 a {
	color: #0103fc
}

.newslist li:hover .more a {
	color: #0012ff
}

.newslist li:hover .more a span {
	color: #0012ff
}

.newslist li:hover .more a span i {
	background: rgba(1, 3, 252, 0.1);
}

.pages {
	padding-bottom: 100px;
}

.pages ul {
	justify-content: center;
}

.pages ul li {
	margin: 0 5px;
}

.pages ul li a,
.pages ul li span {
	display: block;
	transition: all .3s;
	padding: 0 15px;
	color: #333;
	line-height: 40px;
	background: #fafafa;
}

.pages ul li a:hover,
.pages ul li.active a,
.pages ul li span.current {
	background: #0103fc;
	color: #fff;
}

.circlr {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.hisbox .swiper-slide.swiper-slide-active .circlr {
	width: 12px;
	height: 12px;
	margin-left: -6px;
	bottom: -6px;
}

.smallcircle2 {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.smallcircle2::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.4;
	animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(3);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.bigcircle2 {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: scales 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

@keyframes scales {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2);
	}

	78%,
	100% {
		opacity: 0;
	}
}

@media screen and (max-width:1440px) {
	.nav>ul>li {
		margin-right: 20px;
	}

	.fotmi {
		padding: 0 40px;
	}
}

@media screen and (max-width:1280px) {
	.w1200 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.nav>ul>li>a {
		font-size: 16px;
	}

	.subnav li>a {
		font-size: 16px;
	}

	.subnav li {
		padding: 20px 10px;
	}

	.subnavs a {
		padding: 0 10px;
		font-size: 16px;
	}
}

@media screen and (max-width:960px) {
	.w1200 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.contact01 ul li span {
		font-size: 14px;
	}

	.contact01 ul li b {
		font-size: 16px;
	}

	.pd100 {
		padding: 50px 0;
	}

	.contactmaps {
		padding: 30px 0;
	}

	.pd60 {
		padding: 30px 0;
	}

	.position {
		padding-top: 20px;
	}

	.contentnews p {
		font-size: 14px;
	}

	.newsbox h1 {
		font-size: 20px;
		line-height: 1.5;
	}

	.wap {
		display: block;
	}

	.pc {
		display: none;
	}

	.newslist li .imgs {
		width: 50%;
	}

	.newslist li .txts {
		width: 50%;
	}
}


@media screen and (max-width:768px) {
	.w1200 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact01 ul li {
		width: 50%;
		margin-bottom: 15px;
	}

	.contact01 ul li .img {
		margin-bottom: 10px;
	}

	.contact01 ul li img {
		max-height: 100%;
	}

	.contact01 ul {
		margin-top: 20px;
	}

	b.contit {
		font-size: 20px;
	}

	.contact01 p {
		font-size: 14px;
	}

	.contactmaps p iframe {
		height: 10rem !important;
	}

	.contactmaps {
		padding: 10px 20px 30px;
	}

	.newsbox {
		padding: 20px;
	}

	.contentnews {
		padding: 20px 0;
	}

	.prev_next {
		display: block;
	}

	.prev_next a {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.bannerYS {
		left: 20px;
		bottom: 20px;
	}

	.banner img.godown {
		display: none;
	}

	.pd140 {
		padding: 40px 0 !important;
	}

	.main1le {
		width: 100%;
		padding-right: 0;
	}

	.main1ri {
		width: 100%;
	}

	.main1le .intro p {
		font-size: 14px;
	}

	.main1ri {
		padding-left: 0;
		margin-top: 20px;
		height: 12rem;
	}

	.f34 {
		font-size: 20px;
	}

	.about_title h4 {
		font-size: 20px;
	}

	.spirit_wrap_con ul li {
		padding-top: 100px;
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.main2 li p {
		font-size: 14px;
	}

	.spirit_wrap_con ul li h5 {
		font-size: 18px;
	}

	.about_title h4 {
		top: 30px;
	}

	.spirit_wrap_con ul li span.s_line {
		margin-bottom: 15px;
	}

	.spirit_wrap {
		height: 16rem;
	}

	.main3 li a h3 {
		font-size: 16px;
	}

	.main3 li {
		width: 49%;
		margin-bottom: 2%;
	}

	.titles {
		margin-bottom: 15px;
	}

	.pd100 {
		padding: 30px 0;
	}

	.main4 li {
		width: 100%;
		margin-bottom: 15px;
	}

	.main4 li .imgs {
		height: 9rem;
	}

	.xuanfu_kf {
		display: none;
	}

	.main4 li b {
		font-size: 14px;
	}

	.fotmi {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.fotri {
		width: 100%;
		display: none;
	}

	.fotle {
		width: 100%;
	}

	.main5 li {
		width: 32%;
		height: 4rem;
		margin-bottom: 2%;
	}

	.subban {
		height: 10rem;
	}

	.about01 .imgs {
		width: 100%;
	}

	.about01 .txts {
		width: 100%;
		padding: 20px 0;
	}

	.about01 .txts b {
		font-size: 18px;
	}

	.about01 .txts p {
		font-size: 14px;
	}

	.about02 .txt p {
		font-size: 16px;
	}

	.about02 .txt img {
		max-width: 30px;
	}

	.hisbox2 p {
		font-size: 14px;
	}

	.hisbox {
		padding: 0 20px;
	}

	.hisbox .swiper-button-next {
		width: 30px;
		height: 30px;
		bottom: 0;
	}

	.hisbox .swiper-button-prev {
		width: 30px;
		height: 30px;
		bottom: 0;
	}

	.hisbox .swiper-slide.swiper-slide-active span {
		font-size: 40px;
	}

	.videobox li {
		width: 49%;
		margin-bottom: 2%;
	}

	.videotcbox {
		width: 90%;
	}

	.prolists li .imgs {
		width: 100%;
		height: 10rem;
	}

	.prolists li {
		padding: 30px 0;
	}

	.prolists li .txts {
		width: 100%;
		padding: 10px 0;
	}

	.prolists li .txts .intros {
		padding: 15px 0;
	}

	.prolists li .txts .intros p {
		font-size: 14px;
	}

	.prolists li .txts h2 a {
		font-size: 18px;
	}

	.prolists li:nth-child(2n) .imgs {
		position: absolute;
		top: 0;
		width: calc(100% - 40px);
		height: 10rem;
		left: 20px;
	}

	.prolists li:nth-child(2n) .w1200 {
		padding-top: 10rem;
		position: relative;
	}

	.more a {
		font-size: 14px;
		padding-right: 29px;
	}

	.pro_le {
		display: none;
	}

	.pro_ri {
		padding: 15px;
		width: 100%;
	}

	.yanfa01 li {
		width: 50%;
		margin-bottom: 15px;
	}

	.yanfa01 li b {
		font-size: 20px;
	}

	.yanfa01 li em {
		font-size: 20px;
	}

	.yanfa01 li img {
		height: 30px;
	}

	.yanfa01 li .img {
		height: 40px;
	}

	.yanfa01 li p {
		font-size: 12px;
	}

	.yanfa01 li:nth-child(2):after {
		display: none;
	}

	.yanfa02 .content p {
		font-size: 14px;
	}

	.yanfa02 .content {
		padding-bottom: 30px;
	}

	.yanfalist>span {
		font-size: 16px;
	}

	.yanfalist ul {
		padding: 10px 0
	}

	.yanfalist ul li {
		width: 49%;
		margin-bottom: 2%;
	}

	.yanfalist a {
		font-size: 14px;
	}

	.yanfacontent {
		padding: 20px;
	}

	.yanfacontent p {
		font-size: 14px;
	}

	.newslist li .imgs {
		width: 100%;
		height: 8rem;
	}

	.newslist li .txts {
		width: 100%;
		padding: 15px 0;
	}

	.newslist li {
		padding: 15px 0;
	}

	.newslist li .txts h2 a {
		font-size: 16px;
	}

	.newslist li .txts .time {
		padding: 5px 0;
	}

	.newslist li .txts .time span {
		font-size: 14px;
	}

	.newslist li .txts p {
		margin: 0;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.prev_next a {
		width: 100%;
		max-width: none;
	}

	.join01box {
		padding: 25px;
	}

	.join01box .join01boxs img {
		width: 15px;
	}

	.join01box .join01boxs b {
		font-size: 20px;
	}

	.join01box .jointit {
		margin-bottom: 10px;
	}

	.join01box .join01boxs p {
		font-size: 14px;
	}

	.join01 {
		margin-top: 20px;
	}

	.join02 li b {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.join02 li span {
		font-size: 14px;
		margin-top: 10px;
	}

	.join03 ul li b {
		padding: 0 10px;
		text-align: center;
	}

	.join03 ul li span {
		padding: 0 10px;
		font-size: 14px;
		text-align: center;
	}

	.join03 ul li .box {
		padding: 15px;
	}

	.join03 ul li span em {
		font-size: 12px;
	}

	.main1le>span {
		font-size: 50px;
	}

	.banner .swiper-slide {
		height: 12rem;
	}

	.banner .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.more a span i {
		width: 15px;
		height: 15px;
		right: -7px;
		top: 5px;
	}

	.more a span {
		right: 11px;
		top: 0;
		margin-left: 10px;
		font-size: 12px;
	}

	.spirit_wrap_con ul li p {
		font-size: 14px;
	}

	.spirit_wrap_con ul li p {
		padding: 0;
		line-height: 1.8;
	}

	.spirit_wrap_con ul li:hover {
		padding-top: 35%;
	}

}

@keyframes banner {
	0% {
		bottom: 55px
	}

	50% {
		bottom: 65px
	}

	100% {
		bottom: 55px
	}
}

@-webkit-keyframes banner {
	0% {
		bottom: 55px
	}

	50% {
		bottom: 65px
	}

	100% {
		bottom: 55px
	}
}