﻿
.banner {
    background: url(../images/bannner_bg.png) no-repeat top center;
    height: 1615px;
    box-sizing: border-box;
    padding-top: 180px;
    position: relative;
}
.banner h2 {
	height: 588px;
	width: 1081px;
	background: url("../images/title.png") no-repeat center;
	margin: 10px auto;
}
.box {
    background: url(../images/bg_box.png) repeat-y top center;
    background-size:100% auto;
    box-sizing: border-box;
    position: relative;
    margin-top: -750px;
}
.box01 .dingjin{
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.box01 .chouj{
    display: block;
    margin: -500px auto 0;
    position: relative;
    z-index: 1;
}
.box01 .bottom{
    border-radius: 24px;
    background: #cc2801;
    width: 932px;
    height: 234px;
    box-shadow: inset 0 0 29px rgba(255,255,255,0.24);
    margin: 20px auto 0;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box01 .bottom p{
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
}
.box01 .bottom h3{
  display: block;
  border-radius: 20px;
  width: 550px;
  line-height: 76px;
  text-align: center;
  background: url(../images/bottombg.png);
  background-size: 100% 100%;
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
  text-shadow: -2px 2px 0 #be000c, 2px 2px 0 #be000c, 2px -2px 0 #be000c, -2px -2px 0 #be000c;
}


.box-title{
    display: block;
    width: 891px;
    height: 135px;
    background: url(../images/titlebg.png) no-repeat;
    margin: 120px auto 0;
    text-align: center;
    line-height: 146px;
    position: relative;
    z-index: 999;
}
.box-title h3{
    color: #fff;
    font-size: 46px;
    text-shadow:-2px 2px 0 #be000c,2px 2px 0 #be000c,2px -2px 0 #be000c,-2px -2px 0 #be000c;
}
.title—shadow{
    position: relative;
    border-radius: 50px;
    background-color: rgb(244, 13, 11);
    box-shadow: 0px 17px 21px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 165px;
    z-index: 1;
    margin: -50px auto -90px;
  }
  .main_box {
    border-radius: 30px;
    background: #fffef6;
    box-shadow: 0px 17px 21px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 42px 0 0;
  }

  .box02 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box02 ul li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 245, 191);
    border-radius: 16px;
    background-image: -moz-linear-gradient( -90deg, rgb(252,68,27) 0%, rgb(254,75,35) 60%, rgb(255,82,42) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(252,68,27) 0%, rgb(254,75,35) 60%, rgb(255,82,42) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(252,68,27) 0%, rgb(254,75,35) 60%, rgb(255,82,42) 100%);
    box-shadow: -0.244px 1.985px 7px 0px rgba(253, 94, 2, 0.004);
    width: 248px;
    height: 252px;
    margin: 0 22px 46px;
    position: relative;
  }
  .box02 ul li .leibie{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(248, 211, 128);
    background-image: -moz-linear-gradient( -90deg, rgb(251,232,188) 0%, rgb(254,252,233) 50%, rgb(252,239,203) 86%, rgb(250,226,172) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(251,232,188) 0%, rgb(254,252,233) 50%, rgb(252,239,203) 86%, rgb(250,226,172) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(251,232,188) 0%, rgb(254,252,233) 50%, rgb(252,239,203) 86%, rgb(250,226,172) 100%);
    width: 120px;
    height: 36px;
    border-radius: 36px;
    margin: -18px auto 0;
    font-size: 22px;
    color: #f6500b;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bolder;
    position: relative;
    z-index: 2;
  }
  .box02 ul li .pic{
    width: 220px;
    height: 163px;
    border-radius: 12px;
    background: #fff;
    margin: -6px auto 4px;
    position: relative;
    overflow: hidden;
  }
  .box02 ul li .name{
    width: 70%;
    padding-left: 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 3px;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
  }
  .box02 ul li dl{
    display: flex;
    justify-content: left;
    margin-left: 14px;
  }
  .box02 ul li dl dt{
    border: 1px solid #ffce6c;
    line-height: 1.3;
    font-size: 12px;
    color: #ffce6c;
    width: 30%;
    text-align: center;
    border-radius: 30px;
  }
  .box02 ul li dl dt:first-child{
    margin-right: 5px;
  }

  .box02 ul li .btn{
    display: block;
    width: 104px;
    height: 104px;
    background: url(../images/btn_bg.png);
    position: absolute;
    right: -20px;
    bottom: -30px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
  }
  #content{
    position: fixed;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    background: #be000c;
    z-index: 9;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  #content p{
    font-size: 26px;
    color: #fff;
    text-align: center;
  }
  #content h4{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  .box02 ul li .btn p,.box02 ul li .btn del{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    margin-left: 4px;
  }
  .box02 ul li .btn h6{
    font-size: 22px;
    color: #ffce6c;
    margin-top: -10px;
  }
  .box02 ul li .btn h6 span{
    font-weight: normal;
    font-size: 12px;
  }

  .box02 ul li .icon{
    position: absolute;
    left: -18px;
    top: -21px;
  }

  .box02 h6{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #d30100;
  }

  .box .zixun{
    width: 300px;
    line-height: 60px;
    display: block;
    background: #be000c;
    margin: 20px auto -30px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    border-radius: 10px 10px 0 0;
  }
  
  



@media only all and (max-width:1080px) {
    .banner{
        height: 24rem;
        padding-top: 0.5rem;
        background-size: auto 100%;
    }
    .banner h2 {
        height: 8.6rem;
        width: 14rem;
        background-size: 100% 100%;
        margin: 1rem auto;
    }
    .box {
        background-size: 100% auto;
        margin-top: -12rem;
    }

    .box01 .dingjin{
      width: 80%;
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 2;
  }
  .box01 .chouj{
      display: block;
      width: 90%;
      margin: -7rem auto 0;
      position: relative;
      z-index: 1;
  }
  .box01 .bottom{
    width: 90%;
      border-radius: .6rem;
      height: auto;
      box-shadow: inset 0 0 .2rem rgba(255,255,255,0.24);
      margin: .4rem auto 0;
      padding: .4rem;
  }
  .box01 .bottom .left{
    width: 68%;
  }
  .box01 .bottom p{
    font-size: .55rem;
  }
  .box01 .bottom h3{
    width: 9.5rem;
    line-height: 1.4rem;
    font-size: .55rem;
    margin-top: .2rem;
    text-shadow: -1px 1px 0 #be000c, 1px 1px 0 #be000c, 1px -1px 0 #be000c, -1px -1px 0 #be000c;
  }
  .box01 .bottom img{
    width: 32%;
  }
  
  
  .box-title{
      width: 16rem;
      height: 2.4rem;
      background-size: 100% 100%;
      margin: 2rem auto 0;
      line-height: 2.6rem;
  }
  .box-title h3{
      font-size: .85rem;
      text-shadow:-1px 1px 0 #be000c,1px 1px 0 #be000c,1px -1px 0 #be000c,-1px -1px 0 #be000c;
  }
  .title—shadow{
      border-radius: 1.6rem;
      box-shadow: 0px .4rem .4rem 0px rgba(0, 0, 0, 0.16);
      height: 3.4rem;
      margin: -1rem auto -2rem;
    }
    .main_box {
      border-radius: .5rem;
      box-shadow: 0px .4rem .4rem 0px rgba(0, 0, 0, 0.16);
      padding: 1.4rem 0 0;
    }
  
    .box02 ul li {
      border-radius: .5rem;
      width: 8.2rem;
      height: 8.2rem;
      margin: 0 .2rem 1.2rem;
      position: relative;
    }
    .box02 ul li .leibie{
      width: 3.6rem;
      height: 1.2rem;
      border-radius: 1.2rem;
      margin: -.6rem auto 0;
      font-size: .6rem;
    }
    .box02 ul li .pic{
      width: 7rem;
      height: 5rem;
      border-radius: .4rem;
      margin: -.2rem auto .2rem;
    }
    .box02 ul li .name{
      width: 70%;
      padding-left: .5rem;
      font-size: .45rem;
      margin-bottom: .2rem;

    }
    .box02 ul li dl{
      margin-left: .5rem;
    }
    .box02 ul li dl dt{
      line-height: 1.5;
      font-size: .4rem;
    }
    .box02 ul li dl dt:first-child{
      margin-right: .2rem;
    }
  
    .box02 ul li .btn{
      width: 3.2rem;
      height: 3.2rem;
      background-size: 100% 100%;
      right: -.6rem;
      bottom: -.6rem;
      padding-top: .3rem;
    }
    #content{
      width: 10rem;
      left: 50%;
      top: 50%;
      margin-left: -5rem;
      margin-top: -5rem;
      padding: 1rem 1rem .2rem;
      border-radius: 1rem;
    }
    #content p{
      font-size: .8rem;
    }
    #content h4{
      margin-top: .3rem;
      font-size: .6rem;
      cursor: pointer;
    }
    .box02 ul li .btn p,.box02 ul li .btn del{
      font-size: .4rem;
      margin-left: .2rem;
    }
    .box02 ul li .btn h6{
      font-size: .66rem;
      margin-top: -.3rem;
    }
    .box02 ul li .btn h6 span{
      font-size: .3rem;
    }
  
    .box02 ul li .icon{
      width: 3rem;
      left: -.6rem;
      top: -.7rem;
    }
  
    .box02 h6{
      font-size: .6rem;
    }
  
    .box .zixun{
      width: 6rem;
      line-height: 1.6rem;
      margin: .3rem auto 0;
      font-size: .8rem;
      color: #fff;
      border-radius: .5rem .5rem 0 0;
    }

}
