

.ClientTop {
    max-width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
}

.ClientDown {
    max-width: 1220px;
    height: 380px;

    background: rgba(0, 0, 0, 0.6);
    border-radius: 40px 40px 40px 40px;
    margin: 0 auto;
    margin-top: 295px;
    margin-bottom: 120px;

}

.ClientDown_top {
    display: flex;
    justify-content: space-between;
}

.ClientDown_left {
    display: flex;
    width: 50%;
}

.ClientDown_left img:hover {
    cursor: pointer;
}

.ClientDown_left .ClientDown_left_t p:hover {
    cursor: pointer;
}

.ClientDown_left .ClientDown_left_t p a{
    color: #FFFFFF;
}
.ClientDown_left img {
    max-width: 210px;
    height: auto;
    border-radius: 20px 20px 20px 20px;
    margin: 30px;
}


.ClientDown_left .ClientDown_left_t p:nth-child(1) {
    font-size: 48px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 56px;
    margin-top: 39px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(2) {
    margin-top: 20px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(3) {
    margin-top: 24px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(2),
.ClientDown_left .ClientDown_left_t p:nth-child(3) {
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.ClientDown_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.ClientDown_right p:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #7B7B7B;
}

.ClientDown_right_t img {
    max-width: 36px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 2px solid #FFFFFF;
}

.ClientDown_right_t span {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
}

.ClientDown_right p {
    margin-top: 70px;
    margin-right: 123px;
    width: 280px;
    height: 90px;
    background: #FFF36B;
    border-radius: 60px 60px 60px 60px;
    text-align: center;
    line-height: 90px;
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.ClientDown_right_t {
    line-height: 33px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-right: 120px;
}

.ClientTop .ClientBg {
    position: absolute;
    width: 1920px;
    height: auto;
    top: 0;
    z-index: -10;
    left: 0;
}
.ClientTop .ClientBg  img{
    width: 100%;
}

.downLeft:hover {
    cursor: pointer;
}

.downLeft img {
    height: auto;
}

.downRight {
    width: 275px;
    height: 65px;
    background: #fff36b;
    border-radius: 51px 51px 51px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 28px;


}

.downRight:hover {
    cursor: pointer;
    background-color: #7B7B7B !important;
    color: #FFFFFF;
}

.downRight img {
    width: 31px;
    height: auto;
    margin-right: 8px;
}

.downRight span {

    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
}

.line {
    max-width: 1160px;
    height: 1px;
    background: #7B7B7B;
    margin: 0 auto;
    margin-top: 10px;
}

.line_l {
    font-size: 32px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
    font-size: 26px;
    margin-right: 7px;
}

.line_c {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 47px;
}

.line_r {
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 10px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1220px;
    margin: 15px auto 0;
}

.header .miiyun_logo,
.header .ruanjian_logo {
    float: left;
    margin-right: 15px;
    display: block;
    width: 96px;
    height: 38px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 96px 38px;
}
.header .miiyun_logo {background-image: url("/src_sem/images/miiyun_logo.png");}
.header .ruanjian_logo {background-image: url("/src_sem/images/ruanjian_logo.png");}


.header .search_box {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 167px;
    height: 32px;
    /* margin-top: 26px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 12px;
    border: 1px solid #000;
    color: #333;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.header .search_box .search_input {
    width: 132px;
    height: 30px;
    text-indent: 14px;
    border: none;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header .search_box .search_submit {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 7px;
    margin-right: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url(../img/icon_搜索.png) no-repeat center;
}

.searchBox{
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 20px;
}
