﻿@charset "utf-8";



/* 外层容器 */
.middle {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
}

/* 主体内容 */
.mid-main {
    padding: 80px 0 40px;
}
.mid-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 12px;
}

.service-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  z-index: 1;
}

.service-left {
  position: relative;
  width: 800px;
  height: 100%;
  z-index: 2;
}

.service-bg {
  width: 100%;
  height: 420px; 
  object-fit: cover;
  display: block;
}

.service-right {
  position: relative; 
  width: 1000px;
  height: auto;
  margin: -350px 0 0 auto; 
  z-index: 3; 
  border-radius: 26px 0;
  color: #1E3A5F;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 3px 10px 1px rgba(61,61,61,0.1);
}

.service-text{
	width: 100%;
	text-align: center;
}
.service-text h3{
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 30px;
	text-align: center;
}
.service-text h3 img,.item-title img {
    width: 20px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 8px;
}
.service-text p{
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 20px;
	text-indent: 2em;
}
.service-text p:last-child{
	padding-bottom: 0;
}

.query-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.query-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}
.query-item:last-child {
  margin-bottom: 0;
}

.query-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #3AA8D9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.item-label {
  font-weight: bold;
  color: #1A3B63;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 5px;
}

.item-text {
  flex: 1;
  width: 0;
  line-height: inherit;
}
.query-item > span + text {
    display: table-cell;
    vertical-align: top;
}
.qr-code-wrap {
    width: 220px;
    margin: 0 auto;
    text-align: center;
}

.mini-qr-img {
    width: 100%;
    height: auto;
    display: block;
}

.two-col-wrap {
  width: 100%;
  overflow: hidden;
	text-align: left;
}
.col-left {
  float: left;
  width: 49%; 
}
.col-right {
  float: right; 
  width: 49%; 
	margin-left: 2%;
}

.two-col-wrap h3 {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 1240px) {
	.service-right {
    width: 800px;
	}
}
@media screen and (max-width: 1000px) {
    .mid-main { padding: 50px 0; }
    .mid-title {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 24px;
    }
    .mid-title img {
        width: 25px;
        height: 25px;
    }
	.service-content{
		padding: 0;
	}
	.service-left{
		width: 60%;
		height: auto;
	}
	.service-bg {
    width: 100%;
    height: auto;
	}
	.service-right{
		width: 80%;
		margin: -25% 0 0 auto;
		padding: 25px 20px;
	}
	.service-text h3 img, .item-title img{
		width: 15px;
		height: 16px;
	}
	.service-text h3{
		padding-bottom: 18px;
		font-size: 15px;
	}
	.service-text p{
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 18px;
	}
	.item-title{
		display: none;
	}
	.service-text h3{
		font-size:16px;
		padding-bottom: 18px;
	}
	.query-item{
		padding-left: 15px;
		font-size: 13px !important;
	}
	.qr-code-wrap{
		width: 150px;
	}
	.query-item:before {
    width: 4px;
    height: 4px; 
	}
	.col-left,
	.col-right {
    float: none;
    width: 100%;
	  margin-left: 0;
  }
	.col-left{
    margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.service-left{
		width: 80%;
		height: auto;
	}
	.service-bg {
    width: 100%;
    height: auto;
	}
	.service-right{
		margin: -35% 0 0 auto;
	}
	.service-text p{
		padding-bottom: 10px;
	}
	.service-text h3 {
    justify-content: flex-start;
    padding-left: 0;
  }
  .query-list {
    display: block;
    max-width: 100%;
    padding-left: 0;
  }
  .query-item {
    text-align: left;
	  margin-bottom: 17px;
  }
  .qr-code-wrap {
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 500px) {
	.service-right {
    width: 90%;
	}
	.service-text p {
    padding-bottom: 5px;
  }
	.query-item{
		margin-bottom: 0;
	}
}