.content_box {
  width: 1280px;
  margin: 0 auto;
}

.bg-white{
  background-color: #fff;
}

.section_title{
  width: 100%;
  text-align: center;
}

.section_title .title{
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 5px 70px;
}

.section_title .title::after,
.section_title .title::before{
  content: "";
  display: block;
  height: 60px;
  width: 30px;
  border: 2px solid #d2d2d2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section_title .title::after{
  right: 0;
  border-left: none;
}

.section_title .title::before{
  left: 0;
  border-right: none;
}

.section_title .title h2{
  font-size: 56px;
	letter-spacing: 3px;
	color: #000000;
  line-height: 1;
}

.section_title .title p{
  font-size: 21px;
  margin-top: 27px;
  line-height: 1;
}

/* 我们的优势 */
.section1{
  padding-top: 280px;
  padding-bottom: 130px;
  position: relative;
}

.section1 .query_wrap{
  position: absolute;
  top: -140px;
  height: 280px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 50px 36px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px 
		rgba(0, 0, 0, 0.2);
}

.query-dialog{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(00,00,00,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
}
.dialog-outer{
  padding:10px 20px;
  width: 50%;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1001;
  overflow: hidden;
}
.dialog-item{
  height: 440px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.dialog-item::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.dialog-item::-webkit-scrollbar{display: none;}
.dialog-item::-webkit-scrollbar-track{display: none;}
.dialog-item::-webkit-scrollbar-thumb{display: none;}
.logMaxTit{
  font-size: 16px;
  padding: 20px;
}
.logtime{
  color: #000000;
  flex: 3;
}
.logvalue{
  color: #666666;
  flex: 7;
}
.logouter{
  display: flex;
  align-items: center;
  padding:10px 20px;
}
.section1 .query_wrap .title{
  align-items: center;
  margin-bottom: 26px;
}

.section1 .query_wrap .title p{
  font-size: 42px;
	line-height: 1;
	color: #393939;
  margin-left: 18px;
}

.section1 .query_wrap .order_no{
  position: relative;
}

.section1 .query_wrap .order_no input{
  display: block;
  width: 100%;
  height: 60px;
  border: solid 2px #0ea1cb;
  box-sizing: border-box;
  padding: 17px 217px 17px 17px;
  font-size: 28px;
	letter-spacing: 3px;
	color: #a5a5a5;
}

.section1 .query_wrap .order_no input:focus{
  outline: none;
}

.section1 .query_wrap .order_no button{
  display: inline-block;
  width: 200px;
	height: 60px;
	background-color: #0ea1cb;
	border: solid 2px #0ea1cb;
  color: #fff;
  letter-spacing: 3px;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.section1 .query_wrap .order_no button:hover{
  background-color: #0eabd6;
}

.our{
  margin-top: 78px;
}

.our .item{
  width: 291px;
	height: 399px;
	background-color: #ffffff;
	box-shadow: 0px 1px 10px 0px 
		rgba(0, 0, 0, 0.2);
  padding: 30px 20px 0;
  box-sizing: border-box;
  text-align: center;
}

.our .item .img{
  text-align: center;
  margin-bottom: 58px;
}

.our .item .img .hover{
  display: none;
}

.our .item:hover .img .hover{
  display: inline;
}

.our .item:hover .img .normal{
  display: none;
}

.our .item h3{
	font-size: 25px;
	font-weight: normal;
	line-height: 31px;
	letter-spacing: 1px;
  margin-bottom: 24px;
}

.our .item p{
  font-size: 21px;
	line-height: 31px;
	letter-spacing: 1px;
}


/* 服务流程 */
.content_box .section2 {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
}
.content_box .section2 .section4_title {
  padding-bottom: 60px;
}
.content_box .section2 .section4_title h2 {
  font-size: 56px;
  color: #000000;
  text-align: center;
}
.content_box .section2 .section4_content {
  margin-top: 45px;
}

.content_box .section2 .section4_content img{
  width: 1280px;
}