*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
}
img {
  border-style: none;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
html,body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	overflow-x: hidden;
}
/* 工具样式 */
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.w1200{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.w1200{
	max-width: calc(100vw - 160px);
	margin: 0 auto;
}
header{
	z-index: 999;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	background-color: #fff;
}
.home_h1{display: none;}
/* 头部 */
.header{
	width: 100%;
	height: 80px;
	box-shadow: 0px 0px 5px 5px rgb(0,0,0,0.4);
}
.m-header{
	display: none;
}
.header .an{
	height: 100%;
	display: flex;
	align-items: center;
}
.header .an .img{
	width: 220px;
	display: block;
}
.header .an .img img{
	display: block;
	height: 65px;
}
.header .an .uls{
	display: flex;
	justify-content: flex-end;
	height: 100%;
	width: calc(100% - 220px);
}
.header .an .uls li{
	height: 100%;
	width: calc(100% / 8);
	max-width: 120px;
}
.header .an .uls li a{
	font-size: 16px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #333;
}
.header .an .uls li a p{
	width: 100%;
	height: 50%;
	text-align: center;
}
.header .an .uls li a p:nth-child(1){
	padding-top: 18px;
}
.header .an .uls li.active a,.header .an .uls li a:hover{
	color: #fff;
	background-color: rgb(21, 73, 154);
}

/* 内容 */
main{
	margin-top: 80px;
}
/* 首页-banner */
.index1 .swiper-slide{
	position: relative;
}
.index1 .swiper-slide>img{
	width: 100%;
	max-height: 700px;
}
.index1 .swiper-slide .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1400px;
}
.index1 .swiper-slide .text h2{font-size: 48px;font-weight: normal;line-height: 1.7;color: #154a9a;margin-bottom: 3%;}
.index1 .swiper-slide .text p{font-size: 32px;font-weight: normal;line-height: 1.7;color: #fff;background-color: #154a9a;padding: 6px 40px;display: inline-block;text-align: center;}
.index1 .swiper-slide .text .img{
	display: flex;
	margin-top: 5%;
}
.index1 .swiper-slide .text .img img{
	width: 49%;
	margin-right: 1.16%;
	height: 100%;
	object-fit: cover;
}
.index1 .swiper-slide .text .img img:nth-child(2n){
	margin-right: 0%;
}
.index1 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
	box-sizing: content-box;
}
.index1 .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 4px solid #999;
	opacity: 1;
	position: relative;
	top: 4px;
}
.index1 .swiper-button-next{
	background-image:url("../images/right.png");
	background-size: 30px 30px;
	background-position: 18px 24px;
	right: 0;
}
.index1 .swiper-button-prev{
	background-image:url("../images/left.png");
	background-size: 30px 30px;
	left: 0;
}
.index1 .swiper-button-next, .index1 .swiper-button-prev{
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	transition: .5s;
}
.index1 .swiper-button-next:hover,.index1 .swiper-button-prev:hover{
	background-color: rgba(0,0,0,0.4);
}
/* 首页-产品展示 */
.pad{
	padding: 80px 0 80px;
/* 	padding-top: 3.6611%;
	padding-bottom: 1.6611%; */
}
.index_title h3{
	text-align: center;
	color: rgb(21, 73, 154);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.index_title h3 span{
	color: rgb(38, 38, 38);
}
.index_title h5{
	text-align: center;
	font-size: 14px;
	color: rgb(200, 200, 200);
	font-weight: normal;
	font-family: arial, helvetica, sans-serif !important;
	text-transform: uppercase;
}
.index_title p{
	text-align: center;
}
.flex{
	display: flex;
}
.index_prod .flex{
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 3%;
}
.index_prod .text{
	width: 25%;
	max-width: 300px;
}
.index_prod .index_profl{
	width: 100%;
	margin-bottom: 3%;
}
.index_prod .index_profl ul{
	display: flex;
	justify-content: center;
}
.index_prod .index_profl ul a{
	border: 1px solid #E5E5E5;
	font-size: 16px;
	position: relative;
	display: block;
	padding: 10px 45px;
	margin: 0 10px;
	line-height: 1.6;
	white-space: nowrap;
}
.index_prod .index_profl ul a:hover, .index_prod .index_profl ul li.active a,.index_prod .index_profl ul li.current a {
    background-color: rgb(21, 73, 154);
    color: #fff;
}
.index_prod .text>*{
	padding-right: 10%;
}
.index_prod .uls{
	width: 75%;
	min-width: calc(100% - 300px);
}
.index_proflcon .uls{
	width: 100% !important;
}
.index_prod .text .txt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background-color: #16499A;
	height: 80px;
	padding-right: 0;
	margin-right: 10%;
}
.index_prod .text .txt .img{
	width: 40px;
}
.index_prod .text .txt .img img{
	width: 100%;
}
.index_prod .text .txt .tex{
	width: auto;
	padding-left: 10px;
}
.index_prod .text .txt .tex h4{
	font-weight: normal;
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
}
.index_prod .text .txt .tex h5{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
}
.index_prod .text .ul li a{
	display: block;
	border: 1px solid #E5E5E5;
	border-top: none;
	width: 100%;
	padding-left: 45px;
	font-size: 16px;
	line-height: 1.6;
	padding: 16px 0 16px 45px;
	position: relative;
}
.index_prod .text .ul li a:hover,.index_prod .text .ul li.active a{
	background-color: #F9F9F9;
	color: #154a9a;
}
.index_prod .text .ul li a:hover::after,.index_prod .text .ul li.active a::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #154a9a;
}
.index_prod .index_proflcon .uls{
	display: none;
}
.index_prod .index_proflcon .uls.current{
	display: flex;
}
.index_prod .index_proflcon .uls .btn{
	width: 100%;
}
.imgss{
	width: 100%;
	overflow: hidden;
}
.imgss img{
	width: 100%;
	transition: all .5s;
}
.trans:hover .imgss img{
	transform: scale(1.1);
}
.index_prod .uls{
	display: flex;
	flex-wrap: wrap;
}
.index_prod .uls li{
	width: 32.3%;
	margin-right: 1.16%;
	background-color: #F8F8F8;
	margin-bottom: 18px;
	transition: all .5s;
	cursor: pointer;
}
.index_prod .uls li:nth-child(3n){
	margin-right: 0%;
}
.index_prod .uls li p{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	/*padding: 12px 0;*/
	padding-top: 12px;
}
.index_prod .uls li p.case_add{
	padding-top: 0;
	padding-bottom: 12px;
}
.index_prod .uls li:hover{
	background-color: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.btn{
	display: flex;
	justify-content: center;
	padding-top: 2.0460%;
	align-items: center;
}
.btn a{
	background-color: #15499a;
	color: #fff;
	font-size: 20px;
	padding: 10px 50px;
	border-radius: 5px;
	transition: top .5s;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
}
.btn a span{
	color: #fff;
	font-size: 26px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	margin-top: -4px;
}
.btn a:hover{
	background-color: #15499A;
}
.btn a:hover{
	/* top: -8px; */
	background-color: #15499A;
}
/* 首页-弹窗 */
.floating{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.floating .an{
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
	background-color: #fff;
	box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.2);
	max-width: 1200px;
	width: 90%;
}
.floating .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.floating .img{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floating .img img{
	width: 100%;
}
.floating .text{
	width: 50%;
	padding:40px;
	
}
.floating .text h2{
	font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
    width: 100%;
    line-height: 24px;
}
.floating .x{
	position: absolute;
	right: 0%;
	top: 0;
	cursor: pointer;
	color: #dfdfdf;
	font-size: 30px;
	width: 30px;
	height: 30px;
	user-select: none;
}
.floating .text .input_text{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	outline-style: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 20px;
}
.floating .text .input_text2{
	padding: 6px 12px 26px;
	height: auto;
}
.btn2{
	width: 100%;
	padding: 6px 12px;
	height: 34px;
	font-size: 14px;
	background-color: #2FBEED;
	border:0px;
	outline-style: none;
	color: #fff;
}
.btn2:hover{
	background-color: #15499A;
}
/* 首页-服务优势 */
.index3 .color_f h3{
	color: #ffba00;
}
.color_f h3 span{
	color: #fff;
}
.index3{
	background: url("../images/index3_bg.png") no-repeat center;
	background-size: cover;
}
.index3 .pro_adv{
	border:#fff solid 1px;
	border-bottom:none;
	margin-top: 3%;
}
.index3 .pro_adv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index3 .pro_adv ul li{
	width: calc(33.3%);
	text-align: center;
	border-right: #fff solid 1px;
	padding:35px 25px;
	border-bottom: #fff solid 1px;
}
.index3 .pro_adv ul li .adv_img{
	width: 60px;
	margin:0 auto 20px;
	/* height: 60px; */
	transition: all .3s;
}
.index3 .pro_adv ul li .adv_img img{
	width: 60px;
	height: 60px;
}
.index3 .pro_adv ul li h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	padding: 0 20%;
}
.index3 .pro_adv ul li  p{
	font-size: 16px;
	line-height: 30px;
	color:#f7f7f7;
}
.index3 .pro_adv ul li:hover{
	background: rgba(255, 255, 255, 0.2);
	display: block;
	transition: all .3s;
	cursor: pointer;
}
/* 首页-企业实力 */
.index4{
	background-color: #F4F4F4;
}
.index4 img{
	max-width: 100%;
}
.index4 .uls{
	display: flex;
	padding-top: 3%;
	padding-bottom: 1.6660%;
}
.index4 .uls li{
	flex: 1;
	padding: 40px 0;
	background-color: #fff;
	border: 1px solid rgb(232, 232, 232);
}
.index4 .uls li h3{
	text-align: center;
	line-height: 1.5;
}
.index4 .uls li h3 span.counter{
	font-size: 55px;
	color: #033965;
}
.index4 .uls li h3 span{
	color: #033965;
	font-size: 30px;
}
.index4 .uls li p{
	text-align: center;
}
.index4 .uls2{
	background-color: #fff;
	display: none;
}
.index4 .uls2 li{
	display: flex;
	flex-wrap: wrap;
}
.index4 .uls2 li .img{
	width: 50%;
	/* padding-bottom: 3.3334%; */
    padding-right: 0.0000%;
    padding-left: 3.3334%;
    padding-top: 0.0000%;
}
.index4 .uls2 li .img img{
	display: block;
	width: 100%;
}
.index4 .uls2 li .img_bot{
	width: 100%;
	padding: 3% 3.3334%;
	display: flex;
	justify-content: space-between;
}
.index4 .uls2 li .text{
	width: 50%;
	padding-top: 2.5000%;
	padding-left: 3.3334%;
	padding-right: 3.3334%;
	padding-bottom: 2.5000%;
}
/*.index4 .uls2 li:nth-child(1) .img{
	position: relative;
	left: 50%;
	padding-top: 3.3334%;
    padding-left: 0.0000%;
    padding-right: 3.3334%;
    padding-bottom: 0.0000%;
}
.index4 .uls2 li:nth-child(1) .text{
	position: relative;
	right: 50%;
}*/
.index4 .uls2 li .text .flex{
	padding-bottom: 6.5%;
}
.index4 .uls2 .text .flex .txt{
	/*padding-left: 15px;*/
}
.index4 .uls2 .text .flex .txt h3{
	color: rgb(21, 73, 154);
	font-size: 34px;
}
.index4 .uls2 .text .flex .txt h5{
	color: rgb(21, 73, 154);
	font-size: 34px;
	flex-wrap: nowrap;
	font-weight: normal;
}
.index4 .uls2 .text p{
    color: #333;
    font-size:18px;
	line-height: 2;
	padding: 10px 0;
}
.index4 .uls2 .text p img{
	margin-right: 8px;
	margin-top: -6px;
}
/* 首页-合作流程 */
.index5{
	/*background: url("../images/index5.jpg") no-repeat center;*/
	background-color: #F4F4F4;
	background-size: cover;
}
.index5 .color_f h3{
	 color: #ffba00;
}
.index5 .flex{
	flex-wrap: wrap;
	margin-top: 3%;
	padding-top: 3%;
	align-items: center;
	display: flex;
	justify-content: center;
	background-color: #fff;
}
.index5 .flex li{
	width: 13%;
	margin-right: 3.16%;
	position: relative;
}
.index5 .flex li::after{
	/* content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	right: 0px;
	top: calc(50% - 20px);
	z-index: 0; */
}
.index5 .flex li::before{
	content: ">";
	position: absolute;
	/* left: calc(100% - 14px); */
	left: calc(100%);
	top: 48px;
	top: calc(50% - 72px);
	font-size: 30px;
	color: #d09813;
}
.index5 .flex li:nth-child(5n){
	margin-right: 0%;
}
.index5 .flex li:last-child::before{
	display: none;
}
.index5 .flex .img {
	height: 60px;
	overflow: hidden;
}
.index5 .flex .img img{
	max-width: 70%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 99;
}
.index5 .flex .img img.on2{
	display: block;
}
.index5 .flex .img img.on{
	display: none;
}
.index5 .flex li:hover .img img.on2{
	display: none;
}
.index5 .flex li:hover .img img.on{
	display: block;
}
.index5 .flex li .text{
	text-align: center;
}
.index5 .flex li .text h5{
	color: #333;
	text-align: center;
	line-height: 2;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	height: 32px;
	overflow: hidden;
	font-weight: normal;
}
.index5 .flex li .text p{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.index5 .txt{
	margin-top: 2.5%;
}
.index5 .txt p{
	color: rgb(255, 255, 255);
	font-size: 20px;
	text-align: center;
	margin-bottom: 0.5%;
	line-height: 1.7;
	font-weight: bold;
}
/* 首页-广告 */
.g{
	background-color: rgb(21, 73, 154);
	margin-bottom: 30px;
}
.g .an{
	position: relative;
}
.g .an p{
	color: #fff;
	font-size: 40px;
	padding: 40px 0;
	text-align: center;
	font-weight: bold;
}
.btn3{
	display: flex;
	justify-content: center;
	padding-top: 1.0460%;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translate(-50%,0);
}
.btn3 a{
	background-color: #000;
	color: #fff;
	font-size: 20px;
	padding: 10px 50px;
	border-radius: 5px;
	transition: top .5s;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
}
.btn3 a span{
	color: #fff;
	font-size: 26px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	margin-top: -4px;
}
.btn3 a:hover{
	/* top: -10px; */
	background-color: #666;
}
/* 首页-公司简介 */
.index6 .flex{
	flex-wrap: wrap;
	margin-top: 3%;
	position: relative;
	background: url("../images/index6.png") no-repeat center;
	background-size: cover;
}
.index6 .flex .text{
	padding: 0 0 0 calc(100% - 600px);
	width: 100%;
}
.index6 .flex .text .txt{
	width: 100%;
	background-color: rgba(21, 73, 154,0.8);
	padding-top: 9.8000%;
	padding-left: 10.0000%;
	padding-right: 10.0000%;
	padding-bottom: 9.8000%;
}
.index6 .flex .text .txt h3{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.index6 .flex .text .txt h2{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.index6 .flex .text .txt p{
	font-size: 15px;
	color: #fff;
	line-height: 2;
}
.index6 .flex .text .txt p a{
	color:#ffba00;
}
.index6 .flex .text .txt p a:hover{
	color: #ccc;
}
.index6 .mySwiper2,.index6 .mySwiper3{
	overflow: hidden;
}
.index6 .mySwiper2 a,.index6 .mySwiper3 a{
	width: 100%;
	display: block;
	cursor: pointer;
}
.index6 .mySwiper2 img,.index6 .mySwiper3 img{
	width: 100%;
}
.index6 .ulss{
	display: flex;
	justify-content: center;
}
.index6 .ulss li{
	padding: 12px 50px;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	margin-top: 3%;
	margin-bottom: 3%;
	cursor: pointer;
}
.index6 .ulss li.active,.index6 .ulss li:hover{
	background-color: #15499A;
}
.index6 .swiper-button-next, .index6 .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all .5s;
}
.index6 .swiper-button-prev{
	background-image: url("../images/left.png");
	background-size: 30px 30px;
}
.index6 .swiper-button-next{
	background-image: url("../images/right.png");
	background-size: 30px 30px;
	background-position: 0px 5px;
}
.index6 .swiper-button-next:hover, .index6 .swiper-button-prev:hover{
	background-color: rgba(21, 73, 154,1);
}
.index6 .mySwiper2:hover .swiper-button-next,
.index6 .mySwiper2:hover .swiper-button-prev,
.index6 .mySwiper3:hover .swiper-button-next,
.index6 .mySwiper3:hover .swiper-button-prev{
	opacity: 1;
}
.index6 .mySwiper2 a i,
.index6 .mySwiper3 a i{
	position: relative;
}
.index6 .mySwiper2 a i:before,
.index6 .mySwiper3 a i:before{
	content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    top: 43%;
    left: 43%;
    transform: translate(-50%,-50%);
}
.index6 .mySwiper2 a i::after,
.index6 .mySwiper3 a i::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: rotate(125deg);
    top: 52%;
    left: 63%;
}
.index6 .mySwiper2 a i,
.index6 .mySwiper3 a i{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    background: rgba(0,0,0,0.5);
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.index6 .mySwiper2 a:hover i,
.index6 .mySwiper3 a:hover i {
	opacity: 1;
	margin-top: -25px;
}
/* 首页-横幅 */
.index7{
	width: 100%;
	margin: 0 auto;
	display: block;
	background: url(../images/index7.jpg) no-repeat top center;
	padding:40px 0;
}
.index7 h3{
	text-align: center;
	font-size: 40px;
	color: #fff;
	letter-spacing: 10px;
	line-height: 60px;
}
.index7 h5{
	text-align: center;
	font-size: 25px;
	color: #fff;
	letter-spacing: 5px;
	line-height: 50px;
	font-weight: normal;
}

/* 首页-新闻资讯 */
.index_news{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 3%;
}
.index_news>div{
	width: 50%;
}
.index_news_left{
	padding-right: 2.5%;
}
.index_news_right{
	padding-left: 2.5%;
}
.index_news_title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
	padding-top: 0.5000%;
	padding-bottom: 2.5000%;
	margin-bottom: 3.3333%;
	align-items: center;
}
.index_news_title h3{
	font-size: 24px;
	color: #000;
}
.index_news_title a{
	font-size: 14px;
	color: #999;
}
.index_news_title a:hover{
	color: #15499A;
}
.index_time{
	max-width: 90px;
	width: 100%;
	background-color: #15499A;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 0;
}
.index_time .day{
	font-size: 30px;
	color: #fff;
}
.index_time p{
	font-size: 14px;
	color: #fff;
}
.index_news .flex{
	flex-wrap: wrap;
	margin-top: 3%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #E5E5E5;
}
.index_news .flex .text{
	width: calc(100% - 90px);
	padding-left: 35px;
}
.index_news .flex:hover .text h2{
	color: #15499A;
}
.index_news .flex .text h2{
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.7;
	margin-bottom: 10px;
}
.index_news .flex .text p{
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.9;
	color: #666;
}
.index_news .img img{
	display: block;
	width: 100%;
}
/* 一问一答 */
.index_news .dts{
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 590px;
}
.index_news .ulss{
	position: relative;
	top: 0;
	/* transition: all 2s; */
	animation: keys 5s;
}
.index_news .ulss li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.index_news .ulss li a .w{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.index_news .ulss li a .w h4{
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 30px);
	padding-left: 15px;
}
.index_news .ulss li a .w span{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.index_news .ulss li a .d{
	display: flex;
	align-items: flex-start;
}
.index_news .ulss li a .d p{
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	color: #666;
	width: calc(100% - 30px);
	padding-left: 15px;
	line-height: 1.6;
	height: 52px;
}
.index_news .ulss li a .d span{
	display: inline-block;
	font-size: 16px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	background-color: #15499A;
	color: #fff;
	text-align: center;
}
.index_news .ulss li a:hover .w h4{
	color: #15499A;
}
/* 底部 */
.footer{
	background: #033965;
	color: #9c9fae;
}
.footer_2 {
	width: 100%;
	padding: 35px 0;
	border-top: 1px solid #555;
}

.footer_2 .foot {
	height: auto;
	background-color: transparent;
}

.footer_2 .foot p {
	font-size: 16px;
	color: #fff;
}

.footer_2 .foot p a {
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
}

.footer_2 .foot p a:hover {
	color: #086ee8;
}

.footer_1 .an {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_1 .text1 {
	width: 50%;
}

.footer_1 .uls {
	width: calc(100% - 410px - 152px);
	padding: 0 2.4vw;
	box-sizing: border-box;
}

.footer_1 .text2 {
	width: 30%;
	display: flex;
	justify-content: space-between;
}

.footer_1 .text1>.img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 30px;
}

.footer_1 .text1>.img h2 {
	font-size: 37px;
	color: #fff;
	padding-right: 10px;
	line-height: 1;
	font-weight: normal;
}

.footer_1 .text1>.img h2 a {
	font-size: 37px;
	color: #fff;
}

.footer_1 .text1>.img p {
	font-size: 16px;
	color: #fff;
}

.footer_1 .text1 .txt {
	/*display: flex;*/
	padding-bottom: 20px;
	/*align-items: center;*/
	line-height: 40px;
}

.footer_1 .text1 .txt .img {
	width: 35px;
}

.footer_1 .text1 .txt .img img {
	display: block;
	height: 20px;
	filter: brightness(100);
	filter: brightness(1.6);
}

.footer_1 .text1 .txt p {
	font-size: 16px;
	color: #fff;
}

.footer_1 .uls {
	display: flex;
}

.footer_1 .uls>li {
	flex: 1 1;
}

.footer_1 .uls li h3 {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: normal;
	padding-bottom: 30px;
}

.footer_1 .uls li h3 span {
	font-size: 16px;
	color: #fff;
	display: none;
	font-weight: normal;
}

.foot_ul_s {
	width: 100%;
}
.foot_ul_s li {
	padding-bottom: 15px;
}

.foot_ul_s li a {
	display: inline-block;
	line-height: 1.7;
	font-size: 16px;
	color: #999;
}

.foot_ul_s li a:hover {
	color: #086ee8;
}

.footer_1 .text2 .txt2 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 30px;
	text-align: right;
	white-space: nowrap;
}

.footer_1 .text2 .img {
	width: 40%;
	margin: 0 0 0 auto;
}

.footer_1 .text2 .img img {
	display: block;
	max-width: 90%;
	margin:0 auto;
}

.footer_1 .text2 .img p {
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/* 子页banner */
.z-banner{
	position: relative;
}
.z-banner img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.z-banner .text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform:translate(-50%,-50%);
}
.z-banner .text h3{
	font-size: 50px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	display: none;
}
.z-banner .text p{
	font-size: 30px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	text-transform: uppercase;
	display: none;
}
/* 面包屑 */
.t_mb{
	background-color: #F8F8F8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	align-items: center;
	padding: 10px 10px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 1.6667%;
}
.t_mb a{
	margin-right: 5px;
}
.t_mb a,.t_mb span{
	font-size: 16px;
	color: #333;
}
.t_mb span{
	margin: 0 5px;
}
.t_mb a:hover{
	color: #154a9A;
}
.text_about{
	width: 100%;
}
.about_text p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	/*text-indent: 2em;*/
}
.about_text img{
	display: inline-block;
	margin: 1.6667% auto;
	max-width: 100%;
	width: auto !important;
}
.text_about{
	display: flex;
	flex-wrap: wrap;
}
.text_about .img{
	width: 50%;
}
.text_about .img img{
	width: 100%;
}
.text_about .about2_text{
	width: 50%;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.text_about .about2_text>div{
	margin-bottom: 20px;
}
.text_about .about2_text>div:last-child{
	margin-bottom: 0;
}
.text_about .about2_text h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
	margin-bottom: 5px;
}
.text_about .about2_text p{
	font-size: 16px;
	line-height: 1.7;
	color: #666;
}
/* 关于我们 */
.page_pad{
	margin: 4% 0;
}
.index_prod .uls .ulss{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.index_prod .uls .ulss li a{
	display: block;
	width: 100%;
}
.index_prod .uls .ulss li a img{
	width: 100%;
}
.index_prod .uls .ulss li p{
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_prod .uls .ulss li i:before{
	content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    transform: translate(-50%,-50%);
}
.index_prod .uls .ulss li i::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    background: #fff;
    transform: rotate(125deg);
    top: calc(50% - 4px);
    left: calc(50% + 3px);
}
.index_prod .uls .ulss li a{
	overflow: hidden;
	position: relative;
}
.index_prod .uls .ulss li i{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    transition: all ease-out .3s;
    background: rgba(0,0,0,0.5);
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    display: block;
	opacity: 0;
}
.index_prod .uls .ulss li:hover i{
	opacity: 1;
}
/* 分页 */
.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;
	cursor: none !important;
	box-shadow: none !important;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin: 0 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
    display: inline-block;
    /* border: 1px solid #ccc; */
    padding: 4px 10px;
    margin: 0 5px;
    background: #15499A;
    color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
/* 产品中心 */
.index_prod  .cases_uls{
    width: 75%;
    min-width: calc(100% - 300px);
}
.cases_uls .ulss{
	display: flex;
	flex-wrap: wrap;
}
.cases_uls .ulss li{
	margin-right: 1.16%;
	width: 32.5%;
	margin-bottom: 20px;
}
.cases_uls .ulss li:nth-child(3n){
	margin-right: 0%;
}
.cases_uls .ulss li a{
	width: 100%;
	display: block;
}
.cases_uls .ulss li .flexs{
	display: flex;
	padding: 24px 0 10px;
	align-items: flex-start;
}
.cases_uls .ulss li .times{
	width: 75px;
	border-right: 1px solid #ccc;
}

.cases_uls .ulss li .times .day{
	font-size: 22px;
	color:#666;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1;
}
.cases_uls .ulss li .times .year{
	font-size: 16px;
	color:#666;
	text-align: center;
}
.cases_uls .ulss li .txt{
	width: calc(100% - 75px);
	padding-left: 15px;
}
.cases_uls .ulss li .txt h2{
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 15px;
}
.cases_uls .ulss li .txt p{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.6;
	margin-right: 34px;
}
.cases_uls .ulss li .txt .flex{
	position: relative;
}
.cases_uls .ulss li .txt .flex i{
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	color: #999;
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: -5px;
	transition: all .5s;
}
.cases_uls .ulss li a{
	position: relative;
}
.cases_uls .ulss li a::after{
	bottom: 0;
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #15499A;
	content: "";
	transition: all .5s;
}
.cases_uls .ulss li a:hover::after{
	width: 100%;
}
.cases_uls .ulss li a:hover .txt h2{
	color: #15499A;
}
.cases_uls .ulss li a:hover .txt .flex i{
	border-color: #154a9A;
	color: #15499A;
}
/* 新闻详情 */
.news_detailes{
	width: 100%;
}
.news_detailes h1{
	font-size: 32px;
	color: #000;
	line-height: 1.7;
	text-align: center;
}
.news_detailes .news_times{
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.news_detailes .news_times span{
	line-height: 1.7;
	display: inline-block;
	margin-right: 5px;
}
.news_detailes p{
	font-size: 18px;
	color: #000;
	line-height: 2;
	text-indent: 2em;
}
.news_detailes img{
	max-width: 100%;
	display: block;
	width: auto !important;
	margin: 10px auto;
}
.news_page{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 2.5%;
	width: 100%;
}
.news_page a{
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}
.news_page a:hover{
	color: #15499A;
}
.news_page a:last-child{
	text-align: right;
}
.guarantee>img{
	max-width: 100%;
	display: block;
	width: auto !important;
	margin: 0 auto;
}
.guarantee>p>img{
	max-width: 100%;
	display: block;
	width: auto !important;
	margin: 0 auto;
}
.guarantee .ul{
	display: flex;
	flex-wrap: wrap;
	margin: 2.5% 0;
}
.guarantee .ul .li{
	width: 32.5%;
	margin-right: 1.16%;
	margin-bottom: 2.5%;
	display: flex;
	align-items: center;
}
.guarantee .ul .li:nth-child(3n){
	margin-right: 0%;
}
.guarantee .ul .li .img{
	width: 70px;
}
.guarantee .ul .li .img img {
	width: 100%;
}
.guarantee .ul .li .titles{
	padding-left: 10px;
	width: calc(100% - 70px);
}
.guarantee .ul .li h3{
	font-size: 18px;
	line-height: 1.7;
	color: #15499A;
}
.guarantee .ul .li p{
	font-size: 16px;
	line-height: 1.7;
}
/* 新闻资讯 */
.news_ul{
	margin-bottom: 2.5%;
}
.news_ul a{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.news_ul .img{
	width: 32%;
}
.news_ul .news_t{
	width: 68%;
	padding-left: 40px;
}
.news_ul .img img{
	
}
.news_ul a:hover .news_t h3{
	color: #15499A;
}
.news_ul .news_t h3{
	font-size: 18px;
	line-height: 1.7;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_ul .news_t p{
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.7;
	height: 82px;
}
/* 在线留言 */
.message_txt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.message_txt .img{
	width: 50%;
	position: relative;
	left: 50%;
}
.message_txt .img img{
	width: 100%;
}
.message_txt .txts{
	width: 50%;
	padding-right: 40px;
	position: relative;
	right: 50%;
}
.message_txt .txts form{
	width: 100%;
}
.message_txt .txts .mess_input{
	width: 100%;
}
.message_txt .txts .mess_input span{
	font-size: 16px;
	margin-bottom: 8px;
	color: #333;
	position: relative;
	padding-right: 15px;
	display: inline-block;
}
.message_txt .txts .mess_q span::after{
	color: red;
	content: "*";
	position: absolute;
	right: 2px;
	top: 0;
	font-size: 16px;
}
.message_txt .txts .mess_input{
	margin-bottom: 4.5%;
}
.message_txt .txts .mess_input input{
	padding: 8px 10px;
	width: 100%;
	display: block;
	outline-style: none;
	font-size: 16px;
}
.message_txt .txts .mess_textarea input{
	padding: 8px 10px 40px;
}
.btn4{
	width: 100%;
	padding-top: 1.5%;
}
.btn4 input{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	padding: 12px 10px;
	font-size: 16px;
	background-color: #15499A;
	outline-style: none;
	color: #fff;
	cursor: pointer;
}
.btn4 input:hover{
	background-color: #086ee8;
}
/* 联系我们 */
.contact_txt{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact_txt .trans{
	display: block;
	width: 50%;
	max-height: 400px;
	overflow: hidden;
}
.contact_txt .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_txt .txtss{
	width: 50%;
	padding-right: 40px;
}
.contact_txt .txtss h1{
	font-size: 32px;
	line-height: 1.7;
	margin-bottom: 5%;
}
.contact_txt .txtss p{
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 2.5%;
}
/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
















@media (min-width:769px){
	.index_prod .text .ul2{display: none;}
}
/* 适配 */
@media (max-width:1400px){
	.w1200{max-width: 1400px;padding: 0 3%;}
	/* 子页面-banner */
	.z-banner .text{width: 1920px;}
	.index1 .swiper-slide .text{width: 1920px;}
	/* 首页-产品中心 */
	/* .index_prod .uls li{width: calc(24%);margin-right: 1.16%;}
	.index_prod .uls li:nth-child(4n){margin-right: 1.16%;}
	.index_prod .uls li:nth-child(4n){margin-right: 0%;} */
}
@media (max-width:1200px){
	/* 客户案例 */
	.cases_uls .ulss li{width: 49%;margin-right: 2%;}
	.cases_uls .ulss li:nth-child(3n){margin-right: 2%;}
	.cases_uls .ulss li:nth-child(2n){margin-right: 0%;}
	/* 新闻案例 */
	.news_ul a{width: 100%;margin-right: 0;}
	/* 子页面-banner */
	.z-banner .text h3{font-size: 52px;}
	.z-banner .text p{font-size: 40px;}
}
@media (max-width:1024px){
	/* 整体样式 */
	.pad{padding:50px 0}
	main{margin-top: 60px;}
	/* 头部 */
	.header{display: none;}
	.m-header{display: block;position: fixed;height: 60px;top: 0;left: 0;z-index: 999;background-color: #fff;width: 100%;align-items: center;}
	.m-header .an{display: flex;justify-content: space-between;height: 100%;align-items: center;}
	.m-header .img img{height: 46px;}
	.header_list i{width: 28px;height: 2px;margin-bottom: 4px;background: #333;display: block;}
	.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: 5%;height: 20px;width: 20px;top: 10px;z-index: 9999;opacity: 0;transition:all .5s;}
	.xs img{width: 100%;}
	.header_nav .uls{position: fixed;left: 100%;right:0;background-color: #333;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>li>a{padding: 12px 10px 12px 25px;}
	.header_nav .uls>li>ul{display: none;}
	.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;}
	/* banner */
	.index1 .swiper-slide .text h2{font-size: 90px;margin-bottom: 0px;}
	.index1 .swiper-slide .text p{font-size: 48px;}
	.index1 .swiper-slide .text .img{margin-top: 40px;}
	.index1 .swiper-button-next, .index1 .swiper-button-prev{width: 50px;height: 50px;}
	.index1 .swiper-button-next{background-position: 6px 11px;}
	.index1 .swiper-pagination-bullet{width: 8px;height: 8px;}
	.index1 .swiper-pagination-bullet-active{width: 8px;height: 8px;}
	/* 首页-产品展示 */
	.index_prod .index_profl ul a{ padding:10px 25px;}
	.index_prod .uls li{width: 32.5%;}
	.index_prod .uls li:nth-child(4n){margin-right: 1.16%;}
	.index_prod .uls li:nth-child(3n){margin-right: 0%;}
	.index_prod .text .txt .img{width: 30px;}
	.index_prod .text .txt .tex{padding-left: 6px;}
	.index_prod .text .txt .tex h4{font-size: 22px;}
	/* 首页-产品优势 */
	.index4 .uls2{display: block;}
	.index4 .uls2 li .text .flex{ padding-bottom: 2.5%;}
	.index4 .uls2 .text .flex .txt h3{ font-size: 27px;}
	.index4 .uls2 .text .flex .txt h5{ font-size: 18px;}
	.index4 .uls2 .text p{ padding:3px 0}
	.index4 .uls2 li .img img{ height: 211px;}
	/* 首页-新闻资讯 */
	.index_news .dts{max-height: calc(114px * 4);}
	.index_news .ulss li{margin-bottom: 10px;padding-bottom: 10px;}
	.index_news .ulss li a .w{ margin-bottom: 12px;}
	/* 底部 */
	.footer_1 .text1{max-width: 410px;width: 100%;margin: 0 auto;}
	.footer_1 .uls{width: 100%;}
	.footer_1 .uls>li{width: 100%;}
	.footer_1 .uls li h3 span{display: block;cursor: pointer;}
	.foot_ul_s{display: none;}
	.footer_1 .uls li h3{justify-content: space-between;padding-bottom: 10px;}
	.foot_ul_s li{padding: 0 0 10px 20px;}
	.footer_1 .text2{width: 100%;}
	.footer_1 .text2 .txt2{font-size: 20px;text-align: center;padding-bottom: 10px;}
	.footer_1 .text2 .img{width: 100%;}
	.footer_1 .text2 .img img{margin: 0 auto;}
	.footer_1 .text2 .img p{padding-top: 10px;}
	.footer_1{padding: 50px 0;}
	.footer_1 .text1>.img{padding: 0 0 10px;}
	.footer_2 .foot{padding: 0;}
	.footer_1 .uls{padding: 0;}
	.footer_1 .uls{display: none;}
	/* 关于我们 */
	.text_about .img{width: 100%;}
	.text_about .img img{max-width: 100%;width: auto;margin: 0 auto 10px; display: block;}
	.text_about .about2_text{padding: 0;width: 100%;}
	/* 服务保障 */
	.guarantee .ul .li{margin-right: 2%;width: 49%;}
	.guarantee .ul .li:nth-child(3n){margin-right: 2%;}
	.guarantee .ul .li:nth-child(2n){margin-right: 0%;}
	/* 联系我们 */
	.contact_txt .txtss{width: 100%;padding: 0 0 15px;}
	.contact_txt .trans{width: 100%;}
	.contact_txt .txtss h1{font-size: 20px;}
	.contact_txt .txtss p{font-size: 18px;}
	/* 子页面-banner */
	.z-banner .text h3{font-size: 52px;}
	.z-banner .text p{font-size: 40px;}
}



@media (max-width:768px){
	/*首页—banner*/
	.index1 .swiper-slide>img{ height: 250px;}
	.index1 .swiper-pagination-bullet{ width: 6px; height: 6px;}
	/* 整体样式 */
	.pad{ padding:7% 0;}
	.index_title h3{font-size: 24px;}
	.index_title p img{position: relative;top: -8px;}
	.w1200{max-width: 1400px;padding: 0 20px;}
	/* 首页-产品展示 */
	.index_prod .text{width: 100%;max-width: 100%;}
	.index_prod .index_profl{ display: none;}
	.index_prod .text .txt{display: none;}
	.index_prod .text>*{padding-right: 0;}
	.index_prod .text .ul{display: none;}
	.index_prod .text .ul2{margin-bottom: 15px;position: relative;}
	.index_prod .text .ul2 .mySwiper4{margin-left: 15px;margin-right: 15px;width: calc(100% - 30px);overflow: hidden;}
	.index_prod .text .ul2 .mySwiper4 .swiper-wrapper{justify-content: space-between;}
	.index_prod .text .ul2 li{width: auto;}
	.index_prod .text .ul2 li.active a{background-color: #15499A;color: #fff;}
	.index_prod .text .ul2 li a{padding: 6px 10px;margin-right: 5px;    border: 1px solid transparent;background-color: #E5E5E5;font-size: 16px;}
	.index_prod .text .ul2 .mySwiper4 .swiper-button-next{display: none;}
	.index_prod .text .ul2 .mySwiper4 .swiper-button-prev{display: none;}
	.index_prod .text .ul2>.swiper-button-next{right: -14px;}
	.index_prod .text .ul2>.swiper-button-prev{left: -14px;}
	.index_prod .text .ul2>.swiper-button-next,
	.index_prod .text .ul2>.swiper-button-prev{height: 24px;margin-top: -12px;display: none;}
	.index_prod .uls{width: 100%;}
	.index_prod .uls li{width: 49%;margin-right: 2%;margin-bottom: 10px;}
	.index_prod .uls li:nth-child(4n){margin-right: 2%;}
	.index_prod .uls li:nth-child(3n){margin-right: 2%;}
	.index_prod .uls li:nth-child(2n){margin-right: 0%;}
	.index_prod .uls li p{padding: 6px 0;}
	.btn{ padding-top: 4%;}
	.btn a{font-size: 16px;padding: 6px 30px;}
	/* 首页-服务优势 */
	.index3 .pro_adv ul li{ width: 50%; padding:20px 10px;}
	.index3 .pro_adv ul li .adv_img{ width: 40px; margin-bottom: 10px;}
	.index3 .pro_adv ul li .adv_img img{ width: 40px; height: 40px;}
	.index3 .pro_adv ul li h4{ font-size: 18px;padding: 0;}
	.index3 .pro_adv ul li p{ font-size: 16px; line-height: 24px;}
	/* 首页-企业实力 */
	.index4 .uls2{display: block;}
	.index4 .uls2 li:nth-child(1) .img,
	.index4 .uls2 li:nth-child(1) .text{position: static;}
	.index4 .uls2 li .img{width: 100%;padding: 0 0 10px !important;}
	.index4 .uls2 li .text{width: 100%;padding: 0 20px 10px!important;}
	.index4 .uls2 li .text .flex>img{height: 60px;}
	.index4 .uls2 .text .flex .txt h3{font-size: 22px;}
	.index4 .uls2 .text .flex .txt h5{font-size: 18px;}
	.index4 .uls2 li .text .flex{padding-bottom: 3%; padding-top: 3%;}
	.index4 .uls2 .text p{padding:10px 0px 0px 0px;}
	.index4 .pcimg_bot{display: none;}
	.index4 .uls{flex-wrap: wrap;}
	.index4 .uls li{width: 50%;flex: none;}
	/* 首页-合作流程 */
	.index5 .txt p{font-size: 16px;}
	.index5 .flex li{width: 30%; margin-bottom: 3%;}
	.index5 .flex li:nth-child(5n){margin-right: 6.16%;}
	.index5 .flex li:nth-child(3n){margin-right: 0%;}
	.index5 .flex li .text p{font-size: 16px;margin: 0px 0 5px;}
	.index5 .flex li::before{ display: none;}
	.index5 .flex li .text h5{ margin-bottom: 0px;}
	/* 首页-小广告 */
	.g{margin-bottom: 20px;}
	.g .an p{font-size: 18px;padding: 20px 0;}
	.btn3{bottom: -28px;}
	.btn3 a{font-size: 16px;padding: 6px 30px;}
	.btn3 a:hover{top:0px;}
	/* 首页-公司简介 */
	.index6 .ulss{margin:3% 0}
	.index6 .flex .text{padding: 0 0 0 calc(100% - 400px);}
	.index6 .flex .text .txt h3{font-size: 18px;}
	.index6 .flex .text .txt h2{font-size: 18px;margin-bottom: 10px;padding-bottom: 10px;}
	.index6 .flex .text .txt{padding: 30px 20px;}
	.index6 .ulss li{padding: 8px 20px;font-size: 16px;}
	/* 首页-横幅 */
	.index7{display: none;}
	/* 首页-新闻资讯 */
	.index_news>div{width: 100%;}
	.index_news_left{padding-right: 0%; margin-bottom: 4%;}
	.index_news_title h3{font-size: 20px;}
	.index_news .flex .text h2{font-size: 16px;}
	.index_time{max-width: 80px;padding: 12px 0;}
	.index_news .flex .text{padding-left: 15px;}
	.index_time .day{font-size: 26px;}
	.index_news .dts{ height:auto !important;}
	.index_news .ulss li a .w{ margin-bottom: 5px;}
	/* 首页-开拓国际视野 */
	.index4 .uls2 li .img_bot {flex-wrap: wrap;justify-content: center;}
	.index4 .uls2 li .img_bot img{max-width: 100%;}
	/* 底部 */
	.footer_1{padding: 40px 0 30px;}
	.footer_1 .text2 .img{width: 45%;margin: 0;}
	/* 关于我们 */
	.about_text p{font-size:16px}
	.about_text img{ margin:3% 0;}
	/* 客户案例 */
	.index_prod .cases_uls{width: 100%;}
	.cases_uls .ulss li{width: 100%;margin-right: 0 !important;}
	/* .cases_uls .ulss li .times{width: 70px;}
	.cases_uls .ulss li .times .day{font-size: 18px;padding-bottom: 6px;} */
	.cases_uls .ulss li .txt{padding-left: 10px;}
	.cases_uls .ulss li .txt p{margin-right: 0px;}
	.cases_uls .ulss li .txt i{display: none;}
	.cases_uls .ulss li .txt h2{font-size: 16px;margin-bottom: 5px;}
	.cases_uls .ulss li .flexs{padding: 15px 0 5px;}
	.cases_uls .ulss li{margin-bottom: 10px;}
	/* 新闻详情 */
	.news_detailes h1{font-size: 18px;margin-bottom: 5px;}
	.news_detailes .news_times{margin-bottom: 10px;}
	.news_detailes .news_times span{font-size: 14px;}
	.news_detailes p{font-size: 16px;}
	/* 分页 */
	.news_page{display: block;}
	.news_page a{width: 100%;text-align: left !important;font-size: 16px;}
	/* 服务保障 */
	.guarantee .ul .li{width: 100%;margin-right: 0 !important;}
	.guarantee .ul .li h3{font-size: 16px;}
	.guarantee .ul .li .img{width: 50px;}
	.guarantee .ul .li .titles{width: calc(100% - 50px);}
	/* 新闻资讯 */
	.news_ul a{flex-wrap: wrap;}
	.news_ul .img{width: 100%;}
	/* .news_ul .img img{width: auto;max-width: 100%;margin: 0 auto;display: block;} */
	.news_ul .news_t h3{text-align: center;font-size: 16px;margin-bottom: 10px;}
	.news_ul .news_t{width: 100%;padding: 10px 0 0;}
	/* 在线留言 */
	.message_txt .img{width: 100%;position: static;}
	.message_txt .txts{width: 100%;padding-right: 0;position: static;padding-top: 10px;}
	.message_txt .txts .mess_input input{padding: 6px 10px;}
	.message_txt .txts .mess_textarea input{padding: 6px 10px 30px;}
}
@media (max-width:767px){
	/* 首页-产品展示 */
	.floating .img{width: 100%;}
	.floating .text{width: 100%;padding: 20px;}
	.floating .flex{overflow-y: auto;}
	.floating .text h2{font-size: 20px;padding-bottom: 15px;}
	.floating .text .input_text{margin-bottom: 15px;}
	/* 首页-公司简介 */
	.index6 .flex .text{padding: 0 0 0 calc(0%);}
	/* 服务保障 */
	.guarantee .ul .li{width: 100% !important;}
	/* 子页面-banner */
	.z-banner .text h3{font-size: 26px;}
	.z-banner .text p{font-size: 20px;}
}
@media (max-width:500px){
	/* 首页-产品展示 */
	.index_prod .uls li{width: 100%;margin-right: 0 !important;margin-bottom: 10px;}
}