html,body{margin: 0;padding: 0;font-family: MicrosoftYaHei;}
ul,li{list-style-type: none; margin: 0;padding: 0;}
.content{
    box-sizing: border-box;
    padding: 40px;
    width: 1180px;
    margin: 0 auto;
}
.content .title {
    width: 100%;
    color: #444;
    font-size: 26px;
    text-align: center;
}
.content .title p{
    line-height: 36px;
    margin: 0;
}
.content .title a{
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 250px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    background: #F61067;
border-radius: 36px;
}

.content .title1 {
    width: 560px;
    color: #444;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
}

.content .introduction-one{
    margin-top: 20px;
    position: relative;
    height: 350px;
}

.content .introduction-one p{
    position: absolute;
    margin: 0;
    top: 0px;
    left: 0;
    color: #221815;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    width: 568px;
}
.content .introduction-one p:last-of-type{
    top: 95px;
}
.content .introduction-one a{
    display: inline-block;
    position: absolute;
    top: 220px;
    left: 0;
    text-align: center;
    width: 240px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
      background: #F61067;
border-radius: 36px;
}
.content .introduction-one  img{
    position: absolute;
    top: 0;
    left: 780px;
}
.content .introduction-two{
    position: relative;
    height: 350px;
}
.content .introduction-two img{
    position: absolute;
    top: 50px;
    left: 0;
}
.content .introduction-two div{
    position: absolute;
    top: 30px;
    left: 600px;
    width: 540px;
}
.content .introduction-two div p:first-of-type{
    text-align: right;
    color: #1A1A1A;
    font-size: 20px;
}
.content .introduction-two div p:nth-of-type(2){
    text-align: right;
    color: #1A1A1A;
    font-size: 16px;
}

.content .introduction-two div p:nth-of-type(3){
    padding: 0;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
.content .introduction-two div p:last-of-type{
    /*padding: 0;
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 24px;*/
}
.content .introduction-two div p:last-of-type a{
    text-decoration: none;
    line-height: 24px;
    color: #F38816;
}

.content .introduction-two div ul li{
    list-style-type: disc;
    margin-left: 50px;
    margin-top:5px;
    padding: 0;
    font-size: 15px;
}
.content .introduction-three{
    margin-top: 20px;
}
.content .introduction-three li{
    text-align: center;
    margin-bottom: 100px;
}
.content .introduction-three li p{
    font-size: 26px;
    color: #3b3b3b;
    margin: 25px 0 67px 0;
}
.content .introduction-three li p:nth-of-type(2){
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}
.content .introduction-three li img{
}