


/* 加入我们 */

.joinme h1 {
    margin-top: 50px;
    margin-left: -342px;
    font-size: 24px;
    font-family: rzzyFont;
    /*font-weight: 400;*/
    color: #333;
    text-align: center;
}

.joinmeCom {
    margin-top: 40px;
    margin-left: 18px;
}

.joinmeCom .joinmeComLeft {
    width: 349px;
    height: 217px;
    background-color: #ccc;
}

.joinmeCom .joinmeComRigth {
    text-align: justify;
    text-justify:inter-ideograph;
    /*margin-top: 20px;*/
    width: 706px;
    /* height: 113px; */
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: #666;
    line-height: 32px;
    margin-left: 35px;
    text-indent: 2em;
}

.joinmeCom .joinmeComLeft img {
    width: 100%;
    height: 100%;
}

.joinmeComBtn {
    margin-top: 35px;
    padding-left: 200px;
    margin-bottom: 300px;
}

.joinmeComBtn button {
    outline: none;
    border: 0;
    width: 163px;
    height: 50px;
    font-size: 18px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 50px;
    float: left;
    cursor: pointer;
    margin-right: 130px;
    background: rgba(29, 128, 255, 1);
    border-radius: 25px;
}

.joinmeComBtn a:nth-child(2) button {
    background: rgba(68, 173, 41, 1);
}

.joinmeComBtn a:nth-child(3) button{
    background: rgba(252, 172, 0, 1);
}

/*20200424*/
.home {
    width: 1200px;
    margin: 50px auto;
    /* background-color: pink; */
}

* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.more {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 20px;
}

.more:hover {
    color: #F9A425;
}

.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul,
li {
    list-style-type: none;
}

.ico {
    font-size: 35px;
    line-height: 62px;
    color: #fff;
}

.icon-xingxing {
    color: #F9A425;
    padding-right: 8px;
}

.icon-shixi {
    font-size: 25px;
}

.item {
    width: 33.33%;
    padding: 15px 30px;
    box-sizing: border-box;
}

.item .item-header {
    padding-bottom: 15px;
}

.item .item-header .item-header-ico {
    width: 62px;
    height: 62px;
    background: linear-gradient(180deg, rgba(255, 187, 87, 1), rgba(251, 209, 89, 1));
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
}

.item:nth-child(2) .item-header .item-header-ico {
    background: linear-gradient(180deg, rgba(102, 198, 252, 1), rgba(52, 178, 254, 1));
}

.item:nth-child(3) .item-header .item-header-ico {
    background: linear-gradient(180deg, rgba(161, 141, 252, 1), rgba(196, 162, 255, 1));
}

.item .item-header .item-header-title {
    width: 64px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 62px;
}


/* .item .item-main .item-main-content {
    padding: 20px;
    list-style-image: url('./star.jpg');
} */

.item-main-content>li {
    line-height: 35px;
}

.item-main-content>li:hover {
    cursor: pointer;
    color: #F9A425;
}