@media screen and (min-width: 1700px) {
	/*.swiper-banner{*/
		/*height: 670px !important;*/
	/*}*/
}
body{
	background-color: #F9FBFD;
}
.textColor3{color: #333 !important;}
.w1200{width: 1200px;margin: 0 auto;}
/*头部导航*/
/*.index-header{margin: 0; min-height: 65px;position: fixed;width: 100%;left: 0;z-index: 99;.index-panel_footer}*/
.index-header .navbar-brand{height: 65px; padding: 13px 35px !important;}
.index-header .navbar-brand-logo{height: 30px;margin-top: 0px;}
.index-header .nav>li>a{color: #545963;}
.index-header .container-fluid {
	padding-right: 35px;
	padding-left: 35px;
}
.index-header .navbar-toolbar{margin-top: 18px;}
.index-header .navbar-toolbar > li > a {
	padding: 5px 25px;
	border-radius:40px ;
	font-size: 16px;
}
.index-header .navbar-toolbar > li > a.nav-btn{border: solid 1px #006d93; }
.index-header .navbar-toolbar > li > a.nav-btn.reg{
	color: #fff;
	border: 1px solid #0073a0;
	background: -webkit-linear-gradient(top, #0073a0 , #007ea6 40%, #0073a0);
	background: -o-linear-gradient(top, #0073a0 , #007ea6  40%, #0073a0);
	background: -moz-linear-gradient(top, #0073a0 , #007ea6  40%, #0073a0);
	background: linear-gradient(to bottom, #0073a0 , #007ea6  40%, #0073a0);
	box-shadow: 0 0 1px 1px #0d47a1;}
.index-header .navbar-toolbar > li > a:hover{
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(60, 177, 255)), to(rgb(41, 115, 255)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index-header .navbar-toolbar > li > a.nav-btn.reg:hover{-webkit-text-fill-color: #fff;}

.index-controls span{border:1px solid #fff;border-radius: 20px;padding: 3px 12%;display: inline-block;color: #fff;margin-top: 20px;cursor: pointer;font-size: 12px;}
.index-controls span.index-regist{background-color: #fff;color: #4896fb;margin-right: 5px;}
span.index-regist{border:1px solid #fff;border-radius: 20px;padding: 3px 15px;display: inline-block;color: #fff;margin-top: 0px;cursor: pointer;font-size: 12px;background-color: #ddd;color: #4896fb;margin-right: 5px;}

/*头部新样式*/
.header-fixed{
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.home-indexheader{
	width: 100%;
	background:#00000000 !important;
	box-shadow: none;
	-webkit-box-shadow:none;
}
.home-indexheader .logo-default,
.home-indexheader.active .logo-dark{
	display: block;
}

.home-indexheader.active .logo-default,
.home-indexheader .logo-dark{
	display: none;
}
.home-indexheader .navbar-toolbar> li> a{color: #000;}
/*.home-indexheader .navbar-toolbar > li.act > a,.home-indexheader .navbar-toolbar > li:hover > a{color: #00A5B9;background: none;-webkit-text-fill-color:#00A5B9;}*/
.home-indexheader .navbar-toolbar > li > a.nav-btn.reg{
	background: #2974FF url(../images/productIntro/btn_bg.png);
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.home-indexheader .navbar-toolbar > li > a.nav-btn{border: none;}
.home-indexheader.site-navbar .navbar-container{background:transparent !important;}
.home-indexheader.active{background: #fff !important;}
.home-indexheader.active .navbar-toolbar li a{color: #333;}

/*菜单选中效果*/
.index-header .navbar-toolbar > li.act > a{
	color:#00a0df;
	-webkit-background-clip: text;
	/*-webkit-text-fill-color: transparent;*/
}
/*banner部分start*/
.swiper-banner{
	height: 520px !important;
	background-color: #16293d;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.swiper-slide-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-slide-content button{
	width: 120px;
	height: 40px;
	background: #00a0df;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
/*end*/


.umei-solution{
	padding: 60px 0;
	background-color: #F7FAFB;
	background: url("../images/landPage/fa_bj.png");
	background-size: 100% 100%;}
.solution-title{
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	color: #313131;
	text-align: center;
	padding-bottom: 20px;
}
.ant-nav-box{
	display: flex;
	justify-content:  space-evenly;}
.ant-nav-box .ant-tab{
	padding: 18px;
	font-size: 22px;
	font-weight: 500;
	color: #555555;
	cursor: pointer;
}
.ant-nav-box .active{
	border-bottom: 3px solid #00A0DF;
	color: #00A0DF;
}
.cont-box{
	display: none;
	width: 100%;
	height: 314px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(172,172,172,0.23);
	border-radius: 2px;}
.cont-box .list{display: flex;}
.cont-box .list .list-item{
	flex: 1;
	padding: 60px 30px 0;
	height: 314px;
	background: #FFFFFF;
	text-align: center;}
.cont-box .list .list-item img{
	width: 70px;
	height: 70px;
}
.cont-box .list .list-item h4{
	margin: 20px 0 10px;
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #313131;
	line-height: 22px;
}
.cont-box .list .list-item p{
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	line-height: 20px;
}

.umei-funciton{
	padding: 60px 0 99px;
	background: #fff;
}
.funciton-content .umei-title{
	margin: 0 ;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #313131;
	line-height: 42px;
}
.tab-top{
	margin-top: 120px;
	height: 102px;
	display: flex;}
.tab-top .tab-item{
	transition: .5s all;
	position: relative;
	width: 50%;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}
.tab-top .tab-item img{
	position: absolute;
	top: -72px;
	left: 50%;
	transform: translateX(-50%);
	width: 123px;
	height: 132px;
	z-index: 1;
}
.tab-top .tab-item p{
	position: absolute;
	margin: 0;
	margin-top: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #313131 ;
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
}
.tab-top .tab-item .lien{
	transition: .5s all;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00A0DF;
}
.tab-top .tab-item-active p{
	color: #FFFFFF;
}
.tab-top .tab-item-active .lien{
	transition: .5s all;
	height: 100%;
}
.funciton-content .box{
	position: relative;
	overflow: hidden;
	height: 828px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.04);
	border: 1px solid #EAEAEA;}
.funciton-content .tab-content{
	height: 100%;
	transition: .5s all;
	position: absolute;
	top: 0;
	left: 0;
	padding: 62px 30px 102px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.funciton-content .tab-content-active{
	position: absolute;
	top: 120px;
	transition: .5s all;
	opacity: 0;
	z-index: 1;
}
.tab-content li{
	padding: 0 60px 0;
	width: 559px;
	height: 220px;
	margin-bottom: 23px;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: 100% 100%;}
.tab-content li:nth-child(5){
	margin-bottom: 0;
}
.tab-content li:nth-child(6){
	margin-bottom: 0;
}
.tab-content .fx-1{
	flex: 1;
}
.tab-content li .cen-box{
	display: flex;
	justify-content: space-between;
}
.tab-content li .rigth{
	flex: 1;
	margin-left: 12px;}
.tab-content li .rigth h4{
	margin: 0 ;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	line-height: 20px;
}
.tab-content li .rigth p{
	margin: 0;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #70767F;
	line-height: 20px;
}
.tab-content li .left{
	width: 60px;
	height: 60px;}
.tab-content li .left img{
	width: 100%;
	height: 100%;
}
.umei-scene{
	padding: 60px 0 147px;
	background: #F5F8FA;
	background: url('../images/landPage/cj_bj.png');
	background-size: 100% 100%;}
.headerTitle{
	width: 1200px;
	margin: 0 auto;
	text-align: center;}
.headerTitle h3 {
	margin: 0;
	padding-bottom: 17px;
	font-size: 30px;
	font-weight: 500;
	color: #313131;
	line-height: 42px;
}
.headerTitle .about-friend-pagination {
	width: 100%;
	margin: 0 auto;
	padding: 13px 0 16px;
	display: flex;
	justify-content: space-evenly;}
.headerTitle .about-friend-pagination .swiper-pagination-bullet {
	height: unset !important;
	border-radius: unset !important;
	background: unset !important;
	opacity: 1;
	width: 88px !important;
	position: relative !important;
	outline: none !important;
	font-size: 22px;
	color: #555555;
	line-height: 1.78571429rem;
	text-align: center;
}
.headerTitle .about-friend-pagination .swiper-pagination-bullet i{
	margin-right: 12px;
	font-size: 30px;
	vertical-align: -3px;
}
.headerTitle .about-friend-pagination .swiper-pagination-bullet-active {
	font-weight: 500;
	color: #00a0f0;
}
.headerTitle .swiper-pagination-bullet-active::after {
	content: '' !important;
	position: absolute !important;
	width: 100% !important;
	height: 3px !important;
	background: #00a0f0;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.umei-content{
	width: 100%;
	padding: 30px 0;
	background-color: #F9F9F9;}
.umei-content .content{
	width: 1200px;
	height: 344px;
	margin: 0 auto;}
.umei-content .swiper-container {height: 100%;}
.umei-content .swiper-container .swiper-slide{display: flex;}
.umei-content .swiper-container .swiper-slide .left{
	width: 498px;
	height: 100%;
	position: relative;}
.umei-content .swiper-container .swiper-slide .left .left-cont{
	position: absolute;
	left: 0;
	top: 0;
	padding: 47px 49px;
	width: 584px;
	height: 345px;
	background-image: url('../images/landPage/um_fa_bj.png');
	background-size: 100% 100%;}
.umei-content .swiper-container .swiper-slide .left .left-cont h4{
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	color: #00A0DF;
	line-height: 30px;
	width: 33%;
	justify-content: space-between;
}
.umei-content .swiper-container .swiper-slide .left .left-cont ul{margin-top: 20px;}
.umei-content .swiper-container .swiper-slide .left .left-cont ul li{
	padding: 5px 0;
	display: flex;}
.umei-content .swiper-container .swiper-slide .left .left-cont ul li p{
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	color: rgba(85,85,85,0.9);
	line-height: 20px;
}
.umei-content .swiper-container .swiper-slide .left .left-cont .round{
	margin: 5px 8px 0 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00A0DF;
	opacity: 0.6;
}
.umei-content .swiper-container .swiper-slide .right{
	flex: 1;
	height: 100%;}
.umei-content .swiper-container .swiper-slide .right img{
	width: 100%;
	height: 100%;
}
/*安巡通start*/
.ant-nav-box .swiper-pagination-bullet{
	padding: 16px 0;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	height: unset !important;
	border-radius: unset !important;
	background: unset !important;
	opacity: 1;
	width: auto !important;
	position: relative !important;
	outline: none !important;
	color: #555555;
	line-height: 28px;
	text-align: center;
}
.ant-nav-box .swiper-pagination-bullet-active{
	border-bottom: 2px solid #00A0DF;
	color: #00A0DF;
}
.select-show-part{
	width: 100%;
	height: 580px;
	background-image: url(../images/landPage/axt_gn_bj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.select-tab-content{
	height: 580px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.select-img{
	display: inline-block;
	width: 680px;
	height: 480px;
	margin-right: 50px;
}
.newMedia-check{
	background-image: url(../images/landPage/axt_gn_tu01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.website-check{
	background-image: url(../images/landPage/axt_gn_tu02.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.location-check{
	background-image: url(../images/landPage/axt_gn_tu03.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.warning-report{
	background-image: url(../images/landPage/axt_gn_tu04.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.describe-text{
	display: inline-block;
	width: 470px;
	height: auto;
}
.describe-text h3{
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #313131;
	line-height: 28px;
	margin-bottom: 10px;
}
.describe-text p{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #70767F;
	line-height: 22px;
	margin-bottom: 40px;
}

.production-page {
	width: 100%;
	height: 567px;
	background-image: url(../images/landPage/axt_ys_bj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.production-page .container {
	width: 1200px;
	height: 567px;
	margin: 0 auto;
	padding-top: 60px;}
.production-page h3 {
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
}
.production-page .text-content {
	width: 1200px;
	height: 567px;
	margin: 0 auto;
	display: flex;
	justify-content: center;}
.production-page .text-content .left-part {
	display: inline-block;
	width: 640px;
	height: 375px;
	background-image: url(../images/landPage/axt_ys_tu01.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 30px;
	padding: 40px 40px;}
.production-page .text-content .right-part {
	display: inline-block;
	width: 530px;
	height: 375px;}
.right-part .inner-part-up {
	width: 530px;
	height: 172px;
	background-image: url(../images/landPage/axt_ys_tu02.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 31px;
	padding: 58px 90px 36px 40px;
}

.right-part .inner-part-down {
	width: 530px;
	height: 172px;
	background-image: url(../images/landPage/axt_ys_tu03.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 58px 90px 36px 40px;
}
.production-page .text-content .large-text{
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #313131;
	line-height: 28px;
	text-align: left;
}
.production-page .text-content .middle-text{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #555555;
	line-height: 22px;
	text-align: left;
	margin-bottom: 5px;
}

.production-page .text-content .little-text{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #70767F;
	line-height: 20px;
	text-align: left;
	margin-bottom: 30px;
}
.bottom-text,.bottom-text-icon,.content-hover,.cover-icon{background-size: cover;background-repeat: no-repeat;}
.apply-scene-page{
	width: 100%;
	height: 728px;
	overflow: hidden;}
.apply-scene-page .container{
	width: 1530px;
	height: 728px;
	margin: 0 auto;
	padding-top: 60px;}
.apply-scene-page .container {
	width: 1530px;
	height: 728px;
	margin: 0 auto;
	padding-top: 60px;}
.apply-scene-page h3 {
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #313131;
	line-height: 42px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}
.apply-swiper {
	width: 1530px;
	height: 470px;
	overflow: hidden;
	margin-bottom: 30px;}
.apply-swiper {
	width: 1530px;
	height: 470px;
	overflow: hidden;
	margin-bottom: 30px;}
.apply-swiper .swiper-slide {
	width: 360px;
	height: 470px;
	border-radius: 4px;}
.apply-swiper .swiper-slide .content-img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;}
.apply-swiper .content-img .bottom-text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	border-radius: 4px;}
.apply-swiper .content-img .bottom-text .bottom-text-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.apply-swiper .content-img .bottom-text .bottom-text-describe {
	display: inline-block;
	text-align: center;
	margin-bottom: 39px;
	margin-top: 15px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.apply-swiper .content-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	transition-duration: 0.5s;}
.apply-swiper .content-hover .cover-part {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 132, 223, 0.7);
	border-radius: 4px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 139px;}
.apply-swiper .content-hover .cover-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.apply-swiper .content-hover .cover-title {
	display: inline-block;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.apply-swiper .content-hover .cover-describe {
	display: inline-block;
	width: 280px;
	height: auto;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}
.apply-swiper .content-hover:hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 1;
	transition-duration: 0.5s;}
.apply-swiper .content-hover:hover .cover-part {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 132, 223, 0.7);
	border-radius: 4px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 139px;}
.apply-swiper .content-hover:hover .cover-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.apply-swiper .content-hover:hover .cover-title {
	display: inline-block;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.apply-swiper .content-hover:hover .cover-describe {
	display: inline-block;
	width: 280px;
	height: auto;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}
.navigation-part {
	display: flex;
	justify-content: center;}
.navigation-part .paging {
	display: inline-block;
	z-index: 1;
	bottom: 60px;
	width: 36px;
	height: 36px;
	background: rgba(215, 221, 224, 0.4);
	color: #9a9a9a;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.navigation-part .paging:hover {
	background: #00A0DF;
	color: #fff;
}

.navigation-part .swiper-button-prev-Out {
	margin-right: 40px;
}

.navigation-part .swiper-button-disabled {
	color: #FFE2E2E2 !important;
}
.slide-footer{background-color: #111b29;}
.slide_foot_R>.bottom_menu .bottom-title{color: #fff;margin-bottom: 15px;font-size: 16px;}
.slide_foot_R>.bottom_menu a {color: #868a90;}
.slide_foot_R>.bottom_menu{padding-right: 80px;display: flex;justify-content: space-between;}
.slide_foot_R>.ant-row{flex-flow: row wrap;}
.slide_foot_R>.bottom_menu li{margin-bottom: 10px;}
.slide_foot_R>.bottom_menu .bottom_menu_item{padding-right: 60px}
.slide_foot_R>.bottom_menu .bottom_menu_item .nowrap2{white-space: nowrap;}
.color-w1 {color: hsla(0,0%,100%,.85);}
.code-box{display: flex;}
.body-text{font-size: 14px}
