﻿:root {
	--swiper-theme-color: #004898;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,header,main,footer,aside,section,article,nav {
	padding: 0;
	margin: 0;
}

fieldset,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style-type: none;
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

p:before,p:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.clr {
	HEIGHT: 0px;
	VISIBILITY: hidden;
	CLEAR: both;
	FONT-SIZE: 0px;
	OVERFLOW: hidden;
	width: 100%;
}

body,samp {
	font-size: 12px;
	color: #333;
	font-family: '微软雅黑','Microsoft YaHei',"Arial",'SimSun',Serif,"PingFang SC","苹方";
}
.home {
	background: #fff;
}

input[type="text"],
input[type="hidden"],
input[type="button"],
input[type="radio"],
input[type="submit"],
input[type="checkbox"],
input[type="password"],
button,textarea,select {
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
body {
	opacity: 0;
	animation: show 1s ease 0.3s 1;
	animation-fill-mode: forwards;
	cursor: default;/*手势*/
}
img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
img {
	vertical-align: bottom;
}
html::-webkit-scrollbar {
	position: absolute;
	width: 4px;
	height: 4px;
}
html::-webkit-scrollbar-thumb {
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.25);
}
html::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::selection {
	background: #00457b;
	color: #fff;
	text-shadow: none;
}
/*基础样式*/
/*
::after{
	content: '';
    position: absolute;
}
*/
/*.even:nth-child(even){
	表示偶数
}*/
/*.odd:nth-child(odd){
	表示奇数
}*/
/*:first-child{
	首个子元素
}*/
/*:nth-child(2){
	第二个子元素
}*/
/*:last-child{
	最后一个子元素
}*/
/*字体大小*/
.fon_size_48{
	font-size: 48px;/*标题中文*/
}
.fon_size_45{
	font-size: 45px;/*特殊字号*/
}
.fon_size_34{
	font-size: 34px;/*标题特殊字号*/
}
.fon_size_24{
	font-size: 24px;/*标题英文*/
}
.fon_size_16{
	font-size: 16px;
}
.fon_size_14{
	font-size: 14px;
}
/*字体颜色*/
.color_00{
	color: #004898;/*主色*/
}
.color_0{
	color: #333;
}
.color_9{
	color: #999;
}
.color_9d9e9e{
	color: #9d9e9e;/*底部导航特殊色*/
}
.color_cb{
	color: #cbcbcb;/*标题浅色*/
}
.color_f{
	color: #fff;
}
.cursor{
	cursor: default;/*手势*/
}
.a-i-c{
	display: flex;
	align-items: center;/*垂直居中*/
}
.a-i-f{
	display: flex;
	align-items:flex-end;/*下对齐*/
}
.j-c-f-s{
	display: flex;
	justify-content:flex-start;/*左对齐*/
}
.j-c-f-e{
	display: flex;
	justify-content:flex-end;/*右对齐*/
}
.j-c-c{
	display: flex;
	justify-content:center;/*水平居中*/
}
.j-c-s-b{
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.w-l-c-1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*段落限制1行*/
}
.w-s-n{
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.w-w-b-w{
	word-wrap: break-word;/*换行*/
}
/*基础样式 end*/
.menu span,.header-right {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-lang {
	float: left;
	width: auto;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	height: 90px;
	line-height: 90px;
}
.header-lang span {
	position: relative;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #000;
	padding:5px 10px 5px 30px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-lang span:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 8px;
	top: 0px;
	background: url("../images/nav1.png") no-repeat left center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-lang span:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 8px;
	top: 0px;
	background: url("../images/nav1on.png") no-repeat left center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.header-lang p {
	width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	top: 90px;
	background: #fff;
	box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.06);
	padding: 10px 0px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
}
.header-lang p a {
	width: 100%;
	line-height: 32px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #333;
}
.header-lang p:before {
	width: auto;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	border-bottom: 10px #fff solid;
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
}
.header-lang p a:hover {
	color: #004898;
}
.header-lang:hover p {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	visibility: visible;
}
/**********************导航**********************/
.header {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.02);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .logo {
	float: left;
	width: 482px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .logo img {
	margin-top: 11px;
	display: block;
	width: 100%;
}
.header .logo img:last-child {
	display: none;
}
.header .header-ul {
	float: right;
	/* width: calc(100% - 706px - 0px); */
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.header .header-ul ul {
	width: auto;
	height: 100%;
}
.header .header-ul ul li {
	float: left;
	width: auto;
	height: 100%;
	margin-right: 50px;
	position: relative;
}
.header .header-ul ul li.act {
	position: static;
}
.header .header-ul ul li:last-child {
	margin-right: 0px;
}
.header .header-ul ul li span {
	width: 100%;
	height: 90px;
	line-height: 90px;
	display: block;
	overflow: hidden;
	position: relative;
}
.header .header-ul ul li span:before {
	width: 0%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #004898;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .header-ul ul li span a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .header-ul ul li:hover span:before,
.header .header-ul ul li.ons span:before {
	width: 100%;
}
/*导航下拉*/
.header .sub-nav {
	width: auto;
	position: absolute;
	left: 50%;
	top: 90px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: translateX(-50%) scaleY(0);
	box-shadow: 0px 5px 12px 5px rgba(0,0,0,0.02);
}
.header .header-ul ul li:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.header .sub-nav p {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0px;
}
.header .sub-nav p em {
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.header .sub-nav p em:before {
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #004898;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}
.header .sub-nav p em:hover:before {
	width: 100%
}
.header .header-ul ul li .sub-nav p em a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #333 !important;
	white-space: pre;
	padding: 0px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 12
}
.header .header-ul ul li .sub-nav p em:hover a {
	color: #fff !important
}
/*导航下拉 end*/
.header .header-right {
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
.header .menu {
	display: none;
}
.nav-style1 .header {
	background: #fff !important;
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.02) !important;
}
.nav-style1 .header .logo img {
	display: block !important;
}
.nav-style1 .header .logo img:last-child {
	display: none !important;
}
.nav-style1 .header .header-ul ul li span a {
	color: #333 !important;
}
.nav-style1 .header .header-ul ul li:before {
	background: #000 !important;
}
.nav-style1 .header a:before,.nav-style1 .header .header-lang span:before {
	opacity: 1 !important;
}
.nav-style1 .header a:after,.nav-style1 .header .header-lang span:after {
	opacity: 0 !important;
}
.nav-style1 .header a,.nav-style1 .header a,.nav-style1 .header{
	color: #333 !important;
}
.nav-style1 .header .header-lang span {
	color: #333 !important;
	border: 1px solid #000 !important;
}
/*导航切换一*/
.nav-style .header.bg1 {
	background: rgba(255,255,255,0);
	box-shadow: none;
}
.nav-style .header.bg1 .logo img {
	display: none;
}
.nav-style .header.bg1 .logo img:last-child {
	display: block;
}
.nav-style .header.bg1 .header-ul ul li span a {
	color: #fff;
}
.nav-style .header.bg1 .header-ul ul li:before {
	background: #fff;
}
.nav-style .header.bg1 a:before,.nav-style .header.bg1 .header-lang span:before {
	opacity: 0;
}
.nav-style .header.bg1 a:after,.nav-style .header.bg1 .header-lang span:after {
	opacity: 1;
}
.nav-style .header.bg1 a,.nav-style .header.bg1 a,.nav-style .header.bg1 {
	color: #333 ;
}
.nav-style .header.bg1 .header-lang span {
	color: #fff;
	border: 1px solid #fff;
}
/*导航切换二*/
.nav-style .header.bg2 {
	background: rgba(255,255,255,0);
	box-shadow: none;
}
.nav-style .header.bg2 .logo img {
	display: none;
}
.nav-style .header.bg2 .logo img:last-child {
	display: block;
}
.nav-style .header.bg2 .header-ul ul li span a {
	color: #fff;
}
.nav-style .header.bg2 .header-ul ul li:before {
	background: #fff;
}
.nav-style .header.bg2 a:before,.nav-style .header.bg2 .header-lang span:before {
	opacity: 0;
}
.nav-style .header.bg2 a:after,.nav-style .header.bg2 .header-lang span:after {
	opacity: 1;
}
.nav-style .header.bg2 a,.nav-style .header.bg2 a,.nav-style .header.bg2 {
	color: #333;
}
.nav-style .header.bg2 .header-lang span {
	color: #fff;
	border: 1px solid #fff;
}
/**********************导航 end******************/
.img_on {
	margin: 0 auto;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	/* Adjust for img size */
	text-align: center;
	margin: 0 auto;
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
/**********************首页大图 ******************/
.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.banner img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
}
.banner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	display: block;
}
.banner-ver{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 12;
	color: #fff;
}
.banner-ver h3 {
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 1.5s ease 1s;
	-moz-transition: all 1.5s ease 1s;
	-ms-transition: all 1.5s ease 1s;
	-o-transition: all 1.5s ease 1s;
	transition: all 1.5s ease 1s;
}
.Project_Name{
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translate(-50%, -50%);
	z-index: 12;
	color: #fff;
}
.Project_Name p{
	font-size: 26px;
	text-align: right;
	line-height: 32px;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 1.5s ease 1s;
	-moz-transition: all 1.5s ease 1s;
	-ms-transition: all 1.5s ease 1s;
	-o-transition: all 1.5s ease 1s;
	transition: all 1.5s ease 1s;
}
/* .banner-ver p {
	width: 52%;
	font-size: 18px;
	line-height: 32px;
	margin-top: 44px;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 1.5s ease 0.2s;
	-moz-transition: all 1.5s ease 0.2s;
	-ms-transition: all 1.5s ease 0.2s;
	-o-transition: all 1.5s ease 0.2s;
	transition: all 1.5s ease 0.2s;
}
.banner-more {
	width: 100%;
	margin-top: 42px;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 1.5s ease 0.2s;
	-moz-transition: all 1.5s ease 0.2s;
	-ms-transition: all 1.5s ease 0.2s;
	-o-transition: all 1.5s ease 0.2s;
	transition: all 1.5s ease 0.2s;
}
.banner-ver em {
	width: 136px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	border-radius: 20px;
	background: #ff4b40;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 1.5s ease 0.2s;
	-moz-transition: all 1.5s ease 0.2s;
	-ms-transition: all 1.5s ease 0.2s;
	-o-transition: all 1.5s ease 0.2s;
	transition: all 1.5s ease 0.2s;
	color: #fff;
} */
.banner-ver em:hover {
	box-shadow: 0px 0px 12px 5px rgba(255,77,65,0.5);
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination span {
	background: #fff;
	opacity: 1;
	-webkit-transition: all 1.5s ease 0.2s;
	-moz-transition: all 1.5s ease 0.2s;
	-ms-transition: all 1.5s ease 0.2s;
	-o-transition: all 1.5s ease 0.2s;
	transition: all 1.5s ease 0.2s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #004898;
}
.banner .swiper-slide-active .banner-ver h3,
.banner .swiper-slide-active .banner-ver p,
.banner .swiper-slide-active .banner-more {
	opacity: 1;
	transform: translateY(0px);
}
.banner .swiper-slide:nth-child(7) .banner-ver h3,
.banner .swiper-slide:nth-child(7) .banner-ver p,
.banner .swiper-slide:nth-child(7) .banner-ver .banner-more{
	color: #fff;
	/* transform: translateY(-90px); */
}
.banner .swiper-slide-active .Project_Name p{
	opacity: 1;
	transform: translateY(0px);
}

/**********************首页大图 end***************/
/**********************内页大图 ******************/
.page_banner_img{
	position: relative;
}
.page_banner_img img {
	width: 100%;
	display: block;
	overflow: hidden;
	/*
	object-fit: cover;
	height: 100%;
	*/
}
.page_banner_img .title{
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
	margin: 0 auto;
	color: #fff;
}
.page_banner_img .title h1{
	font-size: 48px;
	font-weight: 800;
}
.page_banner_img .title span{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
/**********************内页大图 end***************/
.w1536{
	width: 1536px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;/*关于我们*//*新闻详情*/
	margin: 0 auto;
}
.m-t{
	margin-top: 100px;
}
.m-b{
	margin-bottom: 100px;
}
.p-t-b{
	/*首页业绩介绍*/
	padding-top: 100px;
	padding-bottom: 100px;
}
/*右侧悬浮**/
.floatingwindow-right {
	width: auto;
	position: fixed;
	right: 0px;
	bottom: 10%;
	transform: translateY(-50%);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.floatingwindow-right.active {
	opacity: 1;
	visibility: visible;
}
.floatingwindow-back {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.4) url("../images/top-4.png") no-repeat center;
	background-size: 30px 30px;
	cursor: pointer;
}
.floatingwindow-back:hover {
	background: #004898 url("../images/top-4.png") no-repeat center;
	background-size: 30px 30px;
}
/*飘窗*/
/*飘窗*/
.bay_window{
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	display: flex;
	flex-direction: column;
}
.bay_window a img{
	border-radius: 5px;
	display: block;
	width: 150px;
}
.close-btn {
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	border: none;
	width: 30px;
	height: 30px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	text-align: right;
	transition: all 0.3s;
}

/**********************首页标题******************/
.home_tithead {
	text-align: center;
	position: relative;
	z-index: 12;
	margin-top: 100px;
	margin-bottom: 100px;
}
.home_tithead h3 {
	width: 100%;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	white-space: pre;
}
.home_tithead p {
	width: 100%;
	font-size: 24px;
	color: #cbcbcb;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
/**********************首页标题 end**************/
/**********************内页-公共标题 *************/
.page_Tit{
	text-align: center;
}
.page_Tit span {
	font-size: 48px;
	letter-spacing: 2px;
	line-height: 1.4;
	font-weight: 600;
}
.page_Tit span b {
	color: #004898;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 600;
}
.page_Tit p{
	color: #cbcbcb;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
/**********************内页-公共标题 end**********/
/***************首页-业务范围改成业务领域250919****/

.hydl_Content_1{
	overflow: hidden;
	background: #f7f7f7;
}
/*选项卡部分*/
.hydl_Content_1 .tabs-container {
	position: relative;
	overflow: hidden;
}
.hydl_Content_1 .tabs-header{
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 10;
	display: flex;
	justify-content:center;/*水平居中*/
}
.hydl_Content_1 .tab-btn {
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 178px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	background: transparent;
	background-image: url(../images/tab-btn.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.hydl_Content_1 .tab-btn.tabactive {
	background-image: url(../images/tab-tabactive.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.hydl_Content_1 .tabs-content {
	position: relative;
}
.hydl_Content_1 .tab-content {
	transition: all 0.3s ease;
	display: none;
}
.hydl_Content_1 .tab-content.tabactive {
	display: block;
	opacity: 1;
}
/* 为tab1添加背景图片样式 */
.hydl_Content_1 .tab-content .tab1_img {
	width: 100%;
	display: block;
}
.hydl_Content_1 .tab-content .tab1_img_wap {
	width: 100%;
	display: none;
}
.hydl_Content_1 .tabs-container #tab2 {
	height: 724px;
	background-image: url(../images/tab-content-tab2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*选项卡部分end*/
/*六大主业*/
.hydl_Content_1business {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 220px 50px 0 50px;
}
.hydl_Content_1list {
	width: calc(33.073% - 10px);
	position: relative;
	margin-bottom: 20px;
}
.hydl_Content_1list .content_list_img {
	width: 100%;
	position: relative;
	padding-top: 41.333%;
	margin: 0 auto;
	overflow: hidden;
}
.hydl_Content_1list .content_list_img img {
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	filter:scale(1);filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor: pointer;
}
.hydl_Content_1list .content_list_txt {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list .content_list_nav {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	display:flex;
	flex-direction:column;
	justify-content:center;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list .content_list_nav a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:32px;
	border:1px solid #ED1B24;
	border-radius:100px;
	margin:0 auto;
	margin-bottom:12px;
	font-weight:400;
	color:#ED1B24;
	position:relative;
	overflow:hidden;
	width:190px;
	font-size:14px;
}
.hydl_Content_1list .content_list_nav a span {
	position:relative;
	display:flex;
}
.hydl_Content_1list .content_list_nav a span i {
	margin-left:6.0019px;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hydl_Content_1list .content_list_nav a span i img {
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	width:12px;
}
.hydl_Content_1list .content_list_nav a span i img:last-child {
	position:absolute;
	opacity:0;
}
.hydl_Content_1list .content_list_nav a::before {
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:linear-gradient(330deg,#ED1B24 0%,#F5BC50 100%);
	position:absolute;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	border-radius:100px;
}
.hydl_Content_1list .content_list_nav a:last-child {
	margin-bottom:0;
}
.hydl_Content_1list .content_list_txt .list_txt_icon span {
	position:relative;
	display:flex;
}
.hydl_Content_1list .content_list_txt .list_txt_icon span img {
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	width:62px;
	opacity: 1;
}
.hydl_Content_1list .content_list_txt .list_txt_title {
	font-size: 24px;
	line-height: 24px;
	color:#fff;
	margin-top: 20px;
	font-weight: 500;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.hydl_Content_1list .content_list_txt .list_txt_bt {
	height: 0px;
	background:#004898;
	opacity: 1;
	border-radius: 32px;
	line-height: 32px;
	font-size: 14px;
	color:#fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	opacity: 0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	padding: 0px 13px;
}
.hydl_Content_1list .content_list_txt .list_txt_bt img {
	margin-left: 10px;
	width: 7px;
}
.hydl_Content_1list:hover .content_list_txt {
	background:rgba(0,0,0,.5);
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list:hover .content_list_txt .list_txt_title {
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list:hover .content_list_txt .list_txt_icon span img {
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	opacity: 1;
}
.hydl_Content_1list:hover .content_list_txt .list_txt_bt {
	height: 32px;
	margin-top:18px;
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list:hover .content_list_nav {
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.hydl_Content_1list:hover .content_list_img img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	filter:scale(1.2);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
/*六大主业end*/
/***************首页-业务范围改成业务领域250919end*/
/**********************首页-关于我们 *************/
.hydl_Content_2{
	background: #f7f7f7;
	overflow: hidden;
	cursor: default;/*手势*/
}
.hydl_Content_2 .hydl_Content_2Aboutus{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.hydl_Content_2Aboutus .left{
	position: relative;
	width: 40%;
	height: 100%;
	float: left;
}
.hydl_Content_2Aboutus .left img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
.hydl_Content_2Aboutus .right{
	display: inline-block;
	text-align: left;
	width: 50%;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
}
.hydl_Content_2Aboutus .right>div{
	margin-left: 15.333%;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit {
	position: relative;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit>div {
	display: inline-block;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit span {
	line-height: 1;
	font-size: 80px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cbcbcb;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit p {
	font-size: 34px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	color: #004898;
	text-align: justify;
	/*段落限制*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 11px;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit h1{
	margin-top: 70px;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
}
.hydl_Content_2Aboutus .right .Aboutus_indTit h1 i{
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	color: #004898;
	font-style: normal;
}
.hydl_Content_2Aboutus .right .Aboutus_indAb_p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hydl_Content_2Aboutus .right .Aboutus_indPro_ico {
	margin-top: 68px;
	margin-right: 10px;
	transition: transform 0.3s ease;
}
.hydl_Content_2Aboutus .right .Aboutus_indPro_ico:hover {
	transform: translateX(5px); /* 鼠标悬停时向右移动10像素 */
}
.hydl_Content_2Aboutus .bottom{
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #fff;
	box-sizing: border-box;
	z-index: 11;
}
.hydl_Content_2Aboutus .bottom li{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	padding: 30px 0;
}
.hydl_Content_2Aboutus .bottom a {
	display: inline-block;
	text-align: left;
	color: #787878;
	font-size: 14px;
}
.hydl_Content_2Aboutus .bottom img {
	display: block;
	width: 40px;
	padding-bottom: 20px;
}
.hydl_Content_2Aboutus .bottom span {
	font-size: 24px;
	color: #999;
}
.hydl_Content_2Aboutus .bottom span em{
	font-size: 45px;
	line-height: 1;
	color: #004898;
}
.hydl_Content_2Aboutus .bottom p {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 20px;
}
/**********************首页-关于我们 end**********/
/**********************首页-业绩介绍 *************/
.hydl_Content_3 .hydl_Content_3Kpi{
	overflow: hidden;
}
.hydl_Content_3 {
	position: relative;
	background: url(../images/bgi-business.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.hydl_Content_3Kpi {
	position: relative;
	color: #fff;
}
.hydl_Content_3Kpi .index_head_tit {
	color: #fff;
	white-space: nowrap;
}
.hydl_Content_3Kpi .index_head_tit .cn{
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
}
.hydl_Content_3Kpi .index_head_tit .en{
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
}
.hydl_Content_3Kpi .intro {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 370px;
	max-width: 25%;
	cursor: default;/*手势*/
}
.hydl_Content_3Kpi .intro .imax {
	margin-top: 60px;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	/*段落限制1行*/
}
.hydl_Content_3Kpi .intro .more {
	margin-top: 60px;
	display: inline-block;
	transition: transform 0.3s ease;
}
.hydl_Content_3Kpi .intro .more:hover {
	transform: translateX(5px); /* 鼠标悬停时向右移动10像素 */
}
.hydl_Content_3Kpi .Tt .box{
	display: none;
}
.hydl_Content_3Kpi .Tt .box.on{
	display: block;
}
.hydl_Content_3Kpi .Tt {
	position: relative;
	z-index: 2;
	width: 520px;
	max-width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hydl_Content_3Kpi .Tt:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/bgi-business-circle.png);
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	pointer-events: none;
}
.hydl_Content_3Kpi .Tt .box {
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
}
.pic{
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 0;
}
.hydl_Content_3Kpi .Tt .pic img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
	width: 100%;
	height: 100%;
}
.hydl_Content_3Kpi .Tg {
	position: absolute;
	right: 0;
	top: 0%;
	/* -webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
	text-align: right;
}
.hydl_Content_3Kpi .Tg:after {
	content: " ";
	position: absolute;
	right: 9px;
	top: -10px;
	bottom: -10px;
	width: 0;
	border-left: rgba(255, 255, 255, 0.9) dotted 2px;
}
.hydl_Content_3Kpi .Tg .btn {
	position: relative;
	margin-right: 24px;
	padding-right: 40px;
	display: block;
	color: #fff;
	-webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
	transition: all 220ms ease 0s, all 220ms ease 0s;
}
.hydl_Content_3Kpi .Tg .btn .dot {
	position: absolute;
	right: -24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #fff solid 2px;
	-webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
	transition: all 220ms ease 0s, all 220ms ease 0s;
	border-radius: 50%;
}
.hydl_Content_3Kpi .Tg .btn:nth-child(1n+2) {
	margin-top: 35px;
}
.hydl_Content_3Kpi .Tg .btn .cn {
	font-size: 24px;
}
.hydl_Content_3Kpi .Tg .btn .cn:hover{
	color: #fec02d;
}
.hydl_Content_3Kpi .Tg .btn.on {
	color: #fec02d;
}
.hydl_Content_3Kpi .Tg .btn.on .dot {
	border-color: #fec02d;
}
.hydl_Content_3Kpi .Tg .btn .cn:hover{
	color: #fec02d;
}
.hydl_Content_3Kpi .Tg .btn:hover .dot{
	border-color: #fec02d;
}
/**********************首页-业绩介绍 end**********/
/**********************首页-新闻中心 *************/
.hydl_Content_4{
	overflow: hidden;
	background: #f7f7f7;
	cursor: default;/*手势*/
}
.hydl_Content_4New .hydl_Content_4top{
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.hydl_Content_4New .hydl_Content_4top .fl h3{
	font-size: 48px;
	line-height: 1;
	color: #4b4a48;
	text-align: left;
}
.hydl_Content_4New .hydl_Content_4top .fl h3{
	font-size: 48px;
	line-height: 1;
	color: #4b4a48;
	font-weight: bold;
	text-align: left;
}
.hydl_Content_4New .hydl_Content_4top .fl p{
	font-size: 24px;
	line-height: 1;
	color: #cbcbcb;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
}
.hydl_Content_4New .hydl_Content_4top .fr{
	transition: transform 0.3s ease;
}
.hydl_Content_4New .hydl_Content_4top .fr:hover img{
	transform: translateX(5px); /* 鼠标悬停时向右移动10像素 */
}
.hydl_Content_4center{
	margin-top: 30px;
	margin-bottom: 30px;
}
.hydl_Content_4center ul{
	display: flex;
	justify-content:center;/*水平居中*/
	position: relative;
}
.hydl_Content_4center ul::after{
	content: " ";
	position: absolute;
	width: 2px;
	height: 20px;
	background: #8d8d8d;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}
.hydl_Content_4center ul li{
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.hydl_Content_4center ul li:hover{
	color: #004898;
}
.hydl_Content_4center ul li.hover{
	color: #004898;
}
.hydl_Content_4center ul li:nth-child(1){
	/*第一个子元素*/
	padding-right: 20px;
}
.hydl_Content_4center ul li:nth-child(2){
	/*第二个子元素*/
	padding-left: 20px;
}
.hydl_Content_4bottom{
	overflow: hidden;
}
.hydl_Content_4bottom .Content_4_Newlist{
	float: left;
	width: 722px;
	background: #fff;
}
.hydl_Content_4bottom .Content_4_Newlist li{
	width: 100%;
}
.hydl_Content_4bottom .Content_4_Newlist li a {
	display: block;
	padding: 28px 32px 28px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	background: #fff;
	height: 82px;
}
.hydl_Content_4bottom .Content_4_Newlist li:last-child a{
	/*最后一个子元素*/
	border-bottom: 0px;
}
.hydl_Content_4bottom .Content_4_Newlist li a .time {
	position: relative;
	float: left;
	width: 90px;
	line-height: 24px;
	color: #999;
	text-align: center;
	padding-right: 24px;
	box-sizing: border-box;
	vertical-align: top;
}
.hydl_Content_4bottom .Content_4_Newlist li a .time span {
	display: block;
	color: #333;
	border-top: 1px solid #eee;
	line-height: 2.8;
	font-size: 16px;
}
.hydl_Content_4bottom .Content_4_Newlist li a .time span:first-child {
	font-size: 34px;
	border-top: 0;
	line-height: 1;
	padding-bottom: 10px;
}
.hydl_Content_4bottom .Content_4_Newlist li a .info {
	display: inline-block;
	width: calc(100% - 90px);
}
.hydl_Content_4bottom .Content_4_Newlist li a .info h3 {
	line-height: 1.4;
	font-size: 16px;
	transition: all .4s;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.hydl_Content_4bottom .Content_4_Newlist li:hover a .info h3{
	color: #004898;
}
.hydl_Content_4bottom .Content_4_Newlist li a .info p {
	color: #999;
	line-height: 22px;
	letter-spacing: 0.25px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*段落限制1行*/
}
.hydl_Content_4bottom .Content_4_Newimg{
	float: left;
	width: 804px;
}
.hydl_Content_4bottom .Content_4_Newimg li{
	width: 49%;
	float: left;
	margin-left: 1%;
	background: #fff;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newimg{
	width: 100%;
	padding-top: 75.065%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: all 1s;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newimg img{
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}
.hydl_Content_4bottom .Content_4_Newimg li:hover .Newimg img{
	transform:scale(1.1);
	transition:all 1s;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo{
	padding: 25px;
}
.hydl_Content_4bottom .Content_4_Newimg li:hover .Newinfo h1{
	color: #004898;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo h1{
	line-height: 36px;
	min-height: 72px;
	font-size: 24px;
	color: #333;
	font-weight: 500;
	/*段落限制行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo p{
	line-height: 30px;
	font-size: 16px;
	color: #999;
	font-weight: 500;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 22px;
	/*段落限制行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo .time{
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
	line-height: 41px;
	transition: transform 0.3s ease;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo .time span{
	font-size: 16px;
	color: #333;
}
.hydl_Content_4bottom .Content_4_Newimg li .Newinfo .time span i{
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}
.hydl_Content_4bottom .Content_4_Newimg li:hover .Newinfo .time img{
	transform: translateX(5px); /* 鼠标悬停时向右移动10像素 */
}
/**********************首页-新闻中心 end**********/
/**********************首页-百项首创 *************/
.hydl_Content_6{
	overflow: hidden;
}
.hydl_Content_6Inno{
	height: 920px;
	position: relative;
	overflow: hidden;
}
.hydl_Content_6Inno .home_tithead h3{
	color: #fff;
}
.hydl_Content_6Inno .home_tithead p{
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
}
.hydl_Content_6Inno .InnoBottom_Tab{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.hydl_Content_6Inno .InnoBottom_Tab ul{
	zoom: 1;
	font-size: 0;
	text-align: center;
}
.hydl_Content_6Inno .InnoBottom_Tab:after,
.hydl_Content_6Inno .InnoBottom_Tab:before{
	display: block; 
	content:"clear"; 
	height: 0; 
	clear: both; 
	overflow: hidden; 
	visibility: hidden; 
}
.hydl_Content_6Inno .InnoBottom_Tab li{
	width: 14.28%;
	display: inline-block;
}
.hydl_Content_6Inno .InnoBottom_Tab li:last-child .con{
	border-right: 0;
}
.hydl_Content_6Inno .InnoBottom_Tab .con{
	display: block;
	position: relative;
	height: 120px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,.12);
}
.hydl_Content_6Inno .InnoBottom_Tab .con:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	z-index: 1;
	background: linear-gradient(124deg, #205FFF, #1DDAFC);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.hydl_Content_6Inno .InnoBottom_Tab .c-t{
	z-index: 2;
	color: #333;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.hydl_Content_6Inno .InnoBottom_Tab h3{
	font-size: 26px;
	font-family: 'JHRuHeiZhong','PingFangSC-Regular','sans-serif';
	font-weight: normal;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.hydl_Content_6Inno .InnoBottom_Tab .desc{
	font-size: 16px;
	line-height: 1.4;
}
.hydl_Content_6Inno .InnoBottom_Tab li.on .con:before,
.hydl_Content_6Inno .InnoBottom_Tab li:hover .con:before{
	height: 130px;
}
.hydl_Content_6Inno .InnoBottom_Tab li.on .c-t,
.hydl_Content_6Inno .InnoBottom_Tab li:hover .c-t{
	color: #fff;
}
.InnoContent_TabShow{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.Inno_Bj{
	height: 100%;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: .7s linear;
	-moz-transition: .7s linear;
	-ms-transition: .7s linear;
	-o-transition: .7s linear;
	transition: .7s linear;
}
.Inno_Bj::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,72,152,0.8);
}
.hydl_Content_6Inno .Inno_TabRight{
	position: absolute;
	top: 50%;
	right: 5%;
    transform: translateX(0%) translateY(-50%);
	z-index: 3;
}
.hydl_Content_6Inno .Inno_TabRight li{
	margin-bottom: 21px;
}
.hydl_Content_6Inno .Inno_TabRight .pic{
	display: block;
	width: 440px;
	height: 60px;
	position: relative;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.hydl_Content_6Inno .Inno_TabRight li.on .pic{
	background: #fff;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.hydl_Content_6Inno .Inno_TabRight li:hover .pic{
	color: #333;
	background: #fff;
}
.hydl_Content_6Inno .Inno_TabRight .pic:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.hydl_Content_6Inno .Inno_TabRight li.on .pic:after{
	display: none;
}
@-webkit-keyframes prop {
	from{
		box-shadow: 0 0 0 0 rgba(255,255,255,.4);
		opacity: 1;
		filter: alpha(opacity=10);
	}
	to{
		box-shadow: 0 0 0 10px rgba(255,255,255,.4);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@keyframes prop {
	from{
		box-shadow: 0 0 0 0 rgba(255,255,255,.4);
		opacity: 1;
		filter: alpha(opacity=10);
	}
	to{
		box-shadow: 0 0 0 10px rgba(255,255,255,.4);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
.Inno_HideOut{
	visibility: hidden;
	opacity: 0;
}
.Inno_ShowOut{
	visibility: visible;
	opacity: 1;
	-webkit-animation: prop2 6s linear;
	-o-animation: prop2 6s linear;
	animation: prop2 6s linear;
}
.hydl_Content_6Inno .content_txt{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
	z-index: 2;
	color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.hydl_Content_6Inno .content_txt .tit{
	width: 500px;
	position: absolute;
	top: 50%;
	left: 0%;
    transform: translateX(-0%) translateY(-50%);
    -webkit-transform: translateX(-0%) translateY(-50%);
}
.hydl_Content_6Inno .content_txt .tit h3{
	font-size: 36px;
	font-family: 'AlimamaShuHeiTi-Bold','PingFangSC-Regular','sans-serif';
	font-weight: bold;
}
.hydl_Content_6Inno .content_txt .tit .desc{
	font-size: 48px;
	font-weight: bold;
	font-family: 'Arial';
	padding-top: 50px;
	padding-bottom: 40px;
}
.hydl_Content_6Inno .content_txt .tit .desc span{
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}
.hydl_Content_6Inno .content_txt .tit p{
	font-size: 16px;
	line-height: 30px;
}
.hydl_Content_6Inno .content_txt .bigpicout{
	position: relative;
	width: 455px;
	height: 455px;
	margin: 0 auto;
}
.hydl_Content_6Inno .content_txt .bigpicout::after{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/yuanquan.png) center no-repeat;
	-webkit-animation: rotate360 20s linear 0s infinite;
			animation: rotate360 20s linear 0s infinite;
    background-size: 100% 100%;
}
.hydl_Content_6Inno .content_txt .bigpicout .bigpic{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
	width: 370px;
	height: 370px;
	border-radius: 370px;
	overflow: hidden;
}
.hydl_Content_6Inno .content_txt .bigpicout .bigpic img{
	position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@-webkit-keyframes rotate360{
	0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate360{
	0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}
@-ms-keyframes rotate360{
	0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}
@keyframes rotate360{
	0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}
/**********************首页-百项首创 end**********/
/**********************底部**********************/
.hydl_Content_5{
	background: #1c1f22;
	overflow: hidden;
	color: #fff;
}
.hydl_5footer .footer_top{
	display: flex;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.hydl_5footer .footer_top .logo{
	display: block;
	width: 65px;
	margin-bottom: 30px;
}
.hydl_5footer .footer_top h1{
	font-size: 24px;
	line-height: 1;
}
.hydl_5footer .footer_top .fl ul li{
	font-size: 14px;
	color: #9d9e9e;
	display: flex;
	align-items: center;/*垂直居中*/
	justify-content:flex-start;/*左对齐*/
	padding-top: 28px;
}
.hydl_5footer .footer_top .fl ul li img{
	padding-right: 9px;
}
.hydl_5footer .footer_top .fr li{
	float: left;
	margin-left: 50px;
}
.hydl_5footer .footer_top .fr li dd{
	padding-bottom: 20px;
}
.hydl_5footer .footer_top .fr li dd a:hover{
	color: #9d9e9e;
}
.hydl_5footer .footer_top .fr li dd a{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	display: inline-block;
}
/* .hydl_5footer .footer_top .fr li:nth-child(7n+1){
	margin-left: 0px;
} */
.hydl_5footer .footer_top .fr li dt a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #9d9e9e;
	line-height: 36px;
}
.hydl_5footer .footer_top .fr li dt a:hover{
	color: #fff;
}
.hydl_5footer .footer_bottom {
	overflow: hidden;
	border-top: 1px solid #2b2b2b;
}
.hydl_5footer .footer_bottom p{
	font-size: 14px;
	line-height: 90px;
	text-align: center;
	color: #9d9e9e;
}
/**********************底部end*******************/
/**********************内页公共 *****************/
/*内页导航*/
.page_catalog{
	height: 82px;
	overflow: hidden;
	background: #fff;
	border-bottom: 2px solid #f2f2f2;
}
.page_catalog_ul li {
	float: left;
}
.page_catalog_ul li a {
	width: 146px;
	height: 82px;
	line-height: 82px;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.page_catalog_ul li a.for .cata_i{
	color: #fff;
}
.page_catalog_ul li a:hover .cata_i{
	color: #fff;
}
.page_catalog_ul li .cata_i {
	position: relative;
	z-index: 99;
	font-style: normal;
	font-size: 14px;
	color: #999;
	padding-left: 40px;
}
.page_catalog_ul li a:hover::after,
.page_catalog_ul li a.for::after{
	transition: all 0.5s ease 0s;
	width: 146px;
}
.page_catalog_ul li a::after {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	height: 82px;
	width: 0;
	background: url(../images/page_subnav.png) left top no-repeat;
	content: '';
}
.page_catalog_ul li a::before{
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	background: url(../images/page_icon1.png) left top no-repeat;
}
.page_catalog_ul li a:hover::before{
	background: url(../images/page_icon1_on.png) left top no-repeat;
	z-index: 2;
}
.page_catalog_ul li a.for::before{
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	background: url(../images/page_icon1_on.png) left top no-repeat;
	z-index: 2;
}
/*内页页码*/
.page {
	text-align: center;
	display: flex;
	justify-content:center;/*水平居中*/
}
.prev, .next {
	display: block;
	position: relative;
	width: 60px !important;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	border: #eee solid 1px;
	background: #fff;
	margin: 0 6px;
	border-radius: 4px;
}
.page a {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	border: #eee solid 1px;
	background: #fff;
	margin: 0 6px;
	border-radius: 4px;
}
.page .current{
	background-color: #004898;
	color: #fff;
	border: 1px solid #d9d9d9;
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0 6px;
	border-radius: 4px;
}
.page .num{
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.page .prev{
	background-color: #fff;
	border: 1px solid #d9d9d9;
	color: #333;
}
.page .next{
	background-color: #fff;
	border: 1px solid #d9d9d9;
	color: #333;
}
.page .end{
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.page .end:hover{
	background-color: #004898;
	color: #fff;
}
.page .num:hover{
	background-color: #004898;
	color: #fff;
}
.page .prev:hover{
	background-color: #004898;
	color: #fff;
}
.page .next:hover{
	background-color: #004898;
	color: #fff;
}
.page .selected{
	background-color: #004898;
	color: #fff;
}
/**********************内页公共 end**************/
/**********************内页-新闻中心 *************/
.page_news{
	overflow: hidden;
}
.page_news ul li{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.page_news ul li .news_time{
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.page_news ul li .news_time::before {
	position: absolute;
	width: 68px;
	height: 2px;
	content: "";
	top: 13px;
	background: #d0d0d0;
	right: -80px;
}
.page_news ul li .news_time span {
	color: #999;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}
.page_news ul li .news_time img {
	display: block;
	width: 38px;
	margin-top: 42px;
	position: relative;
	left: 0;
	transition: all 0.28s;
	transition: transform 0.3s ease;
}
.page_news ul li .news_txt{
	float: right;
	vertical-align: top;
	width: calc(100% - 260px);
}
.page_news ul li .news_txt h1{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	max-height: 32px;
	/*单行省略号*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_news ul li .news_txt p{
	color: #999;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 34px;
	height: 50px;
	/*单行省略号*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page_news ul li:hover{
	background: #f7f7f7;
}
.page_news ul li:hover .news_time img{
	transform: translateX(5px); /* 鼠标悬停时向右移动10像素 */
}
.page_news ul li:hover .news_txt h1{
	color: #004898;
}
/*新闻详情*/
.page_newdetail .details_title{
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.page_newdetail .details_title dd{
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
	font-weight: bolder;
}
.page_newdetail .details_title .vertical{
	display: flex;
	justify-content:center;/*水平居中*/
}
.page_newdetail .details_title dt div {
	color: #999;
	font-size: 16px;
	padding-right: 50px;
	display: inline-block;
	line-height: 2;
}
.page_newdetail .details_title dt div:last-child{
	/*最后一个子元素*/
	padding-right: 0px;
}
.page_newdetail .details_content{
	padding: 30px 0px;
	min-height: 600px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.page_newdetail .details_content .details_content_top{
	width: 660px;
	margin: 0 auto;
}
.page_newdetail .details_content .details_content_top p{
	font-size: 16px;
	line-height: 2;
}
.page_newdetail .details_content img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.page_newdetail .details_content .details_page{
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
}
.page_newdetail .details_content .details_page .page_left_list {
	font-size: 14px;
	color: #333;
	margin-top: 18px;
}
.page_newdetail .details_content .details_page .page_left_list a{
	color: #333;
}
.page_newdetail .details_content .details_page .page_left_list:first-child {
	margin-top: 0px;
}
.page_newdetail .details_content .details_page .page_left_list a:hover{
	color: #004898;
}
/**********************内页-新闻中心 end**********/
/**********************内页-组织架构 *************/
.page_structure{
	overflow: hidden;
	background: #f7f7f7;
}
.page_structure .page_structure_content{
	overflow: hidden;
	background: #fff;
}
.page_structure .page_structure_content img{
	display: block;
	width: 100%;
	text-align: center;
}
/**********************内页-组织架构 end**********/
/**********************内页-管理团队 *************/
.page_team{
	overflow: hidden;
	background: #f7f7f7;
}
.page_team .page_team_content{
	overflow: hidden;
	background: #fff;
	position: relative;
	background: url(../images/page_team_bj1.jpg) no-repeat center;
	background-size: cover;
	background-position: bottom center;
}
.page_team .page_team_content .team_content:nth-child(1){
	grid-template-columns: repeat(1, 1fr);
}
.page_team .page_team_content .team_content:nth-child(1) .team_content_list{
	margin: 0 auto;
	margin-bottom: 60px;
}
.page_team .page_team_content .team_content{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px;
	max-width: 694px;
	margin: 0 auto;
}
.page_team .page_team_content .team_content .team_content_list{
	background: #fff;
	box-shadow: 0px 5px 13px rgba(0,0,0,.08);
	width: 317px;
	height: 156px;
	border-top: 4px solid #004898;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.page_team .page_team_content .team_content .team_content_list .content_list_dd{
	color: #333;
	font-size: 30px;
}
.page_team .page_team_content .team_content .team_content_list .content_list_dt{
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.page_team .page_team_content .team_new_tit h1{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 143px;
}
.page_team .page_team_content .team_new_content{
	overflow: hidden;
	padding: 0 30px;
}
.page_team .page_team_content .team_new_content ul{
	display: flex;
	justify-content:center;/*水平居中*/
	flex-wrap: wrap;/*换行*/
}
.page_team .page_team_content .team_new_content .one li{
	width: calc(90% / 4); /* 每行四个项 */
    box-sizing: border-box;
}
.page_team .page_team_content .team_new_content .one li:nth-child(-n+2) {
    width: calc(37% / 1); /* 第一行三个项 */
}
.page_team .page_team_content .team_new_content .two li{
	width: calc(87% / 3); /* 每行三个项 */
    box-sizing: border-box;
}
.page_team .page_team_content .team_new_content .two li:nth-child(-n+1) {
    width: calc(68% / 1); /* 第一行一个项 */
}
.page_team .page_team_content .team_new_content .three li{
	width: calc(88% / 4); /* 每行四个项 */
    box-sizing: border-box;
}
.page_team .page_team_content .team_new_content .three li:nth-child(-n+3) {
    width: calc(72% / 3); /* 第一行三个项 */
}
.page_team .page_team_content .team_new_content ul li{
    height: 215px;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    background: #fbfbfb;
    cursor: pointer;
	margin: 0.8%;
}
.page_team .page_team_content .team_new_content ul li:hover {
    background: #F2F3F5;
}
.page_team .page_team_content .team_new_content ul li .mess{
    float: left;
    margin-top: 105px;
    width: 100%;
}
.page_team .page_team_content .team_new_content ul li .mess .tit {
    font-size: 24px;
    line-height: 30px;
    color: #004898;
    margin-bottom: 10px;
}
.page_team .page_team_content .team_new_content ul li .mess .post{
    float: left;
    min-width: 160px;
}
.page_team .page_team_content .team_new_content ul li .mess .post p{
	font-size: 14px;
	color: #999;
	text-align: left;
}
.page_team .page_team_content .team_new_content ul li .pic0{
    position: absolute;
    right: 0;
    top: 0;
	width: 124px;
	height: 124px;
	background: #f2f3f5;
}
.page_team .page_team_content .team_new_content ul li:hover .pic0{
	background: #edf0f5;
}
.page_team .page_team_content .team_new_content ul li .pic0 img {
    width: 66px;
	position: absolute;
    right: 0%;
    top: 50%;
	transform: translate(-50%, -50%);
}
/**********************内页-管理团队 end**********/
/**********************内页-企业资质 *************/
.page_qualification{
	overflow: hidden;
	background: #f7f7f7;
}
.page_qualification .page_qualification_content{
	overflow: hidden;
}
.page_qualification .page_qualification_content .list{
	float: left;
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	background: #fff;
	padding: 24px;
	width: 297px;
	margin: 0 0 52px 52px;
}
.page_qualification .page_qualification_content .list:nth-child(4n+1){
	margin-left: 0px;
}
.page_qualification .page_qualification_content .list .img{
	position: relative;
	padding-top: 72%;
	margin: 0 auto;
	overflow: hidden;
	transition: all 1s;
}
.page_qualification .page_qualification_content .list .img img{
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
	transition: all 0.48s;
}
.page_qualification .page_qualification_content .list:hover .img img{
	transform: scale(1.1);
	transition: all 1s;
}
.page_qualification .page_qualification_content .list .tit{
	font-size: 16px;
	color: #333;
	text-align: center;
	/*单行段落*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #f2f2f2;
	margin-top: 30px;
	padding-top: 15px;
}
/**********************内页-企业资质 end**********/
/**********************内页-企业荣誉 *************/
/*获奖*/
.page_awards{
	overflow: hidden;
	background: #f7f7f7;
}
.page_awards_content{
	overflow: hidden;
}
.page_awards_content a{
	margin-left: 50px;
	width: 478px;
	float: left;
}
.page_awards_content a:nth-child(3n+1){
	margin-left: 0px;
}
.page_awards_content .page_awards_list .awards_img{
	position: relative;
	padding-top: 83.476%;
	margin: 0 auto;
	overflow: hidden;
}
.page_awards_content .page_awards_list .awards_img img{
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*2025-03-04新增*/
.page_awards_content .page_awards_list .awards_img:hover .overlay{
	opacity: 1;
}
.page_awards_content .page_awards_list .awards_img .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 72, 152, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	text-align: center;
}
.page_awards_content .page_awards_list .awards_img .overlay h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 40px 20px 40px 20px;
}
.page_awards_content .page_awards_list .awards_img .overlay p{
	margin: 0px 20px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/*段落限制行*/
}
/*2025-03-04新增 end*/
.page_awards_content .page_awards_list .awards_tit{
	background: #fff;
	height: 86px;
	line-height: 86px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0 15px;
}
.page_awards_content .page_awards_list:hover .awards_tit,
.page_awards_content .page_awards_list:hover .awards_tit span{
	background: #004898;
	color: #fff;
}
.page_awards_content .page_awards_list .awards_tit span{
	color: #004898;
}
/*250415获奖详情页*/
/*国家科技进步奖*/
.page_technology .table .page_awardsP1_details .th01{
	width: 10%;
}
.page_technology .table .page_awardsP1_details .th02{
	width: 34%;
}
.page_technology .table .page_awardsP1_details .th03{
	width: 15%;
}
.page_technology .table .page_awardsP1_details .th04{
	width: 20%;
}
/*詹天佑土木工程大奖*/
.page_awards .page_awardsP2_details .page_BIM .BIM_list .rightDiv{
	display: block;/*取消垂直水平居中*/
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list h1{
	font-size: 24px;
	line-height: 42px;
	text-align: left;
	color: #333;
	padding: 42px 42px 0px 42px;
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list p{
    text-align: left;
	padding: 10px 42px 0 42px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	text-indent: 30px;/*首行缩进*/
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list:nth-child(odd) .rightDiv{
	/*表示奇数*/
	float: left;
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list:nth-child(odd) .leftDiv{
	/*表示奇数*/
	float: right;
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list:nth-child(even) .rightDiv{
	/*表示偶数*/
	float: right;
}
.page_awards .page_awardsP2_details .page_BIM .BIM_list:nth-child(even) .leftDiv{
	/*表示偶数*/
	float: left;
}
/*国家优质工程奖*/

/*250415获奖详情页end*/
/*荣誉*/
.page_honor{
	overflow: hidden;
	background: #f7f7f7;
}
.page_honor_content{
	overflow: hidden;
}
.page_honor_content .page_honor_list{
	position: relative;
	width: 478px;
	height: 230px;
	float: left;
	margin-left: 51px;
	margin-bottom: 51px;
	background: #fff;
}
.page_honor_content .page_honor_list>div{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.page_honor_content .page_honor_list:nth-child(3n+1){
	margin-left: 0px;
}
.page_honor_content .page_honor_list img{
	width: 40px;
	height: 40px;
	display: block;
}
.page_honor_content .page_honor_list .display{
	display: block;
}
.page_honor_content .page_honor_list .hide{
	display: none;
}
.page_honor_content .page_honor_list:hover .display{
	display: none;
}
.page_honor_content .page_honor_list:hover .hide{
	display: block;
}
.page_honor_content .page_honor_list p{
	font-size: 16px;
	line-height: 24px;
	color: #999;
	padding: 20px 0;
}
.page_honor_content .page_honor_list h1{
	font-size: 24px;
	line-height: 24px;
	color: #333;
}
.page_honor_content .page_honor_list:hover h1,
.page_honor_content .page_honor_list:hover p{
	color: #fff;
}
.page_honor_content .page_honor_list:hover{
	background: #004898;
}
/**********************内页-企业荣誉 end**********/
/**********************内页-文化理念 *************/
.page_zultural{
	overflow: hidden;
	background: #f7f7f7;
}
.page_zultural .page_cultural_concept{
	overflow: hidden;
	background: #fff;
	padding: 60px 60px;
}
.page_zultural .page_cultural_concept .overview p{
	font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
.page_zultural .page_cultural_concept .page_cultural_list{
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.page_zultural .page_cultural_concept .page_cultural_list .leftDiv{
	width: 50%;
	height: 394px;
	position: relative;
	overflow: hidden;
	background-size: 45% auto !important;
	background-attachment: fixed !important;
}
.page_zultural .page_cultural_concept .page_cultural_list .leftDiv:nth-child(odd){
	background-position: left 9% top !important;
}
.page_zultural .page_cultural_concept .page_cultural_list .leftDiv:nth-child(even){
	background-position: right 9% top !important;
}
.page_zultural .page_cultural_concept .page_cultural_list .rightDiv{
	width: 41%;
	padding: 20px 50px 0px 70px;
}
/* .page_zultural .page_cultural_concept .page_cultural_list .rightDiv p:nth-child(odd){
	表示奇数
	font-size: 24px;
	color: #004898;
	margin-top: 25px;
}
.page_zultural .page_cultural_concept .page_cultural_list .rightDiv p:nth-child(even){
	表示偶数
	font-size: 16px;
	color: #999;
	margin-top: 10px;
} */
.page_zultural .page_cultural_concept .page_cultural_list .rightDiv p:nth-child(1){
	font-size: 24px;
	color: #004898;
	margin-top: 25px;
	padding-bottom: 10px;
}
.page_zultural .page_cultural_concept .page_cultural_list .rightDiv p{
	font-size: 16px;
	color: #999;
	margin-top: 15px;
}


/**********************内页-文化理念 end**********/
/**********************内页-关于我们 *************/
.page_about .page_abBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.page_about .page_abBox .page_abL{
	width: 47%;
}
.page_about .page_abBox .page_abL .page_abLImg {
	padding-top: 122%;
	z-index: 2;
}
.page_about .page_abBox .page_abL .indImg {
	overflow: hidden;
	position: relative;
}
.page_about .page_abBox .page_abL .indImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .48s;
}
.page_about .page_abBox .page_abR{
	position: relative;
	width: 41%;
	padding-left: 12%;
}
.page_about .page_abBox .page_abR .Tit {
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 2px;
	line-height: 1.4;
}
.page_about .page_abBox .page_abR .Tit h1,
.page_about .page_abBox .page_abR .Tit span{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
}
.page_about .page_abBox .page_abR .Tit h1{
	color: #004898;
}
.page_about .page_abBox .page_abR .Tit span{
	color: #333333;
}
.page_about .page_abBox .page_abR p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
	text-align: justify;
}
.page_about .page_abBox .page_abR p:last-child{
	margin-bottom: 0px;
}
.page_about .page_abBox .page_abR::after{
	content: '';
	position: absolute;
	left: 10%;
	bottom: 0;
	height: 100%;
	width: 60px;
	background: url(../images/aboutus_bj2.jpg) left top no-repeat;
	background-image: 100% 100%;
	z-index: 2;
}
.page_about .page_abNumber{
	position: relative;
	width: 100%;
	background: url(../images/aboutus_bj3.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 90px 0;
	overflow: hidden;
}
.page_about .page_abNumber::after{
	content: '';
	position: absolute;
	left: 0%;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: rgba(0, 72, 152, .7);
}
.page_about .hydl_Content_2Aboutus .bottom{
	background: none;
	position: relative;
}
.page_about .page_abNumber ul li{
	width: 16.666%;
	padding: 0;
}
.page_about .hydl_Content_2Aboutus .bottom span em,
.page_about .hydl_Content_2Aboutus .bottom p,
.page_about .hydl_Content_2Aboutus .bottom span{
	color: #fff;
}
.page_video{
	width: 100%;
	/* height: 658px; */
	position: relative;
	padding-top: 42.333%;
}
.page_video .page_video_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.page_video img:nth-child(2) {
	display: block;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: auto;
	cursor: pointer;
}
.page_video_notes{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 25px;
	/* transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%); */
	max-width: 133px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.page_video_notes img{
	width: 20px;
	display: block;
}
/*发展历史*/
.wrap_history{
	position: relative;
}
.wrap_history::before{
	content: "";
	display: inline-block;
	width: 100%;
	left: 0;
	bottom: 90px;
	background: url("../images/bn15.png") no-repeat 50% 50%;
	height: 21px;
	position: absolute;
}
.wrap_history .wrap_history_content .wrap_history_content_top{
	position: relative;
}
.wrap_history .wrap_history_content .wrap_history_content_top .swiper-button-prev{
	left: -30px;
}
.wrap_history .wrap_history_content .wrap_history_content_top .swiper-button-next{
	right: -30px;
}
.wrap_history .wrap_history_content .wrap_history_content_top .swiper-button-prev:after,
.wrap_history .wrap_history_content .wrap_history_content_top .swiper-button-next:after{
	font-size: 36px;
	color: #666666;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position:relative;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_img{
	width: 41.111%;
	position:relative;
	padding-top: 23.111%;
	overflow: hidden;
	transition: all 1s;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_img img{
	position:absolute;
	top: 0;
	left:0%;
	height:100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt{
	width: 51.888%;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_time{
	font-size: 36px;
	color: #005ecc;
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_time p:nth-child(1){
	/*第二个子元素*/
	font-weight: bold;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_title{
	font-size: 16px;
	color: #333333;
	line-height: 33px;
	position: relative;
	z-index: 2;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_txt{
	line-height: 33px;
	color: #999;
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_bottom{
	position: absolute;
	font-size: 250px;
	line-height: 250px;
	color: #f9f9f9;
	bottom: -0%;
	right: 0;
	/* transform: translateY(50%); */
	font-family: 'AVGARDM';
}
.wrap_history .wrap_history_content .wrap_history_content_top .content_top_list .top_list_txt .list_txt_bottom.on{
	transform: translateY(56%);
}
.wrap_history .wrap_history_content .wrap_history_content_bottom{
	overflow: hidden;
	padding: 0 60px;
}
.wrap_history .wrap_history_content .wrap_history_content_bottom .swiper-container{
	padding-top: 60px;
}
.wrap_history .wrap_history_content .wrap_history_content_bottom .content_bottom_list{
	font-size: 24px;
	color: #999999;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: flex-end;
	height: 87px;
}
.wrap_history .wrap_history_content .wrap_history_content_bottom .content_bottom_list span{
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	width: 87px;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	top: 0;
}
.wrap_history .wrap_history_content .wrap_history_content_bottom .content_bottom_list.swiper-slide-thumb-active span{
	box-shadow: 0px 0px 16px rgba(0,0,0,.1);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	top: -43px;
	color: #005ecc;
	background: #fff;
}
/**********************内页-关于我们 end**********/
/**********************内页-人力资源 *************/
/*人才队伍*/
.page_personnel{
	overflow: hidden;
	background: #f7f7f7;
}
.page_personnel .page_wal{
	overflow: hidden;
	background: #fff;
	padding: 60px 30px;
}
.page_personnel .page_wal .overview p{
	font-size: 16px;
	color: #999;
    line-height: 30px;
    text-align: justify;
}
.page_personnel .page_wal .box{
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding-bottom: 60px;
	border-radius: 10px;
	width: 48.5%;
	float: left;
}
.page_personnel .page_wal .box:first-child{
	/*首个*/
	width: 100%;
	margin-bottom: 3%;
}
.page_personnel .page_wal .box .title{
	position: relative;
	height: 75px;
	line-height: 70px;
	font-size: 24px;
	color: #004898;
	padding-left: 50px;
	background: linear-gradient(180deg, #f1f6ff, #ffffff);
}
.page_personnel .page_wal .box .title::after{
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #004898;
}
.page_personnel .page_wal .box .limg{
	text-align: center;
	margin-top: 30px;
	padding: 0 15px;
}
.page_personnel .page_wal .box .limg img{
	width: 100%;
	display: block;
}
.page_personnel .page_wal .box:nth-child(2){
	/*第二个子元素*/
	margin-right: 1.5%;
}
.page_personnel .page_wal .box:nth-child(3){
	/*第二个子元素*/
	margin-left: 1.5%;
}
/**********************内页-人力资源 end**********/
/**********************内页-业务范围 *************/
.page_planning{
	overflow: hidden;
	background: #f7f7f7;
}
.page_planning .page_wal{
	overflow: hidden;
	background: #fff;
}
.page_planning .page_wal .page_content{
	font-size: 16px;
	line-height: 33px;
	text-align: justify;
	overflow: hidden;
}
.page_planning .page_wal .page_content .page_imgList{
	margin-top: 60px;
	overflow: hidden;
}
.page_planning .page_wal .page_content .page_imgList li{
	float: left;
	width: 31.666%;
	margin-left: 30px;
}
.page_planning .page_wal .page_content .page_imgList li:nth-child(3n+1){
	margin-left: 0px;
}
.page_planning .page_wal .page_content .page_imgList .page_limg{
	position:relative;
	padding-top: 100%;
	overflow: hidden;
	transition: all 1s;
}
.page_planning .page_wal .page_content .page_imgList .page_limg img{
	position:absolute;
	top: 0;
	left:0%;
	height:100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}
.page_planning .page_wal .page_content .page_imgList .page_txt{
	text-align: center;
	font-size: 16px;
	height: 72px;
	line-height: 36px;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page_planning .page_wal .page_content .page_imgList li:hover .page_limg img{
	transform: scale(1.1);
	transition: all 1s;
}
.page_planning .page_wal .page_content .page_imgList li:hover .page_txt{
	color: #004898;
}
/**********************内页-业务范围 end**********/
/**********************内页-业绩介绍 *************/
.page_achievement{
	overflow: hidden;
	background: #f7f7f7;
}
.page_achievement .page_acL{
	width: 384px;
	float: left;
}
.page_achievement .page_acL .page_Tit{
	text-align: left;
	margin-bottom: 60px;
}
.page_achievement .page_acL .memberNav{
	width: 300px;
	background: #fff;
}
.page_achievement .page_acL .memberNav li{
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.page_achievement .page_acL .memberNav li .aNow{
	/*选中*/
	position: relative;
	background: #004898;
	color: #fff;
}
.page_achievement .page_acL .memberNav li .aNow::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url("../images/icon_02.png") no-repeat;
	background-size: 8px 15px;
}
.page_achievement .page_acL .memberNav li a:hover{
	background: #004898;
	color: #fff;
}
.page_achievement .page_acL .memberNav li a:hover::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url("../images/icon_02.png") no-repeat;
	background-size: 8px 15px;
}
.page_achievement .page_acL .memberNav li a {
	display: block;
	border: #eee solid 1px;
	border-bottom: none;
	position: relative;
	padding-left: 25px;
	padding-right: 40px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #333;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page_achievement .page_acL .memberNav li a::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url("../images/icon_01.png") no-repeat;
	background-size: 8px 15px;
}
.page_achievement .page_acL .memberNav dl {
	padding: 32px 0;
	border: #eee solid 1px;
	border-bottom: none;
}
.page_achievement .page_acL .memberNav dd a {
	border: none;
	background: #fff;
	color: #999;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	position: relative;
	padding: 0 25px;
}
.page_achievement .page_acL .memberNav dd a::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background: #004898;
	background-image: none;
	opacity: 0;
}
.page_achievement .page_acL .memberNav dd .on::after{
	/*选中*/
	opacity: 1;
}
.page_achievement .page_acL .memberNav dd a:hover::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background: #004898;
	background-image: none;
	opacity: 1;
}
.page_achievement .page_acL .memberNav dd a:hover,
.page_achievement .page_acL .memberNav dd a.on {
	color: #004898;
	background-image: none;
	background: none;
	border: none;
}
.page_achievement .page_acR{
	width: 1152px;
	float: right;
}
/*案例*/
.page_achievement .case .info {
	margin: 0px auto;
	width: 100%;
}
.page_achievement .case .info p {
	font-size: 15px;
	margin-top: 40px;
}
.page_achievement .case .info ul {
	width: 100%;
	font-size: 0px;
	position: relative;
}
.page_achievement .case .info li {
	margin: 0px 6% 6% 0px;
	width: 46.876%;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.page_achievement .case .info li a{
	cursor: default;
}
.page_achievement .case .info li .case_icon{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	width: 40px;
	height: 40px;
}
.page_achievement .case .info li .case_icon img{
	display: block;
	width: 100%;
}
.page_achievement .case .info li .Img {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	padding-top: 56.444%;
}
.page_achievement .case .info li .Img > img {
	position:absolute;
	top: 0;
	left:0%;
	height:100%;
	width: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.48s;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
}
.page_achievement .case .info li:nth-child(2n) {
	margin-right: 0px;
}
.page_achievement .case .info li .Img i {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	color: #333;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.4s ease-out;
	transform: translateY(100%);
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.page_achievement .case .info li .Img i span{
	padding: 0 25px;
	display: block;
	/*单行段落*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_achievement .case .info li .Img i img {
	max-height: 100%;
	max-width: 100%;
}
.page_achievement .case .info li .Txt {
	background: #fff;
	padding: 0 25px;
	height: 90px;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.page_achievement .case .info li .Txt h5 {
	transition: 0.5s ease-in-out;
	height: 32px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	padding-top: 10px;
	font-size: 24px;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_achievement .case .info li .Txt span {
	width: 100%;
	color: #999;
	font-size: 14px;
	display: inline-block;
	margin-top: 13px;
	transition:0.5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_achievement .case .info li .Txt small {
	transition: 0.4s ease-in-out 0.2s;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	transform: translateY(-100%);
	-moz-transition: all .4s ease-in-out .2s;
	-webkit-transition: all .4s ease-in-out .2s;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.page_achievement .case .info li:hover .Txt h5 {
	height: 14px;
	color: #fff;
	opacity: 0;
	transform: translateY(-100%);
}
.page_achievement .case .info li:hover .Txt span {
	color: #fff;
}
.page_achievement .case .info li:hover .Img i {
	display: block;
	opacity: 1;
	transform: translate(0px);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
}
.page_achievement .case .info li:hover .Txt small {
	opacity: 1;
	transform: translate(0px);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
}
.page_achievement .case .info li:hover .Img > img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*案例end*/
/**********************内页-业绩介绍 end**********/
/**********************内页-科技创新 *************/
/*创新平台*/
.page_technology{
	overflow: hidden;
	background: #f7f7f7;
}
.page_technology .table{
	background: #fff;
}
.page_technology .table th {
	height: 90px;
	background: #004898;
	color: #fff;
	font-size: 24px;
	border-right: #99b2d9 solid 1px;
	border-bottom: #99b2d9 solid 1px;
	text-align: center;
}
.page_technology .table .th01 {
	width: 30%;
	text-indent: 85px;
	text-align: left;
}
.page_technology .table .th02 {
	width: 16%;
}
.page_technology .table .th03 {
	width: 20.5%;
}
.page_technology .table th:last-child {
	border-right: none;
}
.page_technology .table .th04 {
	width: 20.5%;
}
.page_technology .table .th05 {
	width: 20.5%;
}
.page_technology .table td:nth-child(1) {
	padding-left: 85px;
	padding-right: 25px;
}
.page_technology .table td {
	height: 70px;
	font-size: 16px;
	font-family: regular;
}
.page_technology .table td:nth-child(2),
.page_technology .table td:nth-child(3),
.page_technology .table td:nth-child(4),
.page_technology .table td:nth-child(5) {
	text-align: center;
}
.page_technology .table tr:nth-child(even){
	background: #f7fbfe;
}
.page_technology .table tr:hover td{
	background: #004898;
	color: #ffff;
}
/*科研成果*/
.page_technology .index_product .ind-title{
	position:relative;
}
.page_technology .index_product .tit-cn{
	font-size: 48px;
	line-height:1;
	font-weight:700;
}
.page_technology .index_product .tit-en{
	font-size: 24px;
	line-height:1;
	text-transform:uppercase;
	margin-top: 15px;
}
.page_technology .index_product .ind-title.white .tit-cn,.ind-title.white .tit-en{
	color:#fff;
}
.page_technology .index_product .ind-title.center{
	text-align:center;
}
.page_scientific .flex-table{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;flex-wrap:wrap;
}
.page_technology .index_product{
	position: relative;
	width: 100%;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	background: url("../images/page_scientific_bj.jpg") no-repeat center;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.page_technology .index_product .ind-title{
	position: relative;
}
.page_technology .index_product .ind-title.white .tit-cn,.ind-title.white .tit-en{
	color:#fff;
}
.page_technology .index_product .ind-title.center{
	text-align: center;
}
.page_technology .index_product .item-ul{
	width: 60%;
	position: relative;
	z-index: 6;
	margin: 100px 0% 100px 0;
	border-radius: 10px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background:#fff;
}
.page_technology .index_product .item-ul li{
	position:relative;
	width: 25%;
	overflow: hidden;
	padding: 6.20% 4%;
	float: left;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	text-align: center;
}
.page_technology .index_product .item-ul li a{
	display: block;
	position: relative;
}
.page_technology .index_product .item-ul li:nth-child(1),
.page_technology .index_product .item-ul li:nth-child(2),
.page_technology .index_product .item-ul li:nth-child(3){
	border-top: 0;
}
.page_technology .index_product .item-ul li:nth-child(3n-2){
	border-left: 0;
}
.page_technology .index_product .item-ul li .tit{
	font-size: 16px;
	color:#333;
	line-height: 26px;
	margin-top: 15px;
	text-transform: uppercase;
}
.page_technology .index_product .item-ul li:hover .tit{
	color:#fff;
}
.page_technology .index_product .item-ul li a>i,
.page_technology .index_product .item-ul li>i{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_technology .index_product .item-ul li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page_technology .index_product .item-ul li:hover .icon01_img2{
	transform: translateY(-100%);
}
.page_technology .index_product .item-ul li:hover .icon01_img1{
	transform: translateY(-100%);
}
.page_technology .index_product .product-box .desc {
	margin-top: 60px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	/*段落*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.page_technology .index_product .item-ul li::after{
	position: absolute;
	bottom: 1.3%;
	right: 1.3%;
	content:'';
	width: 14px;
	height: 12px;
	z-index: 9;
	opacity: 0;
}
.page_technology .index_product .item-ul li>b{
	display: block;
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	overflow: hidden;
	border-radius: 6px;
}
.page_technology .index_product .item-ul li>b::before{
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color:#004898;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.page_technology .index_product .item-ul li:hover::after,
.page_technology .index_product .item-ul li:hover>b::before{
	opacity: 1;
}
.page_technology .index_product .item-ul li:hover>b::before{
	border-width: 930px 930px 0 0;
}
.page_technology .index_product .product-box{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #004898;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.page_technology .index_product .product-box-div{
	display: inline-block;
	padding-right: 25%;
	padding-left: 32%;
}
.page_technology .index_product .product-box-bg{
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: -1;
	/*opacity:.48;*/
}
/*主编规范*/
.page_technology .page_Editor{
	position: relative;
}
.page_technology .page_Editor .page_Editorlist{
	display: block;
	background: #fff;
	height: 190px;
}
.page_technology .page_Editor .page_Editorlist .page_Editor_content{
	padding: 17% 10%;
}
.page_technology .page_Editor .page_Editorlist .page_Editor_content i{
	background: #fe9600;
	border-radius: 3px;
	font-style: normal;
	display:inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 4px 8px;
	color: #fff;
}
.page_technology .page_Editor .page_Editorlist .page_Editor_content h1,
.page_technology .page_Editor .page_Editorlist .page_Editor_content p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 15px;
	/*段落限制2行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page_technology .page_Editor .page_Editorlist .page_Editor_content h1{
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page_technology .page_Editor .swiper-button-prev,
.page_technology .page_Editor .swiper-button-next{
	color: #004898 !important;
}
.page_technology .page_Editor .swiper-button-prev:after,
.page_technology .page_Editor .swiper-button-next:after{
	font-size: 36px;
}
.page_technology .page_Editor .swiper-button-prev{
	left: -80px;
}
.page_technology .page_Editor .swiper-button-next{
	right: -80px;
}
.page_technology .page_Editor .swiper-pagination{
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.page_technology .page_Editor .swiper-pagination span{
	margin: 0px 4px;
}
.page_technology .page_Editor .page_Editorlist:hover,
.page_technology .page_Editor .page_Editorlist:hover .page_Editor_content h1,
.page_technology .page_Editor .page_Editorlist:hover .page_Editor_content p{
	background: #004898;
	color: #fff;
}
/*发明专利*/
.page_Patent{
	background: #f5f9fc;
	overflow: hidden;
}
.page_Patent .page_Box{
	position: relative;
}
.page_Patent .page_Box .page_Patent_list{
	display: block;
	background: #fff;
	padding: 20px 0;
}
.page_Patent .page_Box .page_Patent_list .content_list_img{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56%;
	margin: 0 auto;
	overflow: hidden;
}
.page_Patent .page_Box .page_Patent_list .content_list_img img{
	position:absolute;
	top: 0;
	left:0%;
	height:100%;
	width: 100%;
	object-fit: contain;
}
.page_Patent .page_Box .page_Patent_list .content_list_title{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-align: center;
	padding: 0 20px;
	height: 50px;
	margin-top: 50px;
	display: flex;
	justify-content:center;/*水平居中*/
	/*段落限制2行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page_Patent .page_Box .page_Patent_list:hover .content_list_title{
	color: #005ecc;
}
.page_Patent .page_Box .page_Patent_list .content_list_bj{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.page_Patent .page_Box .swiper-button-prev,
.page_Patent .page_Box .swiper-button-next{
	color: #666666;
}
.page_Patent .page_Box .swiper-button-prev:after,
.page_Patent .page_Box .swiper-button-next:after{
	font-size: 36px;
}
.page_Patent .page_Box .swiper-button-prev{
	left: -80px;
}
.page_Patent .page_Box .swiper-button-next{
	right: -80px;
}
.page_Patent .page_Box .swiper-pagination{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}
.page_Patent .page_Box .swiper-pagination span{
	margin: 0px 4px;
}
/**********************内页-科技创新 end**********/
/**********************内页-软件著作 *************/
.page_works{
	overflow: hidden;
	background: #f7f7f7;
}
.page_works .works_img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.page_works .works_img img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
/**********************内页-软件著作 end**********/
/**********************内页-BIM成果 **************/
.page_BIM{
	background: #f7f7f7;
	overflow: hidden;
}
.page_BIM .BIM_list{
	background: #fff;
	overflow: hidden;
}
.page_BIM .BIM_list .fl{
	float: left;
}
.page_BIM .BIM_list .leftDiv{
	width: 50%;
	height: 467px;
	position: relative;
	overflow: hidden;
	transition: all 1s;
}
.page_BIM .BIM_list .leftDiv img{
	position:absolute;
	top: 0;
	left:0%;
	height:100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}
.page_BIM .BIM_list .rightDiv{
	width: 50%;
	height: 467px;
	display: flex;
	align-items: center;/*垂直居中*/
	justify-content:center;/*水平居中*/
}
.page_BIM .BIM_list .rightDiv p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 0 20%;
	text-align: center;
}
.page_BIM .BIM_list:hover .rightDiv p{
	color: #004898;
}
.page_BIM .BIM_list:hover .leftDiv img{
	transform:scale(1.1);
	transition:all 1s;
}
/**********************内页-BIM成果 end***********/
/**********************内页-联系我们 *************/
.page_ContactUs{
	background: #f7f7f7;
	overflow: hidden;
}
.page_ContactUs .contactus_top{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
    padding-top: 61.222%;
    margin: 0 auto;	
	background: #fff;
}
.page_ContactUs .contactus_top .contactus_bj{
	position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: contain;
}
.page_ContactUs .contactus_top .contactus_Text {
	position: absolute;
	top: 120px;
	left: 68px;
	z-index: 2;
}
.page_ContactUs .contactus_top .contactus_Text .Tit{
	margin-bottom: 80px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cedde4; 
    position: relative;
}
.page_ContactUs .contactus_top .contactus_Text .Tit::after {
    content: '';
    width: 25%;
    height: 3px;
    background: #004898;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.page_ContactUs .contactus_top .contactus_Text .Tit span{
	font-size: 48px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 600;
}
.page_ContactUs .contactus_top .contactus_Text .Tit b{
	color: #004898;
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 600;
}
.page_ContactUs .contactus_top .contactus_Text .Tit p{
    font-size: 20px;
	line-height: 1;
    margin-top: 20px;
    color: #1d2124;
}
.page_ContactUs .contactus_top .contactus_Text .conUs_ul .conUs_li{
	display: flex;
    align-items: center;
    margin-bottom: 75px;
}
.page_ContactUs .contactus_top .contactus_Text .conUs_ul .conUs_li .conUs_liImg{
	width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #004898;
    margin-right: 15px;
}
.page_ContactUs .contactus_top .contactus_Text .conUs_ul .conUs_li .conUs_liImg img{
	width: 100%;
	display: block;
}
.page_ContactUs .contactus_top .contactus_Text .conUs_ul .conUs_li p span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.page_ContactUs .contactus_top .contactus_Text .conUs_ul .conUs_li p i{
    font-size: 18px;
	font-style: normal;
}
.page_ContactUs .contactus_bottom{
	overflow: hidden;
	background: #fff;
	padding: 0 68px 68px 68px;
}
.page_ContactUs .contactus_bottom img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
/**********************内页-联系我们 end**********/

























































































































































































.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	/* width: calc(var(--swiper-navigation-size)/ 44 * 27); 
	height: var(--swiper-navigation-size);*/
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #004898 !important;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}
.swiper-button-next:after,.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	/* bottom: 10px; */
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform,opacity,height
}
.swiper-cards {
	overflow: visible
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
.swiper {
	height: 100%
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto
}

.swiper-button-prev,.swiper-button-next {
	background: none
}

.swiper-button-prev::after,.swiper-button-next::after {
	content: ""
}

.swiper-button-prev:focus,.swiper-button-next:focus,.swiper-pagination-bullet:focus {
	outline: none
}

.swiper-button-prev {
	left: 0px;
	opacity: 1
}

.swiper-button-next {
	right: 0px;
	opacity: 1
}

.move1,.move2,.move3,.move4,.move5 {
	opacity: 0;
	transition: all 0.8s ease 0.3s
}

.move1 {
	transform: translateY(70px)
}

.move2 {
	transform: translateY(-70px)
}

.move3 {
	transform: translateX(70px)
}

.move4 {
	transform: translateX(-70px)
}

.move5 {
	transform: translateY(70px)
}

.move1.move-run,.move2.move-run {
	transform: translateY(0px);
	opacity: 1
}

.move3.move-run,.move4.move-run {
	transform: translateY(0px);
	opacity: 1
}

.move5.move-run {
	transform: translateY(0px);
	opacity: 1
}

.video-prop {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.video-prop:before {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle
}

.video-center {
	width: 65%;
	vertical-align: middle;
	display: inline-block;
	position: relative
}

.video-center video {
	width: 100%;
	height: auto;
	display: block;
}

.video-close {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 12;
	border-radius: 50%;
	background: #fafafa;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.video-close:before {
	width: 60%;
	height: 2px;
	content: "";
	position: absolute;
	left: 20%;
	top: calc(50% - 1px);
	background: #fff;
	transform: rotate(45deg)
}

.video-close:after {
	width: 60%;
	height: 2px;
	content: "";
	position: absolute;
	left: 20%;
	top: calc(50% - 1px);
	background: #fff;
	transform: rotate(-45deg)
}

.video-close:hover {
	transform: rotate(180deg)
}

.video-active {
	opacity: 1;
	visibility: visible
}

@media screen and (max-width: 768px) {
	.video-center {
		width: 90%
	}

	.video-close {
		width: 32px;
		height: 32px;
		right: -16px;
		top: -16px
	}
}

@keyframes show {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes suofang {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.3)
	}
}

@keyframes trans {
	0% {
		opacity: 0;
		transform: translateY(60px)
	}

	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes move {
	0% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(10px)
	}
}



