*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-image: url(../../img/special-topic/bg-jshtdj.jpg);
    background-repeat: no-repeat;
}
.warp{
    width: 1200px;
    margin: 270px auto 0 auto;
}
.header{
    text-align: center;
    margin-top: 340px;
}
.btn{
    display: inline-block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    margin-top: 15px;
    text-align: center;
    color:rgb(253,180,52);
    border-radius: 56px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}
.btn + .block{
    margin-top: 200px;
}
.banner{
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}
.banner .item{
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.banner .item .title{
    width: 25%;
    height: 100px;
    line-height: 100px;
    background: linear-gradient(135deg, rgba(160,119,224,1) 0%, rgba(196,108,224,1) 100%);
    border-radius: 10px 0px 0px 10px ;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.banner .item .text{
    width: 73%;
    height: 100px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: 0px 0px 10px 3px #eee ;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}
.block{
    margin-top: 55px;
}
.block-title{
    color: #262b44;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.block-title P{
    position: relative;
    display: inline-block;
}
.block-title p::before{
    content: '';
    display: inline-block;
    width: 75px;
    height: 2px;
    background-color: #ffebcf;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -37.5px;
}
.block-title p::after{
    content: '';
    display: inline-block;
    width: 22px;
    height: 4px;
    background-color: #ffad37;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    margin-top: 9px;
}

.block-subtitle{
    width: 80%;
    margin: 24px auto 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.ct1 dl{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.ct1 dd{
    padding: 50px 20px 15px 20px ;
    background-color: #fff;
    width:280px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #eee ;
    overflow: hidden;
    position: relative;
}
.ct1 dd::before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    top:-35px;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
}
.ct1 dd:nth-child(1):before{content: '01'; background-color:#fcbe00 ;}
.ct1 dd:nth-child(2):before{content: '02'; background-color:#be6fde ;}
.ct1 dd:nth-child(3):before{content: '03'; background-color:#fcbe00 ;}
.ct1 dd:nth-child(4):before{content: '04'; background-color:#be6fde ;}
.ct1 .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ct1 .text{
    margin-top: 15px;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 25px;
   
}
.ct2{
    background-image: url(../../img/special-topic/icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ct2 dl{
    margin-top:95px;
    display: flex;
}
.ct2 dl:nth-of-type(1){justify-content: space-between;}
.ct2 dl:nth-of-type(2){justify-content: space-between;}
.ct2 dl:nth-of-type(3){justify-content: center;}

.ct2 dl dd{
    width: 30%;
}
.ct2 .title{
    font-size: 20px;
    font-weight: bold;
}
.ct2 .text{
    font-size: 18px;
    line-height: 25px;
}
.ct2 .tr{text-align: right;}
.ct2 .tc{text-align: center;}

.ct3 .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ct3 .text{
    margin-top: 35px;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
   
}

.ct4 .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ct4 .context{
    width: 75%;
    margin: 30px auto 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.ct4 .context .big{
    font-size: 20px;
    line-height: 36px;
    color: #9a4ef0;
    margin-top: 30px;
    font-weight: bold;
}

.ct5 .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ct5 .context{
    width: 75%;
    margin: 30px auto 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    text-align: left
}
.ct5 .context .big{
    font-size: 20px;
    line-height: 36px;
    color: #9a4ef0;
    margin-top: 30px;
    font-weight: bold;
}
.ct5 dl{
    width: 1100px;
    margin: 0 auto;
    background-image: url(../../img/special-topic/icon2.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    justify-content: space-between;   
}
.ct5 dl dd{
    width: 20%;
    padding: 0 15px;
}
.ct5 dl dd .title{
    margin: 75px 0 70px 0;
    color: #fff;
}
.ct5 dl dd .text{
    font-size: 16px;
    line-height: 21px;
}
.ct6,.ct7{
    margin-top: 40px;
}
.address{
    margin-top: 50px;
    width: 100%;
    border-collapse: collapse;
}
.address th{
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    background-color: #ffd262;
    border: 2px solid #fff;
}
.address td{
    font-size: 16px;
    height: 40px;
    text-align: center;    
    border: 2px solid #fff;
}
.address tbody tr:nth-of-type(odd){background-color: #ffeeed;}
.address tbody tr:nth-of-type(even){background-color: #fff;}

.bottom{
    margin: 30px 0;
    text-align: center;
}
.bottom .btn{
    background-color:rgb(253,180,52);
    color: #fff;
}