a {
	color: inherit
}

body {
	font-family: Arial, Helvetica, sans-serif
}

a:hover {
	color: #9ac243
}

.main {
	width: 1700px;
	margin: 0 auto;
	max-width: 100%;
	position: relative
}

.main::after {
	content: "";
	display: block;
	clear: both
}

body {
	padding-top: 130px
}

.pc-header {
	background: #fff;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}

.pc-header .logo {
	display: block;
	margin-top: 24px;
	float: left
}

.pc-header .logo img {
	display: block;
	max-width: 100%
}

.pc-header .pc-nav {
	float: right;
	padding-top: 39px;
	border-bottom: 1px solid #9ac243;
	position: relative
}

.pc-header .pc-nav li {
	float: left;
	line-height: 48px;
	margin-right: 47px
}

.pc-header .pc-nav li:last-child {
	margin-right: 0
}

.pc-header .pc-nav li>a {
	font-size: 16px;
	color: #000;
	display: block;
	position: relative;
	transition: all 0.36s
}

.pc-header .pc-nav li>a::after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #9ac243;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.36s
}

.pc-header .pc-nav li.has-sub>a {
	padding-right: 22px
}

.pc-header .pc-nav li.has-sub>a::before {
	content: "";
	display: block;
	width: 14px;
	height: 8px;
	background: url(../img/arrow.png) no-repeat center/cover;
	position: absolute;
	right: 0;
	transition: all 0.36s;
	top: 50%;
	margin-top: -4px
}

.pc-header .pc-nav li.on>a {
	color: #9ac243
}

.pc-header .pc-nav li.on>a::after {
	width: 100%
}

.pc-header .pc-nav li.on>a::before {
	transform: rotate(-180deg);
	background-image: url(../img/arrow_on.png)
}

.pc-header .pc-nav li.search-top-item {
	height: 48px;
}


.pc-header .pc-nav li.search-top-item > a {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pc-header .pc-nav li.search-top-item > a .search-top-icon {
	width: 24px;
	height: 24px;
}

.pc-header .pc-nav li .pc-sub {
	position: fixed;
	width: 109%;
	top: 150px;
	left: 0;
	text-align: center;
	font-size: 0;
	line-height: 1;
	display: none;
	z-index: 1000;
	box-shadow: 0px 5px 10px 0px rgba(225, 225, 225, 0.4)
}

.pc-header .pc-nav li .pc-sub .inner {
	border-top: 1px solid #eee;
	background: #fff;
	display: none
}

.pc-header .pc-nav li .pc-sub a {
	display: inline-block;
	font-size: 14px;
	position: relative;
	margin: 0 15px;
	line-height: 50px;
	transition: all 0.36s
}

.pc-header .pc-nav li .pc-sub a::after {
	content: "";
	display: block;
	width: 0;
	transition: all 0.36s;
	height: 2px;
	background: #9ac243;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}

.pc-header .pc-nav li .pc-sub a:hover {
	color: #9ac243
}

.pc-header .pc-nav li .pc-sub a:hover::after {
	width: 100%
}

.pc-header .header-btn {
	float: right;
	margin-top: 45px;
	margin-left: 120px
}

.pc-header .header-btn .btn {
	float: left;
	height: 32px;
	cursor: pointer;
	margin-right: 25px;
	position: relative
}

.pc-header .header-btn .btn:last-child {
	margin-right: 0
}

.pc-header .header-btn .btn img {
	display: block;
	height: 100%;
	transition: all 0.36s
}

.pc-header .header-btn .btn .close-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	opacity: 0
}

.pc-header .header-btn .btn.on img {
	opacity: 0
}

.pc-header .header-btn .btn.on .close-img {
	opacity: 1
}

.search-box {
	position: fixed;
	width: 100%;
	top: 150px;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	height: 350px;
	max-height: 50%;
	border-top: 1px solid #eee;
	z-index: 100;
	display: none
}

.search-box form {
	width: 690px;
	max-width: 90%;
	position: absolute;
	height: 43px;
	padding: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-bottom: 1px solid #dfdede
}

.search-box .keywords {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	display: block
}

.fot1 {
	text-align: center;
	padding-top: 20px;
	border-top: #eee solid 1px;
	padding-bottom: 10px;
	font-size: 16px;
}

.search-box .submit {
	position: absolute;
	height: 100%;
	width: 43px;
	z-index: 10;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../img/search.png) no-repeat center;
	text-indent: -999px;
	border: none;
	opacity: 0.5
}

.lan-box {
	position: fixed;
	z-index: 100;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #eee;
	max-height: 50%;
	height: 190px;
	padding: 0 50px;
	top: 0;
	left: 0;
	display: none
}

.lan-box .inner {
	padding-top: 50px
}

.lan-box h3 {
	font-size: 30px;
	margin-bottom: 25px
}

.lan-box p {
	font-size: 0
}

.lan-box p a {
	display: inline-block;
	font-size: 18px;
	transition: all 0.36s;
	margin-right: 110px
}

.lan-box p a.on {
	color: #9ac243
}

.banner .inner img {
	display: block;
	width: 100%
}

.banner .banner-text {
	position: absolute;
	height: 100%;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 227px;
	color: #000
}

.banner .banner-text h3 {
	font-size: 58px;
	font-weight: bold;
	opacity: 0;
	position: relative;
	transition: all 0.4s;
	left: 10%;
	transition-delay: 0.6s
}

.banner .banner-text p {
	font-size: 24px;
	margin-top: 8px;
	line-height: 1.33;
	width: 612px;
	max-width: 100%;
	opacity: 0;
	position: relative;
	transition: all 0.4s;
	left: 10%;
	transition-delay: 0.8s
}

.banner .swiper-slide-active .banner-text h3,
.banner .swiper-slide-active .banner-text p {
	opacity: 1;
	left: 0
}

.banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	opacity: 1;
	border: 3px solid transparent;
	background: none;
	margin: 0 16px;
	position: relative;
	transition: all 0.36s
}

.banner .swiper-pagination-bullet::after {
	width: 10px;
	transition: all 0.36s;
	height: 10px;
	content: "";
	display: block;
	border-radius: 50%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 16px
}

.banner .swiper-pagination-bullet-active {
	border-color: #fff
}

.banner .swiper-pagination-bullet-active::after {
	opacity: 0
}

.banner .swiper-pagination {
	font-size: 0;
	bottom: 40px
}

.index-a {
	margin-top: 130px
}

.index-a .inner {
	background: url(../img/ia_bg.jpg) no-repeat center/cover;
	padding-left: 50px;
	padding-right: 90px;
	overflow: hidden;
	padding-top: 50px
}

.index-a .text-box {
	float: left;
	padding-top: 280px;
	width: 561px;
	max-width: 50%;
	padding-bottom: 75px
}

.index-a .text-box h3 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #343a42d9
}

.index-a .text-box p {
	font-size: 24px;
	opacity: 0.8;
	color: #000;
	line-height: 1.33;
	margin-bottom: 26px
}

.index-a .list {
	float: right;
	width: 290px;
	max-width: 50%
}

.index-a .list li {
	position: relative;
	padding-left: 85px;
	margin-bottom: 30px
}

.index-a .list li:last-child {
	margin-bottom: 0
}

.index-a .list li img {
	display: block;
	position: absolute;
	top: 8px;
	left: 0
}

.index-a .list li .tt {
	color: #9ac243;
	margin-bottom: 4px
}

.index-a .list li .tt em {
	font-weight: bold;
	font-size: 40px
}

.index-a .list li .tt span {
	font-size: 24px;
	font-weight: bold;
	vertical-align: baseline
}

.index-a .list li .des {
	font-size: 18px;
	color: #7b7b7b;
	line-height: 1.32
}

.more-a {
	width: 180px;
	line-height: 40px;
	border-radius: 25px;
	border: 2px solid #013d99;
	font-size: 16px;
	color: #7b7b7b;
	text-align: center;
	transition: all 0.36s;
	font-weight: bold;
	display: block
}

.more-a:hover {
	background: #013d99;
	color: #fff
}

.i-title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #343a42d9
}

.index-b {
	margin-top: 130px
}

.index-b .list {
	margin-top: 70px;
	overflow: hidden
}

.index-b .list .item {
	width: 50%;
	float: left;
	margin-bottom: 20px
}

.index-b .list .item:nth-child(1),
.index-b .list .item:nth-child(4) {
	width: 44.6584%
}

.index-b .list .item:nth-child(2),
.index-b .list .item:nth-child(3) {
	width: 54.1155%;
	float: right
}

.index-b .list .item img {
	width: 100%;
	display: block;
	transition: all 0.36s
}

.index-b .list .txt-box {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 50%;
	background: url(../img/tt_bg.png) no-repeat left bottom/100% 100%
}

.index-b .list .txt-box .in {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	line-height: 50px;
	transition: all 0.36s;
	padding: 0 28px;
	overflow: hidden
}

.index-b .list .txt-box .in p {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding-right: 230px
}

.index-b .list .txt-box .in .more-a {
	position: absolute;
	right: 0;
	right: 28px;
	border-color: #fff;
	color: #fff
}

.index-b .list .txt-box .in .more-a:hover {
	background: #fff;
	color: #054393
}

.index-b .list a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden
}

.index-b .list a:hover img {
	transform: scale(1.04)
}

.index-b .list a:hover .txt-box .in {
	bottom: 25px
}

.index-c {
	padding-top: 110px
}

.index-c .con {
	overflow: hidden;
	margin-top: 60px;
	position: relative
}

.index-c .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 58%
}

.index-c .swiper-container .swiper-slide {
	width: 100%
}

.index-c .swiper-container img {
	display: block;
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	height: 100%;
	object-fit: cover
}

.index-c .list {
	width: 39%;
	float: right
}

.index-c .list li {
	position: relative;
	font-size: 24px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 26px
}

.index-c .list li:last-child {
	margin-bottom: 0
}

.index-c .list li .inner {
	position: relative;
	padding-left: 130px
}

.index-c .list li .line {
	width: 100%;
	transition: all 0.36s;
	height: 2px;
	position: relative
}

.index-c .list li .line::after {
	content: "";
	display: block;
	width: 0;
	transition: all 0.36s;
	height: 100%;
	background: #000
}

.index-c .list li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.index-c .list li .more-box {
	border-bottom: 1px solid #c0c0c0;
	font-size: 0;
	padding-bottom: 34px;
	display: none;
	padding-top: 30px
}

.index-c .list li .more-box .more {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	transition: all 0.36s
}

.index-c .list li .more-box .more::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000
}

.index-c .list li .more-box .more::before {
	content: "";
	display: block;
	width: 0;
	transition: all 0.36s;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #9ac243;
	z-index: 10
}

.index-c .list li .more-box .more:hover {
	color: #9ac243
}

.index-c .list li .more-box .more:hover::before {
	width: 100%
}

.index-c .list li.on .line {
	margin-bottom: 25px
}

.index-c .list li.on .line::after {
	width: 100%
}

.index-d {
	padding-top: 115px;
	margin-bottom: 50px
}

.index-d .i-title {
	margin-bottom: 70px
}

.index-d .imgbox {
	position: relative;
	overflow: hidden
}

.index-d .imgbox img {
	max-height: 310px;
	object-fit: cover;
	display: block;
	transition: all 0.36s;
	width: 100%
}

.index-d .imgbox::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: #000;
	opacity: 0;
	transition: all 0.36s;
	top: 0;
	left: 0
}

.index-d h3 {
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 30px;
	transition: all 0.36s
}

.index-d a:hover .imgbox img {
	transform: scale(1.02)
}

.index-d a:hover .imgbox::after {
	opacity: 0.4
}

.index-d a:hover h3 {
	color: #9ac243
}

.index-d .time {
	font-size: 16px;
	margin-top: 20px;
	color: #7c8184
}

.index-d .news-opbox {
	position: relative;
	padding-left: 143px;
	height: 50px;
	width: 100%;
	padding-right: 200px;
	margin-top: 20px
}

.index-d .news-opbox .navgbox {
	position: absolute;
	left: 0;
	top: 32px;
	height: 34px;
	width: 97px
}

.index-d .news-opbox .more-a {
	position: absolute;
	right: 0;
	top: 0
}

.index-d .news-opbox .swiper-button-next,
.index-d .news-opbox .swiper-button-prev {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: 0;
	margin-top: 0;
	background-size: cover;
	transition: all 0.36s
}

.index-d .news-opbox .swiper-scrollbar {
	width: 100%;
	position: relative;
	height: 1px;
	background: #969696;
	top: 48px
}

.index-d .news-opbox .swiper-scrollbar-drag {
	height: 3px;
	top: -1px;
	background: #005190;
	cursor: pointer
}

.index-d .news-opbox .swiper-button-prev {
	background-image: url(../img/news_prev.png);
	left: 0
}

.index-d .news-opbox .swiper-button-prev:hover {
	background-image: url(../img/news_prev_on.png)
}

.index-d .news-opbox .swiper-button-next {
	background-image: url(../img/news_next.png);
	right: 0
}

.index-d .news-opbox .swiper-button-next:hover {
	background-image: url(../img/news_next_on.png)
}

.footer-top img {
	display: block;
	width: 100%
}

footer {
	padding-top: 30px;
	/*padding-bottom: 100px*/
}

footer .list {
	float: left;
	padding-top: 25px
}

footer .list li {
	float: left;
	margin-right: 30px
}

footer .list li:last-child {
	margin-right: 0
}

footer .list li h3 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 18px
}

footer .list li p {
	font-size: 16px;
	color: #666666;
	line-height: 1.2;
	margin-bottom: 12px
}

footer .list li p a {
	transition: all 0.36s
}

footer .f-logo {
	float: right
}

footer .f-logo img {
	display: block
}

.m-header {
	display: none !important
}

.m-nav-box {
	display: none
}

@media (min-width: 1056px) {
	.m-nav-box {
		/*display: none !important */
	}
}

.inner-banner {
	position: relative;
	height: 370px
}

.inner-banner img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	object-fit: cover
}

.inner-banner .slogen {
	position: relative;
	z-index: 10;
	padding-top: 110px;
	font-size: 64px;
	font-weight: lighter;
	color: #ffffffe0;
	font-weight: bold
}

.about-a {
	padding-top: 60px
}

.about-a.index-a {
	margin-top: 0
}

.about-a .i-title {
	text-align: left
}

.about-a .con {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 128px;
	border-bottom: 1px solid #969696
}

.about-a .left {
	float: left;
	width: 44%;
	max-width: 50%;
	padding-top: 12px
}

.newbg {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position-x: 66%;
	background-position-y: -40%
}

.about-cd .left {
	width: 45%
}

.about-cd .list li:nth-child(2n):after {
	content: '';
	display: block;
	clear: both
}

.about-a .left .v-box {
	position: relative;
	margin-bottom: 70px
}

.about-a .left .v-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	cursor: pointer;
	left: 0;
}

.about-a .left .v-box img {
	display: block;
	width: 100%
}

.about-a .right {
	float: right;
	width: 970px;
	max-width: 48%
}

.about-a .right li {
	margin-top: 80px
}

.about-a .right li:first-child {
	margin-top: 0
}

.about-a .right li h3 {
	font-size: 30px;
	font-weight: bold;
	color: #014099;
	margin-bottom: 30px;
	line-height: 1.31
}

.about-a .right li .des {
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a
}

.about-b.index-a .con {
	margin-top: 0;
	border: none;
	padding-bottom: 150px
}

.about-b.index-a .list {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-top: 50px
}

.about-b.index-a .list li {
	margin-bottom: 65px
}

.about-b.index-a .list li .tt em {
	font-size: 30px
}

.about-b.index-a .list li .des {
	font-size: 21px
}

.about-b.index-a .list li .des em {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px
}

.about-b.index-a .list li img {
	width: 55px
}

.about-cd .list li {
	width: 50%;
	float: left
}

.about-cd .list li .des {
	font-weight: bold;
	color: #014099
}

.mmos {
	padding-top: 60px;
	position: relative;
}

.about-cd .des33 {
	width: 60%;
	text-align: justify-content;
	padding-top: 50px;
	line-height: 1.6;
	color: #1a1a1a;
	font-size: 16px;
}

.about-b.index-a .map-box {
	width: 100%
}

.about-b.index-a .map-box img {
	display: block;
	width: 100%
}

.about-b.index-a .map-box .des {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.6;
	margin-top: 100px
}

.about-c {
	padding-bottom: 20px
}

.about-c .i-title {
	text-align: left;
	margin-bottom: 110px
}

.about-c .milestone-box {
	text-align: center;
	position: relative
}

.about-c .milestone-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #014099;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 8
}

.about-c .milestone-box .swiper-container {
	position: relative;
	z-index: 10
}

.about-c .milestone-box .swiper-wrapper {
	transition: all 0.6s !important
}

.about-c .milestone-box .swiper-slide {
	width: 15%
}

.about-c .milestone-box .swiper-slide .des {
	margin-top: 60px;
	display: none;
	text-align: left;
	justify-content: center;
	width: 100%
}

.about-c .milestone-box .swiper-slide .des .inner {
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #7b7b7b
}

.about-c .milestone-box .swiper-slide .des p {
	margin-bottom: 30px
}

.about-c .milestone-box .swiper-slide .des p:last-child {
	margin-bottom: 0
}

.about-c .milestone-box .swiper-slide .des p span {
	color: #014099
}

.about-c .milestone-box .swiper-slide .cir {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	background: transparent;
	position: relative
}

.about-c .milestone-box .swiper-slide .cir .bg {
	width: 0;
	height: 0;
	transition: all 0.36s;
	position: absolute;
	z-index: 5;
	background: #2d6fa5;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.about-c .milestone-box .swiper-slide .cir .dot {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #014099;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
	transition: all 0.9s
}

.about-c .milestone-box .swiper-slide .cir span {
	display: block;
	position: absolute;
	z-index: 20;
	width: 100%;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 25px;
	transition: all 0.36s;
	transition-delay: 1s;
	color: red;
	text-align: center;
	width: 118px;
	font-size: 18px;
	color: #7b7b7b;
	top: 140%
}

.about-c .milestone-box .swiper-slide-active {
	width: 40%
}

.about-c .milestone-box .swiper-slide-active .des {
	display: flex
}

.about-c .milestone-box .swiper-slide-active .cir .bg {
	width: 100%;
	height: 100%
}

.about-c .milestone-box .swiper-slide-active .cir .dot {
	width: 90px;
	height: 90px
}

.about-c .milestone-box .swiper-slide-active .cir span {
	opacity: 1;
	top: 50%;
	font-size: 22px;
	color: #fff
}

.about-c .op-box {
	position: relative;
	width: 200px;
	height: 34px;
	margin: 70px auto 0
}

.about-c .op-box .swiper-button-next,
.about-c .op-box .swiper-button-prev {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: 0;
	margin-top: 0;
	background-size: cover;
	transition: all 0.36s
}

.about-c .op-box .swiper-button-prev {
	background-image: url(../img/news_prev.png);
	left: 0
}

.about-c .op-box .swiper-button-prev:hover {
	background-image: url(../img/news_prev_on.png)
}

.about-c .op-box .swiper-button-next {
	background-image: url(../img/news_next.png);
	right: 0
}

.about-c .op-box .swiper-button-next:hover {
	background-image: url(../img/news_next_on.png)
}

.contact-box {
	padding-top: 145px;
	padding-bottom: 130px
}

.contact-box .map {
	float: left;
	width: 42%
}

.contact-box .map img {
	display: block;
	width: 100%
}

.contact-box .text {
	float: right;
	width: 57%
}

.contact-box .text .i-title {
	text-align: left
}

.contact-box .text p {
	font-size: 17px;
	line-height: 1.84;
	margin-top: 20px
}

.contact-box .text .p1 {
	color: #1a1a1a
}

.contact-box .text .p2 {
	color: #1a1a1a
}

@font-face {
	font-family: "bro";
	src: url("../bronova/eot/BronovaRegular.eot");
	src: url("../bronova/woff/BronovaRegular.woff") format("woff"), url("../bronova/ttf/BronovaRegular.ttf") format("truetype")
}

@font-face {
	font-family: "brob";
	src: url("../bronova/eot/BronovaBold.eot");
	src: url("../bronova/woff/BronovaBold.woff") format("woff"), url("../bronova/ttf/BronovaBold.ttf") format("truetype")
}

.inner-banner-b img {
	height: 300px;
	object-fit: cover;
	display: block;
	width: 100%
}

.news-d-con {}

.news-d-con .article {
	overflow: hidden;
	padding-top: 115px;
	padding-bottom: 205px;
	border-bottom: 1px solid #969696
}

.news-d-con .article .title {
	float: left;
	width: 38%
}

.news-d-con .article .title h1 {
	font-size: 30px;
	color: #014099;
	line-height: 1.31
}

.news-d-con .article .title .time {
	font-size: 24px;
	color: #9ac200;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px
}

.news-d-con .article .content {
	float: right;
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
	width: 56%
}

.news-d-con .n-news {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 210px
}

.news-d-con .n-news .more-a {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 28px
}

.news-d-con .n-news .inner {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.6;
	padding-right: 290px
}

.news-d-con .n-news .inner li {
	margin-bottom: 25px
}

.news-d-con .n-news .inner span {
	display: block;
	color: #9ac200
}

.inner-banner-b {
	position: relative
}

.inner-banner-b .text {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 10;
	color: #fff;
	font-family: "brob"
}

.inner-banner-b .text span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px
}

.inner-banner-b .text p {
	font-size: 21px;
	line-height: 1.88;
	margin-top: 15px;
	width: 910px;
	max-width: 100%
}

.news-list-con .top-con {
	padding-top: 60px;
	padding-bottom: 120px;
	overflow: hidden;
	border-bottom: 1px solid #969696
}

.news-list-con .top-con .i-title {
	text-align: left;
	float: left;
}

.news-list-con .top-con .a-box {
	float: right
}

.news-list-con .top-con .a-box a {
	display: block;
	float: left;
	line-height: 46px;
	width: 203px;
	border-radius: 25px;
	border: 2px solid #013d99;
	text-align: center;
	font-family: "brob";
	transition: all 0.36s;
	color: #7b7b7b;
	margin-right: 20px
}

.news-list-con .top-con .a-box a:last-child {
	margin-right: 0
}

.news-list-con .top-con .a-box a:hover,
.news-list-con .top-con .a-box a.on {
	color: #013d99
}

.news-list-con .news-list {}

.news-list-con .news-list li {
	border-bottom: 1px solid #969696
}

.news-list-con .news-list a {
	display: block;
	padding: 22px 0
}

.news-list-con .news-list .inner {
	position: relative;
	overflow: hidden
}

.news-list-con .news-list .time {
	float: left;
	width: 25%;
	padding-right: 15px
}

.news-list-con .news-list .time span {
	display: block;
	font-size: 24px;
	color: #014099
}

.news-list-con .news-list .time em {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7b7b7b;
	margin-top: 10px
}

.news-list-con .news-list .text {
	float: left;
	width: 51%;
	padding-right: 15px
}

.news-list-con .news-list .text .title {
	font-size: 26px;
	line-height: 1.22;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	transition: all 0.36s
}

.news-list-con .news-list .text span {
	display: block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9ac200;
	margin-top: 46px
}

.news-list-con .news-list .imgbox {
	float: right;
	width: 24%;
	height: 215px
}

.news-list-con .news-list .imgbox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-list-con .news-list a:hover .text .title {
	color: #9ac243
}

.pagination {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-family: "brob";
	padding: 90px 0 70px
}

.pagination a {
	margin: 0 30px
}

.pagination .btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: relative
}

.pagination .btn img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.36s;
	opacity: 0
}

.pagination .btn .img {
	opacity: 1
}

.pagination .btn .img-on {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}

.pagination .btn:hover .img {
	opacity: 0
}

.pagination .btn:hover .img-on {
	opacity: 1
}

.pagination .page-a {
	width: 52px;
	line-height: 56px;
	height: 52px;
	border-radius: 50%;
	font-size: 24px;
	color: #014099;
	transition: all 0.36s;
	display: block
}

.pagination .page-a.on,
.pagination .page-a:hover {
	background: #014099;
	color: #fff
}

.sub-common {
	padding-top: 125px;
	padding-bottom: 125px
}

.sub-common .left {
	float: left;
	width: 40%
}

.sub-common .left .imgbox {
	width: 586px;
	max-width: 100%
}

.sub-common .left .imgbox img {
	display: block;
	width: 100%
}

.sub-common .right {
	width: 55%;
	float: right
}

.sub-common .right .i-title {
	text-align: left
}

.sub-common .right .des {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.6;
	margin: 35px 0
}

.sub-common .right .des-b {
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a
}

.sub-common .right .des-c {
	margin: 0;
}

.sub-common .right .des-c span {
	color: #014099
}

.services-banner .slogen {
	color: #ffffffe0
}

.service-con {
	padding-bottom: 200px
}

.service-con .left {
	width: 46%
}

.service-con .left .imgbox {
	width: 100%
}

.service-con .right {
	width: 50%;
}

.service-con .right .i-title {
	margin-bottom: 20px
}
/* 新增 */
.addbanner{height: 370px;}
.addbanner .slogen{color: #ffffffe0;}
@media (max-width: 1730px) {
	.main {
		width: 1440px
	}

	.banner .banner-text {
		padding-top: 76px;
		top: 0px;
	}

	.banner .banner-text h3 {
		font-size: 48px
	}

	.banner .banner-text p {
		font-size: 24px
	}

	.index-a {
		margin-top: 100px
	}

	.index-a .text-box h3 {
		font-size: 44px
	}

	.index-a .text-box p {
		font-size: 21px
	}

	.index-b {
		margin-top: 100px
	}

	.i-title {
		font-size: 36px
	}

	.index-b .list {
		margin-top: 60px
	}

	.index-c {
		padding-top: 90px
	}

	.index-c .list li {
		font-size: 20px
	}

	.index-c .list li .more-box {
		padding-top: 24px;
		padding-bottom: 18px
	}

	.index-c .list li {
		margin-bottom: 30px
	}

	.index-d {
		padding-top: 90px
	}

	.index-d .i-title {
		margin-bottom: 50px
	}

	footer .list li h3 {
		font-size: 16px
	}

	footer .list li p {
		font-size: 14px
	}

	footer {
		padding-bottom: 60px
	}

	.inner-banner {
		height: 300px
	}

	.inner-banner .slogen {
		font-size: 60px
	}

	.about-a {
		padding-top: 56px
	}
}

@media (max-width: 1470px) {
	.newbg {
		background-position-x: 88%;
		background-position-y: -8%
	}

	.index-a .list {
		width: 240px
	}

	body {
		padding-top: 97px
	}

	.main {
		width: 1200px
	}

	.pc-header .pc-nav li {
		margin-right: 24px
	}

	.pc-header .logo img {
		width: 140px
	}

	.pc-header .header-btn {
		margin-left: 24px
	}

	.pc-header {
		height: auto;
		padding-bottom: 20px
	}

	.pc-header .pc-nav {
		padding-top: 28px
	}

	.pc-header .header-btn .btn {
		height: 24px;
		width: 24px
	}

	.pc-header .header-btn {
		margin-top: 42px
	}

	.banner .banner-text h3 {
		font-size: 40px
	}

	.banner .banner-text p {
		font-size: 18px
	}

	.banner .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		border-width: 2px
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px
	}

	.banner .swiper-pagination {
		bottom: 24px
	}

	.index-a {
		margin-top: 40px
	}

	.index-a .text-box h3 {
		font-size: 40px
	}

	.index-a .text-box p {
		font-size: 18px
	}

	.more-a {
		width: 140px;
		line-height: 34px;
		border-width: 1px;
		font-size: 16px
	}

	.index-a .list li .tt em {
		font-size: 33px
	}

	.index-a .list li .tt span {
		font-size: 14px
	}

	.index-a .list li .des {
		font-size: 18px
	}

	.index-a .list li img {
		width: 60px;
		top: 4px
	}

	.index-a .text-box {
		padding-top: 290px
	}

	.i-title {
		font-size: 40px
	}

	.index-b {
		margin-top: 60px
	}

	.index-b .list {
		margin-top: 34px
	}

	.index-b .list .txt-box .in {
		line-height: 36px
	}

	.index-b .list .txt-box .in p {
		font-size: 18px
	}

	.index-b .list .txt-box .in {
		bottom: 10px
	}

	.index-b .list a:hover .txt-box .in {
		bottom: 16px
	}

	.index-c {
		padding-top: 40px
	}

	.index-c .list li .inner {
		padding-left: 60px
	}

	.index-c .list li {
		font-size: 22px
	}

	.index-d {
		padding-top: 70px
	}

	.index-d h3 {
		font-size: 16px;
		margin-top: 15px
	}

	.index-d .time {
		font-size: 14px;
		margin-top: 5px
	}

	.index-d .news-opbox {
		height: 36px
	}

	.index-d .news-opbox .swiper-scrollbar {
		top: 30px
	}

	.index-d .news-opbox .navgbox {
		top: 13px
	}

	footer {
		padding-top: 20px
	}

	footer .f-logo {}

	.contact-box {
		padding-top: 100px;
		padding-bottom: 90px
	}

	.contact-box .text p {
		font-size: 16px;
		margin-top: 24px
	}

	.news-d-con .article {
		padding-top: 80px;
		padding-bottom: 110px
	}

	.news-d-con .article .title h1 {
		font-size: 24px
	}

	.news-d-con .article .title .time {
		font-size: 18px
	}

	.news-d-con .article .content {
		font-size: 16px
	}

	.news-d-con .n-news .inner {
		font-size: 15px
	}

	.news-d-con .n-news {
		padding-top: 40px;
		margin-bottom: 120px
	}

	.news-list-con .top-con {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.news-list-con .news-list .text .title {
		font-size: 20px
	}

	.news-list-con .news-list .imgbox {
		height: 180px
	}

	.sub-common {
		padding-top: 90px;
		padding-bottom: 90px
	}

	.sub-common .right .des {
		font-size: 16px
	}

	.sub-common .right .des-b {
		font-size: 18px
	}
}

@media (max-width: 1050px) {
	.newbg {}

	.index-a .list li .des {
		font-size: 14px
	}

	.index-a .inner {
		padding-right: 50px
	}

	.index-a .list li {
		padding-left: 60px
	}

	.index-a .list li img {
		width: 40px;
	}

	.index-a .list li .tt em {
		font-size: 28px
	}

	.index-a .text-box {
		padding-top: 160px
	}

	.main {
		width: 1024px
	}

	.pc-header {
		display: none
	}

	.m-header {
		display: block !important;
		height: 64px;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff
	}

	.m-header .m-logo {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%)
	}

	.m-header .m-logo img {
		display: block;
		width: 110px
	}

	.m-header .m-search-btn {
		right: 60px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer
	}

	.m-header .m-search-btn .m-search-icon {
		display: block;
		width: 24px;
		height: 24px;
	}

	.m-header .m-search-btn img {
		display: block;
		width: 24px
	}

	.m-header .m-search-btn .close {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0
	}

	.m-header .m-search-btn.on .icon {
		opacity: 0
	}

	.m-header .m-search-btn.on .close {
		opacity: 1
	}

	.m-header .m-lan-btn {
		right: 95px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer
	}

	.m-header .m-lan-btn img {
		display: block;
		width: 24px
	}

	.m-header .m-lan-btn .close {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0
	}

	.m-header .m-lan-btn.on .icon {
		opacity: 0
	}

	.m-header .m-lan-btn.on .close {
		opacity: 1
	}

	.m-header .nav-btn {
		display: block;
		width: 26px;
		height: 18px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -9px;
		z-index: 999;
		cursor: pointer
	}

	.m-header .nav-btn span {
		display: block;
		transition: all 0.3s;
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #333;
		transition: all 0.3s
	}

	.m-header .nav-btn span:nth-of-type(1) {
		top: 0
	}

	.m-header .nav-btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -0.5px
	}

	.m-header .nav-btn span:nth-of-type(3) {
		bottom: 0
	}

	.m-header .nav-btn.active span {
		background: #333
	}

	.m-header .nav-btn.active span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg)
	}

	.m-header .nav-btn.active span:nth-of-type(2) {
		opacity: 0
	}

	.m-header .nav-btn.active span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg)
	}

	body {
		padding-top: 64px
	}

	.m-nav-box {
		position: fixed;
		width: 100%;
		left: 0;
		display: none;
		top: 64px;
		bottom: 0;
		background: #fff;
		z-index: 999;
		border-top: 1px solid #eee
	}

	.m-nav-box .m-nav {
		line-height: 64px;
		font-weight: lighter;
		font-size: 18px
	}

	.m-nav-box .m-nav a {
		display: block
	}

	.m-nav-box .m-nav li {
		position: relative
	}

	.m-nav-box .m-nav li>a {
		padding: 0 20px
	}

	.m-nav-box .m-nav li.has-sub::after {
		width: 64px;
		height: 64px;
		content: "";
		display: block;
		background: url(../img/arrow.png) no-repeat center;
		position: absolute;
		right: 0;
		cursor: pointer;
		top: 0
	}

	.m-nav-box .m-nav li .m-sub {
		font-size: 14px;
		line-height: 40px;
		display: none;
		padding-left: 35px;
		background: #eee
	}

	.lan-box {
		top: 64px !important;
		background: #fff;
		bottom: 0;
		height: auto;
		max-height: 100%;
		padding: 0 15px
	}

	.lan-box h3 {
		font-size: 18px
	}

	.search-box {
		top: 64px !important;
		bottom: 0;
		background: #fff;
		height: auto;
		max-height: 100%
	}

	.lan-box p a {
		font-size: 14px;
		margin-right: 15px
	}
}

@media (max-width: 1055px) {
	.fot1 {
		font-size: 12px;
	}

	.about-cd .des33 {
		width: 100%;
		font-weight: normal;
		font-size: 14px
	}

	.app-con .app-article .des,
	.app-con .app-article .des-b {
		font-size: 14px !important;
		font-weight: normal !important
	}

	.app-con {
		padding-top: 50px !important
	}

	.app-con .l-nav {
		line-height: 1.5 !important;
	}

	footer .list li p {
		display: none
	}

	.app-con .l-nav a {
		padding: 15px 0
	}

	.app-con .l-nav a {
		font-size: 12px !important;
		background: none !important
	}

	footer .f-logo img {
		width: 100px
	}

	footer .f-logo {
		position: absolute;
		display: block;
		right: 10px;
		top: 10px
	}

	.main {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px
	}

	.swiper-slide {
		
	}

	.swiper-slide .inner {
		width: 100%;
	}
	
	.swiper-slide .inner-banner-x {
		width: 100%;
		height: 260px;
	}
	

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.banner .banner-text {
		padding-top: 25px
	}

	.banner .banner-text h3 {
		font-size: 30px
	}

	.banner .banner-text p {
		font-size: 16px
	}

	.banner .swiper-pagination-bullet::after {
		width: 4px;
		height: 4px
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}

	.index-a {
		padding: 0;
		margin-top: 24px
	}

	.index-a .inner {
		padding: 0 15px;
		background:url(../img/index_about_1.jpg) no-repeat center/cover;
	}

	.index-a .text-box {
		width: 100%;
		max-width: 100%;
		padding-top: 24px;
		padding-bottom: 24px
	}

	.index-a .text-box .more-a {
		color: #fff 
	}

	.index-a .text-box h3 {
		font-size: 24px
	}

	.index-a .text-box p {
		font-size: 14px;
		color: #343a42d9;
		margin-bottom: 20px
	}

	.more-a {
		width: 100px;
		font-size: 12px;
		line-height: 26px
	}

	.index-a .list {
		width: 100%;
		max-width: 100%;
		padding-bottom: 40px
	}

	.index-a .list li img {
		width: 44px
	}

	.index-a .list li {
		padding-left: 48px
	}

	.index-a .list li .tt em {
		font-size: 28px
	}

	.index-a .list li .tt {
		padding-top: 4px
	}

	.index-a .list li .des {
		font-size: 14px
	}

	.index-a .list li {
		margin-bottom: 20px
	}

	.i-title {
		font-size: 24px !important
	}

	.index-b {
		margin-top: 30px
	}

	.index-b .list .item {
		width: 100% !important;
		float: none !important;
		margin-bottom: 14px
	}

	.index-b .list {
		margin-top: 20px
	}

	.index-b .list .txt-box .in {
		padding: 0 10px;
		line-height: 28px
	}

	.index-b .list .txt-box .in .more-a {
		right: 10px
	}

	.index-b .list .txt-box .in p {
		font-size: 14px;
		padding-right: 120px
	}

	.index-c {
		padding-top: 20px
	}

	.index-c .con {
		margin-top: 24px
	}

	.index-c .swiper-container {
		position: relative;
		width: 100%
	}

	.index-c .list {
		width: 100%;
		float: none;
		margin-top: 24px
	}

	.index-c .list li {
		font-size: 14px
	}

	.index-c .list li .inner {
		padding-left: 35px
	}

	.index-c .list li .more-box .more {
		font-size: 12px
	}

	.index-c .list li .more-box {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.index-c .list li {
		margin-bottom: 15px
	}

	.index-d {
		padding-top: 45px
	}

	.index-d .i-title {
		margin-bottom: 30px
	}

	.index-d .news-opbox .navgbox {
		position: relative;
		width: 100%;
		top: 0
	}

	.index-d .news-opbox {
		height: auto;
		padding: 0
	}

	.index-d .news-opbox .swiper-scrollbar {
		top: 0;
		margin-top: 15px;
		margin-bottom: 20px
	}

	.index-d .news-opbox .more-a {
		position: relative;
		margin: 0 auto
	}

	.index-d h3 {
		font-size: 14px
	}

	.index-d .news-opbox {
		margin-top: 10px
	}

	footer .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px
	}
    @media (max-width: 1055px) {
    .main br {
    }
    }

	footer .list li h3 {
		font-size: 14px
	}

	footer .list li p {
		font-size: 12px;
		margin-bottom: 5px
	}

	footer {
		padding-bottom: 15px
	}

	.inner-banner {
		height: 260px
	}

	.inner-banner .slogen {
		font-size: 30px;
		padding-top: 40px
	}

	.about-a {
		padding-top: 30px
	}

	.about-a .con {
		margin-top: 30px
	}

	.about-a .left {
		width: 100%;
		max-width: 100%
	}

	.about-a .left .more-a {
		margin: 0 auto
	}

	.about-a .left .v-box::after {
		background-size: 50px auto
	}

	.about-a .left .v-box {
		margin-bottom: 24px
	}

	.about-a .right {
		width: 100%;
		max-width: 100%;
		margin-top: 30px
	}

	.about-a .right li h3 {
		font-size: 18px;
		margin-bottom: 20px
	}

	.about-a .right li .des {
		font-size: 14px
	}

	.about-a .right li {
		margin-top: 20px
	}

	.about-a .con {
		padding-bottom: 40px
	}

	.about-a.index-a {
		padding-right: 15px;
		padding-left: 15px
	}

	.about-b.index-a .list {
		margin-top: 30px
	}

	.about-b.index-a .list li img {
		width: 40px
	}

	.about-b.index-a .list li .tt em {
		font-size: 14px
	}

	.about-b.index-a .list li .des {
		font-size: 14px
	}

	.about-b.index-a .list li {
		margin-bottom: 32px
	}

	.about-b.index-a .list {
		padding-bottom: 0
	}

	.about-b.index-a .map-box .des {
		font-size: 15px;
		margin-top: 24px
	}

	.about-b.index-a .con {
		padding-bottom: 30px
	}

	.about-c .i-title {
		margin-bottom: 50px
	}

	.about-c .milestone-box .swiper-slide {
		width: 100%
	}

	.about-c .milestone-box .swiper-slide-active .des {
		margin-top: 40px
	}

	.about-c .milestone-box .swiper-slide .des .inner {
		font-size: 14px
	}

	.about-c .op-box {
		margin-top: 40px
	}

	.contact-box {
		padding-top: 50px;
		padding-bottom: 40px
	}

	.contact-box .map {
		width: 100%
	}

	.contact-box .text {
		width: 100%;
		margin-top: 40px
	}

	.news-d-con .article .title {
		width: 100%;
		margin-bottom: 24px
	}

	.news-d-con .article {
		padding-top: 40px;
		padding-bottom: 45px
	}

	.news-d-con .article .title h1 {
		font-size: 18px
	}

	.news-d-con .article .title .time {
		font-size: 14px;
		margin-top: 5px
	}

	.news-d-con .article .content {
		width: 100%;
		font-size: 15px
	}

	.news-d-con .n-news .inner {
		font-size: 14px;
		padding-right: 0
	}

	.news-d-con .n-news .inner li {
		margin-bottom: 15px
	}

	.news-d-con .n-news .more-a {
		position: relative;
		bottom: 0;
		margin-top: 10px
	}

	.news-d-con .n-news {
		padding-top: 30px;
		margin-bottom: 50px
	}

	.inner-banner-b .text p {
		font-size: 14px;
		margin-top: 5px;
		line-height: 1.4
	}

	.inner-banner-b .text span {
		font-size: 12px
	}

	.inner-banner-b .text {
		bottom: 10px
	}

	.news-list-con .top-con {
		padding-top: 35px;
		padding-bottom: 35px
	}

	.news-list-con .top-con .i-title {
		float: none
	}

	.news-list-con .top-con .a-box {
		float: none;
		overflow: hidden;
		margin-top: 20px
	}

	.news-list-con .top-con .a-box a {
		width: 100%;
		margin: 2px 0;
		font-size: 12px;
		line-height: 30px;
		border-width: 1px
	}

	.news-list-con .news-list .time {
		width: 100%
	}

	.news-list-con .news-list .time span {
		font-size: 14px
	}

	.news-list-con .news-list .time em {
		font-size: 12px;
		margin-top: 5px
	}

	.news-list-con .news-list .text {
		width: 100%;
		margin-top: 20px
	}

	.news-list-con .news-list .text .title {
		font-size: 16px
	}

	.news-list-con .news-list .text span {
		font-size: 14px;
		margin-top: 15px
	}

	.news-list-con .news-list .imgbox {
		width: 100%;
		height: auto;
		margin-top: 20px
	}

	.pagination .page-a {
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 14px
	}

	.pagination a {
		margin: 0 5px;
		display: none !important
	}

	.pagination a.on {
		display: block !important
	}

	.pagination .btn {
		display: block !important
	}

	.pagination {
		padding-top: 20px;
		padding-bottom: 24px
	}

	.sub-common .left {
		width: 100%
	}

	.sub-common .right {
		width: 100%;
		margin-top: 24px
	}

	.sub-common {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.sub-common .right .des {
		font-size: 16px;
		margin: 20px 0
	}

	.sub-common .right .des-b {
		font-size: 15px
	}
}

.app-con {
	padding-top: 60px;
	padding-bottom: 120px
}

.app-con .l-nav {
	width: 25%;
	float: left;
	line-height: 74px
}

.app-con .l-nav li {
	border-bottom: 2px solid #f1f1f1
}

.app-con .l-nav li>a {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	transition: all 0.36s;
	background: url(../img/app-icon.png) no-repeat right 15px center;
	background-size: auto 30%
}

.app-con .l-nav li>a:hover {
	color: #9ac243
}

.app-con .l-nav li>a.on {
	background-image: url(../img/app-icon-on.png);
	color: #9ac243
}

.app-con .app-article {
	float: right;
	width: 73%
}

.app-con .app-article .imgbox {
	margin-bottom: 40px;
	float: left;
	width: 46%;
}

.app-con .app-article .imgbox img {
	display: block;
	width: 100%
}

.app-con .app-article .des {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.6;
	float: right;
	width: 50%;
}

.app-con .app-article .des-b {
	padding-left: 3px;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
	margin-top: 0px;
	width: 53%;
	float: right;
}


.formadd{width: 100%;margin-top: 40px;}
.formadd ul li{float: left;width: 40%;margin-right: 10%;margin-bottom: 40px;}
.formadd ul li:nth-child(1){width: 40%;margin-right: 10%;}
.formadd ul li:nth-child(3){width: 40%;margin-right: 10%;}
.formadd ul li:nth-child(2n){margin-right: 0;}
.formadd ul li:last-child{width: 100%;}
.formadd ul li input{width: 100%;height: 50px;border: 0;border-bottom: 2px solid #c7c7c7;font-size: 16px;color: #333;
padding: 0 12px;box-sizing: border-box;outline: none;}
.formadd ul li input:focus{border-color: #013d99;}
.formadd ul li textarea{width: 100%;height: 190px;border:  2px solid #c7c7c7;font-size: 16px;color: #333;
padding: 10px 12px;box-sizing: border-box;outline: none;resize: none;}
.formadd ul li textarea:focus{border-color: #013d99;}
.formadd button{display: block;width: 180px;height: 50px;border: 2px solid #013d99;border-radius: 25px;
font-size: 20px;color: #7b7b7b;outline: none;background: #fff;cursor: pointer;}
.app-con .appconter{overflow: hidden;}
.appconter .right{float: none;width: 100%;}
.app-con .appconter .des{float: none;width: 100%;}
.addtext{margin-bottom: 40px;}
.addtext p{color: #7b7b7b;}
.l-navs li:last-child{border-bottom: 0;}
.addown{width: 100%;}
.addown a{display: table;font-size: 14px;color: #000;padding-bottom: 6px;box-sizing: border-box;line-height: 20px;margin-bottom: 14px;
border-bottom: 1px solid #fff;}
.addown a:hover{color: #9ac243;border-color: #9ac243;}
.addown a.active{color: #9ac243;border-color: #9ac243;}
.addimgs{position: relative;}
.addimgs a img{display: inline-block !important;width: 10px !important;height: 10px !important;vertical-align: -1px;margin-right: 2px;}
.addimgs a{position: absolute;font-size: 12px;color: #2359a7;}
.addimgs a:hover{color: #9ac243;}
.addimgs a.a1{top: 24%;left: 30%;}
.addimgs a.a2{top: 35%;left: 35%;}
.addimgs a.a3{top: 34%;left: 69%;}
.addimgs a.a4{top: 42%;left: 0%;}
.addimgs a.a5{top: 54%;left: 34%;}
.addimgs a.a6{top: 60%;left: 38%;}
.addimgs a.a7{top: 66%;left: 56%;}
.addimgs a.a8{top: 71%;left: 86%;}
.addimgs a.a9{top: 69%;left: 10%;}
.addimgs a.a10{top: 73%;left: 43%;}
.addimgs a.a11{top: 82%;left: 79%;}
.addimgs a.a12{top: 87%;left: 36%;}
.addimgs a.a13{top: 95%;left: 53%;}
.addimgs a.a14{top: 98%;left: 12%;}
.mmos a{display:block;position:absolute}
.m1{width:24%; height:15.5%; top:9.5%; left:43.7%;}
.m2{width:16%; height:9%; top:49.5%; left:10%;}
.m3{width:15%; height:9%; top:73.5%; left:38.5%;}
.m4{width:16%; height:9%; top:49.5%; left:80.5%;}
.m5{width: 14%;height: 9%;top: 60.8%;left: 3.7%;}
.m6{width: 14%;height: 9%;top: 73.4%;left: 18.7%;}
.m7{width: 14%;height: 9%;top: 49.4%;left: 47.2%;}
.m8{width: 14%;height: 9%;top: 73.5%;left: 39.7%;}
.m9{width: 14%;height: 8%;top: 74.3%;left: 57%;}
.m10{width: 14%;height: 9%;top: 90.4%;left: 38.7%;}
.about-a .conadd{padding-bottom: 100px;margin-bottom: 40px;border-top: 1px solid #969696;padding-top: 100px;border-bottom: 0;}
.about-a .left .addimgser img{display: block;}
.conaddlast i{display: inline-block;vertical-align: middle;}
@media (max-width: 1055px) {
	.newbg {
		background-image: inherit;
	}
	.formadd ul li input{font-size: 20px;height: 40px;}
	.formadd ul li textarea{font-size: 20px;}
	.formadd ul li{float: none;width: 100% !important;margin-right: 0 !important;margin-bottom: 20px;}
	.addown a{padding: 0 0 4px 0 !important;margin-bottom: 6px;}
	.about-a .conadd{padding: 40px 0;}
	.about-a .left .addimgser img{width: 100%;}
}
@media (max-width: 580px) {
	.app-article{overflow: hidden;}
	.app-article .left{float: none;width: 100%;}
	.app-con .app-article .imgbox{float: none;width: 100%;}
	.app-con .app-article .des{float: none;width: 100%;}
	.formadd{margin-top: 20px;}
	.formadd ul li input{font-size: 16px;}
	.formadd ul li textarea{font-size: 16px;}
	.formadd button{margin: 0 auto;font-size: 18px;}
	.addtext{margin-bottom: 20px;}
	.addimgs a{font-size: 7px;}
	.addimgs a.a8{left: 83%;}
	.m1{top:18.5%;}
	.m2,.m3,.m4{top:53%;}
	.m5{top:63.8%;}
	.m6,.m7,.m8,.m9{top:74%;}
}
@media (max-width:1230px) {
    .banner .banner-text{
        top:72px;
    }
}
@media (max-width:1470px){
    .banner{
        width: 1470px;
    }
    
    .index-d .imgbox img {
   height: 250px;

}
}
@media (max-width:1055px){
    .swiper-container{
        height:100%;
    }
}
@media (max-width:390px){
    .index-d .imgbox img{
        height:120px;
    }
}
@media (max-width:550px){
    .index-d .imgbox img{
        height:150px;
    }
}
@media (max-width:1050px){
    .m-header{
    display: block !important;
    height: 64px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    }
}

@media (max-width:1230px){
    .pc-header .pc-nav li{
        margin-right: 14px;
    }
    .pc-header .pc-nav li>a{
        font-size: 14px;
    }
}


/* 搜索页面样式 ----start---- */
.search-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* 搜索框样式 */
.search-form {
  background: #fff;
  padding: 20px 0 30px;
  margin-bottom: 30px;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}

.search-input-wrapper input {
  flex: 1;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  outline: none;
  color: #666;
}

.search-input-wrapper input::placeholder {
  color: #999;
}

.search-btn {
  background: #014099;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: none;
}

.search-icon {
  width: 24px;
  height: 24px;
}

.search-icon path {
  fill: #fff;
}

/* 搜索结果列表 */
.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.search-item:hover {
  background: #fafafa;
}

.search-item:last-child {
  border-bottom: none;
}

/* 图片区域 */
.item-image {
  flex-shrink: 0;
  width: 220px;
  height: 140px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f5;
}

.item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.search-item:hover .item-image img {
  transform: scale(1.05);
}

/* 内容区域 */
.item-content {
  flex: 1;
  min-width: 0;
}

.item-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.item-title a:hover {
  color: #0066cc;
}

.item-description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 高亮关键词 */
/* .highlight {
  color: #92c83e;
  font-weight: normal;
} */

/* 分页样式 */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.page-btn,
.page-num {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 12px;
}

.page-btn:hover,
.page-num:hover {
  border-color: #0066cc;
  color: #0066cc;
}

.page-num-current {
  background: #0066cc;
  color: #fff;
  border-color: #0066cc;
  font-weight: 600;
}

.page-num-current:hover {
  color: #fff;
}

.page-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.search-results-empty {
  text-align: center;
}

.search-results-empty img {
  width: 160px;
  height: 160px;
}

.search-results-empty p {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
}

/* 响应式调整 - 平板 */
@media (max-width: 1230px) {
  .search-container {
    max-width: 1024px;
    padding: 30px 15px;
  }

  .item-image {
    width: 200px;
    height: 130px;
    margin-right: 20px;
  }

  .item-title {
    font-size: 17px;
  }

  .item-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .search-item {
    padding: 20px 0;
  }
}

/* 响应式调整 - 小平板/大手机 */
@media (max-width: 1055px) {
  .search-container {
    width: 100%;
    padding: 30px 15px;
  }

  .search-form {
    padding: 15px 0 25px;
  }

  .search-input-wrapper input {
    padding: 12px 25px;
    font-size: 15px;
  }

  .search-btn {
    width: 40px;
    height: 40px;
  }
  
  .search-icon {
    width: 20px;
    height: 20px;
  }

  .item-image {
    width: 180px;
    height: 120px;
    margin-right: 18px;
  }

  .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .item-description {
    font-size: 13px;
    line-height: 1.6;
  }

  .search-item {
    padding: 18px 0;
  }

  .pagination-wrapper {
    margin-top: 30px;
  }

  .page-btn,
  .page-num {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* 响应式调整 - 小屏手机 */
@media (max-width: 580px) {
  .search-container {
    padding: 15px 12px;
  }

  .search-form {
    padding: 8px 0 18px;
  }

  .search-input-wrapper {
    border-radius: 40px;
  }

  .search-input-wrapper input {
    padding: 10px 18px;
    font-size: 14px;
  }

  .search-btn {
    width: 36px;
    height: 36px;
  }

  .search-icon {
    width: 18px;
    height: 18px;
  }

  .search-item {
    padding: 18px 0;
  }

  .item-image {
    height: 200px;
    margin-bottom: 12px;
  }

  .item-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .item-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .pagination-wrapper {
    gap: 5px;
    margin-top: 20px;
  }

  .page-btn,
  .page-num {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
    padding: 0 8px;
  }

  .page-btn svg {
    width: 14px;
    height: 14px;
  }

}
/* 搜索页面样式 ----end---- */
