.m-header{
	display: none;
	background-color: #fff;
}
.w1600{
	max-width: 1600px;
	display: block;
	margin: 0 auto;
	width: 94%;
}
/* pc头部 */
.pc-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: padding .5s;
}
main{
	margin-top: calc(105px + 61px);
}
.pc-header .header1{
	width: 100%;
	background-color: #ffffff;
	height: 105px;
}
.pc-header .header1 .an{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc-header .header1 .img{
	display: flex;
	align-items: center;
}
.pc-header .header1 .img img{
	width: auto;
	height: 48px;
}
.pc-header .header1 .img .txt{
	padding-left: 46px;
	position: relative;
}
.pc-header .header1 .img .txt::after{
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translate(-0,-50%);
	content: "";
	width: 1px;
	height: 34px;
	background: url("../images/header_top.png") no-repeat center/cover;
}
.pc-header .header1 .img .txt h2,
.pc-header .header1 .img .txt h3{
	color: #666;
	font-size: 1.1875rem;
	font-weight: normal;
	line-height: 1.5;
}
.pc-header .header1 .header1_tel{
	display: flex;
	align-items: center;
}
.pc-header .header1 .header1_tel img{
	height: 24px;
}
.pc-header .header1 .header1_tel p{
	margin-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 1.75rem;
}
.pc-header  .nav_ul{
	background-color: #2c72ba;
}
.pc-header  .nav_ul .w1600{
	display: flex;
	align-items: center;
}
.pc-header  .nav_ul>ul>li{
	flex: 1;
	position: relative;
}
.pc-header  .nav_ul>ul>li>a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1rem;
	padding: 20px 10px;
	text-align: center;
}
.pc-header  .nav_ul>ul>li.active>a{
	background-color: #00569d;
}
.pc-header  .nav_ul>ul>li>a:hover{
	background-color: #00569d;
}
.pc_uls{
	top: 100%;
	white-space: nowrap;
	left: 50%;
	transform: translate(-50%,-0%);
	position: absolute;
	z-index: 999;
	min-width: 100%;
	display: none;
}
/*.pc_uls ul li a{*/
/*	display: block;*/
/*	white-space: nowrap;*/
/*	min-width: 100%;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	padding: 14px 10px;*/
/*	background-color: #2c72ba;*/
/*	color: #fff;*/
/*}*/
/*.pc-header  .nav_ul>ul>li:hover{*/
/*	background-color: #00569d;*/
/*}*/
/*.pc_uls ul li a:hover{*/
/*	background-color: #00569d;*/
/*}*/
.pc-header  .nav_ul>ul>li:nth-child(2) .pc_uls{
    left: 0;
    transform: translate(0,0);
}
.pc-header  .nav_ul>ul>li:nth-child(3) .pc_uls{
    left: 0;
    transform: translate(0,0);
}
.pc-header  .nav_ul>ul>li:nth-child(6) .pc_uls{
    left: 100%;
    transform: translate(-100%,0);
}
.pc-header  .nav_ul>ul>li:nth-child(7) .pc_uls{
    left: 100%;
    transform: translate(-100%,0);
}
.pc-header  .nav_ul>ul>li:nth-child(8) .pc_uls{
    left: 100%;
    transform: translate(-100%,0);
}
.pc_uls{
    padding-top: 10px;
    width: 1000px;
}
.pc_uls .flex{
    display: flex;
    align-items: center;
    padding: 30px;
    background: rgba(255,255,255,0.5);
}
.pc_uls .flex .img{
   width: 270px;
}
.pc_uls .flex .img img{
   width: 100%;
   display: block;
}
.pc_uls .flex ul{
    width: calc(100% - 270px);
    padding-left: 4vw;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.pc_uls .flex ul li{
    width: 50%;
    padding: 0 10px;
}
.pc_uls .flex ul li a{
    display: block;
    width: 100%;
    padding: 14px 0px 14px 20px;
    position: relative;
    color: #333;
}
.pc_uls .flex ul li a:hover{
   color: #2c72ba; 
}
.pc_uls .flex ul li a:after{
    content: "";
	position: absolute;
	top: 50%;
	transform: translate(-0%,calc(-50% + 1px));
	left: 0;
	width: 18px;
	height: 18px;
	background: url("../images/r.png") no-repeat center/cover;
}
/* 移动端头部 */
/* 移动端导航 */
.m-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 15px 0;
	transition: padding .5s;
}
.m-header.active{
	padding: 5px 0;
}
.m-header .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-header .img{
	max-width: 196px;
}
.m-header .img img{
	width: 100%;
	max-height: 50px;
	object-fit: cover;
	object-position: left;
}
.m-header .flex{
	display: flex;
	align-items: center;
}
.m-header .m_so{
	margin-right: 20px;
}
.header_list{
	width: 30px;
	height: 24px;
	position: relative;
	cursor: pointer;
}
.header_list i{
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #2c72ba;
}
.header_list i:nth-child(1){
	top: 0;
}
.header_list i:nth-child(2){
	top: 7px;
}
.header_list i:nth-child(3){
	top: 14px;
}
.header_list i:nth-child(4){
	bottom: 0;
}
.header_nav{position: fixed;top: 0;left: 0;z-index: 9999;background-color: rgba(0, 0, 0, 0.4);right: 0;bottom: 0;display: none;}
.xs{position: fixed;right: 20px;height: 20px;width: 20px;top: 15px;z-index: 9999;opacity: 0;transition:all .5s;overflow: hidden;}
.xs img{width: 100%;}
.header_nav .uls{position: fixed;left: 100%;right:0;background-color: #3d3d3d;z-index: 9998;height: 100%;overflow-y: auto;padding-top: calc(10px + 28px);transition: all .5s;opacity: 0;}
.header_nav .uls.on{opacity: 1;transition-delay: 0s;}
.xs.on{opacity: 1;transition-delay: 0.2s;}
.header_nav .uls li{position: relative;}
.header_nav .uls li a{color: #fff;width: 100%;border-bottom: 1px solid #666;display: block;line-height: 1.5;font-size: 16px;padding: 12px 10px;}
.header_nav .uls>li ul{display: none;}
.header_nav .uls>li>ul>li>a{padding: 12px 10px 12px 25px;}
.header_nav .uls>li>ul{display: none;}
.header_nav .uls>li>ul>li>ul>li>a{padding: 12px 10px 12px 40px;}
.mToggle{height: 48px;width: 48px;top: 0px;right: 0px;position: absolute;z-index: 9998;background: url(../images/mhead_i1.png) no-repeat center center;cursor: pointer;display: none;}
.mToggle2{background: url(../images/reduce.png) no-repeat center center;}
.m-header .an .img{
    display: flex;
    align-items: center;
}
.m-header .an .img img{
	width: auto;
	height: 28px;
}
.m-header .an .img .txt{
	padding-left: 14px;
	position: relative;
	white-space: nowrap;
}
.m-header .an .img .txt::after{
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translate(-0,-50%);
	content: "";
	width: 1px;
	height: 34px;
	background: url("../images/header_top.png") no-repeat center/cover;
}
.m-header .an .img .txt h2,
.m-header .an .img .txt h3{
	color: #666;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 1.5;
}

/* banner */
.index1 .swiper-wrapper{
	background: transparent;
}
.index1 .swiper-wrapper img{
	width: 100%;
}
.index1 .swiper-pagination-bullet{
	width: 35px;
	height: 5px;
	border-radius: initial;
}
.index1 .swiper-pagination-bullet-active{
	background-color: #2c72ba;
}
/* 首页-关于我们 */
.padds{
	padding: 70px 0;
}
.index_about{
	padding: 100px 0 130px;
	background: url("../images/about_bg.jpg")no-repeat center/cover;
}
.index_about .an{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index_about .text{
	width: calc(43%);
	padding-right: 9%;
	padding-top: 54px;
	position: relative;
	z-index: 10;
}
.index_about .text h1{
	color: #333;
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	padding-right: 70px;
	display: inline-block;
}
.index_about .text h1::after{
    content: "";
    position: absolute;
    width: 9px;
    height: 20px;
    right: 0;
    top: 0;
    transform: translate(-0, 0%) skewX(-22deg);
    background-color: #e60012;
}
.index_about .text h1::before{
	content: "";
	position: absolute;
    width: 9px;
    height: 20px;
	right: 15px;
	top: 0;
	transform: translate(-0, 0%) skewX(-22deg);
	background-color: #e60012;
}
.index_about .text>h3{
	color: #e1e1e1;
	font-size: 2.625rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Impact" !important;
}
.index_about .text>p{
	color: #333333;
	line-height: 1.7;
	font-size: 1.5rem;
}
.index_about .text .uls{
	display: flex;
	position: relative;
	z-index: 10;
	margin-top: 86px;
}
.index_about .text .uls li{
	width: auto;
	padding: 22px 0px 30px;
	text-align: center;
	background-color: #fff;
	white-space: nowrap;
}
.index_about .text .uls li div{
	white-space: nowrap;
	background-color: #fff;
	border-right: 1px solid #eeeeee;
	text-align: center;
}
.index_about .text .uls li:nth-child(1) div{
	max-width: 173px;
	width: 10vw;
}
.index_about .text .uls li:nth-child(2) div{
	max-width: 210px;
	width: 15vw;
}
.index_about .text .uls li:nth-child(3) div{
	max-width: 235px;
	width: 20vw;
}
.index_about .text .uls li:nth-child(4) div{
	max-width: 270px;
	width: 25vw;
	border-right: 0px solid #eeeeee;
}
.index_about .text .uls li h4{
	color: #2c72ba;
	font-size: 3.625rem;
	position: relative;
	display: inline-block;
	font-family: "Impact" !important;
}
.index_about .text .uls li h4::after{
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	bottom: 10px;
	right: -10px;
	background: url("../images/index_about_jia.png") no-repeat center/cover;
}
.index_about .text .uls li p{
	color: #333;
	font-size: 0.875rem;
}
.index_about .video{
	width: 57%;
	position: relative;
	z-index: 9;
}
.index_about .video video{
	width: 100%;
	background-color: #ebebeb;
	max-height: 556px;
	object-fit: cover;
}
.index_about .video .mao{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_about .video .mao img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* 视频弹窗 */
.f_index_video{
	display: none;
}
.f_video{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.f_video .an{
	padding-top: 60px;
	max-width: 1400px;
	padding: 0 3%;
	margin: 0 auto;
}
.f_video .an video{
	width: 100%;
	height: calc(100vh - 140px);
}
.xss{
	position: absolute;
	color: #333;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 138px;
	height: 100px;
	padding: 37px 54px;
}
.xss:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    transform: translate(-50%,-50%) rotate(45deg);
    top: 50%;
    left: 50%;
	background-color: #333;
	background-color: #fff;
}
.xss:before{
	position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    transform: translate(-50%,-50%) rotate(135deg);
    top: 50%;
    left: 50%;
    background-color: #333;
	background-color: #fff;
}
/* 首页-产品中心 */
.index_product{
	padding: 90px 0 100px;
	background: url("../images/pr_bg.jpg") no-repeat center/cover;
	
}
.index_title{
	margin-bottom: 70px;
}
.index_title h2{
	font-size: 2.1875rem;
	text-align: center;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3px;
}
.index_title p{
	color: #323335;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.7;
}
.index_title.color_f h2{
	color: #fff;
}
.index_title.color_f p{
	color: #fff;
}
.index_product .swiper-wrapper{
	display: flex;
}
.index_product .swiper-slide{
	background-color: #fff;
	flex: 1;
	padding: 22px 20px;
	white-space: nowrap;
	cursor: pointer;
}
.index_product .swiper-slide .img{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_product .swiper-slide img{
	max-width: 30px;
	object-fit: contain;
	margin-right: 15px;
	display: inline-block;
}
.index_product .swiper-slide img:nth-child(1){
	display: block;
}
.index_product .swiper-slide img:nth-child(2){
	display: none;
}
.index_product .swiper-slide:hover img:nth-child(1),
.index_product .swiper-slide.active img:nth-child(1){
	display: none;
}
.index_product .swiper-slide:hover img:nth-child(2),
.index_product .swiper-slide.active img:nth-child(2){
	display: block;
}
.index_product .swiper-slide:hover,
.index_product .swiper-slide.active{
	background-color: #2c72ba;
}
.index_product .swiper-slide h3{
	font-weight: normal;
	font-size: 1rem;
	color: #000;
}
.index_product .swiper-slide:hover h3,
.index_product .swiper-slide.active h3{
	color: #fff;
}
.index_pr_list{
	margin-top: 50px;
}
.index_pr_list{
	margin-top: 50px;
}
.index_pr_list_item{
	display: none;
}
.index_pr_list_item .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index_pr_list_item .uls li{
	position: relative;
	width: 24%;
	margin-right: 1.16%;
	margin-bottom: 18px;
	padding-top: 16%;
	height: 0;
	overflow: hidden;
	background: #fff;
}
.index_pr_list_item .uls li:nth-child(4n){
	margin-right: 0;
}
.index_pr_list_item .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	opacity: 0;
	z-index: 10;
}
.index_pr_list_item .uls li>img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
	object-fit:contain;
}
.index_pr_list_item .uls li>h4{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 15px 10px;
	background-color: #2c72ba;
	font-size: 1rem;
	color: #fff;
	transition: transform .5s;
	transform:translate(-0,100%);
}
.index_pr_list_item .uls li:hover>img{
	transform: scale(1.05);
}
.index_pr_list_item .uls li:hover>h4{
	transform: translate(0,0);
}
/* 首页-我们优势 */
.index_ys{
	padding: 140px 0;
	margin-top: -50px;
	background: url("../images/ys_bg.png") no-repeat center/cover;
	background-size: 100% 100%;
	position: relative;
}
.index_ys::after{
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 58px;
	height: 66px;
	background: url("../images/logo2.png") no-repeat center/cover;
}
.index_ys .uls{
	display: flex;
	align-items: stretch;
}
.index_ys .uls li{
	padding: 44px 40px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 200px;
	margin-right: 1.16%;
	transition: width .5s;
	cursor: pointer;
	min-height: 28vw;
}
.index_ys .uls li:nth-child(5n){
	margin-right: 0;
}
.index_ys .uls .active{
	width: 50%;
}
.index_ys .uls li .text h3{
	color: #2f3030;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.5;
}
.index_ys .uls li .text p{
	font-size: 0.875rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.index_ys .uls li .text img{
	width: 100%;
	display: block;
}
.index_ys .uls li .txt{
	height: 100%;
}
.index_ys .uls li .txt img{
	max-height: 71px;
	display: block;
	margin: 0 auto;
}
.index_ys .uls li .txt i{
	margin: 30px auto;
	display: block;
	width: 1px;
	height: calc(100% - 71px - 60px - 90px);
	background-color: #a7a7a7;
}
.index_ys .uls li .txt h3{
	color: #2f3030;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.5;
	width: 126px;
	display: inline-block;
	text-align: center;
}
.index_ys .uls li .text{
	display: none;
}
.index_ys .uls li .txt{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.index_ys .uls li.active .text{
	display: block;
}
.index_ys .uls li.active .text .img{
	position: relative;
	width: 32vw;
	height: 0;
	padding-top: 57%;
	min-width: 100%;
}
.index_ys .uls li .text .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_ys .uls li.active .txt{
	display: none;
}
.index_ys .uls li:hover .txt h3{
	color: #2c72ba;
}
/* 服务支持 */
.index_service{
	padding: 40px 0 70px;
}
.index_service .swiper-slide{
	position: relative;
	width: auto;
	padding: 0 2px;
}
.index_service .swiper-slide img{
	width: 100%;
	display: block;
}
.index_service .swiper-slide .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index_service .swiper-slide .text h3{
	color: #fff;
	font-size: 1.625rem;
	text-align: center;
	line-height: 1.5;
}
.index_service .swiper-slide .text a{
	display: inline-block;
	padding: 9px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-top: 10px;
	font-size: 0.875rem;
	white-space: nowrap;
}
.index_service .swiper-slide .text a:hover{
	background-color: #fff;
	color: #333;
}
/* 首页-合作客户 */
.index_hz{
	padding: 120px 0 100px;
	background: url("../images/hz.png") no-repeat center/cover;
	background-size: 100% 100%;
}
.index_hz .swiper{
	padding-bottom: 70px;
}
.index_hz .swiper-slide{
	background-color: transparent;
}
.index_hz .swiper-slide img{
	width: 100%;
}
/* 首页-下单流程 */
.index_lc{
	padding: 70px 0 40px;
}
.index_lc .swiper-slide{
	width: auto;
	background-color: transparent;
	display: block;
	min-width: calc(1600px / 9);
}
.index_lc .swiper-slide .img{
	width: 122px;
	height: 122px;
	border: 3px solid #000;
	border-radius: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.index_lc .swiper-slide .img::after{
	position: absolute;
	top: 50%;
	right: -50px;
	content: "";
	width: 40px;
	height: 16px;
	background: url("../images/an_r.png") no-repeat center/cover;
}
.index_lc .swiper-slide:last-child .img::after{
	display: none;
}
.index_lc .swiper-slide .img img{
	max-width: 100%;
	display: block;
}
.index_lc .swiper-slide .img img:nth-child(1){
	display: block;
}
.index_lc .swiper-slide .img img:nth-child(2){
	display: none;
}
.index_lc .swiper-slide p{
	font-size: 1.375rem;
	color: #333;
	line-height: 1.7;
	margin-top: 30px;
}
.index_lc .swiper-slide:hover .img img:nth-child(1){
	display: none;
}
.index_lc .swiper-slide:hover .img img:nth-child(2){
	display: block;
}
.index_lc_tel{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 12vw;
	width: auto;
	width: 950px;
	margin: 120px auto 0;
}
.index_lc_tel::after{
	background-color: #d2d2d2;
	content: "";
	width: 9.5vw;
	height: 1px;
	top: 50%;
	left: 0;
	position: absolute;
	transform: translate(-0%,-50%);
}
.index_lc_tel:before{
	background-color: #d2d2d2;
	content: "";
	width: 9.5vw;
	height: 1px;
	top: 50%;
	right: 0;
	position: absolute;
	transform: translate(-0%,-50%);
}
.index_lc_tel .img{
	display: flex;
	align-items: center;
}
.index_lc_tel .img img{
	width: 45px;
	height: 45px;
}
.index_lc_tel .img div{
	margin-left: 16px;
}
.index_lc_tel .img div h3{
	color: #303030;
	font-size: 0.875rem;
	font-weight: normal;
}
.index_lc_tel .img div p{
	font-size: 2rem;
	color:#303030;
	font-weight: bold;
	font-family: "Arial" !important;
}
.index_lc_tel .index_lc_contact a{
	background-color: #eaa334;
	color: #fff;
	font-size: 1rem;
	padding: 9px 75px 9px 45px;
	position: relative;
	color: #fff;
	display: block;
	border-radius: 30px;
	margin-left: 20px;
}
.index_lc_tel .index_lc_contact a::after{
	content: "";
	position: absolute;
	top: calc(50% + 0px);
	right: 45px;
	transform: translate(-0%,-50%);
	width: 21px;
	height: 12px;
	background: url("../images/lc_r.png") no-repeat center/cover;
}
.index_lc_tel .index_lc_contact a:hover{
	background-color: #2c72ba;
}
/* 首页-横幅 */
.index_hf{
	padding: 180px 0 190px;
	background: url("../images/indexs_bg.png") no-repeat center/cover;
	background-size: 100% 100%;
	position: relative;
}
.index_hf::after{
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 58px;
	height: 66px;
	background: url("../images/logo3.png") no-repeat center/cover;
}
.index_hf .an{
	display: flex;
	align-items: flex-end;
}
.index_hf .text{
	width: 46%;
	padding: 0 5%;
	white-space: nowrap;
}
.index_hf .text h2{
	color: #fff;
	font-size: 4.5rem;
	font-weight: bold;
}
.index_hf .text h2 span{
	color: #eaa334;
}
.index_hf .text .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 70px;
}
.index_hf .text .uls li{
	width: 25%;
	padding: 0 5px;
	border-left: 1px solid rgba(255,255,255,0.32);
}
.index_hf .text .uls li:last-child{
	border-right: 1px solid rgba(255,255,255,0.32);
}
.index_hf .text .uls li img{
	height: 50px;
	margin: 0 auto;
	display: block;
}
.index_hf .text .uls li p{
	margin-top: 10px;
	font-size: 1.625rem;
	color: #fff;
	text-align: center;
}
.index_hf .txt{
	width: 54%;
}
.index_hf .txt h3{
	font-size: 1.875rem;
	color: #fff;
	font-weight: normal;
}
.index_hf .txt h3 span{
	font-weight: bold;
	color: #eaa334;
	white-space: nowrap;
}
.index_hf .txt div{
	margin-top: 80px;
}
.index_hf .txt div h4{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 6px;
	font-weight: normal;
}
.index_hf .txt div p{
	font-size: 2.375rem;
	color: #fff;
	font-weight: bold;
	padding-left: 50px;
	position: relative;
}
.index_hf .txt div p::after{
	width: 30px;
	height: 34px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: url("../images/tel3.png") no-repeat center/cover;
	transform: translate(-0%,-50%);
}
/* 首页-新闻中心 */
.index_news{
	padding: 100px 0 90px;
}
.index_news .flex{
	display: flex;
	align-items: stretch;
	background-color: #f8f8f8;
}
.index_news .flex .img{
	width: 50%;
	overflow: hidden;
}
.index_news .flex .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.index_news .flex .img:hover img{
	transform: scale(1.05);
}
.index_news .flex .text{
	width: 50%;
	padding: 45px 40px;
}
.index_news .flex .text h2{
	font-size: 1.5rem;
	font-weight: normal;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	
}
.index_news .flex .text .index_news_time{
	font-size: 0.75rem;
	color: #898989;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.index_news .flex .text .index_news_time::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #e9b859;
	width: 20px;
	height: 3px;
}
.index_news .flex .text p{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	color: #666;
	line-height: 1.8;
}
.index_news .flex .text .btn{
	margin-top: 10%;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #00569d;
	padding: 10px 25px;
	color: #00569d;
}
.index_news .flex .text .btn:hover{
	background-color: #00569d;
	color: #fff;
}
.index_news .uls{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.index_news .uls li{
	width: calc(33.3% - 8px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	padding: 30px 20px;
	position: relative;
}
.index_news .uls li:nth-child(3n){
	margin-right: 0;
}
.index_news .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.index_news .uls li>h3{
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.5;
}
.index_news .uls li .txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.index_news .uls li .txt p{
	color: #9b9b9b;
	font-size: 0.8125rem;
}
.index_news .uls li .txt div{
	color: #9b9b9b;
	font-size: 0.75rem;
}
.index_news .uls li:hover{
	border: 1px solid #2c72ba;
}
.index_news .uls li:hover h3{
	color: #2c72ba;
}
.index_news .uls li:hover .txt div{
	color: #2c72ba;
}
/* 首页-荣誉资质 */
.index_honer{
	padding: 0 0 70px;
}
.index_honer>img{
	width: 100%;
	display: block;
}
.index_honer .text{
	padding: 0 90px;
	line-height: 2;
}
.index_honer .text p{
	text-indent: 2em;
	color: #333;
	font-size: 1rem;
}
.index_honer .an{
	margin-top: -130px;
	padding-top: 80px;
	background-color: #fff;
	position: relative;
}
.index_honer .uls{
	margin-top: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_honer .uls li{
	width: auto;
	padding: 24px 34px 24px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.index_honer .uls li .img{
	margin-right: 30px;
}
.index_honer .uls li .img img{
	max-width: 100%;
}
.index_honer .uls li .img img:nth-child(1){
	display: block;
}
.index_honer .uls li .img img:nth-child(2){
	display: none;
}
.index_honer .uls li:hover .img img:nth-child(1),
.index_honer .uls li.active .img img:nth-child(1){
	display: none;
}
.index_honer .uls li:hover .img img:nth-child(2),
.index_honer .uls li.active .img img:nth-child(2){
	display: block;
}
.index_honer .uls li h3{
	color: #27221c;
	font-weight: normal;
	font-size: 1.375rem;
}
.index_honer .uls li.active h3,
.index_honer .uls li:hover h3{
	color: #2c72ba;
}
.index_honer .uls li::after{
	content: "";
	position: absolute;
	bottom:0;
	width: 0;
	height: 1px;
	background-color: #2c72ba;
	left: 50%;
	transform: translate(-50%,0);
}
.index_honer .uls li.active::after{
	width: 100%;
}
.index_honer_list .swiper{
	display: none;
}
.index_honer_list .swiper-slide{
	display: block;
	width: auto;
	background-color: transparent;
	cursor: zoom-in;
}
.index_honer_list .swiper-slide img{
	width: 100%;
	object-fit: contain;
}
.index_honer_list .swiper-slide p{
	text-align: center;
	color: #333;
	font-size: 1rem;
	margin-top: 30px;
}
/* 底部 */
.footers{
	background-color: #191b28;
}
.footers_top{
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.footers_top .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footers_top .uls li{
	flex: 0.25;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.footers_top .uls li img{
	max-height: 28px;
	margin-right: 28px;
	margin-left: 10px;
}
.footers_top .uls li p,
.footers_top .uls li a{
	color: #fff;
	font-size: 1.125rem;
}
.footers_center{
	padding: 70px 0 40px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.footers_center .an{
	display: flex;
	align-items: stretch;
}
.footers_center .uls{
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	padding-right: 4vw;
}
.footers_center .uls>li{
	flex: 1;
}
.footers_center .uls>li>a{
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	line-height: 1.5;
}
.footers_center .uls li ul{
	margin-top: 35px;
}
.footers_center .uls li ul li a{
	display: inline-block;
	line-height: 1.5;
	color: #999999;
	font-size: 0.875rem;
	margin-bottom: 10px;
}
.footers_center .uls li ul li a:hover{
	color: #fff;
}
.er h4{
	color: #ffffff;
	font-size: 0.875rem;
	margin-bottom: 2px;
	font-weight: normal;
}
.er a{
	color: #fff;
	font-size: 2.5rem;
	font-family: "Impact" !important;
}
.er .img{
	display: flex;
	align-items: stretch;
	margin-top: 10px;
}
.er .img div{
	margin-right: 10px;
}
.er .img div:nth-child(2n){
	margin-right: 0;
}
.er .img img{
	width: 120px;
	display: block;
}
.er .img p{
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	margin-top: 10px;
}
.footers_bottom{
	padding: 30px 0;
}
.footers_bottom p{
	color: #a0a0a0;
	font-size: 0.875rem;
	line-height: 1.7;
}
.footers_bottom p a{
	color: #a0a0a0;
	font-size: 0.875rem;
	line-height: 1.7;
}
.footers_bottom p a:hover{
	color: #fff;
}
/* 右侧浮动 */
.float_right{
    position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 320px;
    box-sizing: border-box;
    z-index: 99;
}
.float_right>div{
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #2c72ba;
    border-right: none;
    box-sizing: border-box;
	transition-duration: .8s;
}
.content_us{
	top: 0;
}
.content_us:before,
.tel:before,
.mailto:before{
    content: "";
    background-color: #de0609;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}
.content_us:hover:before,
.tel:hover:before,
.mailto:hover:before{
	width: 100%;
}
.tops{
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #2a2a2a !important;
}
.tops>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.content_us>a,
.tel>a,
.mailto>a{
	display: block;
	width: 100%;
	height: 100%;
}
.content_us .img,
.tel .img,
.mailto .img{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_us .text,
.tel .text,
.mailto .text{
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.content_us:hover .text,
.tel:hover .text,
.mailto:hover .text{
	display: block;
	width: 100%;
}
.content_us:hover,
.tel:hover,
.mailto:hover{
    width: 210px;
    background-color: transparent;
}
.content_us .text p,
.tel .text p,
.mailto .text p{
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 60px;
    white-space: nowrap;
}
.content_us:hover .img,
.tel:hover .img,
.mailto:hover .img{
	display: none;
}
.tel{
	top: 65px;
}
.mailto{
    top: 130px;
}
.tops{
	top: 195px;
}
.tops .img{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 30px;
}
.tops .text{
	color: #fff;
}
.er_wei{
	top: 130px;
}
.er_wei2{
	top: 195px;
}
.er_wei3{
	top: 260px;
}
.tops{
	top: 325px;
}
.er_wei,
.er_wei2,
.er_wei3{
    transition: all .5s;
}
.er_wei .img,
.er_wei2 .img,
.er_wei3 .img{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.er_wei .img img,
.er_wei2 .img img,
.er_wei3 .img img{
	width: 27px;
}
.er_wei .text,
.er_wei2 .text,
.er_wei3 .text{
	height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
	/* opacity: 0; */
	/* transform: translate(100%,-0); */
	display: block;
	transition: opacity .5s;
	
	
	opacity: 1;
	position: absolute;
	right: 65px;
	top: 0;
	height: 170px;
	width: 130px;
	transform: scale(0);
	transition: transform .5s;
	
}
.er_wei:hover .text,
.er_wei2:hover .text,
.er_wei3:hover .text{
    opacity: 1;
    position: absolute;
    right: 65px;
    top: 0;
    height: 170px;
    width: 130px;
	/* transform: translate(0%,-0); */
}
.er_wei .text img,
.er_wei2 .text img,
.er_wei3 .text img{
    width:100%;
}
.er_wei:hover .text,
.er_wei2:hover .text,
.er_wei3:hover .text{
	transform: scale(1);
}
.er_wei .text p,
.er_wei2 .text p,
.er_wei3 .text p{
	width: 100%;
	display: block;
	background-color: #de0609;
	padding: 6px 10px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}
.float_right>.er_wei:hover,
.float_right>.er_wei2:hover,
.float_right>.er_wei3:hover{
    background-color: #de0609;
}
/* 子页banner */
.z-banner{
	position: relative;
}
.z-banner img{
	display: block;
	width: 100%;
}
.z-banner .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.z-banner .text h2{
	font-size: 2.5625rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
}
.z-banner .text p{
	font-size: 1.375rem;
	color: #fff;
	line-height: 1.7;
}
/* 面包屑导航 */
.mb{
	background-color: #f7f7f7;
	height: 70px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.mb .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mb .text{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.7;
}
.mb .text p{
	display: flex;
	align-items: center;
	color: #8b8b8b;
	font-size: 0.875rem;
}
.mb .text p img{
	max-width: 100%;
	display: inline-block;
	margin-right: 10px;
}
.mb .text a{
	color: #8b8b8b;
	font-size: 0.875rem;
	margin-right: 5px;
}
.mb .text a:hover{
	color: #2c72ba;
}
.mb .text span{
	color: #8b8b8b;
	font-size: 0.875rem;
	margin-right: 5px;
}
.mb .text span:last-child{
	margin-right: 0;
}
.mb .uls{
	display: flex;
	white-space: nowrap;
}
.mb .uls li{
	padding: 25px 0px;
}
.mb .uls li a{
	color: #333333;
	font-size: 1rem;
	display: block;
	padding: 0 20px;
	border-right: 1px solid #b9b9b9;
}
.mb .uls li a:hover{
	color: #2c72ba;
}
.mb .uls li:last-child a{
	border-right: 0px;
}
/* 联系我们 */
.contact1{
	padding: 80px 0 70px;
}
.contact1 h1{
	color: #323335;
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 50px;
}
.contact1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.contact1 .uls li{
	height: 420px;
	width: 32.5%;
	margin-right: 1.16%;
	padding: 90px 20px 15px;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.contact1 .uls li:nth-child(3n){
	margin-right: 0;
}
.contact1 .uls li .img{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.contact1 .uls li .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.contact1 .uls li h3{
	font-size: 1.125rem;
	color: #333;
	line-height: 1.7;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
.contact1 .uls li p{
	line-height: 2;
	text-align: center;
	color: #323335;
	font-size: 0.9375rem;
}
.contact1 .uls li p a{
	color: #323335;
	font-size: 0.9375rem;
	margin-right: 7px;
	line-height: 1.6;
	display: inline-block;
}
.contact1 .uls li p a:hover{
	color: #2c72ba;
}
.contact1 .uls li p a:last-child{
	margin-right: 0;
}
/* 关于我们 */
.about1{
	padding: 80px 0;
}
.about1 h1{
	color: #323335;
	font-weight: bold;
	font-size: 2.1875rem;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: center;
}
.about1 .text{
	line-height: 2;
	color: #333333;
	font-size: 1rem;
}
.about1 .text p{
	text-decoration: 2em;
}
.about1 .uls{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about1 .uls li{
	width: auto;
    padding: 22px 0px 30px;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
}
.about1 .uls li div{
    white-space: nowrap;
    background-color: #fff;
    border-right: 1px solid #eeeeee;
    text-align: center;
}
.about1 .uls li div h4{
	color: #2c72ba;
    font-size: 3.625rem;
    position: relative;
    display: inline-block;
    font-family: "Impact" !important;
}
.about1 .uls li div h4::after{
	content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: 10px;
    right: -10px;
    background: url("../images/index_about_jia.png") no-repeat center / cover;
}
.about1 .uls li div p{
    color: #333;
    font-size: 0.875rem;
}
.about1 .uls li:nth-child(1) div{
    max-width: 173px;
    width: 10vw;
}
.about1 .uls li:nth-child(2) div{
    max-width: 210px;
    width: 15vw;
}
.about1 .uls li:nth-child(3) div{
    max-width: 235px;
    width: 20vw;
}
.about1 .uls li:nth-child(4) div{
    max-width: 270px;
    width: 25vw;
    border-right: 0px solid #eeeeee;
}
/* 荣誉资质 */
.about2{
	padding: 40px 0 70px;
}
.about2 .index_title{
	margin: 0;
}
/* 企业文化 */
.about3{
	background-color: #f1f1f1;
	padding: 80px 0 0px;
}
.about3 .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 110px;
}
.about3 .flex .text{
	width: 50%;
	padding-right: 8%;
}
.about3 .flex .text>div{
	display: flex;
	align-items: center;
}
.about3 .flex .text>div img{
	max-width: 100%;
	display: block;
	margin-right: 35px;
}
.about3 .flex .text>div div h3{
	font-size: 1.5rem;
	color: #000;
	font-weight: normal;
	line-height: 1.5;
}
.about3 .flex .text>div div p{
	line-height: 1.7;
	color: #666;
	font-size: 1.25rem;
}
.about3 .flex .text>div:nth-child(2n){
	margin-top: 22%;
}
.about3 .flex .imgs{
	width: 50%;
}
.about3 .flex .imgs img{
	width: 100%;
	display: block;
}
.about3_footer{
	padding: 180px 0 160px;
	background: url("../images/about_bg_w.png") no-repeat center/cover;
	margin-top: -40px;
	background-size: 100% 100%;
	position: relative;
}
.about3_footer::after{
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 58px;
	height: 66px;
	background: url("../images/logo2.png") no-repeat center/cover;
}
.about3_footer .an{
	text-align: center;
}
.about3_footer h2{
	text-align: center;
	color: #fff;
	font-size: 2.1875rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.about3_footer h3{
    font-size: 1.875rem;
    color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 60px;
}
.about3_footer h3 span{
	font-weight: bold;
	color: #eaa334;
} 
.about3_footer p{
    font-size: 2.375rem;
    color: #fff;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
	text-align: center;
	display: inline-block;
	line-height: 1.7;
}
.about3_footer p::after{
	width: 30px;
    height: 34px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../images/tel3.png) no-repeat center / cover;
    transform: translate(-0%, -50%);
}
/* 新闻中心 */
.news1{
	padding: 40px 0 70px;
}
.news1 .an>h1{
	font-size: 1.625rem;
	color: #333;
	font-weight: normal;
	line-height: 1.7;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.news1 .an>h1::after{
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	bottom: -2px;
	background-color: #00569d;
}
.news1 .uls li{
	border: 1px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
.news1 .uls li:last-child{
	border-bottom: 1px solid #e3e3e3;
}
.news1 .uls li .img{
	width: 272px;
	overflow: hidden;
}
.news1 .uls li .img img{
	width: 100%;
	transition: all .5s;
}
.news1 .uls li .img:hover img{
	transform: scale(1.05);
}
.news1 .uls li .text{
	width: calc(100% - 272px);
	padding-left: 30px;
}
.news1 .uls li .text h3{
	font-size: 1.375rem;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 10px;
}
.news1 .uls li:hover .img img{
	transform: scale(1.05);
}
.news1 .uls li .text h3 a:hover{
	color: #2c72ba !important;
}
.news1 .uls li .text p{
	font-size: 0.9375rem;
	color: #666;
	line-height: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 90px;
}
.news1 .uls li .text>a{
	margin-top: 15px;
	font-size: 1rem;
	display: none;
}
.news1 .uls li .text>a:hover{
	color: #2c72ba !important;
}
.news1 .uls li:nth-child(1){
	border: 0px;
	padding: 0;
	margin-bottom: 60px;
	flex-direction: row-reverse;
}
.news1 .uls li:nth-child(1) .img{
	width: 362px;
}
.news1 .uls li:nth-child(1) .text{
	width: calc(100% - 362px);
	padding: 0 60px 0 0;
}
.news1 .uls li:nth-child(1) .text h3{
	font-size: 1.5rem;
	font-weight: bold;
}
.news1 .uls li:nth-child(1) .text>a{
	margin-top: 15px;
	font-size: 1rem;
	display: inline-block;
}
/* 分页 */
.pagess{clear: both;overflow: hidden;margin-left: 0px;text-align: center;width: 100%;}
.pagess ul{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.pagess ul li{width: auto !important;margin-right: 0 !important;background-color: transparent !important;margin-bottom: 5px !important;transition: all 0s !important;box-shadow: none !important;}
.pagess ul li a,.pagess ul li span{display: inline-block;margin: 0 5px;line-height: 20px;background: #fff;color: #636363;width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{display: inline-block;margin: 0 5px;background: #006cb7;color: #fff;width: 44px;height: 44px;border-radius: 22px;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.pagess ul li a{color: #636363;font-size: 14px;}
.pagess ul li:first-child span,
.pagess ul li:first-child a{
	width: auto;
	padding: 0px 20px;
	border-radius: 3px;
	
}
.pagess ul li:first-child span,
.pagess ul li:last-child a{
	width: auto;
	padding: 0px 20px;
	border-radius: 3px;
}
.pagess{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.pagess>div{
	display: inline-block;
	color: #636363;
	font-size: 0.875rem;
	font-weight: bold;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	white-space: nowrap;
}
/* 新闻详情 */
.mb.news_f{
	background-color: #fff;
}
.news_detailes1{
	padding: 40px 0 50px;
	background-color: #f5f5f5;
}
.news_detailes1 .an{
	display: flex;
	flex-wrap: wrap;
}
.n_left{
	background-color: #fff;
	width: calc(100% - 310px);
	margin-right: 10px;
	padding: 60px 40px 20px;
	border: 1px solid #f0f0f0;
}
.n_right{
	width: 300px;
}
.n_left>h1{
	color: #1a1a1a;
	font-size: 2.25rem;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.n_left .times{
	font-size: 0.875rem;
	color: #999;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.n_left .text{
	line-height: 2;
	color: #4c4c4c;
	font-size: 1rem;
	margin-bottom: 70px;
}
.n_left .text img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.n_left .text>img:nth-child(1){
	margin-bottom: 40px;
}
.n_left .text>p:nth-child(1)>img{
	margin-bottom: 40px;
}
.n_left .text p{
	text-indent: 2em;
}
.n_right .n_list{
	width: 100%;
	background-color: #fff;
	padding: 40px 20px 1px;
	border: 1px solid #f0f0f0;
}
.n_right .n_list h2{
	font-size: 1.375rem;
	line-height: 1.5;
	color: #000;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
}
.n_right .n_list h2 a{
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
}
.n_right .n_list h2 a:before{
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	color: #8f8f8f;
	font-size: 23px;
	margin-top: -4px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-0%,-50%);
}
.n_right .n_list h2 a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	border: 1px solid #d2d2d2;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	transform: translate(-0%,-50%);
}
.n_right .n_list h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 36px;
	height: 2px;
	background-color: #d71418;
}
.n_right>a{
	background-color: #d71418;
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	padding: 15px 38px;
	margin-top: 20px;
}
.n_right>a:hover{
	background-color: #00569d;
}
.news_detailes1 .n_right .uls li{
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.news_detailes1 .n_right .uls li>a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	font-size: 0;
}
.news_detailes1 .n_right .uls li h3{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 1rem;
	text-align: left;
	line-height: 1.5;
	color: #666;
	margin-bottom: 5px;
}
.news_detailes1 .n_right .uls li .timess{
	color: #999;
	font-size: 0.875rem;
	text-align: left;
}
.news_detailes1 .n_right .uls li:hover{
	border-color: #2c72ba;
}
.news_detailes1 .n_right .uls li:hover h3{
	color: #2c72ba;
}
/* 详情分页 */
.n_page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	border-top:1px solid #dedede;
}
.n_page p{
	width: 44%;
	color: #333;
	font-size: 0.875rem;
	line-height: 1.7;
}
.n_page p a{
	color: #333;
	font-size: 0.875rem;
	display: inline-block;
	position: relative;
	line-height: 1.7;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.n_page p a:hover{
	color: #2c72ba;
}
.n_page p:nth-child(1){
	text-align: left;
}
.n_page p:nth-child(2){
	text-align: right;
}
.n_page p:nth-child(1) a{
	padding-left: 40px;
}
.n_page p:nth-child(1) a::after{
	width: 8px;
	height: 14px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-0,-54%);
	background: url("../images/page_l.png") no-repeat center/cover;
}
.n_page p:nth-child(2) a{
	padding-right: 40px;
}
.n_page p:nth-child(2) a::after{
	width: 8px;
	height: 14px;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-0,-54%);
	background: url("../images/page_r.png") no-repeat center/cover;
}
/* 产品详情 */
.product_detailes1{
	padding: 40px 0 50px;
	background-color: #f5f5f5;
}
.product_detailes1 .an{
	display: flex;
	flex-wrap: wrap;
}
.product_detailes1 .n_left .uls{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.product_detailes1 .n_left .uls li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.product_detailes1 .n_left .uls li:nth-child(2n){
	margin-right: 0;
}
.product_detailes1 .n_left .uls li h3{
	color: #2c72ba;
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
}
.product_detailes1 .n_left .uls li h3::after{
	height: 24px;
	width: 5px;
	border-radius: 20px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-0,-50%);
	background-color: #006cb7;
}
.product_detailes1 .n_left .uls li p{
	color: #4c4c4c;
	font-size: 1rem;
}
.product_detailes1 .n_left .uls li:nth-child(1) p{
	position: relative;
	padding-left: 20px;
	line-height: 1.7;
	margin-bottom: 5px;
}
.product_detailes1 .n_left .uls li:nth-child(2) p{
	line-height: 1.7;
	margin-bottom: 10px;
}
.product_detailes1 .n_left .uls li:nth-child(1) p::after{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 7px;
	background: url("../images/p_d_icon1.png") no-repeat center/cover;
}



.product_detailes1 .n_right .uls li{
	position: relative;
	margin-bottom: 35px;
}
.product_detailes1 .n_right .uls li>a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	font-size: 0;
}
.product_detailes1 .n_right .uls li .img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product_detailes1 .n_right .uls li .img::after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 1px solid #e8e8e8;
}
.product_detailes1 .n_right .uls li .img img{
	width: 100%;
	transition: transform .5s;
}
.product_detailes1 .n_right .uls li:hover .img img{
	transform: scale(1.05);
}
.product_detailes1 .n_right .uls li h3{
	text-align: center;
	color: #333;
	font-size: 1rem;
	margin-top: 10px;
	line-height: 1.7;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.product_detailes1 .n_right .uls li:hover h3{
	color: #2c72ba;
}
/* 产品中心 */
.product1{
	padding: 40px 0 70px;
}
.product1 .swiper-wrapper{
	display: flex;
}
.product1 .swiper-slide{
    flex: 1;
    padding: 22px 20px;
    white-space: nowrap;
    cursor: pointer;
	background-color: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.product1 .swiper-slide>a{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
}
.product1 .swiper-slide .img{
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product1 .swiper-slide .img img{
    max-width: 30px;
    object-fit: contain;
    margin-right: 15px;
    display: inline-block;
}
.product1 .swiper-slide .img img:nth-child(1){
	display: block;
}
.product1 .swiper-slide .img img:nth-child(2){
	display: none;
}
.product1 .swiper-slide:hover,
.product1 .swiper-slide.active{
	background-color: #2c72ba;
	border-color: #2c72ba;
}
.product1 .swiper-slide:hover .img img:nth-child(1),
.product1 .swiper-slide.active .img img:nth-child(1){
	display: none;
}
.product1 .swiper-slide:hover .img img:nth-child(2),
.product1 .swiper-slide.active .img img:nth-child(2){
	display: block;
}
.product1 .swiper-slide h3{
	font-weight: normal;
    font-size: 1rem;
	color: #000;
}
.product1 .swiper-slide:hover h3,
.product1 .swiper-slide.active h3{
	color: #fff;
}
.product1 h1{
	display: none;
}
.product1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 40px;
}
.product1 .uls li{
	width: 24%;
	margin-right: 1.16%;
	margin-bottom: 70px;
}
.product1 .uls li:nth-child(4n){
	margin-right: 0;
}
.product1 .uls li .img{
	position: relative;
	padding-top: 72%;
	width: 100%;
	overflow: hidden;
	display: block;
}
.product1 .uls li .img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #e8e8e8;
}
.product1 .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .5s;
}
.product1 .uls li .img:hover img{
	transform: scale(1.05);
}
.product1 .uls li .text{
	margin-top: 20px;
}
.product1 .uls li .text h3{
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 1.125rem;
	color: #000;
}
.product1 .uls li .text h3 a{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 1.125rem;
	color: #000;
	padding-left: 20px;
	position: relative;
}
.product1 .uls li .text h3 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #00569d;
	
}
.product1 .uls li .text h3 a:hover{
	color: #2c72ba;
}
.product1 .uls li .text p{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.7;
}
/* 招聘公告 */
.join1{
	padding: 80px 0 70px;
	background-color: #f2f4f6;
}
.join1 .an{
	background-color: #fff;
	padding: 60px 40px;
	box-shadow: 0px 0px 50px -28px rgba(0,0,0,0.4);
}
.join1 .an>h1{
	color: #333;
	font-size: 1.875rem;
	font-weight: normal;
	text-align: center;
}
.join1 .an>h1 span{
	color: #2c72ba;
}
.join1 .an>h2{
	text-align: center;
	color: #dfdfdf;
	font-size: 1.375rem;
	font-weight: normal;
}
.join1 .uls{
	margin-top: 40px;
}
.join1 .uls li{
	margin-bottom: 20px;
}
.join1 .uls li .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	cursor: pointer;
	background-color: #f8f8f8;
}
.join1 .uls li .flex h3{
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.join1 .uls li:hover .flex h3{
	color: #2c72ba;
}
.join1 .uls li .flex i{
	width: 30px;
	height: 30px;
	background-color: #eee;
	position: relative;
}
.join1 .uls li .flex i::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}
.join1 .uls li .flex i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 2px;
	height: 16px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}
.join1 .uls li .text{
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	line-height: 1.6;
	color: #666;
	display: none;
}
.join1 .uls li .flex.active{
	background-color: #fff;
}
.join1 .uls li .flex.active h3{
	color: #2c72ba;
}
.join1 .uls li .flex.active i{
	background-color: #2c72ba;
}
.join1 .uls li .flex.active i:before{
	display: none;
}
/* 服务支持 */
.service1{
	padding: 80px 0 0px;
}
.service1 .an>h1{
	display: none;
}
.index_title{
	position: relative;
}
.index_title  h2{
	position: relative;
	z-index: 10;
}
.index_title h3{
	font-weight: bold;
	color: #eef4fa;
	font-size: 3.75rem;
	z-index: 9;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translate(-50%,0);
	line-height: 1;
}
.service1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.service1 .uls li{
	width: 33.333%;
	padding: 0px 40px;
	margin-bottom: 80px;
	border-right: 1px solid #eeeeee;
}
.service1 .uls li:nth-child(3n){
	border-right: 0px solid #eeeeee;
}
.service1 .uls li:last-child{
	border-right: 0px solid #eeeeee;
}
.service1 .uls li .img{
	max-height: 60px;
}
.service1 .uls li .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.service1 .uls li h3{
	font-size: 1.25rem;
	color: #333;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
	margin: 10px 0 0;
}
.service1 .uls li p{
	line-height: 1.7;
	color: #666;
	font-size: 0.875rem;
	text-align: center;
}
.service2{
	padding: 100px 0 20px;
	background-color: #eef5fa;
}
.service2 .index_title h3{
	color: #dde5ea;
}
.service2 .mySwiper11{
	padding-bottom: 70px;
}
.service2 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.service2 .swiper-pagination-bullet-active{
	background-color: #f18713;
}
.service2 .swiper-slide{
	display: block;
	position: relative;
	padding: 0 50px 0 40px;
	width: auto;
	background-color: transparent;
}
.service2 .swiper-slide::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 128px;
	width: 20px;
	background-color: #f18713;
}
.service2 .swiper-slide h3{
	color: #333;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: left;
}
.service2 .swiper-slide p{
	min-height: 135px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #333;
	text-align: left;
}
.service3{
	padding: 80px 0 100px;
}
.service3 .flex{
	background-color: #f8f8f8;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.service3 .img{
	width: 50%;
}
.service3 .img img{
	width: 100%;
	display: block;
}
.service3 .text{
	width: 50%;
	padding: 60px 70px 20px 50px;
}
.service3 .text div:nth-child(n+2){
	margin-top: 13%;
}
.service3 .text div h3{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
	font-weight: normal;
}
.service3 .text div p{
	color: #333;
	font-size: 0.875rem;
	line-height: 1.7;
}
.service4{
	padding: 70px 0 80px;
	background-color: #eef5fa;
}
.service4 .index_title h3{
	color: #dde5ea;
}
.service4 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.service4 .uls li{
	width: 32.5%;
	margin-right: 1.16%;
	margin-bottom: 10px;
	background-color: #fff;
}
.service4 .uls li:nth-child(3n){
	margin-right: 0;
}
.service4 .uls li .img{
	position: relative;
	padding-top: 66%;
	overflow: hidden;
}
.service4 .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.service4 .uls li p{
	font-size: 1.125rem;
	line-height: 1.7;
	color: #333;
	text-align: center;
	padding: 30px 10px 50px;
}
.service5{
	padding: 70px 0 100px;
}
.service5 .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #f8f8f8;
}
.service5 .flex .img{
	width: 50%;
}
.service5 .flex .img img{
	width: 100%;
	display: block;
}
.service5 .flex .text{
	width: 50%;
	padding: 20px 75px 20px 50px;
	display: flex;
	align-items: center;
}
.service5 .flex .text h3{
	font-weight: normal;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.7;
}
.service5 .flex .text p{
	line-height: 1.7;
	color:#333;
	font-size: 0.875rem;
}
.service6{
	padding: 70px 0 80px;
	background-color: #eef5fa;
}
.service6 .index_title h3{
	color: #dde5ea;
}
.service6 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.service6 .uls li{
	width: 32.5%;
	margin-right: 1.16%;
	margin-bottom: 10px;
	background-color: #fff;
}
.service6 .uls li:nth-child(3n){
	margin-right: 0;
}
.service6 .uls li .img{
	position: relative;
	padding-top: 66%;
	overflow: hidden;
}
.service6 .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.service6 .uls li p{
	font-size: 1.125rem;
	line-height: 1.7;
	color: #333;
	text-align: center;
	padding: 30px 10px 50px;
}
/* 页面修改 */
/* .index_hz .index_title{
	margin-bottom: 0;
} */
.index_hz_swiper{
	position: relative;
	padding: 0 70px;
}
.index_hz_swiper>.mySwiper5{
	padding-bottom: 0;
	margin-bottom: 70px;
}
.index_hz_swiper>.mySwiper5 .swiper-pagination{
	display: none;
}
.index_hz_swiper>.mySwiper5>.swiper-button-prev{
	display: none;
}
.index_hz_swiper>.mySwiper5>.swiper-button-next{
	display: none;
}
.index_hz_swiper>.swiper-button-prev{
	display: block;
	width: 50px;
	height: 50px;
	right: auto;
	left: 0;
	background-color: #fff;
	background-image: url("../images/l.svg");
	background-size: 24px 24px;
	background-size: 30px 30px;
}
.index_hz_swiper>.swiper-button-prev:hover{
	background-color: #2c72ba;
	background-image: url("../images/l_f.svg");
}
.index_hz_swiper>.swiper-button-next{
	display: block;
	width: 50px;
	height: 50px;
	left: auto;
	right:0;
	background-color: #fff;
	background-image: url("../images/r.svg");
	background-size: 24px 24px;
	background-size: 30px 30px;
}
.index_hz_swiper>.swiper-button-next:hover{
	background-color: #2c72ba;
	background-image: url("../images/r_f.svg");
}






































































@media (min-width:1200px) and (max-width:1600px){
    .index_lc .swiper-slide{min-width: calc(100% / 9);}
    .index_lc .swiper-slide .img{width:80px;height:80px;}
    .index_lc .swiper-slide .img img{max-width:60%;}
    .index_lc .swiper-slide .img::after{right:-40px;}
    .index_hf .text{padding: 0 2%;}
    .index_hf .txt{width:80%;}
    .index_hf .txt h3 span{white-space:nowrap;}
}
@media (min-width:1200px){
    .mySwiper6 .swiper-wrapper{transform: translate3d(0px, 0px, 0px) !important;}
}
/* 适配 */
@media (max-width:1200px) {
	.mb .uls{overflow-x: auto;}
	.mb .uls::-webkit-scrollbar{height: 1px;}
	.service3 .text{padding: 20px;}
	.service3 .text div:nth-child(n+2){margin-top: 6%;}
	.index_ys .uls li .text .img{width: 26vw;}
}
@media (max-width:1024px) {
	.wow{visibility: visible !important;animation-name:new !important;}
	/* 头部 */
	html{scroll-padding-top: 69px;}
	main{margin-top: 69px;}
	.pc-header{display: none;}
	.m-header{display: block;}
	.float_right{display: none;}
	/* 首页-关于我们 */
	.index_about .an{flex-direction: column-reverse;}
	.index_about .text{width: 100%;padding: 30px 0 0;}
	.index_about .video{width: 100%;}
	.index_about .text .uls{margin-top: 10px;}
	.index_about .text .uls li{flex: 1;}
	.index_about .text .uls li div{width: 100% !important;}
	.padds{padding: 70px 0;}
	/* 首页-产品中心 */
	.index_product{padding: 70px 0 100px;}
	.index_title{margin-bottom: 40px;}
	/* 首页-我们优势 */
	.index_ys::after{top: 29px;}
	.index_ys .uls li{padding: 30px 20px;}
	.index_ys .uls li .text h3{font-size: 1.625rem;}
	.index_ys .uls li .txt h3{font-size: 1.625rem;}
	.index_ys .uls li .txt h3{width: 106px;}
	/* 服务支持 */
	.index_service{padding: 40px 0 70px;}
	/* 下单流程 */
	.index_lc{padding: 40px 0;}
	.index_lc_tel{width: 800px;}
	/* 横幅 */
	.index_hf{padding: 100px 0;}
	.index_hf::after{top: 40px;}
	.index_hf .text{padding-left: 0;}
	.index_hf .text h2{font-size: 3.125rem;}
	.index_hf .text .uls li p{font-size: 1.125rem;}
	/* 新闻中心 */
	.index_news{padding: 40px 0 70px;}
	.index_news .flex{flex-wrap: wrap;}
	.index_news .flex .img{width: 100%;}
	.index_news .flex .text{width: 100%;padding: 30px 20px;}
	.index_news .flex .text .btn{margin-top: 5%;}
	.index_news .uls li{width: calc(50% - 5px);}
	.index_news .uls li:nth-child(3n){margin-right: 10px;}
	.index_news .uls li:nth-child(2n){margin-right: 0;}
	/* 合作客户 */
	.index_honer{padding: 0 0 70px;}
	.index_honer .an{padding-top: 50px;margin-top: -100px;}
	.index_honer .text{padding: 0 4vw;}
	/* 底部 */
	.footers_top{padding: 20px 0;display: none;}
	.footers_top .uls li{width: 100%;flex: none;text-align: center;justify-content: center;padding: 10px 0;}
	.footers_center{padding: 30px 0;}
	.footers_center .uls{display: none;}
	.footers_center .an{justify-content: center;}
	.footers_bottom{padding: 20px 0;}
	.footers_bottom p{text-align: center;}
	/* 新闻详情 */
	.n_left{width: 100%;margin-right: 0;}
	.n_right{width: 100%;margin-top: 20px;text-align: center;}
	/* 产品详情 */
	.product_detailes1 .n_right .uls {display: flex;flex-wrap: wrap;align-items: center;}
	.product_detailes1 .n_right .uls li{width: 32.5%;margin-right: 1.16%;}
	.product_detailes1 .n_right .uls li:nth-child(3n){margin-right: 0;}
}
@media (max-width:820px) {
	.padds{padding: 30px 0 40px;}
	/* banner */
	.index1 .swiper-pagination{bottom: 5px;}
	.index1 .swiper-pagination-bullet{width: 25px;height: 3px;}
	/* 首页-关于我们 */
	.index_about .text h1{font-size: 1.375rem;padding-right: 40px;}
	.index_about .text h1::before{width: 6px;height: 15px;right: 10px;}
	.index_about .text h1::after{width: 6px;height: 15px;}
	.index_about .text>h3{font-size: 1.875rem;margin-bottom: 10px;}
	.index_about .text>p{font-size: 1.125rem;}
	.index_about .text .uls li{padding: 10px 0;}
	.index_about .text .uls li h4{font-size: 7vw;}
	.index_about .text .uls li h4::after{right: -1vw;bottom: 1vw;}
	/* 首页-标题 */
	.index_title h2{font-size: 1.375rem;}
	.index_title p{font-size: 1rem;}
	.index_title{margin-bottom: 20px;}
	/* 首页-产品中心 */
	.index_product{padding: 30px 0 70px;}
	.index_product .swiper-wrapper{
	   transform: translate(0,0) !important;
	   width: 100%;
	   flex-wrap: wrap;
	}
	.index_product .swiper-slide{padding: 10px 25px;min-width:49%;margin-bottom:10px;margin-right:2%}
	.index_product .swiper-slide:nth-child(2n){margin-right:0%}
	.index_pr_list{margin-top: 20px;}
	.index_pr_list_item .uls li>h4{font-size: 0.9375rem;padding: 10px 10px;}
	/* 首页-我们优势 */
	.index_ys{padding: 80px 0 60px;background-size: cover;}
	.index_ys::after{top: 47px;width: 45px;height: 50px;}
	.index_ys .uls{display: block;}
	.index_ys .uls li{width: 100%;transition: height .5s;margin-right: 0;margin-bottom: 10px;padding: 10px 20px;min-height: initial;}
	.index_ys .uls .active{width: 100%;padding: 15px 20px;}
	.index_ys .uls li .txt{flex-direction: row;width: 100%;align-items: center;}
	.index_ys .uls li .txt i{width: calc(100% - 50px - 40px - 80px);height: 1px;margin: 0 0px;}
	.index_ys .uls li .txt img{max-width: 50px;}
	.index_ys .uls li .text h3{font-size: 1.375rem;}
	.index_ys .uls li .txt h3{font-size: 1.25rem;width: 80px;}
	/* 首页-服务支持 */
	.index_service{padding: 0 0 20px;}
	.index_service .swiper-slide .text h3{font-size: 1.375rem;}
	.index_service .swiper-slide .text a{padding: 7px 25px;margin-top: 15px;}
	/* 首页-合作客户 */
	.index_hz{padding: 40px 0;}
	.index_hz .swiper{padding-bottom: 0px;margin-bottom: 50px;}
	/* 首页-下单流程 */
	.index_lc{padding: 0;}
	.index_lc .swiper-wrapper{
	   transform: translate(0,0) !important;
	   width: 100%;
	   flex-wrap: wrap;
	}
	.index_lc .swiper-slide{margin-bottom:10px;}
	.index_lc .swiper-slide .img{width: 70px;height: 70px;}
	.index_lc .swiper-slide .img img{width: 36px;}
	.index_lc .swiper-slide p{font-size: 1.125rem;margin-top: 15px;}
	.index_lc .swiper-slide{min-width: calc(1200px / 9);}
	.index_lc .swiper-slide{min-width: calc(33.33%);}
	.index_lc_tel{margin-top: 20px;width: 270px;padding: 0;}
	.index_lc_tel::after{display: none;}
	.index_lc_tel:before{display: none;}
	.index_lc_contact{margin-top: 10px;}
	.index_lc_tel .img div p{font-size: 1.875rem;}
	/* 首页-横幅 */
	.index_hf{padding: 60px 0;background-size: cover;}
	.index_hf::after{width: 45px;height: 50px;}
	.index_hf .an{flex-wrap: wrap;}
	.index_hf .text{width: 100%;padding-right: 0;padding-top: 20px;}
	.index_hf .txt{width: 100%;}
	.index_hf .text h2{font-size:26px;text-align: center;}
	.index_hf .text .uls{margin-top: 1.625rem;}
	.index_hf .text .uls li img{height: 36px;}
	.index_hf .text .uls li p{font-size: 1rem;}
	.index_hf .txt{margin-top: 20px;}
	.index_hf .txt h3{font-size: 1.25rem;line-height: 2;}
	.index_hf .txt div{margin-top: 20px;}
	.index_hf .txt div p{font-size: 2.0625rem;padding-left: 30px;}
	.index_hf .txt div p::after{height: 28px;width: 24px;}
	/* 首页-新闻中心 */
	.index_news{padding: 0;}
	.index_news .flex .text{padding: 15px 20px;}
	.index_news .flex .text h2{font-size: 1.25rem;}
	.index_news .flex .text .index_news_time{margin-bottom: 10px;padding-bottom: 10px;}
	.index_news .flex .text .btn{padding: 7px 25px;}
	.index_news .uls li{padding: 15px 20px;}
	.index_news .uls{margin-top: 20px;}
	/* 首页-荣誉资质 */
	.index_honer .an{padding-top: 20px;margin-top: -10vw;}
	.index_honer .uls li{padding: 15px 4vw;}
	.index_honer .uls{margin: 15px 0;}
	.index_honer .uls li .img{margin-right: 15px;}
	.index_honer .uls li h3{font-size: 1.125rem;}
	.index_honer_list .swiper-slide p{margin-top: 20px;}
	.index_honer .uls li .img img{max-width: 24px;}
	/* 子页banner */
	.z-banner .text h2{font-size: 3.4vw;}
	.z-banner .text p{font-size: 2.4vw;}
	/* 面包屑导航 */
	.mb{height: 60px;}
	.mb .uls{display: none;}
	/* 联系我们 */
	.contact1{padding: 30px 0 40px;}
	.contact1 h1{margin-bottom: 20px;font-size: 1.375rem;}
	.contact1 .uls li{width: 100%;margin-right: 0;height: auto;padding: 15px 20px 15px;}
	.contact1 .uls li h3{margin: 10px 0;}
	/* 关于我们 */
	.about1{padding: 30px 0 20px;}
	.about1 h1{font-size: 1.375rem;margin-bottom: 15px;}
	.about1 .uls li{padding: 10px 0;}
	.about1 .uls li div h4{font-size: 7vw;}
	.about1 .uls li div h4::after {right: -1vw;bottom: 1vw;}
	.about1 .uls li div{width: 100% !important;}
	.about1 .uls li:nth-child(1) div{max-width: initial;}
	.about1 .uls li:nth-child(2) div{max-width: initial;}
	.about1 .uls li:nth-child(3) div{max-width: initial;}
	.about1 .uls li:nth-child(4) div{max-width: initial;}
	.about1 .uls li{flex: 1;}
	.about3{padding: 30px 0 0px;}
	.about3 .flex .text{width: 100%;padding-right: 0;margin-top: 20px;}
	.about3 .flex .imgs{width: 100%;}
	.about3 .flex .text>div:nth-child(2n){margin-top: 40px;}
	.about3 .flex{flex-direction: column-reverse;}
	.about3 .flex .text>div img{max-width: 50px;margin-right: 15px;}
	.about3 .flex .text>div div h3{font-size: 1.125rem;}
	.about3 .flex .text>div div p{font-size: 1rem;}
	.about3 .flex{padding-bottom: 60px;}
	.about3_footer{padding: 70px 0 40px;background-size: cover;}
	.about3_footer::after{width: 45px;height: 50px;top: 30px;}
	.about3_footer h2{font-size: 1.625rem;padding-top: 20px;}
	.about3_footer h3{font-size: 1.25rem;margin-bottom: 15px;}
	.about3_footer p{font-size: 2.0625rem;padding-left: 30px;}
	.about3_footer p::after{height: 28px;width: 24px;}
	/* 新闻资讯 */
	.news1{padding: 30px 0 40px;}
	.news1 .an>h1{font-size: 1.375rem;margin-bottom: 20px;}
	.news1 .uls{display: flex;flex-wrap: wrap;}
	.news1 .uls li{width: 49%;margin-right: 2%;}
	.news1 .uls li:nth-child(2n){margin-right: 0;}
	.news1 .uls li:nth-child(1){margin-bottom: 15px;flex-direction: column;padding: 15px 20px;border: 1px solid #e3e3e3;}
	.news1 .uls li:nth-child(1) .img{width: 100%;}
	.news1 .uls li:nth-child(1) .text{width: 100%;padding: 0;}
	.news1 .uls li:nth-child(1) .text h3{font-weight: normal;font-size: 1.25rem;}
	.news1 .uls li{margin-bottom: 15px;border: 1px solid #e3e3e3;}
	.news1 .uls li .img{width: 100%;}
	.news1 .uls li .text>a{display: inline-block;}
	.news1 .uls li .text{width: 100%;padding: 0;}
	.news1 .uls li .text h3{font-size: 1.25rem;margin-bottom: 10px;}
	/* 新闻详情 */
	.news_detailes1{padding: 30px 0 40px;}
	.n_left{padding: 20px 20px;}
	.n_left>h1{font-size: 1.375rem;margin-bottom: 10px;}
	.n_left>.times{margin-bottom: 10px;}
	.n_left .text>img:nth-child(1){margin-bottom: 15px;}
	.n_left .text>p:nth-child(1)>img{margin-bottom: 15px;}
	.n_left .text{margin-bottom: 15px;}
	.n_right .n_list h2 a{font-size: 1.25rem;}
	.n_right .n_list{padding: 20px 20px 1px;}
	.news_detailes1 .n_right .uls li{margin-bottom: 15px;padding: 7px 0;}
	/* 详情分页 */
	.n_page p{width: 100%;margin-bottom: 5px;}
	.n_page p:nth-child(1) a{padding-left: 0;}
	.n_page p:nth-child(2) a{text-align: left;padding-right: 0;}
	.n_page p:nth-child(1) a::after{display: none;}
	.n_page p:nth-child(2) a::after{display: none;}
	/* 产品详情 */
	.product_detailes1{padding: 30px 0 40px;}
	.product_detailes1 .n_left .uls li{width: 100%;margin-right: 0;}
	.product_detailes1 .n_left .uls li h3{font-size: 1.125rem;margin-bottom: 10px;}
	.product_detailes1 .n_left .uls li h3::after{height: 20px;}
	.product_detailes1 .n_left .uls{margin-bottom: 15px;}
	.product_detailes1 .n_right .uls li{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.n_right>a{padding: 10px 35px;}
	/* 产品中心 */
	.product1{padding: 30px 0 40px;}
	.product1 .swiper-slide{padding: 10px 25px;}
	.product1 .uls{margin-top: 20px;}
	.product1 .uls li{width: 49%;margin-right: 2%;margin-bottom: 15px;}
	.product1 .uls li:nth-child(2n){margin-right: 0;}
	.product1 .uls li .text{margin-top: 15px;}
	.product1 .uls li .text h3{margin-bottom: 10px;}
	.product1 .swiper-wrapper{
	     transform: translate(0,0) !important;
	   width: 100%;
	   flex-wrap: wrap;
	}
	.product1 .swiper-slide{width:49%;margin-bottom:10px;margin-right:2%;border: 1px solid #efefef;}
	.product1 .swiper-slide:nth-child(2n){margin-right:0%}
	/* 招聘公告 */
	.join1{padding: 30px 0 40px;}
	.join1{padding: 30px 0 40px;}
	.join1 .uls li .flex h3{font-size: 1rem;}
	.join1 .uls li .flex{padding: 10px 10px;}
	.join1 .uls li .flex i{width: 24px;height: 24px;}
	.join1 .uls li .flex i::after{width: 12px;}
	.join1 .uls li .flex i:before{height: 12px;}
	.join1 .uls li .text{padding: 20px 10px;}
	.join1 .uls li{margin-bottom: 15px;}
	.join1 .an{padding: 20px 20px;}
	.join1 .an>h1{font-size: 1.375rem;}
	.join1 .an>h2{font-size: 1.125rem;}
	.join1 .uls{margin-top: 20px;}
	/* 服务支持 */
	.service1{padding: 30px 0 40px;}
	.index_title h3{font-size: 2.5rem;}
	.service1 .uls li{width: 50%;padding: 0 20px;margin-bottom: 15px;}
	.service1 .uls li:nth-child(3n){border-right: 1px solid #eeeeee;}
	.service1 .uls li:nth-child(2n){border: 0px;}
	.service1 .uls li .img{height: 50px;}
	.service1 .uls li .img img{max-width: initial;height: 50px;width: auto;}
	.service1 .uls li h3{font-size: 1.125rem;}
	.service2{padding: 30px 0 20px;}
	.service2 .swiper-slide h3{font-size: 1rem;margin-bottom: 5px;}
	.service2 .swiper-slide{padding: 0 10px 0 30px;}
	.service2 .swiper-slide::after{width: 15px;}
	.service2 .mySwiper11{padding-bottom: 40px;}
	.service3{padding: 30px 0 40px;}
	.service3 .img{width: 100%;}
	.service3 .text{width: 100%;}
	.service3 .text div h3{font-size: 1.125rem;margin-bottom: 4px;}
	.service3 .text div:nth-child(n+2){margin-top: 20px;}
	.service4{padding: 30px 0 40px;}
	.service4 .uls li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.service4 .uls li:last-child{margin-bottom: 0;}
	.service4 .uls li p{padding: 15px 10px;font-size: 1rem;}
	.service5{padding: 30px 0 40px;}
	.service5 .flex{flex-direction: column-reverse;}
	.service5 .flex .text{width: 100%;padding: 20px;}
	.service5 .flex .text h3{font-size: 1.125rem;margin-bottom: 4px;}
	.service5 .flex .img{width: 100%;}
	.service6{padding: 30px 0 40px;}
	.service6 .uls li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.service6 .uls li:last-child{margin-bottom: 0;}
	.service6 .uls li p{padding: 15px 10px;font-size: 1rem;}
	.index1 .swiper-wrapper img{width: 100%;min-height: 39vw;object-fit: cover;}
}
@media (max-width:500px) {
	/* 首页-关于我们 */
	.index_about .video video{max-height: calc(100vw - 30px);}
	.index_about .text .uls{flex-wrap: wrap;}
	.index_about .text .uls li{width: 50%;flex: none;}
	.index_about .text .uls li:nth-child(1) div{max-width: initial;}
	.index_about .text .uls li:nth-child(2) div{max-width: initial;	border-right: 0px solid #eeeeee;}
	.index_about .text .uls li:nth-child(3) div{max-width: initial;}
	.index_about .text .uls li:nth-child(4) div{max-width: initial;}
	.index_about .text .uls li h4{font-size: 11vw;}
	.index_about .text .uls li h4::after{right: -1.5vw;bottom: 2vw;transform: translate(50%, 0%);}
	/* 首页-产品中心 */
	.index_pr_list_item .uls li{width: 49%;margin-right: 2%;padding-top: 34%;}
	.index_pr_list_item .uls li:nth-child(2n){margin-right: 0;}
	/* 首页-服务支持 */
	.index_service .swiper-slide{padding: 0;}
	.index_service .swiper-slide{width: 50%;}
	/* 首页-下单流程 */
	.index_lc .swiper-slide .img::after{display:none;}
	/* 首页-新闻中心 */
	.index_news .uls li{width: 100%;margin-right: 0;}
	.xss{width: 60px;height: 60px;padding: 20px 20px;}
	/* 关于我们 */
	.about1 .uls li{width: 50%;flex: none;}
	.about1 .uls li div h4{font-size: 11vw;}
	.about1 .uls li div h4::after{right: -1.5vw;bottom: 2vw;transform: translate(50%, 0%);}
	.about3 .flex .text>div:nth-child(2n){margin-top: 15px;}
	/* 新闻中心 */
	.news1 .uls li{width: 100%;margin-right: 0%;}
	/* 新闻详情 */
	.pagess{flex-wrap:wrap;}
	.pagess>div{width:100%;text-align:center;margin-bottom: 5px;}
	.pagess ul li a, .pagess ul li span{height: 38px;width: 38px;}
	.pagess ul li.active a, .pagess ul li.active span, .pagess ul li:hover a{height: 38px;width: 38px;}
	.pagess ul li:first-child span, 
	.pagess ul li:first-child a{width: auto;}
	.pagess ul li:first-child span,
	.pagess ul li:last-child a{width: auto;}
	/* 产品中心 */
	.product1 .uls li{width: 100%;margin-right: 0;}
	/* 服务支持 */
	.service1 .uls li{width: 100%;}
	
	
}
.pc_text{
	display: block;
}
.m_text{
	display: none;
}
.prs_btn{
	margin-top: 10%;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #00569d;
	padding: 10px 25px;
	color: #00569d;
	background-color: #fff;
	display: none;
}
@media (max-width:820px){
	/* 修改页面 */
	.index_hz_swiper{padding: 0 50px;}
	.index_hz_swiper>.swiper-button-prev{width: 40px;height: 40px;background-size: 24px 24px;}
	.index_hz_swiper>.swiper-button-next{width: 40px;height: 40px;background-size: 24px 24px;}
	.pc_text{display: none;}
	.m_text{display: block;}
	.m_btn{display: block;}
	.m_btn a{margin-top: 5%;display: inline-block;font-size: 14px;border: 1px solid #00569d;padding: 2px 25px;color: #00569d;}
	/* 底部 */
	footer{margin-bottom: 60px;}
	.er h4{display: none;}
	.er a{display: none;}
	.m_footer{background-color: #191b28;position: fixed;height: 60px;bottom: 0;z-index: 999;left: 0;display: flex;width: 100%;border-top: 1px solid #333;}
	.m_footer>div{position: relative;height: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;border-right: 1px solid #333;flex: 1;align-content: center;padding: 5px 0;}
	.m_footer>div:last-child{border: none;}
	.m_footer>div>a{position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;font-size: 0;z-index: 10;}
	.m_footer>div img{max-height: 20px;display: block;margin: 0 auto;}
	.m_footer>div p{text-align: center;margin-top: 0px;color: #fff;font-size: 0.875rem;width: 100%;}
	/* 修改移动端 */
	.index_service{display: none;}
	.index_hz{position: relative;}
	.index_hz::after{content: "";position: absolute;z-index: -1;top: -55px;left: 0;width: 100%;height: 200px;background-color: #EAEBEB;}
	.index_hz_swiper{padding: 0 0 70px;}
	.index_hz_swiper>.swiper-button-prev{top:auto;bottom:15px;left:calc(50% - 50px);}
	.index_hz_swiper>.swiper-button-next{top:auto;bottom:15px;right:calc(50% - 50px);}
	.index_hz .swiper{margin-bottom: 0;}
	.prs_btn{display: inline-block;padding: 7px 25px;margin-top: 5%;border-color: #fff;}
	.index_product{text-align: center;}
}

@media (max-width:500px){
	/* 修改页面 */
	.mySwiper3 .swiper-wrapper{transform: initial !important;display: flex;flex-wrap: wrap;}
	.index_service .swiper-slide{width: 50% !important;padding: 2px;}
	.index_honer_list .mySwiper7 img{width: 60%;display: block;margin: 0 auto;}
}