@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: #F5FBFF;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.w_100 {
	width: 100%;
	margin: 0 auto;
}

.w_80 {
	width: 80%;
	margin: 0 auto;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.kongs,
.kongs:hover,
.kongs:hover:after{
	height: 0 !important;
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-2-5 11:28:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation flip-horizontal-bottom
 * ----------------------------------------
 */

@-webkit-keyframes flip-horizontal-bottom {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	100% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	}
}

@keyframes flip-horizontal-bottom {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	100% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	}
}


/**/

header {
	position: relative;
}

.header-w {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
}

.header {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	display: block;
	height: 50px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header-r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-r p a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #ffffff;
	padding: 0px 10px;
	margin-left: 25px;
	line-height: 50px;
	position: relative;
}

.header-w.fixed {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	transition: 0.3s all;
	box-shadow: 0px 4px 4px #ccc;
}

.header-w.fixed .header-r p a {
	color: #555;
	font-size: 16px;
}

.header-w .header-r p.active a:after{
	content: "";
	display: block;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #104492;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-w.fixed .header-r p a:hover,
.header-w.fixed .header-r p.active a{
	color: #104492 !important;
}

.header-r p a:hover,
.header-r p.active a{
	color: #104492;
}
.header-r p a:hover i {
	transform: rotate(180deg);
	transition: 0.3s all;
}

.bj-navtext {
	width: 50%;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 0;
	opacity: 0.5;
	z-index: 2;
	background: linear-gradient(to right, rgba(217, 217, 217, 0.1) 0%, rgba(217, 217, 217, 1) 90%, rgba(217, 217, 217, 1) 100%);
}

header.pages {
	background-color: #FFFFFF;
}

header.pages .header-w {
	position: relative;
}

header.pages .header-r .header-r-t a,
header.pages .header-r .header-r-t span,
header.pages .header-r .header-r-t span i {
	color: #000000;
}

header.pages .header-r .header-r-b p a {
	color: #333333;
}

.indexBanner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.index-banner-button {
	width: 55px;
	height: 55px;
	margin: auto;
	line-height: 55px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #ccc;
	color: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	transition: 0.3s all;
	cursor: pointer;
}

.index-banner-button i {
	font-size: 26px;
}

.index-banner-next {
	right: 40px;
}

.index-banner-prev {
	left: 40px;
}

.index-banner-button:hover {
	border: 2px solid #104492;
	background-color: #104492;
	color: #ffffff;
	transition: 0.3s all;
}

.index-banner-pagination {
	width: 100%;
	padding-left: 3%;
	margin: 0 auto;
	position: absolute;
	bottom: 60px !important;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-banner-pagination .swiper-pagination-bullet {
	background-color: #ccc;
	opacity: 1;
	border-radius: 0;
	width: 60px;
	height: 3px;
	transition: 0.3s all;
	margin: 0 10px !important;
}

.index-banner-pagination .swiper-pagination-bullet-active {
	background-color: #104492;
	width: 60px;
	border-radius: 0px;
	transition: 0.3s all;
}

.showpro-main-w .index-banner-pagination {
	width: 100%;
	padding-left: 10px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px !important;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showpro-main-w .index-banner-pagination .swiper-pagination-bullet,
.showpro-main-w .index-banner-pagination .swiper-pagination-bullet-active{
	width: 20px;
	margin: 0 5px !important;
}


.index-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	padding: 60px 0 0;
}

.index-main01-w {
	background-color: #eaeaea;
}

.index-main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-main01 .list {
	width: 14.2%;
	transition: 0.3s all;
	position: relative;
}

.index-main01 .list a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	position: relative;
	z-index: 9;
	transition: 0.3s all;
}

.index-main01 .list .t1 {
	width: 55px;
	display: block;
	margin: auto;
}

.index-main01 .list .t2 {
	text-align: center;
	color: #4e4e4e;
	font-size: 16px;
	margin-top: 25px;
}

.index-main01 .list:after {
	content: "";
	display: block;
	width: 100%;
	height: 0%;
	background-color: #007AFF;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.index-main01 .list:hover a {
	padding: 35px 0 65px;
	transition: 0.3s all;
}

.index-main01 .list:hover:after {
	/*background-color: #007AFF;*/
	height: 100%;
	transition: 0.3s all;
}

.index-main01 .list:hover p.t2 {
	color: #FFFFFF;
}

.index-main01 .list:hover p.t1 img {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.index-main02-w {}

.index-main02 {
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.index-main02 .list {
	width: 32%;
	border: 1px solid #333333;
	/*background-color: #333333;*/
	transition: 0.3s all;
}

.index-main02 .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-main02 .list p.t2 {
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #4E4E4E;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-main02 .list:hover {
	background-color: #007AFF;
	border: 1px solid #007AFF;
	transform: translateY(-5px);
	transition: 0.3s all;
}

.index-main02 .list:hover p.t2 {
	background-color: #007AFF;
	transition: 0.3s all;
}

.index-main02 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main03 {
	margin: 60px auto 100px;
	display: flex;
	justify-content: space-between;
}

.index-main03 .left {
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.index-main03 .left p.t1 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #007AFF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding: 15px 30px;
}

.index-main03 .right {
	width: 700px;
	background-color: #ededed;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main03 .right .text {
	width: 100%;
	height: 275px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-main03 .right .text p.t1 {
	font-size: 32px;
	color: #555;
	margin-bottom: 30px;
}

.index-main03 .right .text p.t2 {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.8;
}

.index-main03 .right .list {
	width: 50%;
	height: 225px;
	overflow: hidden;
}

.index-main04-w {
	padding: 45px 0;
	background-color: #484848;
}

.index-main04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-main04 .list p.t1 {
	font-weight: bold;
	font-size: 56px;
	color: #fff;
	text-align: center;
}

.index-main04 .list p.t2 {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}

.index-main05 {
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main05 .list {
	width: 49%;
	margin-bottom: 20px;
}

.index-main05 .list a {
	display: block;
	background-color: #fff;
	padding: 20px;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.index-main05 .list .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.index-main05 .list .date small {
	display: block;
	font-size: 16px;
}

.index-main05 .list .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}

.index-main05 .list .text {
	margin-left: 140px;
}

.index-main05 .list .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-main05 .list .text p {
	margin: 10px 0 0;
	color: #666;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	font-size: 15px;
	overflow: hidden;
}

.index-main05 .list a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 85px;
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index-main05 .list a:hover {
	background-color: #3a4249;
	color: #fff;
}

.index-main05 .list a:hover:after {
	border-bottom-color: #104492;
}

.index-main05 .list a:hover .text p {
	color: #fff;
}

.index-main06-w {
	height: 100vh;
	background-image: url(../image/footer-img.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.index-main06 {
	height: 100%;
	position: relative;
}

.index-main06-w img.textimg {
	display: block;
	width: 55%;
	position: absolute;
	left: 0;
	top: 15%;
}

.footer {
	background-color: #272c31;
	padding-top: 60px;
	color: #bdbebf;
}

.footer .pp {
	display: none;
}

.footer a {
	color: #bdbebf;
}

.footer a:hover {
	color: #fff;
}

.footer dt {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer dt:after {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #52565a;
	margin-top: 10px;
}

.footer dd {
	margin: 0;
}

.footer dd li {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer dd li.li2 {
	overflow: visible;
}

.footer-contact {
	width: 220px;
}

.footer-contact .tel {
	font-size: 24px;
	color: #fff;
	line-height: 1.1;
	background: url(../image/907_tel_1.png) no-repeat 0 0;
	padding-left: 40px;
}

.footer-contact .tel small {
	font-size: 16px;
}

.footer-contact .code {
	margin: 20px 0 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-contact .code .img-center {
	width: 100px;
}

.footer-contact .code .img-center img {
	display: block;
	width: 100%;
}

.footer-contact .code .text {
	border-top: 1px solid #52565a;
	border-bottom: 1px solid #52565a;
	line-height: 28px;
	padding: 20px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 4px;
}

.footer-copy {
	background-color: #104492;
	color: #fff;
	margin-top: 50px;
	padding: 15px 0;
	text-align: center;
}

.footer-copy p {
	margin: 5px 0;
}

.footer-copy a {
	color: #fff;
}

.footer .container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


/**/

.header-w.pages {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	transition: 0.3s all;
	/*box-shadow: 0px 4px 4px #ccc;*/
}

.header-w.pages .header-r p a {
	color: #555;
	font-size: 16px;
}

.header-w.pages .header-r p a:hover {
	color: #104492;
}

.banner-n {
	overflow: hidden;
	margin-top: 70px;
	height: 350px;
}

.pages-navs-w {
	height: 60px;
	background-color: rgba(0, 0, 0, .6);
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 999999999;
}
.pages-navs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pages-navs .list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.pages-navs .list a {
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	transition: 0.3 all;
	padding: 0 30px;
	line-height: 60px;
}

.pages-navs .list a:hover,
.pages-navs .list a.active{
	color: #FFFFFF;
	background-color: #007AFF;
	transition: 0.3s all;
}

.pages-navs .position {
	color: #FFFFFF;
	font-size: 14px;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
	margin-top: 60px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #104492;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #104492;
}

.section-title-1 h4:after {
	right: 0;
}

.section-title-1 h4:before {
	left: 0;
}

.pages-content{
	margin-bottom: 80px;
	font-size: 15px;
	line-height: 1.8;
}
/**/
.prolist_main{
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist_main .list{
	width: 24%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	transition: 0.03s all;
}
.prolist_main .list p.t1{
	display: block;
	overflow: hidden;
	width: 100%;
}
.prolist_main .list p.t2{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	padding: 15px 0;
}
.prolist_main .list:hover p.t2{
	background-color: #007AFF;
	color: #FFFFFF;
	transition: 0.03s all;
}
.showpro-main-w{margin: 60px auto 80px;}
.showpro-main01{
	display: flex;
	justify-content: space-between;
}
.showpro-main01 .left{
	width: 50%;
}
.showpro-main01 .swiper-button-hide{display: none !important;}
.showpro-main01 .right{
	width: 50%;
	background-color: #f2f2f2;
	padding: 40px;
	position: relative;
}
.showpro-main01 .right h1{
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: 26px;
}
.showpro-main01 .right .text{
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	margin-top: 30px;
}
.showpro-main01 .right .btn{
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 30px;
}
.showpro-main01 .right .btn a:first-child{
	width: 70%;
}
.showpro-main01 .right .btn a:last-child{
	width: 28%;
}
.showpro-main01 .right .btn a{
	display: block;
	text-align: center;
	line-height: 50px;
	background-color: #007AFF;
	color: #FFFFFF;
	border: 1px solid #007AFF;
}
.showpro-main01 .right .btn a:hover{
	border: 1px solid #007AFF;
	background-color: transparent;
	color: #555555;
	transition: 0.3s all;
}
.showpro-main02{
	background-color: #F2F2F2;
	margin: 40px auto 0;
}
.showpro-main02 span{
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	background-color: #007AFF;
	color: #FFFFFF;
	font-weight: bold;
}
.showpro-main03{
	margin-top: 40px;
	margin-bottom: 60px;
}
.showpro-main03 img{
	display: block;
	width: 100%;
}

.newslist_main{
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newslist_main .list{
	width: 32%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}
.newslist_main .list:after{
	content: "";
	display: block;
	margin: auto;
	width: 0%;
	height: 4px;
	background-color: #007AFF;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.newslist_main .list .pic{
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}
.newslist_main .list .pic img{
	height: 100%;
}
.newslist_main .list p.t1{
	height: 42px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.newslist_main .list p.t2{
	font-size: 13px;
	line-height: 1.6;
	color: #666666;
}
.newslist_main .list p.t3{
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}
.newslist_main .list:hover:after{
	transition: 0.3s all;
	width: 100%;
}

.newslist_main .list:hover img{
	transition: 0.3s all;
	transform: scale(1.1);
}
/**/
.shownews-main-w{
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownews-main-l{
	width: 960px;
}
.shownews-main-l h1.title{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
}
.shownews-main-l .times{
	font-size: 13px;
	color: #7e7e7e;
	margin: 15px auto 20px;
}
.shownews-main-l .content{
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}
.shownews-main-l .updown{
	font-size: 15px;
	color: #555555;
	background-color: #F2F2F2;
	padding: 15px 20px;
	margin-top: 45px;
}
.shownews-main-l .updown a{
	display: block;
	line-height: 30px;
}
.shownews-main-l .updown a:hover{
	color: #007AFF;
	text-decoration: underline;
}
.shownews-main-r{
	width: 220px;
}
.shownews-main-r p.tit{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	line-height: 35px;
	margin-bottom: 10px;
}
.shownews-main-r .list-1 p{
	display: block;
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BDBEBF;
}
.shownews-main-r .list-1 p a{
	font-size: 15px;
	display: block;
}
.shownews-main-r .list-1 p span{
	display: block;
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
}
.shownews-main-r .list-1 p:hover{
	transition: 0.3s all;
	border-bottom: 1px solid #007AFF;
}
.shownews-main-r .list-1 p:hover a{
		color: #007AFF;
	text-decoration: underline;
}

/**/

.contact-main-w {
	width: 100%;
	padding: 60px 0px;
}

.contact-main {
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.contact-main-w .left {
	width: 40%;
	background-color: white;
	padding-left: 80px;
	padding-top: 50px;
}

.contact-main-w .left p.one {
	color: #333333;
	font-size: 21px;
	margin-bottom: 20px;
}
.contact-main-w .left p.one.p_b_30{
	padding-bottom: 30px;
}

.contact-main-w .left p.two {
	color: #888888;
	font-size: 14px;
	margin-bottom: 30px;
}

.contact-main-w .left p.three a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #2c57fe;
	font-size: 12px;
	color: white;
	margin-bottom: 40px;
}

.contact-main-w .left p.four {
	font-size: 13px;
	color: #888888;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact-main-w .left p.qrcode{
	width: 140px;
	display: block;
}

.contact-main-w .left p.four font {
	color: #2c57fe;
}

.contact-main-w .right {
	width: 60%;
	background-color: #007AFF;
}

.contact-main-w .right img {
	display: block;
	width: 100%;
}
/**/
.youshi-main03-w{
	width: 100%;
	background-image: url(../images/bj_06.png);
	padding: 55px 0px;
	margin-bottom: 60px;
}
.youshi-main03{
	width: 1200px;
	margin: auto;
}
.youshi-main03 .list{
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.youshi-main03 .list .pic{
	width: 50%;
}
.youshi-main03 .list .pic img{
	display: block;
	width: 100%;
}
.youshi-main03 .list .text{
	width: 50%;
	padding: 0px 40px;
	background-color: white;
}
.youshi-main03 .list .text p.t1{
	width: 150px;
	position: relative;
	background-color: #104492;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 25px;
	margin-top: 0;
}
.youshi-main03 .list .text p.t1 .s1{
	color: white;
	font-weight: bolder;
	font-size: 78px;
	display: block;
}
.youshi-main03 .list .text p.t1 .s2{
	color: white;
	display: block;
}
.youshi-main03 .list .text p.t1 .s3{
	width: 100%;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	bottom: 0;
	background-color: #104492;
	text-align: center;
	padding: 10px 0px 25px;
}
.youshi-main03 .list .text .desc p{
	color: #6b6b6b;
	font-size: 15px;
	line-height: 1.8;
	padding-left: 15px;
	position: relative;
}
.youshi-main03 .list .text .desc p:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #e9bc3e;
	position: absolute;
	top: 10px;
	left: 0;
}