.martop20 {
    margin-top: 18px;
}

.martop100 {
    margin-top: 90px;
}

.mar50 {
    margin: 45px 0;
}

.mar40 {
    margin: 36px 0 0 0;
}

.martopbtom40 {
    margin: 36px 0;
}

.floatlft {
    float: left;
}

.floatrit {
    float: right;
}

.marlft80 {
    margin-left: 72px;
}

.marrit80 {
    margin-right: 27px;
}

h1.tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
}

h1.tit p {
    color: #333333;
    font-size: 32px;
    margin-bottom: 18px;
}

h1.tit span {
    display: block;
    width: 108px;
    height: 4px;
    background: #f7ad00;
}

.bluecolor {
    color: #3d76b9;
}

.yellowcolor {
    color: #f7ad00;
}

.sentence {
    width: 100%;
    height: 103px;
    background: #f7a12c;
    line-height: 103px;
    text-align: center;
    color: #fff;
    font-size: 33px;
}

.zy-banner {
    width: 100%;
    height: 424px;
    display: flex;
    align-items: center;
}

.zy-banner .bannerbox {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.zy-banner .titleft {
    text-align: left;
    font-size: 27px;
    padding-left: 147px;
    color: #fff;
}

.zy-banner .titright {
    width: 553px;
    font-size: 16px;
    padding-top: 55px;
    padding-left: 147px;
    color: #fff;
}

.allcontain {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.allcontain .identybox {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.allcontain .identybox ul {
    width: 1200px;
    margin: 50px auto 37px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allcontain .identybox ul.side2 li {
    width: 267px;
    height: 415px;
    box-shadow: 0 0 18px #edecec;
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.allcontain .identybox ul.side2 li .imgbox {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    overflow: hidden;
    margin: 32px auto;
}

.allcontain .identybox ul.side2 li .imgbox img {
    width: 100%;
    height: 100%;
}

.allcontain .identybox ul.side2 li h1 {
    font-size: 16px;
    color: #333333;
    margin: 0 9px 27px 9px;
    font-weight: normal;
}

.allcontain .identybox ul.side2 li>p {
    width: 249px;
    font-size: 14px;
    color: #666;
    margin: 0 9px;
    text-align: center;
}

.allcontain .identybox ul.side2 li .coverbox {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 227px;
    height: 375px;
    top: -415px;
    transition: 0.5s;
    color: #fff;
    padding: 20px;
}

.allcontain .identybox ul.side2 li:hover .coverbox {
    top: 0;
}

.allcontain .identybox ul.side2 li .coverbox p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-indent: 26px;
}

.allcontain .identybox ul.side1 li {
    width: 335px;
    height: 150px;
    padding: 20px;
    box-shadow: 0 0 18px #edecec;
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.allcontain .identybox ul.side1 li .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.allcontain .identybox ul.side1 li .imgbox img {
    width: 100%;
    height: 100%;
}

.allcontain .identybox ul.side1 li .msgbox {
    width: 200px;
    float: right;
}

.allcontain .identybox ul.side1 li .msgbox h1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: normal;
}

.allcontain .identybox ul.side1 li .msgbox>p {
    /* width: 249px; */
    font-size: 14px;
    color: #666;
}

.allcontain .identybox ul.side1 li .coverbox {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 335px;
    height: 150px;
    border-radius: 4px;
    top: -190px;
    transition: 0.5s;
    color: #fff;
    padding: 20px;
}

.allcontain .identybox ul.side1 li:hover .coverbox {
    top: 0;
}

.allcontain .identybox ul.side1 li .coverbox p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-indent: 26px;
}

.allcontain .coreys {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.allcontain .problemmain {
    width: 1200px;
    margin: 40px auto 37px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allcontain .problemmain li {
    width: 236px;
    height: 180px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
}

.allcontain .problemmain li .iconbox {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #447bbb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 18px 0 27px 0;
}

.allcontain .problemmain li .iconbox i.iconfont {
    color: #447bbb;
    font-size: 41px;
}

.allcontain .problemmain li p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
}