/* 头部 */

.shop_main .head {
    width: 100%;
    background: #e62e3d;
    position: relative;
}
.shop_main .head .pic_ad {
    position: absolute;
    top: 0px;
    right: 5%;
    width: 35%;
}
.shop_main .head .pic_ad img {
    width: 100%;
}
.shop_main .head .info {
    color: #fff;
    padding: 80px 20px 120px;
    position: relative;
}
.shop_main .head .info .title {
    font-size: 30px;
    font-weight: 900;
    position: relative;
}
.shop_main .head .info .title .text {
    font-size: 45px;
    color: #FFEB3B;
}
.shop_main .head .info .desc {
    padding: 30px 0;
    display: inline-block;
    color: #fff;
    position: relative;
    top: 0;
    font-size: 30px;
}
.shop_main .head .info .order_button {
    padding: 10px 0 0;
}
/* 优势 */
.shop_main .superiority {
    background: #fff;
    border-radius: 5px;
    height: 131px;
    box-shadow: 0px 6px 70px 1px rgba(0,0,0,.1);
    margin-top: -65px;
    position: relative;
    z-index: 3;
}
.shop_main .superiority .list {
    overflow: hidden;
}
.shop_main .superiority .list li {
    float: left;
    width: 25%;
    padding-top: 35px;
}
.shop_main .superiority .list li a {
    overflow: hidden;
    display: block;
}
.shop_main .superiority .list li .img {
    float: left;
    transition: all .2s;
    width: 51px;
    height: 59px;
    margin-left: 40px;
    background: url(../images/superiority.png) no-repeat;
}
.shop_main .superiority .list li .text {
    float: left;
    margin-left: 10%;
}
.shop_main .superiority .list li h3 {
    font-size: 18px;
    margin-bottom: 7px;
}
.shop_main .superiority .list li p {
    font-size: 14px;
    color: #95989d;
}
.shop_main .superiority .list li.item-1 .img {
    background-position: left top;
}
.shop_main .superiority .list li.item-2 .img {
    background-position: -60px top;
}
.shop_main .superiority .list li.item-3 .img {
    background-position: -120px top;
}
.shop_main .superiority .list li.item-4 .img {
    background-position: -180px top;
}
.shop_main .superiority .list li:hover.item-1 .img {
    background-position: left bottom;
}
.shop_main .superiority .list li:hover.item-2 .img {
    background-position: -60px bottom;
}
.shop_main .superiority .list li:hover.item-3 .img {
    background-position: -120px bottom;
}
.shop_main .superiority .list li:hover.item-4 .img {
    background-position: -180px bottom;
}
/* 栏目标题 */
.container-title{
    font-size: 30px;
    text-align: center;
    position: relative;
    font-weight: 900;
}
.container-desc{
    font-size: 20px;
    color: #333;
    margin: 30px 0;
    text-align: center;
}
/* section */
.section {
    padding: 20px 5%;
    margin-top: 50px;
}
.section .pic{
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}
.section .pic .bg{
    width: 90%;
    height: auto;
}
.section .info{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.section .info h1{
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 30px;
    font-size: 36px;
    color: #0b1531;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.section .info h1::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 40px;
    height: 6px;
    background-color: #e62e3d;
    border-radius: 3px;
}
.section .info p{
    display: inline-block;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2;
    color: #6b7799;
}
.mode{
    position: relative;
    margin-top: 60px;
    padding: 40px 5%;
}
.mode .container-title{
    color: #fff;
}
.mode .container-desc{
    color: #fff;
}
.mode::before{
    background: url(../images/bg-21.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;/*-1 可以当背景*/
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
.mode  ul.feature{
    margin: 80px 0 30px;
}
.mode  ul.feature li{
    width: 17%;
    height: 180px;
    text-align: center;
    display: inline-block;
    background: rgba(244, 114, 24, 0.39);
    vertical-align: top;
    margin-right: 7%;
    padding: 30px 1%;
    border-radius: 10px;
    font-size: 25px;
}
.mode  ul.feature li img{
    width: 50%;
}
.mode  ul.feature li:last-child{
    margin-right: 0;
}
.mode  ul.feature li p.tit{
    margin-bottom: 22px;
    margin-top: 34px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}
.mode  ul.feature li p.desc{
    font-size: 14px;
    color: rgba(255,255,255,.7);
    text-align: center;
    line-height: 24px
}
.do{
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 0;
}
.do .btn{
    padding: 10px 30px;
    color: #e62e3d;
    display: inline-block;
    border-radius: 10px;
    border:1px solid #e62e3d;
    font-weight: 900;
    cursor: pointer;
    display: inline-block;
}
.do ul.kind li{
    width: 15%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 7%;
    padding: 30px 1%;
    border-radius: 10px;
}
.do ul.kind li .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px #e4e4e4;
    align-items: center;
    margin: auto;
    line-height: 80px;
}
.do ul.kind li img{
    height: 50px;
    margin-top: 15px;
}
.do ul.kind li .tit{
  margin-top: 20px;
   
}