.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	/* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
	text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
	color: #4F0599;
	font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
	font-size: 1.15714286rem;
	color: #000;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	/* background: #4F0599 !important; */
	color: #fff;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
}

/* 关于我们 */
.about-us {
	display: flex;
	color: #fff;
	font-size: 14px;
}

.about-us .about-left {
	width: 47%;
	height: 500px;
}

.about-us .al-left span {
	font-size: 24px;
	position: relative;
	right: 16px;
}

.about-us .about-left .al-list {
display: flex;
    padding: 34px 0 32px 0;
    background: #d75212;
    height: 103px;
}

.about-us .about-left .al-list span {
	display: block;
	line-height: 27px;
}

.about-us .about-left .al-list .flag {
	font-size: 15px;
	font-weight: 700;
	margin-right: 42px;
}

.about-us .about-left .al-list:nth-child(1) {
	background-color: #fdc830;
}

.about-us .about-left .al-list:nth-child(2) {
	background-color: #faae32;
}

.about-us .about-left .al-list:nth-child(3) {
	background-color: #f68d34;
}

.about-us .about-left .al-list:nth-child(4) {
	background-color: #f37335;
}

.about-us .about-right {
    width: 62%;
    background-color: #00349b;
    padding: 50px 38px 39px 45px;
    height: 515px;
}

.ar-txt1 {
	font-size: 18px;
	color: #fdc830;
}

.ar-txt2 {
	font-size: 32px;
	font-weight: 700;
}

.ar-contetn {
	width: 58%;
	margin-left: 2%;
	line-height: 1.8;
	float: left;
	margin-top: -20px;
	text-align: justify;
	text-indent: 2em;
}

.find-details {
	width: 33%;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 14px;
	text-indent: 0;
	float: left;
}

.find-details a {
	color: #fff;
	font-size: 14px;
}

.ar-box {
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
	float: left;
}

.ar-box img {
	width: 40%;
	float: left;
}

.al-left {
	margin-left: 11%;
	padding: 6px 0px;
}

/* 我们的产品 */
.product-us {
	background-color: #fff;
}

.w-product {
	background-color: #fff;
	padding-bottom: 22px;
	color: #333;
}

.au-title {
	font-size: 44px;
	margin: 47px 0 29px 0;
	color: #000;
	text-align: center;
	font-weight: bold;
}



.au-txt {
	text-align: center;
	margin: 0;
	color: #898888;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
	font-size: 15px;
}

.au-txt a {
	text-decoration: none;
}

.au-txt a:hover {
	text-decoration: none;
	color: #00349b;
}

.au-txt:nth-child(1) {
	margin: 70px 0 0px 0;
}

.au-txt:nth-child(2) {
	margin-bottom: 30px;
}

.production-box {
	/* border: 1px solid #dddddd; */
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}

.production-list .production-box div {
	text-align: center;
	height: 53px;
	line-height: 53px;
	background-color: #ffffff;
	font-weight: bold;
	color: #000;
}

.production-list .production-box img {
	width: 100%;
}

.production-list {
	margin-bottom: 42px;
}

/* 广告区域 */
.gg-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 206px;
	background: url(../../assets/image/index01.png) no-repeat;
	background-size: 100% 100%;
}

.gg-banner img {
	width: 100%;
}

.gg-banner .gg-text .gg-bottom {
	font-size: 22px;
	color: #fff;
}

.gg-banner .gg-text .gg-bottom .i-phone {
	background-color: #ffb201;
	border-radius: 50%;
	padding: 8px;
	margin-right: 2%;
}

.gg-banner .gg-text .gg-top {
	font-size: 40px;
	margin-bottom: 26px;
	font-weight: bold;
}

.gg-banner .gg-text .gg-top span:nth-child(1) {
	color: #fff;
}

.gg-banner .gg-text .gg-top span:nth-child(2) {
	color: #ffb000;
}

/* 新闻 */
.news {
	color: #333;
	/* border-top: 1px solid #00349b; */
}

.news-title {
	font-size: 44px;
	margin: 47px 0 29px 0;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.news-title a {
	text-decoration: none;
}

.news-title a:hover {
	text-decoration: none;
	color: #00349b;
}

.news-box {
	/* border: 1px solid #dddddd; */
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}

.news-box img {
	width: 100%;
	HEIGHT: 253PX;
}

.news-txt .n-title {
	font-size: 20px;
	margin: 24px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-txt .n-titlea {
	font-size: 20px;
	margin: 24px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.news-txt .n-article {
	margin-bottom: 29px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	line-height: 27px;
	font-size: 14px;
}

.news-txt {
	margin: 0 12px;
}

.find {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	padding: 20px 0 14px 0;
	color: #00349b;
}


/* 行业应用 */
.cn {
	display: block;
}

.en {
	display: none;
}

.pb_title h2 {
	margin: 0;
	font-size: 44px;
	color: #000;
	text-align: center;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	position: relative;
}

.pb_title a {
	text-decoration: none;
}

.pb_title a:hover {
	text-decoration: none;
	color: #00349b;
}

.pb_title p {
	margin: 0;
	color: #898888;
	text-align: center;
	line-height: 25px;
	margin-top: 6px;
	font-size: 15px;
	margin-bottom: 39px;
}

.youshi {
	padding: 54px 0 77px;
	margin: 0 auto;
	/* border-bottom: 1px solid #ccc; */
	background: #f4f4f4;
}

.youshi .y_ul {
	margin-top: 45px;
}

.youshi .y_ul .y_li {
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.youshi .y_ul .y_li .y_left {
	float: left;
}

.youshi .y_ul .y_li .y_right {
	float: right;
}

.youshi .y_ul .y_li .y_img {
	width: 37%;
}

.youshi .y_ul .y_li .y_img .y_img_img {
	width: 100%;
	padding-bottom: 48.17%;
	position: relative;
}

.youshi .y_ul .y_li .y_img .y_img_img img {
	width: 100%;
	height: 314px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.youshi .y_ul .y_li .y_txt {
	width: 63%;
	height: 317px;
}

.youshi .y_ul .y_li .y_txt .y_pp {
	width: 100%;
	padding-bottom: 33.17%;
	position: relative;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p .y_c {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
	padding: 0 25px;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p .y_c .pp {
	position: relative;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p .y_c .pp span {
	display: block;
	width: 125px;
	height: 109px;
	line-height: 109px;
	font-size: 125px;
	font-family: Impact;
	color: #e8e8e8;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p .y_c .pp h3 {
	padding: 0;
	margin: 0;
	line-height: 50px;
	color: #00349b;
	font-weight: bold;
	font-size: 22px;
}

.youshi .y_ul .y_li .y_txt .y_pp .y_p .y_c .pp p {
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}




@media (min-width: 980px) {
	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.index .banner .banner_box .bnerimg {
		padding: 75px 0;
		overflow: hidden;
	}

	.banner .navs-wrapper {
		/* height: 400px; */
	}

	.outside-dots .dots>.dot {
		width: 30px;
		margin: 4px 13px;
		height: 5px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #819ab1 !important;
		width: 35px;

	}

}





.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-pagination span {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	display: inline-block;
	background: #fff;
	opacity: 0.77;
	margin: 0 3px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background: #004c98;
}



@media (max-width: 980px) {
	.index .banner .banner_box {
		/* height: 580px; */
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 172px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 100px;
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 10px !important;
	}

	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}

	.about-us {
		flex-direction: column;
	}

	.about-us .about-left {
		width: 100% !important;
		height: auto;
	}

	.al-left {
	    margin-left: 0%;
	    padding: 8px;
	}

	.about-us .about-right {
		width: 100% !important;
		padding: 60px 0 62px 0px !important;
		height: auto !important;
	}

	.about-right .ar-box img {
		width: 96%;
		margin: 8px;
	}

	.al-left {
    margin-left: 2%;
    padding: 14px;
	}

	.ar-box {
		flex-direction: column;
		align-items: center;
	}

	.ar-contetn {
		width: 100%;
		line-height: 1.8;
		padding: 0 4%;
		margin-top: 10px;
		margin-left: 0 !important;
		padding-left: 4% !important;
	}

	.new-list {
		margin-bottom: 15px;
	}

	.find-details {
		width: 57% !important;
	}

	.index .banner .navs-wrapper .slide-area {
		height: 100%;
	}

	.ma5slider .slides {
		height: 100%;
	}

	.ma5slider .slides a {
		height: 100%;
	}

	.ma5slider .slides a img {
		height: 100%;
	}

	.gg-banner .gg-text .gg-top {
		font-size: 16px;
	}

	.gg-banner .gg-text .gg-bottom {
		font-size: 14px;
	}

	.youshi .y_ul .y_li .y_img {
		width: 100%;
	}

	.youshi .y_ul .y_li .y_img .y_img_img {
		padding-bottom: 38%;
	}

	.youshi .y_ul .y_li .y_img .y_img_img img {
		position: static;
	}

	.youshi .y_ul .y_li .y_txt {
		width: 100%;
		height: 360px !important;
	}
	.about-us .about-left .al-list {
	    display: flex;
	    padding: 11px 0 16px 0;
	    background: #d75212;
	    height: 114px;
	}
	.about-us .about-left .al-list {
	    display: flex;
	    padding: 34px 0 32px 0;
	    background: #d75212;
	    height: auto;
	}
	.player-container-id-dimensions {
		width: 100%;
		height: 230px;
	}
}
