@media (max-width: 992px) {
	.header_mobile {
		display: block;
	}
	.head {
		padding: 0 2%;
		width: 100%;
		position: fixed;
		background-color: #fff;
		height: 1.3333rem;
		line-height: 1.3333rem;
		top: 0;
		left: 0;
		z-index: 99999;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		font-size: 0px;
	}
	.logoimg {
		margin: .1333rem auto;
        width: 3.9467rem;
        height: auto;
	}
	.head_menu {
		float: right;
		display: inline-block;
		line-height: 1.3333rem;
		font-size: 0px;
	}
	.head .list {
		position: absolute;
		width: 4.2667rem;
		display: none;
		right: 0;
		z-index: 999;
		top: 1.3333rem;
		background-color: #fff;
		box-shadow: 0 2px 2px #e8e8e9;
		box-sizing: border-box;
	}
	.head .list a {
		color: #535353;
		font-size: 16px;
		padding-left: 25px;
		font-family: "微软雅黑";
		display: block;
	}
	.head_menu a {
		display: inline-block;
		width: .8rem;
		height: .8rem;
		margin-top: .2667rem;
	}
	.head_menu a img {
		width: 100%;
		height: 100%;
	}
    .bannerCard{
        padding: 0 .3rem;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
		height: 13.3333rem;
        padding-bottom: 1rem;
    }
	.bannerCard h2 {
		font-size: 0.72rem;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #ffffff;
        margin-top: 1rem;
        margin-bottom: .6rem;
	}
	.bannerCard p {
		font-size: .1867rem;
        /* text-align: justify; */
		color: #ffffff;
        margin-bottom: .2rem;

	}
	.banner {
		padding-top: 50px;
	}
    .form {
		width: 100%;
		background: #ffffff;
		border-radius: 16px 16px 16px 16px;
		text-align: center;
		padding: .3867rem .96rem;
		/* margin-left: 89px; */
	}
	.form .form_title {
		font-size: .6933rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #000000;
		margin-bottom: .3733rem;
	}
	.form_h2 {
		font-size: .3733rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #000000;
		margin-bottom: .8rem;
	}
	.form_h2 span {
		font-size: .48rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: bold;
		color: #0135e5;
		padding: 8px .32rem;
		background: #e5effe;
		display: inline-block;
		margin: 0 .1333rem;
	}
	.form li:has(input) {
		font-size: 0px;
		margin-bottom: .24rem;
	}
	.form input {
		width: 100%;
		height: 1.0667rem;
        padding: 0 .5067rem;
        outline: none;
		border-radius: 0px 0px 0px 0px;
		border: 1px solid #cccccc;
	}
	.form .tishi {
		font-size: .32rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #1046ff;
		text-align: left;
		margin-bottom: .6133rem;
	}
	.form li:has(button) {
		font-size: 0px;
	}
	.form button {
		width: 100%;
		height: 1.0667rem;
		background: #1046ff;
		box-shadow: 0px 3px 6px 1px rgba(1, 53, 229, 0.3);
		border-radius: 4px 4px 4px 4px;
		font-size: .3733rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		color: #ffffff;
	}
    .card_img_left,.card_img_right {
        padding: 0.96rem .3rem 0.50667rem;
        
	}
	.card {
		display: flex;
        flex-direction: column;
		justify-content: space-between;
		align-items: center;
        text-align: center;
	}
	.card_img {
		width: 100%;
	}
	.card_img img {
		width: 100%;
	}
	.card_text {
		width: 100%;
		font-size: 0px;
	}
	.card_text h2 {
		font-size: .6667rem;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #000000;
		margin-bottom: .4rem;
	}
	.card_text p {
		font-size: .3733rem;
		font-family: MicrosoftYaHei-, MicrosoftYaHei;
		font-weight: normal;
		color: #000000;
		line-height: .64rem;
		margin-bottom: .4rem;
        text-align: justify;
	}
	.card_text button {
		width: 100%;
		height: 1.2267rem;
		background: linear-gradient(90deg, #4c7ff5 0%, #7ca3fe 100%);
		border-radius: .2133rem;
		font-size: .3733rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #ffffff;
	}
	.card_img_right {
		background: #f5f6fa;
	}
    .user_input {
		font-size: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .center_card{
		height: auto;
        padding: .5333rem .3rem;
    }
    .center_card h2 {
        text-align: center;
		font-size: .5333rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #ffffff;
		padding-bottom: .4rem;
	}
	.user_input input {
		width: 340px;
		height: 44px;
		background: #ffffff;
		border-radius: 4px 0px 0px 4px;
		border: 1px solid #ffffff;
		padding: 0 14px;
		outline: none;
	}
	.user_input input::placeholder {
		color: #999999;
	}
	.user_input button {
		width: 100px;
		height: 44px;
		background: #ffa401;
		border-radius: 0px 4px 4px 0px;
		border: 1px solid #ffffff;
		font-size: 14px;
		color: #ffffff;
	}
    .our_advantage {
		padding: .96rem .3rem;
	}
	.advantage_Card {
		width: calc(100% - .3rem);

		height: 450px;
		background: #f5f6fa;
		text-align: center;
		cursor: pointer;
		transition: all .3s;
		border-radius: 0 0 0px 20px;
        /* margin-bottom: .5333rem; */

	}
	.advantage_Card img {
		width: 130px;
		margin-top: 48px;
		margin-bottom: 20px;
	}
	.advantage_Card p {
		width: 100%;
		font-size: 20px;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #000000;
		line-height: 30px;
		margin-bottom: 36px;
	}
	.advantage_Card li {
		font-size: 0px;
	}
	.advantage_Card .content {
		width: 100%;
		height: 160px;
		background: url(../img/icon_1_1_bac.png) center center / 100% 100% no-repeat;
		padding: 35px 42.5px;
		font-size: 14px;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		font-size: 14px;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #ffffff;
		line-height: 21px;
		text-align: justify;
		border-radius: 0 0 0px 20px;

	}
	.swiper{
        display: block;
        margin-top: .5333rem;
    }
	.advantage_Card:hover{
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
		/* transform: translateY(-10px); */
		transition: all .3s;
	}
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 20px !important;
    }
    .allterminal{
        padding: 0 .3rem;
    }
    .common_title h2 {
        margin: 0 auto;
        font-size: .6667rem;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        text-align: center;
        padding: 0 .5333rem;
        background: url("../img/title_bac.png") left top / .8267rem .9067rem no-repeat,
            url("../img/title_bac_s.png") right bottom / .3733rem .4267rem no-repeat;
    }
    .common_title p {
        font-size: .3733rem;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #999999;
        line-height: .64rem;
        margin-top: .5333rem;
        text-align: center;
    }
    .allterminal {
		background: #f5f6fa;
		padding: .96rem .3rem 0.167rem;
	}
	.allterminalCard {
		margin-top: .8533rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.allterminalCard ul {
		width: 4.0333rem;
		height: 4.0333rem;
		background: #ffffff;
		box-shadow: 0px .08rem .32rem 1px rgba(6, 1, 75, 0.15);
		border-radius: .2667rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 .32rem .8533rem;
		cursor: pointer;
	}
	.allterminalCard ul img {
		width: 1.8667rem;
	}
	.allterminalCard ul li{
		font-size: 0px;
	}
	.allterminalCard ul li:last-child {
	
		font-size: .4267rem;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #333333;
	}
    .kehuanli {
		padding: .96rem 0;
	}
	.kehuanliCard img {
		width: 3.3067rem;
	}
	.kehuanliCard{
		position: relative;
		margin-top: 1.3333rem;
	}
	.kehuanliCard .img_card {
		width: 100vw;
		/* margin: 0 auto; */
		overflow: hidden;
		display: flex;
	}
	.kehuanliCard .img_card div{
		display: flex;

	}
	.position_ab {
		width: 2.6667rem;
		height: 3.7333rem;
		border-radius: 0px 0px 0px 0px;
		position: absolute;
		top: 0;
	}
	.ab_left{
		left: 0;
		background: linear-gradient(
			270deg,
			rgba(255, 255, 255, 0) 0%,
			#fff 100%
		);
	}
	.ab_right{
		right: 0;
		background: linear-gradient(
			270deg,
			#ffffff 0%,
			rgba(255, 255, 255, 0) 100%
		);
	}
    .keywords{
        padding: .96rem 0 .6933rem;
		background-color: #F5F6FA;
	}
	.keywords ul{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 56px;
		margin-top: .6533rem;
	}
	.keywords ul li {
		width: calc(6.56rem / 2);
		height: calc(1.3333rem / 2);
		background: #ebefff;
		border-radius: .6667rem;
		border: 1px solid #0741fe;
		font-size: .24rem;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		line-height: calc(1.3333rem / 2);
		text-align: center;
		margin-bottom: .2667rem;
	}
    .footer_mobile{
        display: block;
    }
    .footer {
        background-color: #333;
        color: #999;
        padding: 20px 10px;
        text-align: center;
        line-height: 2em;
        font-size: .4267rem;
    }
}
