.home-gray {
   padding-top: 10px;
}

.swiperbox {
   width: 100%;
   height: 420px;
   position: relative;
}

.swiper-container {
   height: 100%;
}

.swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.input-wrap {
   width: 100%;
   margin: 30px auto;
   padding: 25px 0;
   background: url(/static/images/index/inputbg.png) no-repeat;
}

.input-wrap .title {
   font-size: 17px;
   color: #fff;
   text-align: center;
}

.input-wrap .content {
   width: 800px;
   margin: 0 auto;
   display: flex;
   margin-top: 16px;
}

.input-wrap .content .input-box {
   display: flex;
   align-items: center;
   background: #fff;
   flex: 1;
   border-radius: 6px 0 0 6px;
}

.input-wrap .content .input-box .item {
   display: flex;
   align-items: center;
   flex: 1;
}

.input-wrap .content .input-box .item input {
   border: none;
   border-right: 1px solid #999;
   font-size: 15px;
   width: 100%;
}

.input-wrap .content .input-box .item img {
   margin: 0 10px;
}

.input-wrap .content .mybtn {
   width: 160px;
   color: #fff;
   padding: 10px;
   font-size: 18px;
   text-align: center;
   background: #ff5227;
   word-break: keep-all;
   cursor: pointer;
   border-radius: 0 6px 6px 0;
}

.title-wrap {
   margin: 20px 0;
   text-align: center;
}

.title-wrap .maintitle {
   font-size: 28px;
   font-weight: bold;
}

.title-wrap .offtitle {
   font-size: 16px;
   line-height: 40px;
   color: #c0c0c0;
}

.service-wrap {
   display: flex;
   justify-content: space-between;
   margin-bottom: 40px;
}

.service-item {
   width: 49%;
   height: 100%;
   display: flex;
   border: 1px solid #dcdcdc;
}

.service-item .left {
   color: #fff;
   width: 30%;
   text-align: center;
   background: -webkit-linear-gradient(top, #fd8107, #ff4404);
   background: -o-linear-gradient(top, #fd8107, #ff4404);
   background: -moz-linear-gradient(top, #fd8107, #ff4404);
   background: linear-gradient(top, #fd8107, #ff4404);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   padding: 15px 0;
}

.service-item .left.r {
   background: -webkit-linear-gradient(top, #ffc801, #ff7b30);
   background: -o-linear-gradient(top, #ffc801, #ff7b30);
   background: -moz-linear-gradient(top, #ffc801, #ff7b30);
   background: linear-gradient(top, #ffc801, #ff7b30);
}

.service-item .left h2 {
   font-weight: normal;
}

.service-item .left .mybtn {
   border: 1px solid #fff;
   border-radius: 20px;
   line-height: 20px;
   padding: 4px 15px;
   cursor: pointer;
}

.service-item .left .mybtn a{color:white}
.service-item .right .mybtn a{color:white}

.service-item .left img {
   height: 80px;
   width: 87px;
}

.service-item .right {
   width: 70%;
   padding: 0 20px;
}

.service-item .right .title {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid #dcdcdc;
}

.service-item .right .title a {
   color: #333;
   font-size: 15px;
}

.service-item .right .title a:hover {
   color: #00b5ff;
}

.service-item .right .title p {
   font-size: 20px;
   line-height: 40px;
   border-bottom: 2px solid #a20403;
}

.service-item .right .toptag ul {
   padding: 15px 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.service-item .right .toptag ul li {
   width: 40%;
   color: #333;
   font-size: 15px;
   line-height: 25px;
}

.service-item .right .bottomtag ul {
   padding: 15px 0;
   font-size: 15px;
   line-height: 25px;
}

.service-item .right .bottomtag ul li a:hover {
   color: #00b5ff;
}

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

.inner-item {
   width: 23.5%;
   padding: 40px 0 20px;
   text-align: center;
   background: #fff;
}

.inner-item .title {
   color: #fd8107;
   font-size: 22px;
   font-weight: normal;
   letter-spacing: 1px;
}

.inner-item .text {
   color: #666;
   padding: 0 15px;
   line-height: 25px;
   letter-spacing: 1px;
   margin: 20px auto;
}

.inner-item>img {
   margin: 0 auto;
}

.bottom-wrap {
   margin: 40px auto;
}

.bottom-wrap img {
   width: 100%;
}

#chaming .mybtn{
   border: none;
}