@charset "utf-8";

.header {
	background-color: #fff;
	height: 72px;
	width: 100%;
	padding: 0 30px
}

.logo {
	padding: 21px 0;
	float: left
}

.logo img {
	height: 30px
}

.tel,
.menu {
	line-height: 72px
}

.tel {
	float: right;
	color: #0153b9;
	font-size: 18px;
	position: relative;
	padding-left: 30px
}

.tel i {
	float: left;
	padding-top: 26px;
	margin-right: 10px
}

.tel:after {
	position: absolute;
	content: "|";
	color: #dedede;
	font-size: 14px;
	top: 0;
	left: 0
}

.menu {
	float: right
}

.menu li {
	display: inline-block;
	padding: 0 30px;
	line-height: 70px
}

.menu li.current a {
	display: block;
	border-bottom: 2px solid #0153b9;
	color: #0153b9
}

.index-slider .item {
	height: 800px
}

.index-slider .item a {
	display: block;
	width: 100%;
	height: 800px
}

.mtit {
	margin-bottom: 30px
}

.mtit .m-name {
	display: inline-block
}

.mtit .m-name h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #333
}

.mtit .m-name p {
	color: #939393
}

.mtit .m-class {
	float: right;
	display: inline-block;
	margin-top: 30px
}

.mtit .m-class li {
	display: inline-block;
	margin-right: 30px
}

.mtit .p-m-class a {
	padding: 8px 20px;
	border: 1px solid #dedede;
	font-size: 14px;
	margin-left: 10px
}

.mtit .p-m-class a.current {
	background-color: #0153b9;
	color: #fff;
	border-color: #0153b9
}

.mtit .p-m-class a:hover {
	border-color: #0153b9
}

.index-pro-item {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	aspect-ratio:4/3;
}

.index-pro-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-pro-item .info {
	position: absolute;
	background-color: rgba(1, 83, 185, 0.8);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px;
	opacity: 0;
	transition: all .3s ease
}

.index-pro-item .info .name {
	font-size: 32px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.index-pro-item .info .name p.t {
	font-size: 36px
}

.index-pro-item .info .name p {
	display: block;
	font-size: 16px;
	width: 100%
}

.index-pro-item:hover .info {
	opacity: 1
}

.ys-num {
	padding-top: 150px;
	padding-bottom: 120px;
}

.ys-num li {
	text-align: center;
	border-right: 1px solid #e5e5e5
}

.ys-num li p.num {
	position: relative;
	display: inline-block
}

.ys-num li p.num b {
	font-size: 66px;
	font-weight: 300
}

.ys-num li p.num span {
	font-size: 14px;
	position: absolute;
	right: -20px;
	top: 20px
}

.ys-num li:last-child {
	border-right: 0
}
.about-box{
	background-color: #0153b9;
	display: flex;
}
.about-box .lefts,
.about-box .rights{
	width: 50%;
}

.about-box .lefts{
	background: url("../images/about.jpg");
	width: 50%;
	height: 600px;
	background-size: cover;
}

.about-box .lefts .mtit {
	color: #fff;
	padding-left: 10%;
	padding-top: 100px
}

.about-box .lefts .mtit h2 {
	color: #fff
}

.about-box .rights {
	background-color: #0153b9;
	color: #fff;
	height: 600px;
	padding: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.about-box .rights h2 {
	font-size: 24px;
	margin-bottom: 20px
}

.about-box .rights p {
	font-size: 14px
}

.index-news-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s
}

.index-news-item a.pic {
	display: block;
	overflow: hidden;
	aspect-ratio: 16/9;
}

.index-news-item .date {
	position: relative;
	font-size: 26px;
	color: #333;
	display: inline-block;
	float: left
}

.index-news-item .date span {
	font-size: 14px;
	text-align: right;
	display: block;
	color: #999
}

.index-news-item .txt {
	margin-top: 15px
}

.index-news-item .info {
	margin-left: 100px;
	padding-top: 5px
}

.index-news-item .info a {
	font-size: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-news-item .info p {
	font-size: 14px;
	margin-top: 10px
}

.index-news-item:hover a.pic img {
	transform: scale(1.1)
}

.footer {
	background-color: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 80px
}

.foot-info {
	width: 50%;
	float: left;
	color: #939393
}

.foot-info h2 {
	font-size: 20px;
	margin-bottom: 40px
}

.foot-info p {
	line-height: 2
}

.foot-info a {
	color: #939393
}

.foot-info .share {
	margin-top: 30px
}

.foot-info .share li {
	display: inline-block;
	margin-right: 30px
}

.foot-message {
	width: 50%;
	float: right;
	font-size: 14px
}

.foot-message label {
	display: block;
	color: #333
}

.foot-message .input-style {
	border: 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding-bottom: 5px;
	background-color: #f8f8f8;
	width: 100%;
	padding-top: 5px
}

.foot-message .sub {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 8px 30px;
	float: right;
	margin-top: 15px
}

.foot-message .sub:hover {
	background-color: #0153b9;
	border-color: #0153b9;
	color: #fff;
	cursor: pointer
}

.copy {
	padding: 12px 15px;
	font-size: 14px
}

.copy p {
	display: inline-block
}

.copy p.icp {
	float: right
}

.copy p.icp a {
	color: #939393
}

.page-slider {
	position: relative;
	height: 360px
}

.page-slider .txt {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -90px
}

.page-slider .txt b {
	font-size: 44px
}

.page-slider .txt h2 {
	font-size: 32px;
	margin-top: 15px
}

.page-slider .txt h2 span {
	display: block;
	font-size: 20px
}

.xiaocms-page {
	text-align: center;
	margin-top: 50px
}

.xiaocms-page span,
.xiaocms-page a {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #dedede;
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	text-align: center
}

.xiaocms-page span {
	background-color: #0153b9;
	border-color: #0153b9;
	color: #fff
}

.main {
	width: 1230px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.news-list li {
	padding-top: 30px;
	padding-bottom: 30px
}

.news-list li a.pic {
	position: relative;
	width: 356px;
	float: left;
	overflow: hidden
}

.news-list li a.pic img {
	transition: all .3s
}

.news-list li .txt {
	margin-left: 400px
}

.news-list li .txt a {
	font-size: 24px;
	display: block;
	margin-bottom: 10px
}

.news-list li .txt p {
	color: #6f6f6f;
	margin-bottom: 10px
}

.news-list li .txt span {
	font-size: 12px
}

.news-list li:hover a.pic img {
	transform: scale(1.2)
}

.art-tit {
	border-bottom: 1px solid #dedede;
	padding-bottom: 40px
}

.art-tit h1 {
	font-size: 48px;
	font-weight: normal;
	color: #333
}

.art-tit span {
	display: block;
	color: #939393
}

.art-content {
	line-height: 2;
	width: 100%;
}

.art-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.art-content p,
.art-content div {
	margin-top: 32px
}

.about-slider {
	height: 800px
}

.about-slider .txt b {
	font-size: 44px
}

.about-slider .txt h2 {
	font-size: 36px
}

.about-slider .txt h2 span {
	font-size: 20px
}

.contact-slider {
	height: 600px
}

.contact-slider .txt b {
	font-size: 44px
}

.contact-slider .txt h2 {
	font-size: 32px
}

.contact-slider .txt h2 span {
	font-size: 20px
}

.about-name {
	font-size: 36px;
	font-weight: normal;
	color: #333
}

.about-wh {
	margin-left: -30px;
	margin-right: -30px
}

.about-wh li {
	padding-left: 30px;
	padding-right: 30px
}

.about-wh li span,
.about-wh li b {
	display: block;
	color: #333
}

.about-wh li span {
	font-size: 48px
}

.about-wh li b {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px
}

.team-list li {
	margin-top: 15px;
	margin-bottom: 15px
}

.mieu {
	padding-top: 0
}

.c-tit {
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold
}

.c-content h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 50px
}

.c-content li {
	line-height: 2
}

.c-content li span {
	position: relative;
	display: block;
	width: 50px;
	float: left
}

.c-content li p {
	margin-left: 0px
}

.contact-right {
	padding-left: 80px
}

.contact-right .c-tit {
	padding-left: 15px
}

.contact-message {
	width: 100%;
	margin-top: 50px
}

.contact-message .input-style {
	background-color: #fff
}

.map,
.job-box {
	margin-top: 80px
}

.job-list {
	border-top: 1px solid #e5e5e5
}

.job-list li {
	border-bottom: 1px solid #e5e5e5
}

.job-list li .gw-name {
	position: relative;
	padding: 15px 0;
	cursor: pointer
}

.job-list li .gw-name h3 {
	font-size: 18px;
	color: #333
}

.job-list li .gw-name i {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	color: #0153b9;
	display: none
}

.job-list li .gw-content {
	background-color: #f8f8f8;
	padding: 30px 20px;
	line-height: 2;
	border-top: 1px solid #e5e5e5;
	display: none;
	transition: all .3s ease;
	height: 0
}

.job-list li.current .gw-name h3 {
	color: #0153b9
}

.job-list li.current .gw-name i {
	display: block
}

.job-list li.current .gw-content {
	display: block;
	height: auto
}

.pro-head {
	color: #939393;
	padding-left: 50px
}

.pro-head h1 {
	font-size: 36px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px
}

.pro-head a.buy {
	border: 1px solid #e5e5e5;
	padding: 8px 30px;
	display: inline-block;
	margin-top: 30px;
	color: #939393
}

.pro-head a.buy:hover {
	color: #fff;
	background-color: #0153b9;
	border-color: #0153b9
}

.pro-info-tit {
	font-size: 30px;
	color: #333;
	font-weight: normal
}

.scaleImg {
	overflow: hidden
}

.scaleImg img {
	transition: all .3s ease
}

.scaleImg:hover img {
	transform: scale(1.2)
}

.m-switch {
	display: none
}

.fixedNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.promore{
	display: none;
}
.pcshow{
	display: block;
}
.mshow{
	display: none;
}