/*swiper 分页样式1*/
.swiper-pagination-top>span{
	width: 45px;
	height: 3px;
	border-radius: 0;
	background-color: #fff!important;
}
/*swiper 分页样式2*/
.swiper-pagination-jk>span{
	width: 8px;
	height: 8px;
	background-color: rgb(255,255,255);
	transition: all .35s ease-in-out;
}
.swiper-pagination-jk .swiper-pagination-bullet-active{
	width: 35px;
	border-radius: 35px;
	opacity: 1;
}
/*标题类型*/
.title-one{
	margin-bottom: 2rem;
}
.title-one h2{
	font-size: 2.1875rem;
	line-height: 1.5;
	color: #e77b34;
	font-weight: 900;
	text-align: center;
	padding-bottom: .5rem;
}
.title-one h2 span{
	color: #000;
}
.title-one p{
	position: relative;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2;
	font-family: helvetica;
	text-transform: uppercase;
}
.title-one p::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	width: 8rem;
	margin-left: -4rem;
	height: 2px;
	background-color: #E77B34;
}
/*bg*/
.bg-gray{
	background-color: #f9f9f9;
}
/*列表list label*/
.label-one{
	margin: 3.125rem auto;
	height: 3.125rem;
	line-height: 3.125rem;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,.12);
}
.label-one-all{
	background-color: #003677;
	color: #fff;
	padding: 0 2rem;
}
.label-one-main{
	flex: 1;
	display: flex;
	justify-content: center;
}
.label-one-main a{
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	font-size: .875rem;
	line-height: 3.125rem;
	color: #000;
}
.label-one-main a:hover{
	color: #e77b34;
}
.label-one-main a::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-.4rem);
	width: 1px;
	height: .8rem;
	background-color: rgba(0,0,0,.1);
}
.label-one-main a:first-child::after{
	display: none;
}
.label-one-search{
	position: relative;
	padding-left: 1rem;
}
.label-one-search input{
	display: block;
	height: 3.125rem;
	max-width: 100%;
	width: 14rem;
	border: none;
	line-height: 3.125rem;
	padding-left: .5rem;
	padding-right: .5rem;
	border-left: 1px solid #eee;
	color: #e77b34;
	font-size: .875rm;
}
.label-one-search input:focus{
	outline: none!important;
}
.label-one-search .search-submit{
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 0px;
	font-size: 1.25rem;
	color: #e77b34;
	border: none;
	outline: none;
	background-color: transparent;
}

.label-two{
	padding:2rem 1.5rem;
	background-color: #003677;
	color: #fff;
}
.label-two ul{
	padding:0 1rem;
	border-right: 1px solid rgba(255,255,255,.1);
}
.label-two ul li>a{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding:1.75rem 1rem;
	line-height: 1;
	font-size: 1.25rem;
}
.label-two ul li:last-child>a{
	border-bottom: none;
}
.label-two ul li>a::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: -1.5rem;
	top: calc(50% - 3px);
	opacity: 0;
	transition: all .35s ease-in-out;
}
.label-two ul li>a::after{
	content: '';
	display: block;
	width: 5px;
	height: 24px;
	background-color: #fff;
	position: absolute;
	right: -19px;
	top: 0;
	opacity: 0;
	transition: all .35s ease-in-out;
}
.label-two ul li>a:hover::before{
	opacity: 1;
	left: 0;
}
.label-two ul li>a:hover::after{
	opacity: 1;
	top: calc(50% - 12px);
}
.label-two-item{
	padding-top: .75rem;
	padding-left: .75rem;
	padding-right: .75rem;
}
.label-two-item p{
	text-align: center;
	font-size: .875rem;
	padding: .5rem 1rem;
	line-height: 1;
	background-color: #F5F5F5;
}
/*产品item*/
.pro-item{
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
	background-color: #fff;
	transition: all .35s ease-in-out;
}
.pro-item p{
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 1rem;
	line-height: 3rem;
	padding: 0 1.5rem;
}
.pro-item:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 .7rem rgba(0,0,0,.15);
}
.pro-item:hover p{
	color: #003677;
}
.pro-item-hover{
	position: absolute;
	opacity: 0;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgba(83,160,205,.8);
	width: 6rem;
	height: 6rem;
	transition: all .35s ease-in-out;
}
.pro-item-hover .iconfont{
	display: inline-block;
	font-size: 2.1875rem;
	line-height: 1;
	color: #fff;
	font-style: normal;
}
.pro-item:hover .pro-item-hover{
	opacity: 1;
	top: 50%;
}
/*contact*/
.contact-item{
	border-top: 1px solid #ddd;
	padding: 2rem 1rem;
}
.contact-item h1{
	font-size: 1.25rem;
	line-height: 2;
	color: #003677;
}
.contact-item p{
	font-size: 0.875rem;
	line-height: 2;
}
/**/
.swiper-zhengshu{
	border-bottom: 2px solid #003677;
}

/*分页头部栏目列表*/
.page-labelOne{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.page-labelOne img{
	width: 100%;
}
.page-labelOne::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

.page-labelOne-text{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.page-labelOne-text h2{
	font-size: 2.1875rem;
	margin-bottom: 6.25rem;
	color: #fff;
}
.page-labelOne-text ul{
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.2);
}
.page-labelOne-text ul li{
	display: block;
	line-height: 4.375rem;
	font-size: 1rem;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.2);
}
.page-labelOne-text ul li a{
	display: block;
	padding: 0 2.8125rem;
}
.page-labelOne-text ul li.active,.page-labelOne-text ul li:hover{
	background-color: #E77B34;
}
/*NewsModel*/
.news-modelOne-img{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 16rem;
	z-index: 99;
	overflow: hidden;
}
.news-modelOne-date{
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	color: #eee;
	font-size: 12px;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid #eee;
	padding: .5rem .6rem;
}
.news-modelOne-text{
	display: block;
	height: 16rem;
	padding: 1.5rem;
	background-color: #fff;
}
.news-modelOne-text h1{
	font-size: 1.5rem;
	line-height: 2;
	padding-bottom: 1rem;
	color: #003677;
}
.news-modelOne-text p{
	font-size: .875rem;
	line-height: 2;
	color: #999;
}
.news-listOne{
	margin: 2rem auto;
}
.news-listOne li{
	padding: 1.5rem;
}
.news-listOne li>a{
	display: block;
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 1.5rem;
	border: 1px solid #fff;
}
.news-listOne li>a h6{
	font-size: 1rem;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.news-listOne li>a p{
	font-size: 12px;
	line-height: 2;
	color: #666;
	padding-top: 1rem;
}
.news-listOne li>a p .iconfont{
	display: inline-block;
	font-size: .875rem;
	margin-right: 3px;
}
.news-listOne li>a:hover{
	border-color: #E77B34;
}
.news-listOne li>a:hover h6{
	color: #E77B34;
}
/*news详情*/
.news-content{
	padding: 1.5rem;
}
.news-content-title{
	font-size: 2.25rem;
	line-height: 2;
	color: #003677;
	font-weight: 400;
	text-align: center;
}
.news-content-data{
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.news-content-data span{
	display: inline-block;
	font-size: 1rem;
	line-height: 2rem;
	margin-right: 10px;
	color: #777;
}
.news-content-data a{
	display: inline-block;
	background-color: #E77B34;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: .875rem;
	color: #fff;
	border: 1px solid #fff;
}
.news-content-data a:hover{
	border-color: #003677
}
.news-content .article{
	padding: 1rem;
	background-color: #fff;
}
/*map高德地图*/
.amap-info-content>div{
	padding: 8px;
}
.amap-info-content>div h4{
	color: #003677;
	font-size: 1.25rem;
	line-height: 2;
}
.amap-info-content .input-item{
	font-size: 12px;
	line-height: 2;
}


/*fixed悬浮*/
.fixed-container{
	position: fixed;
	display: none;
	right: 3px;
	bottom: 10%;
	z-index: 9999999;
}
.fixed-list>div{
	position: relative;
	border: 1px solid #003677;
	color: #003677;
	background-color: rgba(255,255,255,.9);
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 10px;
	transition: all .35s ease-in-out;
}
.fixed-list .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	font-size: 1.6rem;
	font-weight: normal;
	cursor: pointer;
}
.fixed-list>div:hover{
	color: #fff;
	background-color: #003677;
}
.fixed-ewm{
	position: absolute;
	right: calc(100% + 10px);
	top: -25px;
	width: 90px;
	height: 90px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #003677;
	border-radius: 10px;
	transform: scale(0);
	transition: all .35s ease-in-out;
}
.fixed-ewm::after,.fixed-text::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: calc(50% - 5px);
	background-color: #fff;
	transform: rotateZ(45deg);
	border-style: solid;
	border-width: 1px;
	border-color: #003677 #003677 transparent transparent ;
}
.fixed-ewm img{
	width: 100%;
}
.fixed-list-ewm:hover .fixed-ewm,.fixed-list-wx:hover .fixed-ewm{
	transform: scale(1);
}
.fixed-text{
	position: absolute;
	right: calc(100% + 10px);
	top: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 44px;
	border-radius: 10px;
	border: 1px solid #003677;
	color: #003677;
	background-color: rgba(255,255,255,.9);
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	transform: scale(0);
	transition: all .35s ease-in-out;
}
.fixed-list-phone:hover .fixed-text{
	transform: scale(1);
}
.m-fixed-container{
	position: fixed;
	bottom: 10%;
	width: 100%;
	z-index: 999999;
}
.m-fixed-list{
	width: 70%;
	margin: 0 auto;
}
.m-fixed-list ul{
	width: 100%;
	display: flex;
	background-color:rgba(0,0,0,.6);
	color: #fff;
	border-radius: 20px;
}
.m-fixed-list ul li{
	flex: 1;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	border-right: 1px solid rgba(255,255,255,.2);
}