html {
	font-size: 100px;
}

body {
	margin: 0 auto;
	overflow-x: hidden;
	font-family: "SourceHanSansCN", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
	position: relative;
	background: #fff;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.fw-blod {
	font-weight: bold;
}

.fw-500 {
	font-weight: 500;
}

.pb0 {
	padding-bottom: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: #002f7b;
}

@keyframes scaleDraw {
	0% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes line {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 30px;
}

@media screen and (max-width:1680px) {
	.container {
		max-width: 1400px;
		padding: 0 20px;
	}
}

@media screen and (max-width:1480px) {
	.container {
		max-width: 1200px;
		padding: 0 20px;
	}
}


.containers {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width:1680px) {
	.containers {
		max-width: 1200px;
		padding: 0 33%;
	}
}

@media screen and (max-width:1100px) {
	.container {
		padding: 0 15px;
	}
}

@media screen and (max-width:768px) {
	body {
		font-size: 12px;
	}
}

.column-title h2 {
	text-align: center;
	line-height: 100%;
	margin-bottom: 36px;
	animation: fadeInDown 1s ease-out backwards;
}

.column-title h2 i {
	display: block;
	line-height: 100%;
	color: #333;
	font-size: 42px;
	letter-spacing: 1px;
	font-style: normal;
}

.column-title h2 em {
	color: #ca0e0f;
}

.column-title h2 span {
	display: block;
	line-height: 1.2;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding: 11px 0 22px 0;
	position: relative;
}

.column-title h2 span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 46px;
	height: 3px;
	margin-left: -23px;
	background: #ca0e0f;
}

.column-title.white h2 i,
.column-title.white h2 span {
	color: #ffffff;
}

@media screen and (max-width:768px) {
	.column-title h2 {
		margin-bottom: 5vw;
	}

	.column-title h2 i {
		font-size: 26px;
	}

	.column-title h2 span {
		font-size: 14px;
		padding: 2% 0 3% 0;
	}
}

.more {
	position: relative;
	width: 150px;
	margin: 2% auto 0 auto;
	height: 50px;
	z-index: 1;
	cursor: pointer;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #002f7b;
}

.more span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: #002f7b;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.more span::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	z-index: -1;
	background: #fff;
	transform: translateX(-50%) translateY(50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.more span:hover {
	color: #666;
}

.more span:hover::after {
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:768px) {
	.more {
		margin-top: 5%;
		width: 120px;
		height: 40px;
	}

	.more span {
		line-height: 40px;
	}
}

.mobile-headerwrap {
	display: none;
}

.header {
	background-color: #fff;
	transition: .3s;
	width: 100%;
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0
}

.header .hdinner {
	height: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 999
}

.header .hdinner::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d9dde0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.header .logo {
	height: 64px;
	width: 13%;
	margin-left: calc((100% - 1560px)/2);
	background: url('../images/logo.png') no-repeat 30px center;
	min-width: 256px;
	background-size: 220px;
	position: relative;
}
.header .logo p{
	position: absolute;
	left: 109px;
	bottom: -5px;
}

@media (max-width:1200px) {
	.header .logo {
		min-width: 200px;
		background-size: auto 30px
	}
}

@media (max-width:768px) {
	.header .hdinner {
		height: 60px
	}

	.header .logo {
		height: 60px
	}
}

@media (max-width:480px) {
	.header .logo {
		width: 60% !important;
		min-width: auto !important;
		background-size: auto 26px;
		background-position: 20px center
	}
}

.pc-menus {
	height: 80px
}

.pc-menus>li {
	float: left;
	transition: .3s;
	position: relative;
}

.pc-menus>li>.tit {
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
	display: block;
	transition: .3s;
	line-height: 80px;
	height: 80px;
	position: relative
}

.pc-menus>li>.tit::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0;
	height: 4px;
	background: #002f7b;
	transform: translateX(-50%);
	transition: .3s
}

.pc-menus>li .tit.active,
.pc-menus>li:hover .tit {
	color: #002f7b
}

.pc-menus>li .tit.active::after,
.pc-menus>li:hover .tit::after {
	width: 100%
}

.pc-menus>li .tit-home.active::after,
.pc-menus>li:hover .tit-home::after {
	width: 100%
}

.pc-menus>li {
	overflow: hidden
}

.pc-menus>li:hover {
	overflow: visible
}

.pc-menus>li:hover .head-dropinfo {
	height: auto;
	opacity: 1;
	transform: translateY(0);
	z-index: 999;
	border-top: 0;
	border-bottom: 4px solid #002f7b
}

.pc-menus>li:hover .head-dropinfo.cp {
	padding-bottom: 35px
}

@media (max-width:1600px) {
	.pc-menus>li:hover .head-dropinfo.cp {
		padding-bottom: 20px
	}
}

.head-dropinfo {
	height: 0px;
	transform: translateY(100px);
	opacity: 0;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: all ease-in .2s;
	transition: .3s;
	z-index: -99;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}

.head-dropinfo.s3 {
	left: 50%;
	margin-left: -95px
}

.head-dropinfo.s3 .dropinfo {
	margin-left: 190px
}

.head-dropinfo a {
	display: block;
	transition: .3s
}

.head-dropinfo a:hover {
	color: #002f7b
}

.head-dropinfo .dropnav.tabNav {
	border-right: 1px solid #e5e5e5;
	position: relative;
	right: -1px
}

.head-dropinfo .manual {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #002f7b;
	color: #fff;
	width: 192px;
	height: 42px;
	line-height: 42px;
	z-index: 55;
	padding-left: 34px
}

.head-dropinfo .manual .iconfont,
.head-dropinfo .manual a {
	color: #fff
}

.head-dropinfo .manual .icon {
	width: 15px;
	height: 15px;
	background: url(images/ic_file.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -1px
}

.head-dropinfo .manual .icon-you {
	position: absolute;
	right: 20px;
	font-size: 12px
}

.head-dropinfo .manual:hover {
	background: #0081c3
}

.head-dropinfo .dropnav {
	width: 190px;
	padding: 20px 0;
	float: left
}

.head-dropinfo .dropnav li {
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	position: relative
}

.head-dropinfo .dropnav li a {
	color: #666;
	transition: .3s;
	display: block
}

.head-dropinfo .dropnav li a:hover {
	transform: translateX(5px)
}

.head-dropinfo .dropnav li .iconfont {
	color: #bbb;
	font-size: 12px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%)
}

.head-dropinfo .dropnav li::after {
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%)
}

.head-dropinfo .dropnav li:not(.active):hover {
	color: #002f7b
}

.head-dropinfo .dropnav li:not(.active):hover a {
	color: #002f7b
}

.head-dropinfo .dropnav .active {
	background: #002f7b;
	color: #fff
}

.head-dropinfo .dropnav .active:Hover a,
.head-dropinfo .dropnav .active a {
	color: #fff
}

.head-dropinfo .dropnav.s2 {
	padding-bottom: 0
}

.head-dropinfo .dropnav.s2 li {
	padding-left: 30px
}

.head-dropinfo .tc li {
	padding-left: 0
}

.head-dropinfo .dropinfo {
	padding-top: 20px;
	padding-bottom: 36px;
	line-height: 30px
}

.head-dropinfo .dropinfo li {
	width: 330px;
	padding-left: 46px
}

.head-dropinfo .dropinfo a {
	color: #666;
	transition: .3s
}

.head-dropinfo .dropinfo a:hover {
	color: #002f7b;
	transform: translateX(5px)
}

.head-dropinfo .dropinfo .info {
	margin-bottom: .6rem
}

.head-dropinfo .dropinfo .more {
	color: #002f7b;
	font-weight: bold;
	display: inline-block
}

.head-dropinfo .dropinfo .more .iconfont {
	font-size: 12px
}

.head-dropinfo .dropinfo .more:hover {
	background: #002f7b;
	color: #fff;
	padding: 0 10px
}

.head-dropinfo.s2 {
	width: 160px;
	margin-left: -200px;
	padding-right: 70px;
	z-index: -1;
	height: 0px;
	overflow: hidden
}

.head-dropinfo.s2 .dropinfo {
	padding-bottom: 0
}

.head-dropinfo.s2 h3 {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #002f7b;
	border-bottom: 1px solid #d9dde0;
	margin-bottom: 14px
}

.head-dropinfo.s2 h3 a {
	color: #002f7b
}

.head-dropinfo.s2 h3 .icon-you {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px
}

.head-dropinfo.s2 .ditem {
	float: left;
	width: 26%
}

.head-dropinfo.s2 .ditem.colbox {
	width: 48%
}

.head-dropinfo.s2 .ditem.colbox .col {
	width: 50%
}

.head-dropinfo.s2 .ditem.box:nth-child(2) {
	width: 22%
}

.head-dropinfo.s2 .ditem.box:nth-child(2) .col {
	width: 50%
}

.head-dropinfo.s2 {
	width: 1176px;
	margin-left: -450px
}

.head-dropinfo.s2 li {
	width: 20%;
	float: left
}

.head-dropinfo.s2 .menu1 {
	margin-bottom: 20px
}

.head-dropinfo.s2 .menu1 .info {
	margin-bottom: 0
}

.head-dropinfo.s2 .menu2 {
	padding-bottom: 60px
}

.head-dropinfo.s2 .menu2 li {
	line-height: 48px;
	width: auto;
	padding-left: 0;
	padding-left: 46px
}

.head-dropinfo.s2 .menu2 a {
	color: #002f7b;
	font-size: 16px
}

.head-dropinfo.s2 .menu2 .icon-you {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px
}

.head-dropinfo.cp {
	width: 1400px;
	padding-right: 0;
	margin-left: -310px
}

.head-dropinfo.cp h3 {
	line-height: 22px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	font-size: 15px
}

.head-dropinfo.cp h3 a {
	display: block
}

.head-dropinfo.cp h3 span {
	display: inline-block
}

.head-dropinfo.cp li {
	width: 12.5% !important
}

@media (max-width:1600px) {
	.head-dropinfo.cp {
		width: 1200px;
		margin-left: -460px
	}

	.head-dropinfo.cp h3 {
		font-weight: bold
	}

	.head-dropinfo.cp h3 .iconfont {
		display: none
	}

	.head-dropinfo.cp li {
		width: 25% !important;
		margin-bottom: 30px
	}

	.head-dropinfo.cp li:nth-child(5) {
		clear: both
	}
}

.head-dropinfo.case {
	margin-left: -200px !important;
}

@media (max-width:1400px) {
	.head-dropinfo.case {
		margin-left: -300px !important
	}
}

@media (max-width:1280px) {
	.head-dropinfo.case {
		margin-left: -366px !important
	}
}

.head-dropinfo.case li {
	width: 25% !important
}

.pc-menus-2 {
	float: left
}

.pc-menus-2 .menuitem {
	margin: 0 .5rem 0 0
}

.pc-menus-2 .tit {
	color: #fff;
	margin: 0
}

.pc-menus-2 .tit.active,
.pc-menus-2 .menuitem:hover .tit {
	color: #fff
}

.pc-menus-2 .tit.active::after,
.pc-menus-2 .menuitem:hover .tit::after {
	background: #fff;
	width: 100%
}

.pc-menus-1 .menuitem {
	margin-right: .5rem
}

@media (max-width:1680px) {
	.head-right {
		width: 35%
	}

	.pc-menus-1 .menuitem {
		margin-right: .38rem
	}

	.pc-menus-1 .menuitem:last-child {
		margin-right: 0
	}

	.pc-menus-2 .menuitem {
		margin-right: .3rem
	}
}

@media (max-width:1480px) {
	.pc-menus-1 .menuitem {
		margin-right: .26rem
	}

	.pc-menus-2 .menuitem {
		margin-right: .2rem
	}
}

@media (max-width:1280px) {
	.head-right {
		width: 33%
	}

	.pc-menus-2 .menuitem {
		margin-right: .16rem
	}
}

@media (max-width:1200px) {
	.head-right {
		width: 30%
	}

	.pc-menu .tit {
		font-size: 14px
	}

	.pc-menus-2 .menuitem {
		margin-right: .14rem
	}
}

.head-right {
	position: relative;
	overflow: hidden;
	width: 32%;
	width: calc((100% - 1560px)/2 + 420px);
}

@media (min-width:1024px) {
	.head-right {
		color: #fff;
		padding-left: .5rem;
	}
}

@media (min-width:1480px) {
	.head-right {
		padding-left: .76rem;
	}
}

.head-right::before {
	position: absolute;
	left: 18px;
	top: 0;
	width: 150%;
	height: 100%;
	content: '';
	background: #002f7b;
	-webkit-transform: skew(-24deg);
	-moz-transform: skew(-24deg);
	-o-transform: skew(-24deg);
	transform: skew(-24deg);
}

.home_tel b {
	display: block;
	font-size: 30px;
	color: #fff;
	line-height: 70px;
	padding-top: 5px;
}

@media screen and (max-width: 1680px) {
	.header .logo {
		margin-left: calc((100% - 1400px)/2);
	}

	.pc-menus-1 .menuitem {
		margin-right: 0.38rem;
	}

	.head-right {
		width: calc((100% - 1400px)/2 + 420px);
	}

}

@media screen and (max-width: 1480px) {
	.header .logo {
		margin-left: 0;
	}
	.header .logo p{left: 30px;}
	.pc-menus-1 .menuitem {
		margin-right: 0.18rem;
	}

	.head-right {
		width: auto;
		padding-right: 0.2rem;
	}
}

@media screen and (max-width: 1180px) {
	.home_tel {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.header {
		display: none;
	}

	.mobile-headerwrap {
		display: block;
		height: 60px;
		position: relative;
		z-index: 99990;
	}

	.mobile-header {
		background: #fff;
		height: 60px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 990;
	}

	.header-shower {
		line-height: 60px;
		height: 60px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		position: relative;
		z-index: 66;
		padding: 0 10px;
	}

	.mobile-header .header-shower img {
		width: auto !important;
		height: 35px !important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.head-icons {
		position: absolute;
		top: 0;
		right: 40px;
		height: 60px;
		text-align: right;
	}

	.mobile-search {
		height: 60px;
		background: #fff;
		padding: 0 20px 0 50px;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		z-index: 6666;
		top: 0;
		left: 0;
		display: none;
	}

	.mobile-menucss {
		text-align: left;
	}

	.mobile-search input {
		width: 100%;
		color: #000;
		height: 50px;
		vertical-align: middle;
		background: transparent;
		border: none;
		line-height: 60px;
	}

	.mobile-search input::-webkit-input-placeholder {
		color: #999 !important;
	}

	.mobile-search input:-moz-placeholder {
		color: #999 !important;
	}

	.mobile-search .s-searchs {
		position: absolute;
		width: 30px;
		height: 30px;
		right: 15px;
		top: 16px;
		line-height: 30px;
		text-align: center;
		background: transparent;
	}

	.mobile-search .s-searchs i {
		font-size: 20px;
		color: #002f7b;
	}

	.mobile-search .s-close {
		cursor: pointer;
		color: #002f7b;
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-size: 20px 20px;
		left: 10px;
		top: 15px;
	}

	.head-icons a.ybooks-css {
		width: 40px;
		height: 60px;
	}

	.head-icons a {
		display: inline-block;
		float: left;
		cursor: pointer;
		text-align: center;
		font-size: 20px;
		color: #002f7b;
		width: 30px;
		height: 60px;
	}

	.head-icons a.search-mobile,
	.search-mobile-business {
		width: 60px;
		height: 60px;
	}

	.head-icons a.site-css {
		width: 35px;
		height: 60px;
	}

	.head-icons a.en-css {
		width: 41px;
		height: 60px;
	}

	a.menus-mobiles {
		width: 50px;
		height: 60px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}

	a.menus-mobiles span {
		background: #002f7b;
		height: 1px;
		width: 20px;
		display: block;
		position: absolute;
		left: 12px;
		top: 25px;
		transition: all 0.5s;
	}

	a.menus-mobiles span:nth-child(1) {
		transform: translate3d(0, 0px, 0);
	}

	a.menus-mobiles span:nth-child(2) {
		transform: translate3d(0, 6px, 0);
	}

	a.menus-ani1 span:nth-child(1) {
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, 45deg);
	}

	a.menus-ani1 span:nth-child(2) {
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.mobile-menucss {
		height: 100%;
		max-height: calc(100vh - 60px);
		width: 100%;
		position: relative;
		position: fixed;
		right: -100%;
		top: 60px;
		box-sizing: border-box;
		display: block !important;
		z-index: 99999;
	}

	.mobile-menucss {
		background: #002f7b;
		background: -webkit-linear-gradient(#002f7b, #072052);
		background: -o-linear-gradient(#002f7b, #072052);
		background: -moz-linear-gradient(#002f7b, #072052);
		background: linear-gradient(#002f7b, #072052);
	}

	.mobile-menucss>ul {
		overflow: auto;
		width: 100%;
		padding-top: 0;
		height: calc(100%);
	}

	.mobile-menucss>ul>li {
		margin-top: -1px;
		transition: all 500ms;
		transform: translateX(-100px);
		opacity: 0;
	}

	.mobile-menucss>ul>li.cr {
		background: rgba(255, 255, 255, .05);
	}

	.mobile-menucss>ul>li>a {
		position: relative;
	}

	.mobile-menucss>ul>li>a,
	.mobile-menucss>ul>li>h3 {
		font-weight: normal;
		display: block;
		padding-left: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		height: 45px;
		line-height: 45px;
	}

	.mobile-menucss>ul>li>a>span {
		color: #fff;
		font-size: 16px;
	}

	.mobile-menucss>ul>li>ul {
		padding-left: 50px;
		overflow: hidden;
	}

	.mobile-menucss>ul>li>ul>li {
		line-height: 36px;
		position: relative;
	}

	.mobile-menucss>ul>li>ul>li>a>span {
		color: #fff;
		opacity: .9;
		line-height: 25px;
		font-size: 14px;
	}

	.mobile-menucss>ul>li.mobiles-links {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links a {
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links img {
		width: 50px !important;
		height: 50px !important;
		max-width: none;
		margin-left: 0;
		padding-left: 0;
	}

	.mobile-menucss>ul>li>ul>li ul {
		padding-left: 25px;
	}

	.mobile-menucss>ul>li>ul>li ul li a {
		color: #fff;
		opacity: .7;
	}

	.menu-active>ul>li {
		transform: translateX(0);
		opacity: 1;
	}

	.menu-active>ul>li>a {
		height: 45px;
		line-height: 45px;
	}

	.menu-active>ul>li:nth-child(2) {
		-webkit-transition-delay: 300ms, 300ms;
		transition-delay: 300ms, 300ms;
	}

	.menu-active>ul>li:nth-child(3) {
		-webkit-transition-delay: 350ms, 350ms;
		transition-delay: 350ms, 350ms;
	}

	.menu-active>ul>li:nth-child(4) {
		-webkit-transition-delay: 400ms, 400ms;
		transition-delay: 400ms, 400ms;
	}

	.menu-active>ul>li:nth-child(5) {
		-webkit-transition-delay: 450ms, 450ms;
		transition-delay: 450ms, 450ms;
	}

	.menu-active>ul>li:nth-child(6) {
		-webkit-transition-delay: 500ms, 500ms;
		transition-delay: 500ms, 500ms;
	}

	.menu-active>ul>li:nth-child(7) {
		-webkit-transition-delay: 550ms, 550ms;
		transition-delay: 550ms, 550ms;
	}

	.menu-active>ul>li:nth-child(8) {
		-webkit-transition-delay: 600ms, 600ms;
		transition-delay: 600ms, 600ms;
	}

	.menu-active>ul>li:nth-child(9) {
		-webkit-transition-delay: 650ms, 650ms;
		transition-delay: 650ms, 650ms;
	}

	.menu-active>ul>li:nth-child(10) {
		-webkit-transition-delay: 700ms, 700ms;
		transition-delay: 700ms, 700ms;
	}

	.menu-active>ul>li:nth-child(11) {
		-webkit-transition-delay: 750ms, 750ms;
		transition-delay: 750ms, 750ms;
	}

	.menu-active {
		left: 0;
		animation-name: ani-menu;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;
		box-shadow: none;
	}

	.menu-hide {
		left: 0;
		height: 0;
		animation-name: ani-menu1;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;
	}

	@keyframes ani-menu {
		0% {
			height: 0;
		}

		100% {
			height: calc(100%);
		}
	}

	@-webkit-keyframes ani-menu {
		0% {
			height: 0;
		}

		100% {
			height: calc(100%);
		}
	}

	@keyframes ani-menu1 {
		0% {
			height: calc(100%);
		}

		100% {
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}

	@-webkit-keyframes ani-menu1 {
		0% {
			height: calc(100%);
		}

		100% {
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}
}


.foot_con {
	line-height: 22px;
	height: 500px;
	background-color: #112543;
}

.f_con {
	height: 290px;
	padding-top: 69px;
}

.f_con h2 {
	position: relative;
	text-align: left;
	margin-bottom: 23px;
	height: 30px;
}

/* .f_con h2::before{
			content: '';
			position: absolute;
			width: 3px;
			height: 20px;
			left: 0;
			top: 5px;
			background-color: #c90e0f
		} */
.f_con h2 span {
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 30px;
	font-weight: normal;
	padding-left: 26px;
	text-transform: uppercase;
}

.f_nav {
	float: left;
	height: 290px;
	width: 800px;
	text-align: left;
}

.f_nav ul {
	display: flex;
	justify-content: space-between;
}

.f_nav ul li {
	float: left;
}

.f_nav ul li span {
	padding: 0 23px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.f_nav ul li span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	height: 9px;
	background: #2b394e;
}

.f_nav ul li div {
	margin-top: 20px;
	padding-left: 23px;
}

.f_nav ul li div a {
	display: block;
	color: #8799b2;
	font-size: 12px;
	line-height: 28px;
}

.f_nav ul li:first-child span {
	padding-left: 0;
}

.f_nav ul li:first-child span:before {
	display: none;
}

.f_nav ul li:first-child div {
	padding-left: 0;
}

.lxw {
	float: left;
	height: 290px;
	width: 288px;
	text-align: left;
	margin-left: 30px;
}



.lx {
	margin-left: 27px;
}

.lx p {
	margin-bottom: 18px;
	position: relative;
	padding-left: 35px;
}

.lx p i {
	position: absolute;
	height: 26px;
	width: 26px;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background-color: #fff
}

.lx p i img {
	width: 26px;
	height: 26px;
}

.lx p em {
	font-size: 14px;
	color: #ffffff;
	display: block;
	font-weight: normal;
}

.lx p span {
	font-size: 22px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-family: Arial;
	padding-top: 5px;
}

.lx p b {
	font-size: 14px;
	color: #ffffff;
	display: block;
	font-weight: normal;
}

.sao {
	float: right;
	height: 290px;
	width: 289px;
	text-align: left;
}

.sao p {

	height: 156px;
}

.sao p em {
	height: 172px;
	width: 100px;
	display: block;
	float: left;
	margin-left: 26px;
}

.sao p em span {
	height: 100px;
	width: 95px;
	display: block;
}

.sao p em b {
	font-size: 14px;
	color: #ffffff;
	display: block;
	line-height: 24px;
	font-weight: normal;
	padding-top: 10px;
}

.sao p i {
	height: 130px;
	width: 130px;
	float: right;
	border: 1px solid #787878;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.sao p i img {
	height: 110px;
	width: 110px;
	display: block;
	margin: 10px auto 0;
}

.sao i:after {
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 100%;
	height: 12px;
	content: "";
	animation: light 5s linear infinite;
	;
	-webkit-animation: light 5s linear infinite;
	;
}

.sao .item-1:after {
	background: url(../images/light.png) 0 0;
}

@keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -18px;
	}
}

.foot_copy {
	width: 100%;
	padding: 16px 0;
	position: relative;
	background: #091c38;
	color: #8799b2;
	text-align: center;
	overflow: hidden
}

.foot_copy a {
	color: #8799b2;
}

@media screen and (max-width:1680px) {
	.f_nav {
		width: 720px;
	}
}

@media screen and (max-width:1480px) {
	.f_nav {
		width: 48%;
	}

	.lxw {
		margin-left: 0;
	}

	.f_nav ul li span {
		padding: 0;
	}

	.f_nav ul li div {
		padding-left: 0;
	}
}

@media screen and (max-width:1260px) {
	.lxw {
		width: 255px;
	}

	.sao {
		width: 260px;
	}

	.f_con h2 span {
		padding-left: 16px;
	}

	.sao p em {
		margin-left: 16px;
	}
}

@media screen and (max-width:1160px) {
	.f_nav {
		width: 46%;
	}
}

@media screen and (max-width:1024px) {
	.foot_con {
		height: auto;
	}

	.f_con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 6% 0;
		height: auto;
	}

	.f_nav {
		display: none;
	}

	.lxw,
	.sao {
		float: none;
		display: inline-block;
		width: 46%;
		max-width: 280px;
	}
}

@media screen and (max-width:768px) {
	.f_con {
		flex-direction: column;
	}

	.lxw,
	.sao {
		max-width: inherit;
		width: auto;
		min-width: 280px;
		height: auto;
	}

	.f_con h2 {
		margin-bottom: 3%;
	}

	.sao p i {
		float: left;
		margin-left: 5vw;
	}
}

@media screen and (max-width:480px) {

	.lxw,
	.sao p em {
		display: none;
	}

	.sao {
		text-align: center;
	}

	.f_con h2 span {
		text-align: center;
		padding-left: 0;
	}

	.sao p {
		height: auto;
	}

	.sao p i {
		float: none;
		display: inline-block;
		margin-left: 0;
	}
}

.return_top {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 86px;
}

.return_top a {
	display: block;
	width: 86px;
	height: 78px;
	margin-bottom: 3px;
	background: #002f7b;
	position: relative;
}

.return_top a .con {
	position: absolute;
	right: 86px;
	bottom: 0;
	background-color: #032554;
	transform: translateX(165px);
	opacity: 0;
	transition: all .5s;
}

.return_top a .con span {
	color: #fff;
	text-align: center;
	display: block;
	height: 78px;
	line-height: 78px;
	width: 165px;
	font-size: 18px;
}

.return_top a:hover {
	background: #032554;
}

.return_top a:hover .con {
	transform: translateX(0);
	opacity: 1;
}

.return_top .back {
	display: none;
}

@media (max-width: 1024px) {
	.return_top {
		display: none;
	}
}

.return_top_bottom {
	display: none;
}

@media (max-width: 640px) {
	.footer {
		margin-bottom: 78px;
	}

	.return_top_bottom {
		display: block;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100%;
	}

	.return_top_bottom a {
		float: left;
		margin-bottom: 0;
		width: 33.33333333%;
		text-align: center;
		border-right: 1px solid #032554;
	}

	.return_top_bottom a:last-child {
		border-right: none;
	}
}

@media (max-width: 480px) {
	.footer {
		margin-bottom: 16.6vw;
	}

	.return_top_bottom {
		height: 16.6vw;
	}

	.return_top_bottom a img {
		height: 16.6vw;
	}

}

.page-banner {
	height: 600px;
	position: relative;
	overflow: hidden;
	max-height: 100vh
}

.page-banner .bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: scaleDraw 5s ease infinite;
	-webkit-animation: scaleDraw 5s ease 1;
	-ms-animation: scaleDraw 5s ease 1
}

.page-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: radial-gradient(84.19% 138.66% at 0% 0%, rgba(90, 160, 243, 0.2) 0%, #072052 110%);
	z-index: 2;
}

.page-banner-inner {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.page-banner-inner .container {
	display: flex;
	align-items: center;
	height: 100%
}

.page-banner-inner h1 {
	font-weight: 600;
	line-height: 1;
	font-size: 50px;
}

.page-banner-inner .wrap span {
	display: inline-block;
	animation: zoomIn 1s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}

.page-banner-inner .wrap span:nth-child(2) {
	animation-delay: 0.4s;
}

.page-banner-inner .wrap span:nth-child(3) {
	animation-delay: 0.6s;
}

.page-banner-inner .wrap span:nth-child(4) {
	animation-delay: 0.8s;
}

.page-banner-inner .wrap span:nth-child(5) {
	animation-delay: 1s;
}

.page-banner-inner .wrap span:nth-child(6) {
	animation-delay: 1.2s;
}

.page-banner-inner .wrap span:nth-child(7) {
	animation-delay: 1.4s;
}

.page-banner-inner .wrap span:nth-child(8) {
	animation-delay: 1.6s;
}

.page-banner-inner .wrap span:nth-child(9) {
	animation-delay: 1.8s;
}

.page-banner-inner .wrap span:nth-child(10) {
	animation-delay: 2s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes zoomIns {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1
	}
}

.page-banner-inner .wrap {
	display: flex;
	flex-direction: column;
	color: #fff
}

.page-banner-inner p {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 10px;
}

@media screen and (max-width:1024px) {
	.page-banner {
		height: 30vw;
	}
}

@media screen and (max-width:768px) {
	.page-banner-inner h1 {
		font-size: 30px;
	}

	.page-banner-inner p {
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.page-banner-inner h1 {
		font-size: 20px;
		text-shadow: 3px 3px 5px #000;
	}

	.page-banner-inner p {
		font-size: 14px;
		margin-top: 0;
		text-shadow: 2px 2px 3px #000;
	}
}

.sub-nav {
	background: #f4f4f4;
	border-top: 1px solid #002f7b;
}

.sub-nav ul {
	display: flex;
	justify-content: center;
}

.sub-nav ul li {
	flex: 1 1 auto;
	text-align: center;
	max-width: 200px;
}

.sub-nav ul li.active {
	background: #002f7b;
}

.sub-nav ul li.active a {
	color: #fff;
}

.sub-nav ul li:hover {
	background: #002f7b;
}

.sub-nav ul li:hover a {
	color: #fff;
}

.sub-nav ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 20px 0;
}

.crumbs {
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px 36px;
}

.crumbs i {
	position: absolute;
	font-size: 26px;
	color: #002f7b;
	left: 0;
	top: 50%;
	line-height: 1;
	transform: translateY(-50%);
}

@media screen and (max-width:1024px) {
	.sub-nav .container {
		overflow-x: auto;
	}

	.sub-nav ul {
		width: max-content;
		min-width: 100%;
	}

	.sub-nav ul li a {
		padding: 10px;
	}
}

.sub2-nav {}

.sub2-nav ul {
	display: flex;
}

.sub2-nav ul li {
	margin: 0 1px 0 0;
	line-height: 42px;
	width: 152px;
	text-align: center;
}

.sub2-nav ul li.active {
	background: #002f7b;
}

.sub2-nav ul li.active a {
	color: #fff;
}

.sub2-nav ul li:hover {
	background: #002f7b;
}

.sub2-nav ul li:hover a {
	color: #fff;
}

.sub2-nav ul li a {
	display: block;
	font-size: 16px;
	color: #333;
}

@media screen and (max-width:1024px) {
	.sub2-nav .container {
		overflow-x: auto;
	}

	.sub2-nav ul {
		width: max-content;
		min-width: 100%;
	}

	.sub2-nav ul li {
		width: auto;
		line-height: 36px;
	}

	.sub2-nav ul li a {
		padding: 0 10px;
	}
}

.page-wrap {
	padding: 5% 0;
	overflow: hidden;
}

.page-wrap.gray-wrap {
	background: #f9f9f9;
}

.page-wrap.gray-wrap>.container>div {
	background-color: #fff;
	padding: 2% 5%;
}



.about-con {}

.about-con .about-wrap {
	margin: 5% 0;
}

.about-con .about-wrap .about-txt {
	float: left;
	width: 60%;
	padding-right: 10%;
	text-align: justify;
}

.about-con .about-wrap .about-txt p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about-con .about-wrap .about-img {
	float: right;
	width: 40%;
	border: 1px solid #002f7b;
}

.about-con .about-wrap .about-img img {
	display: block;
	width: 100%;
	position: relative;
	top: 40px;
	right: 10%;
}

.about-con .about-yj p {
	font-size: 30px;
	color: #666;
}

.about-con .about-sc ul li {
	float: left;
	width: 25%;
	padding: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about-con .about-sc ul li a {
	display: block;
}

.about-con .about-sc ul li img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 2px 2px 12px #EEEEEE;
	-moz-box-shadow: 2px 2px 12px #EEEEEE;
	box-shadow: 2px 2px 12px #EEEEEE;
}

.about-culture {
	padding: 5% 0;
	background-color: #f9f9f9;
	margin-top: 40px;
}

.about-culture ul {
	margin: 50px -23px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-culture li {
	width: 33.333%;
	padding: 0 23px;
}

.about-culture .box {
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-culture .thumb {
	padding: 20px;
}

.about-culture h3 {
	color: #002f7b;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	font-size: 22px;
	font-weight: normal;
}

.about-culture h3 i {
	float: right;
	margin-left: 10px;
	line-height: 36px;
}

.about-culture .desc {
	color: #666;
	font-size: 16px;
	padding-top: 15px;
	min-height: 69px;
}

.about-culture .ovhid {
	padding-bottom: 60%;
}

@media screen and (max-width: 1024px) {
	.about-culture ul {
		margin: 30px -10px 0;
	}

	.about-culture li {
		padding: 0 10px;
	}

	.about-culture h3 {
		font-size: 20px;
	}

	.about-culture .desc {
		padding-top: 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.about-con .about-wrap .about-img {
		float: none;
		width: 100%;
		border: none;
	}

	.about-con .about-wrap .about-img img {
		position: inherit;
		top: inherit;
		right: inherit;
	}

	.about-con .about-wrap .about-txt {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.about-culture li {
		width: 100%;
		padding: 0 0 5%;
	}

	.about-culture h3 {
		font-size: 18px;
	}

	.about-culture h3 i {
		line-height: 29px;
	}

	.about-culture .desc {
		min-height: inherit;
	}
}

.contact {
	display: flex;
	flex-wrap: wrap;
}

.contact .con {
	width: 39%;
	min-width: 480px;
	background-color: #002f7b;
	color: #fff;
	padding: 3%;
}

.contact .con h2 {
	padding-bottom: 10px;
}

.contact .con h3 {
	margin-top: 16px;
}

.contact .Map {
	flex: 1 1 auto;
	min-height: 400px;
}

@media screen and (max-width:992px) {

	.contact .con,
	.contact .Map {
		width: 100%;
	}

	.contact .con {
		min-width: inherit;
	}
}

@media screen and (max-width:480px) {
	.contact .con h2 {
		font-size: 16px;
	}
}

.page-video {
	text-align: center;
}

.page-video .video-js,
.page-video video {
	position: relative !important;
	width: 100%;
	height: auto;
	max-width: 1480px;
	max-height: 580px;
	overflow: hidden;
}

.page-video .vjs-poster img {
	object-fit: cover;
}

.page-video .video-js .vjs-big-play-button {
	width: 2em;
	height: 2em;
	line-height: 1.9em;
	border: 0.12em solid rgba(255, 255, 255, .8);
	border-radius: 50%;
}


.page-news-list {
	width: 100%;
	z-index: 10;
}

.news-list-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 20px 0;
	background-color: #fff;
	box-sizing: border-box;
	transition: all .3s;
	border-bottom: 1px solid #d9d9d9;
}

.news-item-img {
	width: 120px;
}

.news-index {
	margin: 0 auto;
	color: #fff;
	font-size: 36px;
	width: 75px;
	height: 60px;
	line-height: 60px !important;
	text-align: center;
	transition: all .3s;
	border: 1px solid #002f7b;
	background-color: #002f7b;
}

.news-date {
	font-size: 18px;
	color: #002f7b;
	text-align: center;
	line-height: 1.8;
}

.news-list-con {
	flex: 1;
	color: #333;
	height: 120px;
	transition: all .3s;
	padding-left: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	border-left: 1px solid #e8e8e8;
	overflow: hidden;
}

.news-title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.news-detail {
	height: 70px;
	line-height: 23px;
	margin-top: 16px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-list-item:hover {
	z-index: 100;
	border-color: #fff;
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.11);
}

.news-list-item:hover .news-index {
	background-color: transparent;
	color: #002f7b !important;
}

@media screen and (max-width:768px) {
	.news-list-item {
		padding: 15px 0;
	}

	.news-item-img {
		width: 70px;
	}

	.news-index {
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 50px !important;
	}

	.news-date {
		font-size: 10px;
	}

	.news-list-con {
		height: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	.news-title {
		margin-top: 6px;
		font-size: 14px;
		line-height: 19px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news-detail {
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 18px;
	}
}

.page-newsimg-list .news-item-img {
	width: 232px;
}

.page-newsimg-list .imgbox {
	padding-bottom: 70%;
}

.page-newsimg-list .news-list-con {
	border-left: 0;
}

.image-list .box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -23px;
}

@media screen and (max-width:768px) {
	.page-newsimg-list .news-item-img {
		min-width: 110px;
		max-width: 230px;
		width: 32%;
	}
}


.product-menu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
}

.product-menu h4 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 140px;
}

.product-menu .product-one_subnav {
	background: #fff;
	border-top: 1px solid #1a5a9f;
	padding: 30px 30px 0;
	overflow: hidden;
}

.product-menu .product-one_subnav .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.product-menu .product-one_subnav a {
	display: block;
	width: 14.2%;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-bottom: 30px;
}

.product-menu .product-one_subnav a.current {
	color: #1a5a9f;
}

.product-menu .product-two_subnav {
	border-top: 1px solid #1a5a9f;
	background: #fcfcfc;
	padding: 30px;
	overflow: hidden;
}

.product-menu .product-two_subnav .box {
	display: flex;
	flex-wrap: wrap;
}

.product-menu .product-two_subnav a {
	display: block;
	position: relative;
	float: left;
	color: #777777;
	line-height: 16px;
	margin-bottom: 30px;
	margin-right: 50px;
}

.product-menu .product-two_subnav a:before {
	font-family: iconfont;
	content: "\e62d";
	margin-right: 5px;
}

.product-menu>div>a:hover {
	color: #1a5a9f;
	transform: translateX(10px);
}

.product-menu>div.product-two_subnav>a:hover {}

.product-menu .product-one_subnav a.active,
.product-menu .product-two_subnav a.active {
	color: #1a5a9f;
}

@media screen and (max-width:1024px) {
	.product-menu .product-one_subnav {
		padding: 4% 3%;
		overflow-x: auto;
	}

	.product-menu .product-one_subnav .box {
		width: max-content;
		flex-wrap: nowrap
	}

	.product-menu .product-one_subnav a {
		width: auto;
		margin-bottom: 0;
		margin-right: 3vw;
		font-size: 16px;
	}

	.product-menu .product-two_subnav {
		padding: 4% 3%;
	}

	.product-menu .product-two_subnav .box {
		justify-content: space-between;
	}

	.product-menu .product-two_subnav a {
		width: 50%;
		margin-bottom: 3%;
		margin-right: 0;
	}

	.product-menu>div>a:hover {
		transform: none;
	}
}

.image-item {
	width: 25%;
}

.image-subcard {
	margin: 15px 23px;
	cursor: pointer;
	overflow: hidden;
	padding: 0 !important;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 5px 5px #e8e8e8;
}

.image-subcard .caption {
	padding: 5%;
}

.image-subcard .caption .text {
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.image-subcard .caption span {
	display: block;
	color: #969696;
	font-size: 12px;
	margin-top: 18px;
}

.atvimg {
	overflow: hidden;
	padding-bottom: 70%;
}

.brand-list .image-item {
	width: 10%;
}

.brand-list .box {
	margin: 0 -5px;
}

.brand-list .image-subcard {
	margin: 5px;
}

@media screen and (max-width:1024px) {
	.brand-list .image-item {
		width: 16.6666%;
	}
}

@media screen and (max-width:992px) {
	.image-item {
		width: 50%;
	}

	.image-subcard .caption .text {
		font-size: 14px;
		height: 38px;
		line-height: 19px;
	}
}

@media screen and (max-width:768px) {
	.image-list .box {
		margin: 0 -8px;
	}

	.image-subcard {
		margin: 5px 8px;
	}

	.brand-list .image-item {
		width: 20%;
	}
}

@media screen and (max-width:580px) {
	.brand-list .image-item {
		width: 33.3333%;
		;
	}
}

.framework {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2%;
}

.framework>p {
	width: 100px;
	text-align: center;
}

.framework>p strong {
	padding: 3px 0;
	border-bottom: 3px solid #002f7b;
}

.framework ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	list-style: none !important;
	border-bottom: 1px dashed #002f7b;
	color: #333;
	padding: 20px 0;
}

.framework ul:last-of-type {
	border-bottom: 0;
}

.framework ul li {
	width: 33.3333%;
	margin: 5px 0;
}

@media screen and (max-width:1024px) {
	.framework>p {
		width: 160px;
	}

	.framework ul {
		width: calc(100% - 160px);
	}

	.framework ul li {
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	.framework>p {
		width: 90px;
	}

	.framework ul {
		width: calc(100% - 90px);
	}
}

@media screen and (max-width:640px) {
	.framework ul {
		padding: 10px 0;
	}

	.framework ul li {
		width: 100%;
		margin: 2px 0;
	}
}

.history {
	padding-bottom: 120px;
	position: relative
}

.history-line {
	width: 2px;
	height: calc(100% - 130px);
	overflow: hidden;
	background: url("../images/his-line.png") repeat-y;
	position: absolute;
	left: 11px;
	top: 45px;
	z-index: 2;
}

.history-line span {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	background: #002f7b;
}

.history-content {
	display: inline-block;
	width: calc(100% - 72px);
	overflow: hidden;
	position: relative;
	z-index: 20
}

.history-pannel {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px
}

.history-bg {
	width: 100%;
	position: fixed;
	text-align: center;
	font-size: 500px;
	color: #f7f7f7;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 600;
	overflow: hidden;
	left: 0;
	top: 0;
	height: 100vh;
	line-height: 100vh;
	z-index: -1;
}

.history-bg span {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	padding-right: 50px;
	transform: translate(-50%, -50%)
}

.history-bg span.on {
	opacity: 1
}

.history-age {
	font-family: 'dincond-medium', 'HelveticaNeueLTPro';
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 42px;
	font-weight: bold;
	color: #1a1a1a;
	padding-left: 50px;
	position: relative;
	z-index: 12;
}

.history-age:before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	top: 21px;
	box-sizing: border-box;
	border: 2px #1a1a1a solid;
	border-radius: 50%
}

.history-age:after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	background: #1a1a1a;
	left: 6px;
	top: 27px
}

.history-pannel.active .history-age {
	color: #002f7b
}

.history-pannel.active .history-age:before {
	border-color: #002f7b
}

.history-pannel.active .history-age:after {
	background: #002f7b
}

.history-item {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
	font-size: 20px;
	z-index: 12
}

.history-item>p {
	margin: 2% 0;
}

.history-item strong {
	float: left;
	display: inline-block;
	width: 10%;
	font-size: 26px;
	letter-spacing: 1px;
	color: #868583;
	padding-right: 10px;
	overflow: hidden;
}

.history-info {
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 36px;
	margin-top: 25px
}

.history-pic {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 40px
}

.history-pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-right: 20px
}

.history-pic img:last-child {
	margin-right: 0px
}

.history-pic:hover img {
	transform: scale(1.02)
}

.history-pos {
	float: right;
	width: 72px;
	overflow: hidden;
	position: sticky;
	top: 20px;
}

.history-pos:before {
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e6e6e6
}

.history-pos span {
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #868583;
	margin-top: 10px;
	position: relative;
	cursor: pointer
}

.history-pos span:before {
	width: 4px;
	height: 0%;
	content: "";
	left: 0px;
	top: 0px;
	background: #002f7b;
	position: absolute
}

.history-pos span.active {
	color: #002f7b
}

.history-pos span.active:before {
	height: 100%
}

@media screen and (max-width:1440px) {
	.history {
		padding-bottom: 80px
	}

	.history-pannel {
		padding-bottom: 80px
	}

	.history-bg {
		font-size: 420px
	}

	.history-age {
		font-size: 26px
	}

	.history-age:before {
		top: 10px;
	}

	.history-age:after {
		top: 16px;
	}

	.history-item {
		margin-top: 60px
	}

	.history-pic {
		margin-top: 24px
	}
}

@media screen and (max-width:1200px) {
	.history-bg {
		font-size: 360px;
	}
}

@media(max-width:1024px) {
	.history {
		padding-bottom: 50px
	}

	.history-bg {
		font-size: 32vw;
	}

	.history-bg span {
		padding-right: 0;
	}

	.history-pannel {
		padding-bottom: 50px
	}

	.history-item {
		font-size: 16px;
		margin-top: 30px
	}

	.history-item>p {
		display: flex;
	}

	.history-item>p em {
		flex: 1;
	}

	.history-item strong {
		font-size: 20px;
	}

	.history-pic {
		margin-top: 20px
	}

	.history-pos {
		display: none;
	}

	.history-content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.history-info {
		margin-top: 15px
	}

	.history-item>p {
		margin: 3% 0;
	}
}

@media(max-width:640px) {
	.history {
		width: 100% !important;
		padding-bottom: 0 !important;
	}

	.history-age {
		padding-left: 40px;
	}

	.history-age:before {
		top: 8px;
	}

	.history-age:after {
		top: 14px;
	}

	.history-pannel {
		padding-bottom: 30px !important;
	}

	.history-line {
		top: 32px;
	}

	.history-item {
		padding-left: 30px;
		margin-top: 12px !important;
	}

	.history-item strong {
		width: 20%;
		font-size: 16px;
	}
}

.person-list {}

.person-list .person-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 24px;
}

.person-list .person-item .item-brief {
	padding: 3%;
	width: 100%;
	min-height: unset;
	border-bottom: none;
	background: -webkit-gradient(linear, left top, right top, color-stop(.68%, #f5f5f5), to(hsla(0, 0%, 96.1%, 0)));
	background: linear-gradient(90deg, #f5f5f5 .68%, hsla(0, 0%, 96.1%, 0));
	background: linear-gradient(90deg, rgba(248, 232, 240, 1) 0, rgba(248, 232, 240, 0) 100%) !important;
}

.person-list .person-item .item-brief .brief-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 8px;
	font-style: normal;
	font-weight: 400;
}

.person-list .person-item .item-brief .brief-name .item-name {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	padding-left: 14px;
}

.person-list .person-item .item-brief .brief-name .item-name:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #002f7b;
	position: absolute;
	top: 9px;
	left: 1px;
}

.person-list .person-item .item-brief .brief-name .brief-position {
	padding-left: 16px;
	font-size: 14px;
	color: #999;
}

.person-list .person-item .item-brief .expand-notes {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.person-list .person-item .item-brief .expand-notes .expand-notes-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	word-wrap: break-word;
	overflow-y: hidden;
	padding: 0;
	text-align: justify;
}

.page-notice-list {}

.page-notice-list li {
	padding: 2% 0;
	border-bottom: 1px solid #dcdcdc;
}

.page-notice-list li a {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	padding-left: 14px;
}

.page-notice-list li a:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #002f7b;
	position: absolute;
	top: 9px;
	left: 1px;
}

.page-notice-list li a span {
	font-size: 14px;
	color: #666;
}

.page-notice-list li a:hover {
	color: #002f7b;
}

.business {
	display: flex;
	flex-wrap: wrap;
}

.business-img {
	width: 36%;
	padding: 2%;
	border: 1px solid #002f7b;
}

.business-img .imgbox {
	width: 100%;
	padding-bottom: 60%;
}

.business-info {
	flex: 1;
	padding-left: 50px;
}

.business-title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.business-detail {
	font-size: 14px;
	line-height: 23px;
	margin-top: 16px;
	margin-right: 20px;
	color: #999;
}

@media screen and (max-width:768px) {

	.business-img,
	.business-info {
		width: 100%;
	}

	.business-info {
		margin-top: 5%;
		padding-left: 0;
	}
}


.pageBar {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666
}

.pageBar .pageinfo {
	display: none;
}

.pageBar a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background-color: #fafafa;
	color: #666;
	border-radius: 5px;
	border: 1px solid #e6e6e6
}

.pageBar a img {
	width: 50%;
	height: auto;
	display: block
}

.pageBar a:hover,
.pageBar a.curpage {
	color: #fff;
	background-color: #002f7b
}

@media screen and (max-width:1440px) {
	.pageBar a {
		margin: 0 4px;
		min-width: 35px;
		height: 35px;
		padding: 0 8px;
	}
}

@media screen and (max-width:1024px) {
	.pageBar a {
		margin: 0 3px;
		min-width: 30px;
		height: 30px;
		padding: 0 6px;
	}
}

@media screen and (max-width:768px) {
	.pageBar {
		padding-top: 5%;
	}
}

@media screen and (max-width: 400px) {
	.product-menu .product-two_subnav a:before {
		margin-right: 0;
	}

	.pageBar .homepage,
	.pageBar .endpage {
		display: none;
	}
}

.page-detail {}

.page-detail .title {
	color: #333;
	text-align: center;
	font-weight: 600;
	padding-bottom: 15px;
	font-size: 30px;
}

.page-detail .info {
	text-align: center;
	position: relative;
}

.page-detail .info span {
	color: #666;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
}

.page-detail .info span+span {
	margin-left: 20px;
}

.page-detail .info span i {
	margin-right: 8px;
	color: #002f7b;
}

.page-detail-article {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
	text-align: justify;
}

.page-detail-article.page-article {
	padding-top: 0;
	border: 0;
}

.page-detail-article p,
.page-detail-article span {
	color: #333;
	line-height: 2;
	font-size: 20px;
}

.page-detail-article img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 15px auto;
}

.page-detail-article table {
	max-width: 100%;
}

.page-detail-article .table {
	overflow-x: auto;
}

.page-detail-page {
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 13px;
}

.page-detail-page li {
	width: 50%;
	float: left;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 0;
}

.page-detail-page a {
	color: #808080;
}

.page-detail-page li:last-child {
	text-align: right;
}

@media screen and (max-width:1440px) {
	.page-detail .title {
		font-size: 26px;
	}
}

@media screen and (max-width:1024px) {
	.page-detail .title {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.page-detail .title {
		font-size: 20px;
	}

	.page-detail-page li {
		width: 100%;
		float: none;
	}

	.page-detail-page li:last-child {
		text-align: left;
	}

	.history-bg {
		display: none;
	}

	.page-wrap.gray-wrap>.container>div {
		padding: 2% 3%;
	}

	.framework {
		padding: 2% 3% 2% 0 !important;
		font-size: 14px
	}

	.page-detail-article p,
	.page-detail-article span {
		font-size: 16px !important;
	}

	.about-con .about-wrap .about-txt h3 {
		font-size: 18px !important;
	}
}

@media screen and (max-width:400px) {

	.page-detail-article p,
	.page-detail-article span {
		font-size: 14px !important;
	}

	.about-con .about-wrap .about-txt h3 {
		font-size: 16px !important;
	}

	.foot-con p span {
		display: block;
	}

	.foot-con p span+span {
		margin-left: 0;
	}
}