/* 首页和头尾公共样式 */

/* 顶部导航栏样式 */

html {
	
	scroll-padding-top: 100px;
}
.header {
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	transition: 0.4s;
	transform：translate3d(0, 0, 0);
	z-index: 99;
}
.header .mindh{
	display:none;
}
.header:hover,
.header.on {
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);

}

.header .header-box {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.header .header-box .header-logo img{
	width: 100%;
}
.header .header-box>ul {
	display: flex;
}

.header .header-box>ul>li {
	position: relative;
}

.header .header-box>ul>li:first-child a {
	margin-left: 0;
}

.header .header-box>ul>li>a {
	font-size: 18px;
	color: #222222;
	width: 72px;
	text-align: center;
	margin: 0 33px;
	position: relative;
	line-height: 100px;
}

.header .header-box>ul>li:nth-last-child(3) {
	margin-right: 26px;
}
.header .header-box>ul>li:last-child a{
	margin-left: 5px;
}

.header .header-box>ul>li.active>a {
	color: #0054A3;
}

.header .header-box>ul>li>a::after {
	content: '';
	width: 72px;
	height: 3px;
	background: #0054A3;
	position: absolute;
	bottom: 31px;
	left: 0;
	transform: scaleX(0);
	transition: 0.4s;
}

.header .header-box>ul .active>a::after,
.header .header-box>ul>li.on>a::after,
.header .header-box>ul>li:hover>a::after {
	transform: scaleX(1);
}

.header .header-box>ul>li>a:hover,
.header .header-box>ul>li.on>a{
	color: #0054A3;

}

.header .header-box>ul>li.active>a>img,
.header .header-box>ul>li.on>a>img,
.header .header-box>ul>li:hover>a>img {

	transform: translateY(-50%) rotate(0deg);
	filter: grayscale(0);
}

.header .header-box>ul>li>a>img {
	display: block;
	width: 9px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%) rotate(180deg);
	filter: grayscale(1);
	transition: 0.4s;
	margin-left: 8px;
}

.header .header-box>ul>li>ul {
	position: absolute;
	padding: 15px 43px 15px 54px;
	background: rgba(255, 255, 255, 0.9);
	top: calc(100%);
	left: 50%;
	transform: translateX(-50%);
	display: none;
	box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.header .header-box>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 40px;
	color: #222222;
	white-space: nowrap;
	position: relative;
}

.header .header-box>ul>li>ul>li:hover a,
.header .header-box>ul>li>ul>li.active a {
	color: #0054A3;
}

.header .header-box>ul>li>ul>li>a i {
	font-size: 12px;
	color: #0054A3;
	position: absolute;
	left: -12px;
}
.header .header-box>ul>li>a.oadown{
	width: auto;
	margin: 0;
	transform: none;
	display: flex;
	align-items: center;
	height: 100%;
}
.header .header-box>ul>li.oa{
	display: flex;
	justify-content: center;
	margin-left: 30px;
}
.header .header-box>ul>li>a.oadown::after{
	display: none;
}
.header .header-box>ul>li>a.oadown>img{
	position: unset;
	transform: none;
	filter: grayscale(0);
	width: auto;
	height: auto;
	margin-left: 0;
}
.header .header-box>ul .search-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 19px;
	position: relative;
	margin-left: 6px;
}


.header .header-box>ul .search-ico::after {
	content: "";
	width: 1px;
	height: 26px;
	background: #d8d8d8;
	position: absolute;
	left: 0;
}


/* 底部样式 */
.footer {
	overflow: hidden;
	background-color: #fff;
	background: linear-gradient(0deg, #F7F7F7, #F7F7F7), linear-gradient(102deg, #EDEDED -5%, rgba(255, 255, 255, 0.4178) 46%, #D3D3D3 100%); 
}

.footer .footer-box01 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 105px 0 50px;
}

.footer .footer-box01 .footer-item01 {
	display: flex;
}

.footer .footer-box01 .footer-item01 .part01 h2 {
	font-size: 40px;
	color: #222222;
	font-weight: normal;
}

.footer .footer-box01 .footer-item01 .part01 p {
	font-size: 30px;
	color: #0054A3;
	font-weight: 300;
}

.footer .footer-box01 .footer-item01 .part02 {
	width: 562px;
	margin-left: 116px;
}

.footer .footer-box01 .footer-item01 .part02 .info-top {
	display: flex;
}

.footer .footer-box01 .footer-item01 .part02 .info-top li {
	display: flex;
	align-items: center;
}

.footer .footer-box01 .footer-item01 .part02 .info-top li:first-child {
	margin-right: 18px;
}

.footer .footer-box01 .footer-item01 .part02 .info-top li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #0054A3;
	margin-left: 19px;
}

.footer .footer-box01 .footer-item01 .part02 .info-bottom {
	display: flex;
	flex-wrap: wrap;
}

.footer .footer-box01 .footer-item01 .part02 .info-bottom li {
	font-size: 18px;
	line-height: 36px;
	color: #222222;
	font-weight: normal;

}

.footer .footer-box01 .footer-item01 .part02 .info-bottom li:first-child {
	margin-right: 18px;
}

.footer .footer-box01 .footer-item02 .ewm-img {
	width: 163px;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .footer-box01 .footer-item02 {
	padding-right: 53px;
	text-align: center;
}

.footer .footer-box01 .footer-item02 .ewm-img img {
	max-width: 100%;
	max-height: 100%;
}

.footer .footer-box02 {
	padding: 68px 0 53px;
}

.footer .footer-box02 .footer-nav {
	display: flex;
}

.footer .footer-box02 .footer-nav>ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer .footer-box02 .footer-nav>ul>li>p {
	font-size: 20px;
	color: #222222;
	padding-bottom: 21px;
	position: relative;
	margin-bottom: 17px;
}

.footer .footer-box02 .footer-nav>ul>li>p::after {
	content: '';
	width: 20px;
	height: 4px;
	background: #0054A3;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer .footer-box02 .footer-nav>ul li:first-child .two-nav {
	width: 183px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .footer-box02 .footer-nav>ul li .two-nav li {
	margin-bottom: 22px;
}

.footer .footer-box02 .footer-nav>ul li .two-nav li a {
	font-size: 16px;
	color: #666666;
}

.footer .footer-box02 .footer-nav>ul li .two-nav li a:hover {
	color: #0054A3;
}

.footer .footer-box02 .footer-nav>ul>li:nth-last-child(2) span {
	display: block;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.footer .footer-box02 .footer-nav>ul>li .link-btn{
	position: relative;
}
.footer .footer-box02 .footer-nav>ul>li .link-btn ul{
	display: none;
	border: 1px solid #0054A3;
	height: 90px;
	overflow-y: auto !important;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
	background: #fff;
}
.footer .footer-box02 .footer-nav>ul>li:last-child {
	padding: 0 58px 0 0;
}
.footer .footer-box02 .footer-nav>ul>li:last-child .link-btn input{
	border: 1px solid #0054A3;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #0054A3;
	font-size: 16px;
	padding: 0 30px 0 10px;
}
.footer .footer-box02 .footer-nav>ul>li:last-child .link-btn img{
	position: absolute;
	right: 9px;
	top: 12px;
	width: 10px;
}
.footer .footer-box02 .footer-nav>ul>li:last-child .link-btn a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #0054A3;
	transition: 0.4s;
}

.footer .footer-box02 .footer-nav>ul>li:last-child .link-btn a:hover {
	background-color: #0054A3;
	color: #fff;
}

/* .footer .footer-box02 .footer-nav>ul>li:last-child .link-btn a:first-child {
	margin-bottom: 16px;
} */

.footer .beian-box {
	background: #0054A3;
}

.footer .beian-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .beian-box p {
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}

.footer .beian-box p:first-child {
	margin-right: 37px;
}

.footer .beian-box p:nth-child(2) {
	margin-right: 66px;
}
.footer .beian-box p:last-child{
	display: flex;
	align-items: center;
}
.nav-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0,0.8);
	display: none;
	z-index: 2;
}


/* 首页样式 */
.content {
	padding-top: 100px;
}

.content .banner {
	position: relative;
	height: calc(100vh - 100px);
}

.content .banner ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.content .banner .scroll-cont {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	z-index: 10;
	width: 65px;
	height: 45px;
}



.content .banner .scroll-cont img {
	position: absolute;
	animation: scroll 2s linear infinite 1s;
}

.content .banner .scroll-cont img:first-child {
	/* bottom: 18px; */
	opacity: 0;
}

.content .banner .scroll-cont img:nth-child(2) {

	animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}

	100% {
		opacity: 0;
		transform: translateY(18px);
	}
}

.content .banner .swiper-pagination span {
	width: 33.33px;
	height: 3px;
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0;
	transition: 0.4s;
}

.content .banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 33.33px;
	height: 6px;
	opacity: 1;
	background: #007AFF;
}

/*.content .index-content {
	padding-top: 100px;
	margin-top: -100px;
}*/


.content .index-content .page01 {
	padding: 97px 0 105px;
	background: url('../images/index-page01-bg.png') no-repeat;
	background-position: top center;
	background-size: 100% 100vh;
	/* background-size: cover; */
	background-color: linear-gradient(180deg, rgba(232, 232, 232, 0) 61%, #E8E8E8 81%), ;
}

.content .index-content .page01 .bigtitle {
	margin-bottom: 16px;
}

.content .index-content .page01 .desp-cont {
	margin-top: 22px;
}

.content .index-content .page01 .desp-cont p {
	font-size: 34px;
	font-weight: normal;
	line-height: 60px;
	color: #222222;
}

.content .index-content .page01 ul {
	background: #004DA1;
	display: flex;
	justify-content: space-evenly;
	padding: 74px 0;
	margin-top: 62px;
}

.content .index-content .page01 ul li {
	color: #fff;
	text-align: center;
}

.content .index-content .page01 ul li span {
	font-size: 42px;
	font-weight: bold;
	line-height: 36px;
	
}

.content .index-content .page01 ul li h3 {
	font-size: 20px;
	font-weight: normal;
	margin-left: 18px;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.content .index-content .page01 ul li span{
	margin-right: 18px;
}
.content .index-content .page01 ul li span.add {
	margin-right: 18px;
}

.content .index-content .page01 ul li p {
	font-size: 18px;
	line-height: 36px;
	margin-top: 16px;
}

.content .index-content .page01 .company-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 110px 0;
	margin-top: 42px;
	background: url('../images/company-bg.png');
	overflow: hidden;
}

.content .index-content .page01 .company-cont .left {
	width: 380px;
}

.content .index-content .page01 .company-cont .left p {
	font-size: 18px;
	line-height: 36px;
	color: #222222;
	text-indent: 2em;
}

.content .index-content .page01 .company-cont .left a {
	width: 173px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	background: url('../images/a-bg.png') no-repeat;
	padding: 0 17px 0 22px;
	border: 1px solid #004DA1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px;
}

.content .index-content .page01 .company-cont .left a img {
	transition: 0.4s;
}

.content .index-content .page01 .company-cont .left a:hover img {
	transform: translateX(5px);
}

.video-fm {
	position: relative;
}
.video-fm>img {
	width: 877px;
	height: 500px;
}
.video-fm {
	position: relative;
	margin-left: 123px;
}
.video-fm  .video-play{
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	width: 92.7%;
}
.video-fm  .video-play{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.video-fm  .video-play img{
	cursor: pointer;
	transition: 0.4s;
}
.video-fm  .video-play img:hover{
	transform: scale(1.1);
}
.video-fm  .video-play p{
	width: 92.37%;
	height: 1px;
	background-color: #fff;
}
.video-fm .video-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



.content .index-content .page02{
	display: flex;
	overflow: hidden;
}
.content .index-content .page02 .business-img{
	width: 65%;
	height: 900px;
	position: relative;
}
.content .index-content .page02 .business-txt{
	width: 35%;
	padding: 85px 0 85px 88px;
	position: relative;
	z-index: 5;
}
.content .index-content .page02 .business-img li img{
	/* display: none; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	opacity: 0;
	transition: 0.8s;
}
.content .index-content .page02 .business-img li.on img{
	opacity: 1;
}

.content .index-content .page02 .bigtitle {
	margin-bottom: 16px;
}
.content .index-content .page02 .business-txt{
	background: url('../images/business-bg.png');
}
.content .index-content .page02 .business-txt .txt-list{
	margin-top: 83px;
	
}
.content .index-content .page02 .business-txt .txt-list li a{
	color: #222;
	/* background: #004DA1; */
	/* margin-left: -98px; */
	transition: all 0.4s;
	padding: 42.5px 33px 47px 0;
	
	
}
.content .index-content .page02 .business-txt .txt-list a{
	display:flex;
	justify-content: space-between;
	
}
.content .index-content .page02 .business-txt .txt-list li.on a,
.content .index-content .page02 .business-txt .txt-list li.swiper-slide-thumb-active a,
.content .index-content .page02 .business-txt .txt-list li:hover a{
	width: 611px;
	height: 170px;
	background: #004DA1;
	margin-left: -182px;
	padding: 42.5px 33px 47px 108px;
	color: #fff;
	overflow: hidden;
}
.content .index-content .page02 .business-txt .txt-list li.on .left span,
.content .index-content .page02 .business-txt .txt-list li.swiper-slide-thumb-active .left span,
.content .index-content .page02 .business-txt .txt-list li:hover .left span{
	background: #fff;
}
.content .index-content .page02 .business-txt .txt-list li .left h3{
	font-size: 28px;
	line-height: 1;
}
.content .index-content .page02 .business-txt .txt-list li .left p{
	font-size: 18px;
	margin-top: 12px;
	line-height: 1;
}
.content .index-content .page02 .business-txt .txt-list li .left span{
	display: block;
	width: 60px;
	height: 2px;
	background: #0054A3;
	margin-top: 20px;
}
.content .index-content .page02 .business-txt .txt-list li .right{
	text-align: center;
	display: none;
	/* background: red; */
}
.content .index-content .page02 .business-txt .txt-list li.on .right{
	display: block;
}
.content .index-content .page02 .business-txt .txt-list li .right span{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 2px;
}