*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.cle{
    clear: both;
}
.contentone{
    width: 1200px;
    height: 380px;
    margin: 24px auto 0;
}
.contentone > div:nth-child(1){
    width: 520px;
    height: 380px;
    position: relative;
}
.contentone > div:nth-child(1) > img:nth-child(1){
    width: 100%;
    height: 100%;
}
.contentone > div:nth-child(1) > img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contenttwo > div:nth-child(1){
    width: 624px;
    height: 380px;
    float: right;
}
.contenttwo > div:nth-child(1) h3{
    font-size: 24px;
    color: #191919;
}
.contenttwo > div:nth-child(1) p{
    font-size: 16px;
    color: #1e1e1e;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 32px;
}
.contenttwo{
    width: 1200px;
    margin: -380px auto 0;
    overflow: hidden;
}
.contenttwo > ul li{
    margin-top: 48px;
}
.contenttwo > ul{
    width: 100%;
    overflow: hidden;
}
.contenttwo li{
    width: 220px;
    height: 130px;
    box-shadow: 4px 4px  6px #dee3e7;
    float: left;
    margin-left: 24px;
}
.contenttwo li h1{
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    margin-top: 36px;
    line-height: 1em !important;
}
.contenttwo li h1 span{
    color: #353535;
    font-size: 14px;
    font-weight: normal;
}
.contenttwo li h3{
    font-size: 14px;
    color: #a8adb4;
    text-align: center;
    margin-top: 10px;
}
.contenttwo li:first-child{
    margin-left: 0px;
}
.contentthree{
    width: 100%;
    margin: 60px auto 0;
    background: #dc4e53;
    padding-top: 1px;
    padding-bottom: 56px;
}
.contentthree h3{
    width: 1200px;
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    margin: 44px auto 0;
}
.contentthree p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    width: 1200px;
    margin: 20px auto 0;
}
.contentfour{
    width: 100%;
    /* margin: 60px auto 0; */
    padding-top: 1px;
    padding-bottom: 56px;
}
.contentfour h3{
    width: 1200px;
    text-align: left;
    color: #333333;
    font-size: 24px;
    margin: 44px auto 0;
}
.contentfour p{
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    width: 1200px;
    margin: 20px auto 0;
}
.contentfive{
    width: 100%;
    margin: 0px auto 0;
    background: #dc4e53;
    padding-top: 1px;
    padding-bottom: 56px;
}
.contentfive h3{
    width: 1200px;
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    margin: 44px auto 0;
}
.contentfive p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    width: 1200px;
    margin: 20px auto 0;
}
.c{
    width: 1200px;
    height: ;
    margin: 48px auto 0;
}
.mes{
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
}
.mesinner li{
    width: 100%;
    height: 130px;
    margin-top: 46px;
}
.mesinner li > h3{
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.mesinner li > h3 > img{
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 16px;
}
.mesinner li > span{
    float: right;
    color: #333333;
    font-size: 14px;
}
.mesinner li > p{
    font-size: 14px;
    color: #333333;
    margin-top: 24px;
    margin-left: 76px;
    line-height: 22px;
}


